@cdktf-providers/aviatrixsystems-aviatrix 8.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (307) hide show
  1. package/LICENSE +355 -0
  2. package/README.md +19 -0
  3. package/dist/account/index.d.ts +762 -0
  4. package/dist/account/index.js +1600 -0
  5. package/dist/account-user/index.d.ts +74 -0
  6. package/dist/account-user/index.js +151 -0
  7. package/dist/aws-guard-duty/index.d.ts +75 -0
  8. package/dist/aws-guard-duty/index.js +154 -0
  9. package/dist/aws-peer/index.d.ts +126 -0
  10. package/dist/aws-peer/index.js +257 -0
  11. package/dist/aws-tgw/index.d.ts +129 -0
  12. package/dist/aws-tgw/index.js +267 -0
  13. package/dist/aws-tgw-connect/index.d.ts +86 -0
  14. package/dist/aws-tgw-connect/index.js +179 -0
  15. package/dist/aws-tgw-connect-peer/index.d.ts +126 -0
  16. package/dist/aws-tgw-connect-peer/index.js +258 -0
  17. package/dist/aws-tgw-directconnect/index.d.ts +105 -0
  18. package/dist/aws-tgw-directconnect/index.js +214 -0
  19. package/dist/aws-tgw-intra-domain-inspection/index.d.ts +74 -0
  20. package/dist/aws-tgw-intra-domain-inspection/index.js +151 -0
  21. package/dist/aws-tgw-network-domain/index.d.ts +97 -0
  22. package/dist/aws-tgw-network-domain/index.js +200 -0
  23. package/dist/aws-tgw-peering/index.d.ts +64 -0
  24. package/dist/aws-tgw-peering/index.js +131 -0
  25. package/dist/aws-tgw-peering-domain-conn/index.d.ts +84 -0
  26. package/dist/aws-tgw-peering-domain-conn/index.js +171 -0
  27. package/dist/aws-tgw-transit-gateway-attachment/index.d.ts +94 -0
  28. package/dist/aws-tgw-transit-gateway-attachment/index.js +191 -0
  29. package/dist/aws-tgw-vpc-attachment/index.d.ts +160 -0
  30. package/dist/aws-tgw-vpc-attachment/index.js +329 -0
  31. package/dist/aws-tgw-vpn-conn/index.d.ts +225 -0
  32. package/dist/aws-tgw-vpn-conn/index.js +485 -0
  33. package/dist/azure-peer/index.d.ts +106 -0
  34. package/dist/azure-peer/index.js +219 -0
  35. package/dist/azure-spoke-native-peering/index.d.ts +84 -0
  36. package/dist/azure-spoke-native-peering/index.js +171 -0
  37. package/dist/azure-vng-conn/index.d.ts +67 -0
  38. package/dist/azure-vng-conn/index.js +143 -0
  39. package/dist/centralized-transit-firenet/index.d.ts +64 -0
  40. package/dist/centralized-transit-firenet/index.js +131 -0
  41. package/dist/cloudwatch-agent/index.d.ts +87 -0
  42. package/dist/cloudwatch-agent/index.js +181 -0
  43. package/dist/controller-access-allow-list-config/index.d.ts +119 -0
  44. package/dist/controller-access-allow-list-config/index.js +267 -0
  45. package/dist/controller-bgp-communities-auto-cloud-config/index.d.ts +64 -0
  46. package/dist/controller-bgp-communities-auto-cloud-config/index.js +131 -0
  47. package/dist/controller-bgp-communities-global-config/index.d.ts +54 -0
  48. package/dist/controller-bgp-communities-global-config/index.js +111 -0
  49. package/dist/controller-bgp-max-as-limit-config/index.d.ts +54 -0
  50. package/dist/controller-bgp-max-as-limit-config/index.js +111 -0
  51. package/dist/controller-cert-domain-config/index.d.ts +55 -0
  52. package/dist/controller-cert-domain-config/index.js +114 -0
  53. package/dist/controller-config/index.d.ts +267 -0
  54. package/dist/controller-config/index.js +563 -0
  55. package/dist/controller-email-config/index.d.ts +99 -0
  56. package/dist/controller-email-config/index.js +210 -0
  57. package/dist/controller-email-exception-notification-config/index.d.ts +55 -0
  58. package/dist/controller-email-exception-notification-config/index.js +114 -0
  59. package/dist/controller-gateway-keepalive-config/index.d.ts +54 -0
  60. package/dist/controller-gateway-keepalive-config/index.js +111 -0
  61. package/dist/controller-private-mode-config/index.d.ts +65 -0
  62. package/dist/controller-private-mode-config/index.js +134 -0
  63. package/dist/controller-private-oob/index.d.ts +55 -0
  64. package/dist/controller-private-oob/index.js +114 -0
  65. package/dist/controller-security-group-management-config/index.d.ts +65 -0
  66. package/dist/controller-security-group-management-config/index.js +134 -0
  67. package/dist/copilot-association/index.d.ts +54 -0
  68. package/dist/copilot-association/index.js +111 -0
  69. package/dist/copilot-fault-tolerant-deployment/index.d.ts +212 -0
  70. package/dist/copilot-fault-tolerant-deployment/index.js +468 -0
  71. package/dist/copilot-security-group-management-config/index.d.ts +120 -0
  72. package/dist/copilot-security-group-management-config/index.js +249 -0
  73. package/dist/copilot-simple-deployment/index.d.ts +138 -0
  74. package/dist/copilot-simple-deployment/index.js +285 -0
  75. package/dist/data-aviatrix-account/index.d.ts +73 -0
  76. package/dist/data-aviatrix-account/index.js +187 -0
  77. package/dist/data-aviatrix-caller-identity/index.d.ts +45 -0
  78. package/dist/data-aviatrix-caller-identity/index.js +95 -0
  79. package/dist/data-aviatrix-controller-metadata/index.d.ts +48 -0
  80. package/dist/data-aviatrix-controller-metadata/index.js +107 -0
  81. package/dist/data-aviatrix-device-interfaces/index.d.ts +89 -0
  82. package/dist/data-aviatrix-device-interfaces/index.js +190 -0
  83. package/dist/data-aviatrix-edge-gateway-wan-interface-discovery/index.d.ts +65 -0
  84. package/dist/data-aviatrix-edge-gateway-wan-interface-discovery/index.js +135 -0
  85. package/dist/data-aviatrix-firenet/index.d.ts +59 -0
  86. package/dist/data-aviatrix-firenet/index.js +131 -0
  87. package/dist/data-aviatrix-firenet-firewall-manager/index.d.ts +184 -0
  88. package/dist/data-aviatrix-firenet-firewall-manager/index.js +381 -0
  89. package/dist/data-aviatrix-firenet-vendor-integration/index.d.ts +195 -0
  90. package/dist/data-aviatrix-firenet-vendor-integration/index.js +404 -0
  91. package/dist/data-aviatrix-firewall/index.d.ts +96 -0
  92. package/dist/data-aviatrix-firewall/index.js +218 -0
  93. package/dist/data-aviatrix-firewall-instance-images/index.d.ts +90 -0
  94. package/dist/data-aviatrix-firewall-instance-images/index.js +194 -0
  95. package/dist/data-aviatrix-gateway/index.d.ts +135 -0
  96. package/dist/data-aviatrix-gateway/index.js +432 -0
  97. package/dist/data-aviatrix-gateway-image/index.d.ts +65 -0
  98. package/dist/data-aviatrix-gateway-image/index.js +135 -0
  99. package/dist/data-aviatrix-network-domains/index.d.ts +89 -0
  100. package/dist/data-aviatrix-network-domains/index.js +210 -0
  101. package/dist/data-aviatrix-smart-groups/index.d.ts +161 -0
  102. package/dist/data-aviatrix-smart-groups/index.js +373 -0
  103. package/dist/data-aviatrix-spoke-gateway/index.d.ts +125 -0
  104. package/dist/data-aviatrix-spoke-gateway/index.js +392 -0
  105. package/dist/data-aviatrix-spoke-gateway-inspection-subnets/index.d.ts +55 -0
  106. package/dist/data-aviatrix-spoke-gateway-inspection-subnets/index.js +115 -0
  107. package/dist/data-aviatrix-spoke-gateways/index.d.ts +130 -0
  108. package/dist/data-aviatrix-spoke-gateways/index.js +374 -0
  109. package/dist/data-aviatrix-transit-gateway/index.d.ts +208 -0
  110. package/dist/data-aviatrix-transit-gateway/index.js +602 -0
  111. package/dist/data-aviatrix-transit-gateways/index.d.ts +202 -0
  112. package/dist/data-aviatrix-transit-gateways/index.js +540 -0
  113. package/dist/data-aviatrix-vpc/index.d.ts +187 -0
  114. package/dist/data-aviatrix-vpc/index.js +439 -0
  115. package/dist/data-aviatrix-vpc-tracker/index.d.ts +165 -0
  116. package/dist/data-aviatrix-vpc-tracker/index.js +369 -0
  117. package/dist/datadog-agent/index.d.ts +88 -0
  118. package/dist/datadog-agent/index.js +184 -0
  119. package/dist/device-interface-config/index.d.ts +74 -0
  120. package/dist/device-interface-config/index.js +151 -0
  121. package/dist/distributed-firewalling-config/index.d.ts +55 -0
  122. package/dist/distributed-firewalling-config/index.js +114 -0
  123. package/dist/distributed-firewalling-default-action-rule/index.d.ts +64 -0
  124. package/dist/distributed-firewalling-default-action-rule/index.js +131 -0
  125. package/dist/distributed-firewalling-intra-vpc/index.d.ts +117 -0
  126. package/dist/distributed-firewalling-intra-vpc/index.js +266 -0
  127. package/dist/distributed-firewalling-origin-cert-enforcement-config/index.d.ts +55 -0
  128. package/dist/distributed-firewalling-origin-cert-enforcement-config/index.js +114 -0
  129. package/dist/distributed-firewalling-policy-list/index.d.ts +291 -0
  130. package/dist/distributed-firewalling-policy-list/index.js +705 -0
  131. package/dist/distributed-firewalling-proxy-ca-config/index.d.ts +69 -0
  132. package/dist/distributed-firewalling-proxy-ca-config/index.js +151 -0
  133. package/dist/edge-csp/index.d.ts +693 -0
  134. package/dist/edge-csp/index.js +1561 -0
  135. package/dist/edge-csp-ha/index.d.ts +227 -0
  136. package/dist/edge-csp-ha/index.js +532 -0
  137. package/dist/edge-equinix/index.d.ts +651 -0
  138. package/dist/edge-equinix/index.js +1475 -0
  139. package/dist/edge-equinix-ha/index.d.ts +227 -0
  140. package/dist/edge-equinix-ha/index.js +532 -0
  141. package/dist/edge-gateway-selfmanaged/index.d.ts +607 -0
  142. package/dist/edge-gateway-selfmanaged/index.js +1378 -0
  143. package/dist/edge-gateway-selfmanaged-ha/index.d.ts +246 -0
  144. package/dist/edge-gateway-selfmanaged-ha/index.js +558 -0
  145. package/dist/edge-megaport/index.d.ts +704 -0
  146. package/dist/edge-megaport/index.js +1600 -0
  147. package/dist/edge-megaport-ha/index.d.ts +206 -0
  148. package/dist/edge-megaport-ha/index.js +479 -0
  149. package/dist/edge-neo/index.d.ts +669 -0
  150. package/dist/edge-neo/index.js +1509 -0
  151. package/dist/edge-neo-device-onboarding/index.d.ts +216 -0
  152. package/dist/edge-neo-device-onboarding/index.js +489 -0
  153. package/dist/edge-neo-ha/index.d.ts +227 -0
  154. package/dist/edge-neo-ha/index.js +532 -0
  155. package/dist/edge-platform/index.d.ts +691 -0
  156. package/dist/edge-platform/index.js +1555 -0
  157. package/dist/edge-platform-device-onboarding/index.d.ts +216 -0
  158. package/dist/edge-platform-device-onboarding/index.js +489 -0
  159. package/dist/edge-platform-ha/index.d.ts +227 -0
  160. package/dist/edge-platform-ha/index.js +532 -0
  161. package/dist/edge-proxy-profile/index.d.ts +98 -0
  162. package/dist/edge-proxy-profile/index.js +204 -0
  163. package/dist/edge-spoke/index.d.ts +434 -0
  164. package/dist/edge-spoke/index.js +953 -0
  165. package/dist/edge-spoke-external-device-conn/index.d.ts +371 -0
  166. package/dist/edge-spoke-external-device-conn/index.js +800 -0
  167. package/dist/edge-spoke-transit-attachment/index.d.ts +197 -0
  168. package/dist/edge-spoke-transit-attachment/index.js +411 -0
  169. package/dist/edge-vm-selfmanaged/index.d.ts +423 -0
  170. package/dist/edge-vm-selfmanaged/index.js +930 -0
  171. package/dist/edge-vm-selfmanaged-ha/index.d.ts +202 -0
  172. package/dist/edge-vm-selfmanaged-ha/index.js +456 -0
  173. package/dist/edge-zededa/index.d.ts +693 -0
  174. package/dist/edge-zededa/index.js +1561 -0
  175. package/dist/edge-zededa-ha/index.d.ts +227 -0
  176. package/dist/edge-zededa-ha/index.js +532 -0
  177. package/dist/filebeat-forwarder/index.d.ts +98 -0
  178. package/dist/filebeat-forwarder/index.js +204 -0
  179. package/dist/firenet/index.d.ts +120 -0
  180. package/dist/firenet/index.js +249 -0
  181. package/dist/firewall/index.d.ts +204 -0
  182. package/dist/firewall/index.js +467 -0
  183. package/dist/firewall-instance/index.d.ts +384 -0
  184. package/dist/firewall-instance/index.js +794 -0
  185. package/dist/firewall-instance-association/index.d.ts +141 -0
  186. package/dist/firewall-instance-association/index.js +292 -0
  187. package/dist/firewall-management-access/index.d.ts +64 -0
  188. package/dist/firewall-management-access/index.js +131 -0
  189. package/dist/firewall-policy/index.d.ts +138 -0
  190. package/dist/firewall-policy/index.js +283 -0
  191. package/dist/firewall-tag/index.d.ts +118 -0
  192. package/dist/firewall-tag/index.js +264 -0
  193. package/dist/fqdn/index.d.ts +237 -0
  194. package/dist/fqdn/index.js +542 -0
  195. package/dist/fqdn-global-config/index.d.ts +110 -0
  196. package/dist/fqdn-global-config/index.js +229 -0
  197. package/dist/fqdn-pass-through/index.d.ts +64 -0
  198. package/dist/fqdn-pass-through/index.js +131 -0
  199. package/dist/fqdn-tag-rule/index.d.ts +95 -0
  200. package/dist/fqdn-tag-rule/index.js +194 -0
  201. package/dist/gateway/index.d.ts +913 -0
  202. package/dist/gateway/index.js +1904 -0
  203. package/dist/gateway-certificate-config/index.d.ts +64 -0
  204. package/dist/gateway-certificate-config/index.js +131 -0
  205. package/dist/gateway-dnat/index.d.ts +319 -0
  206. package/dist/gateway-dnat/index.js +785 -0
  207. package/dist/gateway-snat/index.d.ts +342 -0
  208. package/dist/gateway-snat/index.js +834 -0
  209. package/dist/geo-vpn/index.d.ts +94 -0
  210. package/dist/geo-vpn/index.js +191 -0
  211. package/dist/global-vpc-excluded-instance/index.d.ts +75 -0
  212. package/dist/global-vpc-excluded-instance/index.js +155 -0
  213. package/dist/global-vpc-tagging-settings/index.d.ts +64 -0
  214. package/dist/global-vpc-tagging-settings/index.js +131 -0
  215. package/dist/index.d.ts +150 -0
  216. package/dist/index.js +151 -0
  217. package/dist/kubernetes-cluster/index.d.ts +232 -0
  218. package/dist/kubernetes-cluster/index.js +534 -0
  219. package/dist/lazy-index.d.ts +0 -0
  220. package/dist/lazy-index.js +151 -0
  221. package/dist/link-hierarchy/index.d.ts +161 -0
  222. package/dist/link-hierarchy/index.js +370 -0
  223. package/dist/netflow-agent/index.d.ts +98 -0
  224. package/dist/netflow-agent/index.js +204 -0
  225. package/dist/periodic-ping/index.d.ts +74 -0
  226. package/dist/periodic-ping/index.js +151 -0
  227. package/dist/private-mode-lb/index.d.ts +159 -0
  228. package/dist/private-mode-lb/index.js +347 -0
  229. package/dist/private-mode-multicloud-endpoint/index.d.ts +85 -0
  230. package/dist/private-mode-multicloud-endpoint/index.js +175 -0
  231. package/dist/provider/index.d.ts +121 -0
  232. package/dist/provider/index.js +273 -0
  233. package/dist/proxy-config/index.d.ts +75 -0
  234. package/dist/proxy-config/index.js +154 -0
  235. package/dist/qos-class/index.d.ts +65 -0
  236. package/dist/qos-class/index.js +135 -0
  237. package/dist/qos-policy-list/index.d.ts +118 -0
  238. package/dist/qos-policy-list/index.js +270 -0
  239. package/dist/rbac-group/index.d.ts +65 -0
  240. package/dist/rbac-group/index.js +134 -0
  241. package/dist/rbac-group-access-account-attachment/index.d.ts +64 -0
  242. package/dist/rbac-group-access-account-attachment/index.js +131 -0
  243. package/dist/rbac-group-permission-attachment/index.d.ts +64 -0
  244. package/dist/rbac-group-permission-attachment/index.js +131 -0
  245. package/dist/rbac-group-user-attachment/index.d.ts +64 -0
  246. package/dist/rbac-group-user-attachment/index.js +131 -0
  247. package/dist/remote-syslog/index.d.ts +154 -0
  248. package/dist/remote-syslog/index.js +323 -0
  249. package/dist/saml-endpoint/index.d.ts +152 -0
  250. package/dist/saml-endpoint/index.js +315 -0
  251. package/dist/segmentation-network-domain/index.d.ts +54 -0
  252. package/dist/segmentation-network-domain/index.js +111 -0
  253. package/dist/segmentation-network-domain-association/index.d.ts +75 -0
  254. package/dist/segmentation-network-domain-association/index.js +154 -0
  255. package/dist/segmentation-network-domain-connection-policy/index.d.ts +64 -0
  256. package/dist/segmentation-network-domain-connection-policy/index.js +131 -0
  257. package/dist/site2cloud/index.d.ts +642 -0
  258. package/dist/site2cloud/index.js +1335 -0
  259. package/dist/site2cloud-ca-cert-tag/index.d.ts +112 -0
  260. package/dist/site2cloud-ca-cert-tag/index.js +256 -0
  261. package/dist/sla-class/index.d.ts +85 -0
  262. package/dist/sla-class/index.js +175 -0
  263. package/dist/smart-group/index.d.ts +336 -0
  264. package/dist/smart-group/index.js +789 -0
  265. package/dist/splunk-logging/index.d.ts +100 -0
  266. package/dist/splunk-logging/index.js +210 -0
  267. package/dist/spoke-external-device-conn/index.d.ts +638 -0
  268. package/dist/spoke-external-device-conn/index.js +1361 -0
  269. package/dist/spoke-gateway/index.d.ts +903 -0
  270. package/dist/spoke-gateway/index.js +1885 -0
  271. package/dist/spoke-gateway-subnet-group/index.d.ts +75 -0
  272. package/dist/spoke-gateway-subnet-group/index.js +154 -0
  273. package/dist/spoke-ha-gateway/index.d.ts +172 -0
  274. package/dist/spoke-ha-gateway/index.js +374 -0
  275. package/dist/spoke-transit-attachment/index.d.ts +131 -0
  276. package/dist/spoke-transit-attachment/index.js +273 -0
  277. package/dist/sumologic-forwarder/index.d.ts +98 -0
  278. package/dist/sumologic-forwarder/index.js +204 -0
  279. package/dist/traffic-classifier/index.d.ts +239 -0
  280. package/dist/traffic-classifier/index.js +574 -0
  281. package/dist/trans-peer/index.d.ts +74 -0
  282. package/dist/trans-peer/index.js +151 -0
  283. package/dist/transit-external-device-conn/index.d.ts +694 -0
  284. package/dist/transit-external-device-conn/index.js +1479 -0
  285. package/dist/transit-firenet-policy/index.d.ts +64 -0
  286. package/dist/transit-firenet-policy/index.js +131 -0
  287. package/dist/transit-gateway/index.d.ts +1566 -0
  288. package/dist/transit-gateway/index.js +3442 -0
  289. package/dist/transit-gateway-peering/index.d.ts +240 -0
  290. package/dist/transit-gateway-peering/index.js +499 -0
  291. package/dist/tunnel/index.d.ts +78 -0
  292. package/dist/tunnel/index.js +166 -0
  293. package/dist/vgw-conn/index.d.ts +158 -0
  294. package/dist/vgw-conn/index.js +323 -0
  295. package/dist/vpc/index.d.ts +339 -0
  296. package/dist/vpc/index.js +758 -0
  297. package/dist/vpn-cert-download/index.d.ts +66 -0
  298. package/dist/vpn-cert-download/index.js +137 -0
  299. package/dist/vpn-profile/index.d.ts +169 -0
  300. package/dist/vpn-profile/index.js +383 -0
  301. package/dist/vpn-user/index.d.ts +129 -0
  302. package/dist/vpn-user/index.js +272 -0
  303. package/dist/vpn-user-accelerator/index.d.ts +54 -0
  304. package/dist/vpn-user-accelerator/index.js +111 -0
  305. package/dist/web-group/index.d.ts +144 -0
  306. package/dist/web-group/index.js +341 -0
  307. package/package.json +51 -0
@@ -0,0 +1,1600 @@
1
+ // https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account
2
+ // generated from terraform resource schema
3
+ import * as cdktf from 'cdktf';
4
+ /**
5
+ * Represents a {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account aviatrix_account}
6
+ */
7
+ export class Account extends cdktf.TerraformResource {
8
+ // =================
9
+ // STATIC PROPERTIES
10
+ // =================
11
+ static tfResourceType = "aviatrix_account";
12
+ // ==============
13
+ // STATIC Methods
14
+ // ==============
15
+ /**
16
+ * Generates CDKTF code for importing a Account resource upon running "cdktf plan <stack-name>"
17
+ * @param scope The scope in which to define this construct
18
+ * @param importToId The construct id used in the generated config for the Account to import
19
+ * @param importFromId The id of the existing Account that should be imported. Refer to the {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#import import section} in the documentation of this resource for the id to use
20
+ * @param provider? Optional instance of the provider where the Account to import is found
21
+ */
22
+ static generateConfigForImport(scope, importToId, importFromId, provider) {
23
+ return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "aviatrix_account", importId: importFromId, provider });
24
+ }
25
+ // ===========
26
+ // INITIALIZER
27
+ // ===========
28
+ /**
29
+ * Create a new {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account aviatrix_account} Resource
30
+ *
31
+ * @param scope The scope in which to define this construct
32
+ * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
33
+ * @param options AccountConfig
34
+ */
35
+ constructor(scope, id, config) {
36
+ super(scope, id, {
37
+ terraformResourceType: 'aviatrix_account',
38
+ terraformGeneratorMetadata: {
39
+ providerName: 'aviatrix',
40
+ providerVersion: '8.1.10',
41
+ providerVersionConstraint: '8.1.10'
42
+ },
43
+ provider: config.provider,
44
+ dependsOn: config.dependsOn,
45
+ count: config.count,
46
+ lifecycle: config.lifecycle,
47
+ provisioners: config.provisioners,
48
+ connection: config.connection,
49
+ forEach: config.forEach
50
+ });
51
+ this._accountName = config.accountName;
52
+ this._alicloudAccessKey = config.alicloudAccessKey;
53
+ this._alicloudAccountId = config.alicloudAccountId;
54
+ this._alicloudSecretKey = config.alicloudSecretKey;
55
+ this._armApplicationId = config.armApplicationId;
56
+ this._armApplicationKey = config.armApplicationKey;
57
+ this._armDirectoryId = config.armDirectoryId;
58
+ this._armSubscriptionId = config.armSubscriptionId;
59
+ this._auditAccount = config.auditAccount;
60
+ this._awsAccessKey = config.awsAccessKey;
61
+ this._awsAccountNumber = config.awsAccountNumber;
62
+ this._awsGatewayRoleApp = config.awsGatewayRoleApp;
63
+ this._awsGatewayRoleEc2 = config.awsGatewayRoleEc2;
64
+ this._awsIam = config.awsIam;
65
+ this._awsRoleApp = config.awsRoleApp;
66
+ this._awsRoleEc2 = config.awsRoleEc2;
67
+ this._awsSecretKey = config.awsSecretKey;
68
+ this._awschinaAccessKey = config.awschinaAccessKey;
69
+ this._awschinaAccountNumber = config.awschinaAccountNumber;
70
+ this._awschinaIam = config.awschinaIam;
71
+ this._awschinaRoleApp = config.awschinaRoleApp;
72
+ this._awschinaRoleEc2 = config.awschinaRoleEc2;
73
+ this._awschinaSecretKey = config.awschinaSecretKey;
74
+ this._awsgovAccessKey = config.awsgovAccessKey;
75
+ this._awsgovAccountNumber = config.awsgovAccountNumber;
76
+ this._awsgovIam = config.awsgovIam;
77
+ this._awsgovRoleApp = config.awsgovRoleApp;
78
+ this._awsgovRoleEc2 = config.awsgovRoleEc2;
79
+ this._awsgovSecretKey = config.awsgovSecretKey;
80
+ this._awssAccountNumber = config.awssAccountNumber;
81
+ this._awssCaChainCert = config.awssCaChainCert;
82
+ this._awssCapAccountName = config.awssCapAccountName;
83
+ this._awssCapAgency = config.awssCapAgency;
84
+ this._awssCapCert = config.awssCapCert;
85
+ this._awssCapCertKey = config.awssCapCertKey;
86
+ this._awssCapRoleName = config.awssCapRoleName;
87
+ this._awssCapUrl = config.awssCapUrl;
88
+ this._awstsAccountNumber = config.awstsAccountNumber;
89
+ this._awstsCaChainCert = config.awstsCaChainCert;
90
+ this._awstsCapAgency = config.awstsCapAgency;
91
+ this._awstsCapCert = config.awstsCapCert;
92
+ this._awstsCapCertKey = config.awstsCapCertKey;
93
+ this._awstsCapMission = config.awstsCapMission;
94
+ this._awstsCapRoleName = config.awstsCapRoleName;
95
+ this._awstsCapUrl = config.awstsCapUrl;
96
+ this._azurechinaApplicationId = config.azurechinaApplicationId;
97
+ this._azurechinaApplicationKey = config.azurechinaApplicationKey;
98
+ this._azurechinaDirectoryId = config.azurechinaDirectoryId;
99
+ this._azurechinaSubscriptionId = config.azurechinaSubscriptionId;
100
+ this._azuregovApplicationId = config.azuregovApplicationId;
101
+ this._azuregovApplicationKey = config.azuregovApplicationKey;
102
+ this._azuregovDirectoryId = config.azuregovDirectoryId;
103
+ this._azuregovSubscriptionId = config.azuregovSubscriptionId;
104
+ this._cloudType = config.cloudType;
105
+ this._edgeCspPassword = config.edgeCspPassword;
106
+ this._edgeCspUsername = config.edgeCspUsername;
107
+ this._edgeZededaPassword = config.edgeZededaPassword;
108
+ this._edgeZededaUsername = config.edgeZededaUsername;
109
+ this._gcloudProjectCredentialsFilepath = config.gcloudProjectCredentialsFilepath;
110
+ this._gcloudProjectId = config.gcloudProjectId;
111
+ this._id = config.id;
112
+ this._ociApiPrivateKeyFilepath = config.ociApiPrivateKeyFilepath;
113
+ this._ociCompartmentId = config.ociCompartmentId;
114
+ this._ociTenancyId = config.ociTenancyId;
115
+ this._ociUserId = config.ociUserId;
116
+ this._rbacGroups = config.rbacGroups;
117
+ }
118
+ // ==========
119
+ // ATTRIBUTES
120
+ // ==========
121
+ // account_name - computed: false, optional: false, required: true
122
+ _accountName;
123
+ get accountName() {
124
+ return this.getStringAttribute('account_name');
125
+ }
126
+ set accountName(value) {
127
+ this._accountName = value;
128
+ }
129
+ // Temporarily expose input value. Use with caution.
130
+ get accountNameInput() {
131
+ return this._accountName;
132
+ }
133
+ // alicloud_access_key - computed: false, optional: true, required: false
134
+ _alicloudAccessKey;
135
+ get alicloudAccessKey() {
136
+ return this.getStringAttribute('alicloud_access_key');
137
+ }
138
+ set alicloudAccessKey(value) {
139
+ this._alicloudAccessKey = value;
140
+ }
141
+ resetAlicloudAccessKey() {
142
+ this._alicloudAccessKey = undefined;
143
+ }
144
+ // Temporarily expose input value. Use with caution.
145
+ get alicloudAccessKeyInput() {
146
+ return this._alicloudAccessKey;
147
+ }
148
+ // alicloud_account_id - computed: false, optional: true, required: false
149
+ _alicloudAccountId;
150
+ get alicloudAccountId() {
151
+ return this.getStringAttribute('alicloud_account_id');
152
+ }
153
+ set alicloudAccountId(value) {
154
+ this._alicloudAccountId = value;
155
+ }
156
+ resetAlicloudAccountId() {
157
+ this._alicloudAccountId = undefined;
158
+ }
159
+ // Temporarily expose input value. Use with caution.
160
+ get alicloudAccountIdInput() {
161
+ return this._alicloudAccountId;
162
+ }
163
+ // alicloud_secret_key - computed: false, optional: true, required: false
164
+ _alicloudSecretKey;
165
+ get alicloudSecretKey() {
166
+ return this.getStringAttribute('alicloud_secret_key');
167
+ }
168
+ set alicloudSecretKey(value) {
169
+ this._alicloudSecretKey = value;
170
+ }
171
+ resetAlicloudSecretKey() {
172
+ this._alicloudSecretKey = undefined;
173
+ }
174
+ // Temporarily expose input value. Use with caution.
175
+ get alicloudSecretKeyInput() {
176
+ return this._alicloudSecretKey;
177
+ }
178
+ // arm_application_id - computed: false, optional: true, required: false
179
+ _armApplicationId;
180
+ get armApplicationId() {
181
+ return this.getStringAttribute('arm_application_id');
182
+ }
183
+ set armApplicationId(value) {
184
+ this._armApplicationId = value;
185
+ }
186
+ resetArmApplicationId() {
187
+ this._armApplicationId = undefined;
188
+ }
189
+ // Temporarily expose input value. Use with caution.
190
+ get armApplicationIdInput() {
191
+ return this._armApplicationId;
192
+ }
193
+ // arm_application_key - computed: false, optional: true, required: false
194
+ _armApplicationKey;
195
+ get armApplicationKey() {
196
+ return this.getStringAttribute('arm_application_key');
197
+ }
198
+ set armApplicationKey(value) {
199
+ this._armApplicationKey = value;
200
+ }
201
+ resetArmApplicationKey() {
202
+ this._armApplicationKey = undefined;
203
+ }
204
+ // Temporarily expose input value. Use with caution.
205
+ get armApplicationKeyInput() {
206
+ return this._armApplicationKey;
207
+ }
208
+ // arm_directory_id - computed: false, optional: true, required: false
209
+ _armDirectoryId;
210
+ get armDirectoryId() {
211
+ return this.getStringAttribute('arm_directory_id');
212
+ }
213
+ set armDirectoryId(value) {
214
+ this._armDirectoryId = value;
215
+ }
216
+ resetArmDirectoryId() {
217
+ this._armDirectoryId = undefined;
218
+ }
219
+ // Temporarily expose input value. Use with caution.
220
+ get armDirectoryIdInput() {
221
+ return this._armDirectoryId;
222
+ }
223
+ // arm_subscription_id - computed: false, optional: true, required: false
224
+ _armSubscriptionId;
225
+ get armSubscriptionId() {
226
+ return this.getStringAttribute('arm_subscription_id');
227
+ }
228
+ set armSubscriptionId(value) {
229
+ this._armSubscriptionId = value;
230
+ }
231
+ resetArmSubscriptionId() {
232
+ this._armSubscriptionId = undefined;
233
+ }
234
+ // Temporarily expose input value. Use with caution.
235
+ get armSubscriptionIdInput() {
236
+ return this._armSubscriptionId;
237
+ }
238
+ // audit_account - computed: false, optional: true, required: false
239
+ _auditAccount;
240
+ get auditAccount() {
241
+ return this.getBooleanAttribute('audit_account');
242
+ }
243
+ set auditAccount(value) {
244
+ this._auditAccount = value;
245
+ }
246
+ resetAuditAccount() {
247
+ this._auditAccount = undefined;
248
+ }
249
+ // Temporarily expose input value. Use with caution.
250
+ get auditAccountInput() {
251
+ return this._auditAccount;
252
+ }
253
+ // aws_access_key - computed: false, optional: true, required: false
254
+ _awsAccessKey;
255
+ get awsAccessKey() {
256
+ return this.getStringAttribute('aws_access_key');
257
+ }
258
+ set awsAccessKey(value) {
259
+ this._awsAccessKey = value;
260
+ }
261
+ resetAwsAccessKey() {
262
+ this._awsAccessKey = undefined;
263
+ }
264
+ // Temporarily expose input value. Use with caution.
265
+ get awsAccessKeyInput() {
266
+ return this._awsAccessKey;
267
+ }
268
+ // aws_account_number - computed: false, optional: true, required: false
269
+ _awsAccountNumber;
270
+ get awsAccountNumber() {
271
+ return this.getStringAttribute('aws_account_number');
272
+ }
273
+ set awsAccountNumber(value) {
274
+ this._awsAccountNumber = value;
275
+ }
276
+ resetAwsAccountNumber() {
277
+ this._awsAccountNumber = undefined;
278
+ }
279
+ // Temporarily expose input value. Use with caution.
280
+ get awsAccountNumberInput() {
281
+ return this._awsAccountNumber;
282
+ }
283
+ // aws_ca_cert_path - computed: true, optional: false, required: false
284
+ get awsCaCertPath() {
285
+ return this.getStringAttribute('aws_ca_cert_path');
286
+ }
287
+ // aws_gateway_role_app - computed: false, optional: true, required: false
288
+ _awsGatewayRoleApp;
289
+ get awsGatewayRoleApp() {
290
+ return this.getStringAttribute('aws_gateway_role_app');
291
+ }
292
+ set awsGatewayRoleApp(value) {
293
+ this._awsGatewayRoleApp = value;
294
+ }
295
+ resetAwsGatewayRoleApp() {
296
+ this._awsGatewayRoleApp = undefined;
297
+ }
298
+ // Temporarily expose input value. Use with caution.
299
+ get awsGatewayRoleAppInput() {
300
+ return this._awsGatewayRoleApp;
301
+ }
302
+ // aws_gateway_role_ec2 - computed: false, optional: true, required: false
303
+ _awsGatewayRoleEc2;
304
+ get awsGatewayRoleEc2() {
305
+ return this.getStringAttribute('aws_gateway_role_ec2');
306
+ }
307
+ set awsGatewayRoleEc2(value) {
308
+ this._awsGatewayRoleEc2 = value;
309
+ }
310
+ resetAwsGatewayRoleEc2() {
311
+ this._awsGatewayRoleEc2 = undefined;
312
+ }
313
+ // Temporarily expose input value. Use with caution.
314
+ get awsGatewayRoleEc2Input() {
315
+ return this._awsGatewayRoleEc2;
316
+ }
317
+ // aws_iam - computed: false, optional: true, required: false
318
+ _awsIam;
319
+ get awsIam() {
320
+ return this.getBooleanAttribute('aws_iam');
321
+ }
322
+ set awsIam(value) {
323
+ this._awsIam = value;
324
+ }
325
+ resetAwsIam() {
326
+ this._awsIam = undefined;
327
+ }
328
+ // Temporarily expose input value. Use with caution.
329
+ get awsIamInput() {
330
+ return this._awsIam;
331
+ }
332
+ // aws_role_app - computed: true, optional: true, required: false
333
+ _awsRoleApp;
334
+ get awsRoleApp() {
335
+ return this.getStringAttribute('aws_role_app');
336
+ }
337
+ set awsRoleApp(value) {
338
+ this._awsRoleApp = value;
339
+ }
340
+ resetAwsRoleApp() {
341
+ this._awsRoleApp = undefined;
342
+ }
343
+ // Temporarily expose input value. Use with caution.
344
+ get awsRoleAppInput() {
345
+ return this._awsRoleApp;
346
+ }
347
+ // aws_role_ec2 - computed: true, optional: true, required: false
348
+ _awsRoleEc2;
349
+ get awsRoleEc2() {
350
+ return this.getStringAttribute('aws_role_ec2');
351
+ }
352
+ set awsRoleEc2(value) {
353
+ this._awsRoleEc2 = value;
354
+ }
355
+ resetAwsRoleEc2() {
356
+ this._awsRoleEc2 = undefined;
357
+ }
358
+ // Temporarily expose input value. Use with caution.
359
+ get awsRoleEc2Input() {
360
+ return this._awsRoleEc2;
361
+ }
362
+ // aws_secret_key - computed: false, optional: true, required: false
363
+ _awsSecretKey;
364
+ get awsSecretKey() {
365
+ return this.getStringAttribute('aws_secret_key');
366
+ }
367
+ set awsSecretKey(value) {
368
+ this._awsSecretKey = value;
369
+ }
370
+ resetAwsSecretKey() {
371
+ this._awsSecretKey = undefined;
372
+ }
373
+ // Temporarily expose input value. Use with caution.
374
+ get awsSecretKeyInput() {
375
+ return this._awsSecretKey;
376
+ }
377
+ // awschina_access_key - computed: false, optional: true, required: false
378
+ _awschinaAccessKey;
379
+ get awschinaAccessKey() {
380
+ return this.getStringAttribute('awschina_access_key');
381
+ }
382
+ set awschinaAccessKey(value) {
383
+ this._awschinaAccessKey = value;
384
+ }
385
+ resetAwschinaAccessKey() {
386
+ this._awschinaAccessKey = undefined;
387
+ }
388
+ // Temporarily expose input value. Use with caution.
389
+ get awschinaAccessKeyInput() {
390
+ return this._awschinaAccessKey;
391
+ }
392
+ // awschina_account_number - computed: false, optional: true, required: false
393
+ _awschinaAccountNumber;
394
+ get awschinaAccountNumber() {
395
+ return this.getStringAttribute('awschina_account_number');
396
+ }
397
+ set awschinaAccountNumber(value) {
398
+ this._awschinaAccountNumber = value;
399
+ }
400
+ resetAwschinaAccountNumber() {
401
+ this._awschinaAccountNumber = undefined;
402
+ }
403
+ // Temporarily expose input value. Use with caution.
404
+ get awschinaAccountNumberInput() {
405
+ return this._awschinaAccountNumber;
406
+ }
407
+ // awschina_iam - computed: false, optional: true, required: false
408
+ _awschinaIam;
409
+ get awschinaIam() {
410
+ return this.getBooleanAttribute('awschina_iam');
411
+ }
412
+ set awschinaIam(value) {
413
+ this._awschinaIam = value;
414
+ }
415
+ resetAwschinaIam() {
416
+ this._awschinaIam = undefined;
417
+ }
418
+ // Temporarily expose input value. Use with caution.
419
+ get awschinaIamInput() {
420
+ return this._awschinaIam;
421
+ }
422
+ // awschina_role_app - computed: true, optional: true, required: false
423
+ _awschinaRoleApp;
424
+ get awschinaRoleApp() {
425
+ return this.getStringAttribute('awschina_role_app');
426
+ }
427
+ set awschinaRoleApp(value) {
428
+ this._awschinaRoleApp = value;
429
+ }
430
+ resetAwschinaRoleApp() {
431
+ this._awschinaRoleApp = undefined;
432
+ }
433
+ // Temporarily expose input value. Use with caution.
434
+ get awschinaRoleAppInput() {
435
+ return this._awschinaRoleApp;
436
+ }
437
+ // awschina_role_ec2 - computed: true, optional: true, required: false
438
+ _awschinaRoleEc2;
439
+ get awschinaRoleEc2() {
440
+ return this.getStringAttribute('awschina_role_ec2');
441
+ }
442
+ set awschinaRoleEc2(value) {
443
+ this._awschinaRoleEc2 = value;
444
+ }
445
+ resetAwschinaRoleEc2() {
446
+ this._awschinaRoleEc2 = undefined;
447
+ }
448
+ // Temporarily expose input value. Use with caution.
449
+ get awschinaRoleEc2Input() {
450
+ return this._awschinaRoleEc2;
451
+ }
452
+ // awschina_secret_key - computed: false, optional: true, required: false
453
+ _awschinaSecretKey;
454
+ get awschinaSecretKey() {
455
+ return this.getStringAttribute('awschina_secret_key');
456
+ }
457
+ set awschinaSecretKey(value) {
458
+ this._awschinaSecretKey = value;
459
+ }
460
+ resetAwschinaSecretKey() {
461
+ this._awschinaSecretKey = undefined;
462
+ }
463
+ // Temporarily expose input value. Use with caution.
464
+ get awschinaSecretKeyInput() {
465
+ return this._awschinaSecretKey;
466
+ }
467
+ // awsgov_access_key - computed: false, optional: true, required: false
468
+ _awsgovAccessKey;
469
+ get awsgovAccessKey() {
470
+ return this.getStringAttribute('awsgov_access_key');
471
+ }
472
+ set awsgovAccessKey(value) {
473
+ this._awsgovAccessKey = value;
474
+ }
475
+ resetAwsgovAccessKey() {
476
+ this._awsgovAccessKey = undefined;
477
+ }
478
+ // Temporarily expose input value. Use with caution.
479
+ get awsgovAccessKeyInput() {
480
+ return this._awsgovAccessKey;
481
+ }
482
+ // awsgov_account_number - computed: false, optional: true, required: false
483
+ _awsgovAccountNumber;
484
+ get awsgovAccountNumber() {
485
+ return this.getStringAttribute('awsgov_account_number');
486
+ }
487
+ set awsgovAccountNumber(value) {
488
+ this._awsgovAccountNumber = value;
489
+ }
490
+ resetAwsgovAccountNumber() {
491
+ this._awsgovAccountNumber = undefined;
492
+ }
493
+ // Temporarily expose input value. Use with caution.
494
+ get awsgovAccountNumberInput() {
495
+ return this._awsgovAccountNumber;
496
+ }
497
+ // awsgov_iam - computed: false, optional: true, required: false
498
+ _awsgovIam;
499
+ get awsgovIam() {
500
+ return this.getBooleanAttribute('awsgov_iam');
501
+ }
502
+ set awsgovIam(value) {
503
+ this._awsgovIam = value;
504
+ }
505
+ resetAwsgovIam() {
506
+ this._awsgovIam = undefined;
507
+ }
508
+ // Temporarily expose input value. Use with caution.
509
+ get awsgovIamInput() {
510
+ return this._awsgovIam;
511
+ }
512
+ // awsgov_role_app - computed: true, optional: true, required: false
513
+ _awsgovRoleApp;
514
+ get awsgovRoleApp() {
515
+ return this.getStringAttribute('awsgov_role_app');
516
+ }
517
+ set awsgovRoleApp(value) {
518
+ this._awsgovRoleApp = value;
519
+ }
520
+ resetAwsgovRoleApp() {
521
+ this._awsgovRoleApp = undefined;
522
+ }
523
+ // Temporarily expose input value. Use with caution.
524
+ get awsgovRoleAppInput() {
525
+ return this._awsgovRoleApp;
526
+ }
527
+ // awsgov_role_ec2 - computed: true, optional: true, required: false
528
+ _awsgovRoleEc2;
529
+ get awsgovRoleEc2() {
530
+ return this.getStringAttribute('awsgov_role_ec2');
531
+ }
532
+ set awsgovRoleEc2(value) {
533
+ this._awsgovRoleEc2 = value;
534
+ }
535
+ resetAwsgovRoleEc2() {
536
+ this._awsgovRoleEc2 = undefined;
537
+ }
538
+ // Temporarily expose input value. Use with caution.
539
+ get awsgovRoleEc2Input() {
540
+ return this._awsgovRoleEc2;
541
+ }
542
+ // awsgov_secret_key - computed: false, optional: true, required: false
543
+ _awsgovSecretKey;
544
+ get awsgovSecretKey() {
545
+ return this.getStringAttribute('awsgov_secret_key');
546
+ }
547
+ set awsgovSecretKey(value) {
548
+ this._awsgovSecretKey = value;
549
+ }
550
+ resetAwsgovSecretKey() {
551
+ this._awsgovSecretKey = undefined;
552
+ }
553
+ // Temporarily expose input value. Use with caution.
554
+ get awsgovSecretKeyInput() {
555
+ return this._awsgovSecretKey;
556
+ }
557
+ // awss_account_number - computed: false, optional: true, required: false
558
+ _awssAccountNumber;
559
+ get awssAccountNumber() {
560
+ return this.getStringAttribute('awss_account_number');
561
+ }
562
+ set awssAccountNumber(value) {
563
+ this._awssAccountNumber = value;
564
+ }
565
+ resetAwssAccountNumber() {
566
+ this._awssAccountNumber = undefined;
567
+ }
568
+ // Temporarily expose input value. Use with caution.
569
+ get awssAccountNumberInput() {
570
+ return this._awssAccountNumber;
571
+ }
572
+ // awss_ca_chain_cert - computed: false, optional: true, required: false
573
+ _awssCaChainCert;
574
+ get awssCaChainCert() {
575
+ return this.getStringAttribute('awss_ca_chain_cert');
576
+ }
577
+ set awssCaChainCert(value) {
578
+ this._awssCaChainCert = value;
579
+ }
580
+ resetAwssCaChainCert() {
581
+ this._awssCaChainCert = undefined;
582
+ }
583
+ // Temporarily expose input value. Use with caution.
584
+ get awssCaChainCertInput() {
585
+ return this._awssCaChainCert;
586
+ }
587
+ // awss_cap_account_name - computed: false, optional: true, required: false
588
+ _awssCapAccountName;
589
+ get awssCapAccountName() {
590
+ return this.getStringAttribute('awss_cap_account_name');
591
+ }
592
+ set awssCapAccountName(value) {
593
+ this._awssCapAccountName = value;
594
+ }
595
+ resetAwssCapAccountName() {
596
+ this._awssCapAccountName = undefined;
597
+ }
598
+ // Temporarily expose input value. Use with caution.
599
+ get awssCapAccountNameInput() {
600
+ return this._awssCapAccountName;
601
+ }
602
+ // awss_cap_agency - computed: false, optional: true, required: false
603
+ _awssCapAgency;
604
+ get awssCapAgency() {
605
+ return this.getStringAttribute('awss_cap_agency');
606
+ }
607
+ set awssCapAgency(value) {
608
+ this._awssCapAgency = value;
609
+ }
610
+ resetAwssCapAgency() {
611
+ this._awssCapAgency = undefined;
612
+ }
613
+ // Temporarily expose input value. Use with caution.
614
+ get awssCapAgencyInput() {
615
+ return this._awssCapAgency;
616
+ }
617
+ // awss_cap_cert - computed: false, optional: true, required: false
618
+ _awssCapCert;
619
+ get awssCapCert() {
620
+ return this.getStringAttribute('awss_cap_cert');
621
+ }
622
+ set awssCapCert(value) {
623
+ this._awssCapCert = value;
624
+ }
625
+ resetAwssCapCert() {
626
+ this._awssCapCert = undefined;
627
+ }
628
+ // Temporarily expose input value. Use with caution.
629
+ get awssCapCertInput() {
630
+ return this._awssCapCert;
631
+ }
632
+ // awss_cap_cert_key - computed: false, optional: true, required: false
633
+ _awssCapCertKey;
634
+ get awssCapCertKey() {
635
+ return this.getStringAttribute('awss_cap_cert_key');
636
+ }
637
+ set awssCapCertKey(value) {
638
+ this._awssCapCertKey = value;
639
+ }
640
+ resetAwssCapCertKey() {
641
+ this._awssCapCertKey = undefined;
642
+ }
643
+ // Temporarily expose input value. Use with caution.
644
+ get awssCapCertKeyInput() {
645
+ return this._awssCapCertKey;
646
+ }
647
+ // awss_cap_cert_key_path - computed: true, optional: false, required: false
648
+ get awssCapCertKeyPath() {
649
+ return this.getStringAttribute('awss_cap_cert_key_path');
650
+ }
651
+ // awss_cap_cert_path - computed: true, optional: false, required: false
652
+ get awssCapCertPath() {
653
+ return this.getStringAttribute('awss_cap_cert_path');
654
+ }
655
+ // awss_cap_role_name - computed: false, optional: true, required: false
656
+ _awssCapRoleName;
657
+ get awssCapRoleName() {
658
+ return this.getStringAttribute('awss_cap_role_name');
659
+ }
660
+ set awssCapRoleName(value) {
661
+ this._awssCapRoleName = value;
662
+ }
663
+ resetAwssCapRoleName() {
664
+ this._awssCapRoleName = undefined;
665
+ }
666
+ // Temporarily expose input value. Use with caution.
667
+ get awssCapRoleNameInput() {
668
+ return this._awssCapRoleName;
669
+ }
670
+ // awss_cap_url - computed: false, optional: true, required: false
671
+ _awssCapUrl;
672
+ get awssCapUrl() {
673
+ return this.getStringAttribute('awss_cap_url');
674
+ }
675
+ set awssCapUrl(value) {
676
+ this._awssCapUrl = value;
677
+ }
678
+ resetAwssCapUrl() {
679
+ this._awssCapUrl = undefined;
680
+ }
681
+ // Temporarily expose input value. Use with caution.
682
+ get awssCapUrlInput() {
683
+ return this._awssCapUrl;
684
+ }
685
+ // awsts_account_number - computed: false, optional: true, required: false
686
+ _awstsAccountNumber;
687
+ get awstsAccountNumber() {
688
+ return this.getStringAttribute('awsts_account_number');
689
+ }
690
+ set awstsAccountNumber(value) {
691
+ this._awstsAccountNumber = value;
692
+ }
693
+ resetAwstsAccountNumber() {
694
+ this._awstsAccountNumber = undefined;
695
+ }
696
+ // Temporarily expose input value. Use with caution.
697
+ get awstsAccountNumberInput() {
698
+ return this._awstsAccountNumber;
699
+ }
700
+ // awsts_ca_chain_cert - computed: false, optional: true, required: false
701
+ _awstsCaChainCert;
702
+ get awstsCaChainCert() {
703
+ return this.getStringAttribute('awsts_ca_chain_cert');
704
+ }
705
+ set awstsCaChainCert(value) {
706
+ this._awstsCaChainCert = value;
707
+ }
708
+ resetAwstsCaChainCert() {
709
+ this._awstsCaChainCert = undefined;
710
+ }
711
+ // Temporarily expose input value. Use with caution.
712
+ get awstsCaChainCertInput() {
713
+ return this._awstsCaChainCert;
714
+ }
715
+ // awsts_cap_agency - computed: false, optional: true, required: false
716
+ _awstsCapAgency;
717
+ get awstsCapAgency() {
718
+ return this.getStringAttribute('awsts_cap_agency');
719
+ }
720
+ set awstsCapAgency(value) {
721
+ this._awstsCapAgency = value;
722
+ }
723
+ resetAwstsCapAgency() {
724
+ this._awstsCapAgency = undefined;
725
+ }
726
+ // Temporarily expose input value. Use with caution.
727
+ get awstsCapAgencyInput() {
728
+ return this._awstsCapAgency;
729
+ }
730
+ // awsts_cap_cert - computed: false, optional: true, required: false
731
+ _awstsCapCert;
732
+ get awstsCapCert() {
733
+ return this.getStringAttribute('awsts_cap_cert');
734
+ }
735
+ set awstsCapCert(value) {
736
+ this._awstsCapCert = value;
737
+ }
738
+ resetAwstsCapCert() {
739
+ this._awstsCapCert = undefined;
740
+ }
741
+ // Temporarily expose input value. Use with caution.
742
+ get awstsCapCertInput() {
743
+ return this._awstsCapCert;
744
+ }
745
+ // awsts_cap_cert_key - computed: false, optional: true, required: false
746
+ _awstsCapCertKey;
747
+ get awstsCapCertKey() {
748
+ return this.getStringAttribute('awsts_cap_cert_key');
749
+ }
750
+ set awstsCapCertKey(value) {
751
+ this._awstsCapCertKey = value;
752
+ }
753
+ resetAwstsCapCertKey() {
754
+ this._awstsCapCertKey = undefined;
755
+ }
756
+ // Temporarily expose input value. Use with caution.
757
+ get awstsCapCertKeyInput() {
758
+ return this._awstsCapCertKey;
759
+ }
760
+ // awsts_cap_cert_key_path - computed: true, optional: false, required: false
761
+ get awstsCapCertKeyPath() {
762
+ return this.getStringAttribute('awsts_cap_cert_key_path');
763
+ }
764
+ // awsts_cap_cert_path - computed: true, optional: false, required: false
765
+ get awstsCapCertPath() {
766
+ return this.getStringAttribute('awsts_cap_cert_path');
767
+ }
768
+ // awsts_cap_mission - computed: false, optional: true, required: false
769
+ _awstsCapMission;
770
+ get awstsCapMission() {
771
+ return this.getStringAttribute('awsts_cap_mission');
772
+ }
773
+ set awstsCapMission(value) {
774
+ this._awstsCapMission = value;
775
+ }
776
+ resetAwstsCapMission() {
777
+ this._awstsCapMission = undefined;
778
+ }
779
+ // Temporarily expose input value. Use with caution.
780
+ get awstsCapMissionInput() {
781
+ return this._awstsCapMission;
782
+ }
783
+ // awsts_cap_role_name - computed: false, optional: true, required: false
784
+ _awstsCapRoleName;
785
+ get awstsCapRoleName() {
786
+ return this.getStringAttribute('awsts_cap_role_name');
787
+ }
788
+ set awstsCapRoleName(value) {
789
+ this._awstsCapRoleName = value;
790
+ }
791
+ resetAwstsCapRoleName() {
792
+ this._awstsCapRoleName = undefined;
793
+ }
794
+ // Temporarily expose input value. Use with caution.
795
+ get awstsCapRoleNameInput() {
796
+ return this._awstsCapRoleName;
797
+ }
798
+ // awsts_cap_url - computed: false, optional: true, required: false
799
+ _awstsCapUrl;
800
+ get awstsCapUrl() {
801
+ return this.getStringAttribute('awsts_cap_url');
802
+ }
803
+ set awstsCapUrl(value) {
804
+ this._awstsCapUrl = value;
805
+ }
806
+ resetAwstsCapUrl() {
807
+ this._awstsCapUrl = undefined;
808
+ }
809
+ // Temporarily expose input value. Use with caution.
810
+ get awstsCapUrlInput() {
811
+ return this._awstsCapUrl;
812
+ }
813
+ // azurechina_application_id - computed: false, optional: true, required: false
814
+ _azurechinaApplicationId;
815
+ get azurechinaApplicationId() {
816
+ return this.getStringAttribute('azurechina_application_id');
817
+ }
818
+ set azurechinaApplicationId(value) {
819
+ this._azurechinaApplicationId = value;
820
+ }
821
+ resetAzurechinaApplicationId() {
822
+ this._azurechinaApplicationId = undefined;
823
+ }
824
+ // Temporarily expose input value. Use with caution.
825
+ get azurechinaApplicationIdInput() {
826
+ return this._azurechinaApplicationId;
827
+ }
828
+ // azurechina_application_key - computed: false, optional: true, required: false
829
+ _azurechinaApplicationKey;
830
+ get azurechinaApplicationKey() {
831
+ return this.getStringAttribute('azurechina_application_key');
832
+ }
833
+ set azurechinaApplicationKey(value) {
834
+ this._azurechinaApplicationKey = value;
835
+ }
836
+ resetAzurechinaApplicationKey() {
837
+ this._azurechinaApplicationKey = undefined;
838
+ }
839
+ // Temporarily expose input value. Use with caution.
840
+ get azurechinaApplicationKeyInput() {
841
+ return this._azurechinaApplicationKey;
842
+ }
843
+ // azurechina_directory_id - computed: false, optional: true, required: false
844
+ _azurechinaDirectoryId;
845
+ get azurechinaDirectoryId() {
846
+ return this.getStringAttribute('azurechina_directory_id');
847
+ }
848
+ set azurechinaDirectoryId(value) {
849
+ this._azurechinaDirectoryId = value;
850
+ }
851
+ resetAzurechinaDirectoryId() {
852
+ this._azurechinaDirectoryId = undefined;
853
+ }
854
+ // Temporarily expose input value. Use with caution.
855
+ get azurechinaDirectoryIdInput() {
856
+ return this._azurechinaDirectoryId;
857
+ }
858
+ // azurechina_subscription_id - computed: false, optional: true, required: false
859
+ _azurechinaSubscriptionId;
860
+ get azurechinaSubscriptionId() {
861
+ return this.getStringAttribute('azurechina_subscription_id');
862
+ }
863
+ set azurechinaSubscriptionId(value) {
864
+ this._azurechinaSubscriptionId = value;
865
+ }
866
+ resetAzurechinaSubscriptionId() {
867
+ this._azurechinaSubscriptionId = undefined;
868
+ }
869
+ // Temporarily expose input value. Use with caution.
870
+ get azurechinaSubscriptionIdInput() {
871
+ return this._azurechinaSubscriptionId;
872
+ }
873
+ // azuregov_application_id - computed: false, optional: true, required: false
874
+ _azuregovApplicationId;
875
+ get azuregovApplicationId() {
876
+ return this.getStringAttribute('azuregov_application_id');
877
+ }
878
+ set azuregovApplicationId(value) {
879
+ this._azuregovApplicationId = value;
880
+ }
881
+ resetAzuregovApplicationId() {
882
+ this._azuregovApplicationId = undefined;
883
+ }
884
+ // Temporarily expose input value. Use with caution.
885
+ get azuregovApplicationIdInput() {
886
+ return this._azuregovApplicationId;
887
+ }
888
+ // azuregov_application_key - computed: false, optional: true, required: false
889
+ _azuregovApplicationKey;
890
+ get azuregovApplicationKey() {
891
+ return this.getStringAttribute('azuregov_application_key');
892
+ }
893
+ set azuregovApplicationKey(value) {
894
+ this._azuregovApplicationKey = value;
895
+ }
896
+ resetAzuregovApplicationKey() {
897
+ this._azuregovApplicationKey = undefined;
898
+ }
899
+ // Temporarily expose input value. Use with caution.
900
+ get azuregovApplicationKeyInput() {
901
+ return this._azuregovApplicationKey;
902
+ }
903
+ // azuregov_directory_id - computed: false, optional: true, required: false
904
+ _azuregovDirectoryId;
905
+ get azuregovDirectoryId() {
906
+ return this.getStringAttribute('azuregov_directory_id');
907
+ }
908
+ set azuregovDirectoryId(value) {
909
+ this._azuregovDirectoryId = value;
910
+ }
911
+ resetAzuregovDirectoryId() {
912
+ this._azuregovDirectoryId = undefined;
913
+ }
914
+ // Temporarily expose input value. Use with caution.
915
+ get azuregovDirectoryIdInput() {
916
+ return this._azuregovDirectoryId;
917
+ }
918
+ // azuregov_subscription_id - computed: false, optional: true, required: false
919
+ _azuregovSubscriptionId;
920
+ get azuregovSubscriptionId() {
921
+ return this.getStringAttribute('azuregov_subscription_id');
922
+ }
923
+ set azuregovSubscriptionId(value) {
924
+ this._azuregovSubscriptionId = value;
925
+ }
926
+ resetAzuregovSubscriptionId() {
927
+ this._azuregovSubscriptionId = undefined;
928
+ }
929
+ // Temporarily expose input value. Use with caution.
930
+ get azuregovSubscriptionIdInput() {
931
+ return this._azuregovSubscriptionId;
932
+ }
933
+ // cloud_type - computed: false, optional: false, required: true
934
+ _cloudType;
935
+ get cloudType() {
936
+ return this.getNumberAttribute('cloud_type');
937
+ }
938
+ set cloudType(value) {
939
+ this._cloudType = value;
940
+ }
941
+ // Temporarily expose input value. Use with caution.
942
+ get cloudTypeInput() {
943
+ return this._cloudType;
944
+ }
945
+ // edge_csp_password - computed: false, optional: true, required: false
946
+ _edgeCspPassword;
947
+ get edgeCspPassword() {
948
+ return this.getStringAttribute('edge_csp_password');
949
+ }
950
+ set edgeCspPassword(value) {
951
+ this._edgeCspPassword = value;
952
+ }
953
+ resetEdgeCspPassword() {
954
+ this._edgeCspPassword = undefined;
955
+ }
956
+ // Temporarily expose input value. Use with caution.
957
+ get edgeCspPasswordInput() {
958
+ return this._edgeCspPassword;
959
+ }
960
+ // edge_csp_username - computed: false, optional: true, required: false
961
+ _edgeCspUsername;
962
+ get edgeCspUsername() {
963
+ return this.getStringAttribute('edge_csp_username');
964
+ }
965
+ set edgeCspUsername(value) {
966
+ this._edgeCspUsername = value;
967
+ }
968
+ resetEdgeCspUsername() {
969
+ this._edgeCspUsername = undefined;
970
+ }
971
+ // Temporarily expose input value. Use with caution.
972
+ get edgeCspUsernameInput() {
973
+ return this._edgeCspUsername;
974
+ }
975
+ // edge_zededa_password - computed: false, optional: true, required: false
976
+ _edgeZededaPassword;
977
+ get edgeZededaPassword() {
978
+ return this.getStringAttribute('edge_zededa_password');
979
+ }
980
+ set edgeZededaPassword(value) {
981
+ this._edgeZededaPassword = value;
982
+ }
983
+ resetEdgeZededaPassword() {
984
+ this._edgeZededaPassword = undefined;
985
+ }
986
+ // Temporarily expose input value. Use with caution.
987
+ get edgeZededaPasswordInput() {
988
+ return this._edgeZededaPassword;
989
+ }
990
+ // edge_zededa_username - computed: false, optional: true, required: false
991
+ _edgeZededaUsername;
992
+ get edgeZededaUsername() {
993
+ return this.getStringAttribute('edge_zededa_username');
994
+ }
995
+ set edgeZededaUsername(value) {
996
+ this._edgeZededaUsername = value;
997
+ }
998
+ resetEdgeZededaUsername() {
999
+ this._edgeZededaUsername = undefined;
1000
+ }
1001
+ // Temporarily expose input value. Use with caution.
1002
+ get edgeZededaUsernameInput() {
1003
+ return this._edgeZededaUsername;
1004
+ }
1005
+ // gcloud_project_credentials_filepath - computed: false, optional: true, required: false
1006
+ _gcloudProjectCredentialsFilepath;
1007
+ get gcloudProjectCredentialsFilepath() {
1008
+ return this.getStringAttribute('gcloud_project_credentials_filepath');
1009
+ }
1010
+ set gcloudProjectCredentialsFilepath(value) {
1011
+ this._gcloudProjectCredentialsFilepath = value;
1012
+ }
1013
+ resetGcloudProjectCredentialsFilepath() {
1014
+ this._gcloudProjectCredentialsFilepath = undefined;
1015
+ }
1016
+ // Temporarily expose input value. Use with caution.
1017
+ get gcloudProjectCredentialsFilepathInput() {
1018
+ return this._gcloudProjectCredentialsFilepath;
1019
+ }
1020
+ // gcloud_project_id - computed: false, optional: true, required: false
1021
+ _gcloudProjectId;
1022
+ get gcloudProjectId() {
1023
+ return this.getStringAttribute('gcloud_project_id');
1024
+ }
1025
+ set gcloudProjectId(value) {
1026
+ this._gcloudProjectId = value;
1027
+ }
1028
+ resetGcloudProjectId() {
1029
+ this._gcloudProjectId = undefined;
1030
+ }
1031
+ // Temporarily expose input value. Use with caution.
1032
+ get gcloudProjectIdInput() {
1033
+ return this._gcloudProjectId;
1034
+ }
1035
+ // id - computed: true, optional: true, required: false
1036
+ _id;
1037
+ get id() {
1038
+ return this.getStringAttribute('id');
1039
+ }
1040
+ set id(value) {
1041
+ this._id = value;
1042
+ }
1043
+ resetId() {
1044
+ this._id = undefined;
1045
+ }
1046
+ // Temporarily expose input value. Use with caution.
1047
+ get idInput() {
1048
+ return this._id;
1049
+ }
1050
+ // oci_api_private_key_filepath - computed: false, optional: true, required: false
1051
+ _ociApiPrivateKeyFilepath;
1052
+ get ociApiPrivateKeyFilepath() {
1053
+ return this.getStringAttribute('oci_api_private_key_filepath');
1054
+ }
1055
+ set ociApiPrivateKeyFilepath(value) {
1056
+ this._ociApiPrivateKeyFilepath = value;
1057
+ }
1058
+ resetOciApiPrivateKeyFilepath() {
1059
+ this._ociApiPrivateKeyFilepath = undefined;
1060
+ }
1061
+ // Temporarily expose input value. Use with caution.
1062
+ get ociApiPrivateKeyFilepathInput() {
1063
+ return this._ociApiPrivateKeyFilepath;
1064
+ }
1065
+ // oci_compartment_id - computed: false, optional: true, required: false
1066
+ _ociCompartmentId;
1067
+ get ociCompartmentId() {
1068
+ return this.getStringAttribute('oci_compartment_id');
1069
+ }
1070
+ set ociCompartmentId(value) {
1071
+ this._ociCompartmentId = value;
1072
+ }
1073
+ resetOciCompartmentId() {
1074
+ this._ociCompartmentId = undefined;
1075
+ }
1076
+ // Temporarily expose input value. Use with caution.
1077
+ get ociCompartmentIdInput() {
1078
+ return this._ociCompartmentId;
1079
+ }
1080
+ // oci_tenancy_id - computed: false, optional: true, required: false
1081
+ _ociTenancyId;
1082
+ get ociTenancyId() {
1083
+ return this.getStringAttribute('oci_tenancy_id');
1084
+ }
1085
+ set ociTenancyId(value) {
1086
+ this._ociTenancyId = value;
1087
+ }
1088
+ resetOciTenancyId() {
1089
+ this._ociTenancyId = undefined;
1090
+ }
1091
+ // Temporarily expose input value. Use with caution.
1092
+ get ociTenancyIdInput() {
1093
+ return this._ociTenancyId;
1094
+ }
1095
+ // oci_user_id - computed: false, optional: true, required: false
1096
+ _ociUserId;
1097
+ get ociUserId() {
1098
+ return this.getStringAttribute('oci_user_id');
1099
+ }
1100
+ set ociUserId(value) {
1101
+ this._ociUserId = value;
1102
+ }
1103
+ resetOciUserId() {
1104
+ this._ociUserId = undefined;
1105
+ }
1106
+ // Temporarily expose input value. Use with caution.
1107
+ get ociUserIdInput() {
1108
+ return this._ociUserId;
1109
+ }
1110
+ // rbac_groups - computed: false, optional: true, required: false
1111
+ _rbacGroups;
1112
+ get rbacGroups() {
1113
+ return this.getListAttribute('rbac_groups');
1114
+ }
1115
+ set rbacGroups(value) {
1116
+ this._rbacGroups = value;
1117
+ }
1118
+ resetRbacGroups() {
1119
+ this._rbacGroups = undefined;
1120
+ }
1121
+ // Temporarily expose input value. Use with caution.
1122
+ get rbacGroupsInput() {
1123
+ return this._rbacGroups;
1124
+ }
1125
+ // =========
1126
+ // SYNTHESIS
1127
+ // =========
1128
+ synthesizeAttributes() {
1129
+ return {
1130
+ account_name: cdktf.stringToTerraform(this._accountName),
1131
+ alicloud_access_key: cdktf.stringToTerraform(this._alicloudAccessKey),
1132
+ alicloud_account_id: cdktf.stringToTerraform(this._alicloudAccountId),
1133
+ alicloud_secret_key: cdktf.stringToTerraform(this._alicloudSecretKey),
1134
+ arm_application_id: cdktf.stringToTerraform(this._armApplicationId),
1135
+ arm_application_key: cdktf.stringToTerraform(this._armApplicationKey),
1136
+ arm_directory_id: cdktf.stringToTerraform(this._armDirectoryId),
1137
+ arm_subscription_id: cdktf.stringToTerraform(this._armSubscriptionId),
1138
+ audit_account: cdktf.booleanToTerraform(this._auditAccount),
1139
+ aws_access_key: cdktf.stringToTerraform(this._awsAccessKey),
1140
+ aws_account_number: cdktf.stringToTerraform(this._awsAccountNumber),
1141
+ aws_gateway_role_app: cdktf.stringToTerraform(this._awsGatewayRoleApp),
1142
+ aws_gateway_role_ec2: cdktf.stringToTerraform(this._awsGatewayRoleEc2),
1143
+ aws_iam: cdktf.booleanToTerraform(this._awsIam),
1144
+ aws_role_app: cdktf.stringToTerraform(this._awsRoleApp),
1145
+ aws_role_ec2: cdktf.stringToTerraform(this._awsRoleEc2),
1146
+ aws_secret_key: cdktf.stringToTerraform(this._awsSecretKey),
1147
+ awschina_access_key: cdktf.stringToTerraform(this._awschinaAccessKey),
1148
+ awschina_account_number: cdktf.stringToTerraform(this._awschinaAccountNumber),
1149
+ awschina_iam: cdktf.booleanToTerraform(this._awschinaIam),
1150
+ awschina_role_app: cdktf.stringToTerraform(this._awschinaRoleApp),
1151
+ awschina_role_ec2: cdktf.stringToTerraform(this._awschinaRoleEc2),
1152
+ awschina_secret_key: cdktf.stringToTerraform(this._awschinaSecretKey),
1153
+ awsgov_access_key: cdktf.stringToTerraform(this._awsgovAccessKey),
1154
+ awsgov_account_number: cdktf.stringToTerraform(this._awsgovAccountNumber),
1155
+ awsgov_iam: cdktf.booleanToTerraform(this._awsgovIam),
1156
+ awsgov_role_app: cdktf.stringToTerraform(this._awsgovRoleApp),
1157
+ awsgov_role_ec2: cdktf.stringToTerraform(this._awsgovRoleEc2),
1158
+ awsgov_secret_key: cdktf.stringToTerraform(this._awsgovSecretKey),
1159
+ awss_account_number: cdktf.stringToTerraform(this._awssAccountNumber),
1160
+ awss_ca_chain_cert: cdktf.stringToTerraform(this._awssCaChainCert),
1161
+ awss_cap_account_name: cdktf.stringToTerraform(this._awssCapAccountName),
1162
+ awss_cap_agency: cdktf.stringToTerraform(this._awssCapAgency),
1163
+ awss_cap_cert: cdktf.stringToTerraform(this._awssCapCert),
1164
+ awss_cap_cert_key: cdktf.stringToTerraform(this._awssCapCertKey),
1165
+ awss_cap_role_name: cdktf.stringToTerraform(this._awssCapRoleName),
1166
+ awss_cap_url: cdktf.stringToTerraform(this._awssCapUrl),
1167
+ awsts_account_number: cdktf.stringToTerraform(this._awstsAccountNumber),
1168
+ awsts_ca_chain_cert: cdktf.stringToTerraform(this._awstsCaChainCert),
1169
+ awsts_cap_agency: cdktf.stringToTerraform(this._awstsCapAgency),
1170
+ awsts_cap_cert: cdktf.stringToTerraform(this._awstsCapCert),
1171
+ awsts_cap_cert_key: cdktf.stringToTerraform(this._awstsCapCertKey),
1172
+ awsts_cap_mission: cdktf.stringToTerraform(this._awstsCapMission),
1173
+ awsts_cap_role_name: cdktf.stringToTerraform(this._awstsCapRoleName),
1174
+ awsts_cap_url: cdktf.stringToTerraform(this._awstsCapUrl),
1175
+ azurechina_application_id: cdktf.stringToTerraform(this._azurechinaApplicationId),
1176
+ azurechina_application_key: cdktf.stringToTerraform(this._azurechinaApplicationKey),
1177
+ azurechina_directory_id: cdktf.stringToTerraform(this._azurechinaDirectoryId),
1178
+ azurechina_subscription_id: cdktf.stringToTerraform(this._azurechinaSubscriptionId),
1179
+ azuregov_application_id: cdktf.stringToTerraform(this._azuregovApplicationId),
1180
+ azuregov_application_key: cdktf.stringToTerraform(this._azuregovApplicationKey),
1181
+ azuregov_directory_id: cdktf.stringToTerraform(this._azuregovDirectoryId),
1182
+ azuregov_subscription_id: cdktf.stringToTerraform(this._azuregovSubscriptionId),
1183
+ cloud_type: cdktf.numberToTerraform(this._cloudType),
1184
+ edge_csp_password: cdktf.stringToTerraform(this._edgeCspPassword),
1185
+ edge_csp_username: cdktf.stringToTerraform(this._edgeCspUsername),
1186
+ edge_zededa_password: cdktf.stringToTerraform(this._edgeZededaPassword),
1187
+ edge_zededa_username: cdktf.stringToTerraform(this._edgeZededaUsername),
1188
+ gcloud_project_credentials_filepath: cdktf.stringToTerraform(this._gcloudProjectCredentialsFilepath),
1189
+ gcloud_project_id: cdktf.stringToTerraform(this._gcloudProjectId),
1190
+ id: cdktf.stringToTerraform(this._id),
1191
+ oci_api_private_key_filepath: cdktf.stringToTerraform(this._ociApiPrivateKeyFilepath),
1192
+ oci_compartment_id: cdktf.stringToTerraform(this._ociCompartmentId),
1193
+ oci_tenancy_id: cdktf.stringToTerraform(this._ociTenancyId),
1194
+ oci_user_id: cdktf.stringToTerraform(this._ociUserId),
1195
+ rbac_groups: cdktf.listMapper(cdktf.stringToTerraform, false)(this._rbacGroups),
1196
+ };
1197
+ }
1198
+ synthesizeHclAttributes() {
1199
+ const attrs = {
1200
+ account_name: {
1201
+ value: cdktf.stringToHclTerraform(this._accountName),
1202
+ isBlock: false,
1203
+ type: "simple",
1204
+ storageClassType: "string",
1205
+ },
1206
+ alicloud_access_key: {
1207
+ value: cdktf.stringToHclTerraform(this._alicloudAccessKey),
1208
+ isBlock: false,
1209
+ type: "simple",
1210
+ storageClassType: "string",
1211
+ },
1212
+ alicloud_account_id: {
1213
+ value: cdktf.stringToHclTerraform(this._alicloudAccountId),
1214
+ isBlock: false,
1215
+ type: "simple",
1216
+ storageClassType: "string",
1217
+ },
1218
+ alicloud_secret_key: {
1219
+ value: cdktf.stringToHclTerraform(this._alicloudSecretKey),
1220
+ isBlock: false,
1221
+ type: "simple",
1222
+ storageClassType: "string",
1223
+ },
1224
+ arm_application_id: {
1225
+ value: cdktf.stringToHclTerraform(this._armApplicationId),
1226
+ isBlock: false,
1227
+ type: "simple",
1228
+ storageClassType: "string",
1229
+ },
1230
+ arm_application_key: {
1231
+ value: cdktf.stringToHclTerraform(this._armApplicationKey),
1232
+ isBlock: false,
1233
+ type: "simple",
1234
+ storageClassType: "string",
1235
+ },
1236
+ arm_directory_id: {
1237
+ value: cdktf.stringToHclTerraform(this._armDirectoryId),
1238
+ isBlock: false,
1239
+ type: "simple",
1240
+ storageClassType: "string",
1241
+ },
1242
+ arm_subscription_id: {
1243
+ value: cdktf.stringToHclTerraform(this._armSubscriptionId),
1244
+ isBlock: false,
1245
+ type: "simple",
1246
+ storageClassType: "string",
1247
+ },
1248
+ audit_account: {
1249
+ value: cdktf.booleanToHclTerraform(this._auditAccount),
1250
+ isBlock: false,
1251
+ type: "simple",
1252
+ storageClassType: "boolean",
1253
+ },
1254
+ aws_access_key: {
1255
+ value: cdktf.stringToHclTerraform(this._awsAccessKey),
1256
+ isBlock: false,
1257
+ type: "simple",
1258
+ storageClassType: "string",
1259
+ },
1260
+ aws_account_number: {
1261
+ value: cdktf.stringToHclTerraform(this._awsAccountNumber),
1262
+ isBlock: false,
1263
+ type: "simple",
1264
+ storageClassType: "string",
1265
+ },
1266
+ aws_gateway_role_app: {
1267
+ value: cdktf.stringToHclTerraform(this._awsGatewayRoleApp),
1268
+ isBlock: false,
1269
+ type: "simple",
1270
+ storageClassType: "string",
1271
+ },
1272
+ aws_gateway_role_ec2: {
1273
+ value: cdktf.stringToHclTerraform(this._awsGatewayRoleEc2),
1274
+ isBlock: false,
1275
+ type: "simple",
1276
+ storageClassType: "string",
1277
+ },
1278
+ aws_iam: {
1279
+ value: cdktf.booleanToHclTerraform(this._awsIam),
1280
+ isBlock: false,
1281
+ type: "simple",
1282
+ storageClassType: "boolean",
1283
+ },
1284
+ aws_role_app: {
1285
+ value: cdktf.stringToHclTerraform(this._awsRoleApp),
1286
+ isBlock: false,
1287
+ type: "simple",
1288
+ storageClassType: "string",
1289
+ },
1290
+ aws_role_ec2: {
1291
+ value: cdktf.stringToHclTerraform(this._awsRoleEc2),
1292
+ isBlock: false,
1293
+ type: "simple",
1294
+ storageClassType: "string",
1295
+ },
1296
+ aws_secret_key: {
1297
+ value: cdktf.stringToHclTerraform(this._awsSecretKey),
1298
+ isBlock: false,
1299
+ type: "simple",
1300
+ storageClassType: "string",
1301
+ },
1302
+ awschina_access_key: {
1303
+ value: cdktf.stringToHclTerraform(this._awschinaAccessKey),
1304
+ isBlock: false,
1305
+ type: "simple",
1306
+ storageClassType: "string",
1307
+ },
1308
+ awschina_account_number: {
1309
+ value: cdktf.stringToHclTerraform(this._awschinaAccountNumber),
1310
+ isBlock: false,
1311
+ type: "simple",
1312
+ storageClassType: "string",
1313
+ },
1314
+ awschina_iam: {
1315
+ value: cdktf.booleanToHclTerraform(this._awschinaIam),
1316
+ isBlock: false,
1317
+ type: "simple",
1318
+ storageClassType: "boolean",
1319
+ },
1320
+ awschina_role_app: {
1321
+ value: cdktf.stringToHclTerraform(this._awschinaRoleApp),
1322
+ isBlock: false,
1323
+ type: "simple",
1324
+ storageClassType: "string",
1325
+ },
1326
+ awschina_role_ec2: {
1327
+ value: cdktf.stringToHclTerraform(this._awschinaRoleEc2),
1328
+ isBlock: false,
1329
+ type: "simple",
1330
+ storageClassType: "string",
1331
+ },
1332
+ awschina_secret_key: {
1333
+ value: cdktf.stringToHclTerraform(this._awschinaSecretKey),
1334
+ isBlock: false,
1335
+ type: "simple",
1336
+ storageClassType: "string",
1337
+ },
1338
+ awsgov_access_key: {
1339
+ value: cdktf.stringToHclTerraform(this._awsgovAccessKey),
1340
+ isBlock: false,
1341
+ type: "simple",
1342
+ storageClassType: "string",
1343
+ },
1344
+ awsgov_account_number: {
1345
+ value: cdktf.stringToHclTerraform(this._awsgovAccountNumber),
1346
+ isBlock: false,
1347
+ type: "simple",
1348
+ storageClassType: "string",
1349
+ },
1350
+ awsgov_iam: {
1351
+ value: cdktf.booleanToHclTerraform(this._awsgovIam),
1352
+ isBlock: false,
1353
+ type: "simple",
1354
+ storageClassType: "boolean",
1355
+ },
1356
+ awsgov_role_app: {
1357
+ value: cdktf.stringToHclTerraform(this._awsgovRoleApp),
1358
+ isBlock: false,
1359
+ type: "simple",
1360
+ storageClassType: "string",
1361
+ },
1362
+ awsgov_role_ec2: {
1363
+ value: cdktf.stringToHclTerraform(this._awsgovRoleEc2),
1364
+ isBlock: false,
1365
+ type: "simple",
1366
+ storageClassType: "string",
1367
+ },
1368
+ awsgov_secret_key: {
1369
+ value: cdktf.stringToHclTerraform(this._awsgovSecretKey),
1370
+ isBlock: false,
1371
+ type: "simple",
1372
+ storageClassType: "string",
1373
+ },
1374
+ awss_account_number: {
1375
+ value: cdktf.stringToHclTerraform(this._awssAccountNumber),
1376
+ isBlock: false,
1377
+ type: "simple",
1378
+ storageClassType: "string",
1379
+ },
1380
+ awss_ca_chain_cert: {
1381
+ value: cdktf.stringToHclTerraform(this._awssCaChainCert),
1382
+ isBlock: false,
1383
+ type: "simple",
1384
+ storageClassType: "string",
1385
+ },
1386
+ awss_cap_account_name: {
1387
+ value: cdktf.stringToHclTerraform(this._awssCapAccountName),
1388
+ isBlock: false,
1389
+ type: "simple",
1390
+ storageClassType: "string",
1391
+ },
1392
+ awss_cap_agency: {
1393
+ value: cdktf.stringToHclTerraform(this._awssCapAgency),
1394
+ isBlock: false,
1395
+ type: "simple",
1396
+ storageClassType: "string",
1397
+ },
1398
+ awss_cap_cert: {
1399
+ value: cdktf.stringToHclTerraform(this._awssCapCert),
1400
+ isBlock: false,
1401
+ type: "simple",
1402
+ storageClassType: "string",
1403
+ },
1404
+ awss_cap_cert_key: {
1405
+ value: cdktf.stringToHclTerraform(this._awssCapCertKey),
1406
+ isBlock: false,
1407
+ type: "simple",
1408
+ storageClassType: "string",
1409
+ },
1410
+ awss_cap_role_name: {
1411
+ value: cdktf.stringToHclTerraform(this._awssCapRoleName),
1412
+ isBlock: false,
1413
+ type: "simple",
1414
+ storageClassType: "string",
1415
+ },
1416
+ awss_cap_url: {
1417
+ value: cdktf.stringToHclTerraform(this._awssCapUrl),
1418
+ isBlock: false,
1419
+ type: "simple",
1420
+ storageClassType: "string",
1421
+ },
1422
+ awsts_account_number: {
1423
+ value: cdktf.stringToHclTerraform(this._awstsAccountNumber),
1424
+ isBlock: false,
1425
+ type: "simple",
1426
+ storageClassType: "string",
1427
+ },
1428
+ awsts_ca_chain_cert: {
1429
+ value: cdktf.stringToHclTerraform(this._awstsCaChainCert),
1430
+ isBlock: false,
1431
+ type: "simple",
1432
+ storageClassType: "string",
1433
+ },
1434
+ awsts_cap_agency: {
1435
+ value: cdktf.stringToHclTerraform(this._awstsCapAgency),
1436
+ isBlock: false,
1437
+ type: "simple",
1438
+ storageClassType: "string",
1439
+ },
1440
+ awsts_cap_cert: {
1441
+ value: cdktf.stringToHclTerraform(this._awstsCapCert),
1442
+ isBlock: false,
1443
+ type: "simple",
1444
+ storageClassType: "string",
1445
+ },
1446
+ awsts_cap_cert_key: {
1447
+ value: cdktf.stringToHclTerraform(this._awstsCapCertKey),
1448
+ isBlock: false,
1449
+ type: "simple",
1450
+ storageClassType: "string",
1451
+ },
1452
+ awsts_cap_mission: {
1453
+ value: cdktf.stringToHclTerraform(this._awstsCapMission),
1454
+ isBlock: false,
1455
+ type: "simple",
1456
+ storageClassType: "string",
1457
+ },
1458
+ awsts_cap_role_name: {
1459
+ value: cdktf.stringToHclTerraform(this._awstsCapRoleName),
1460
+ isBlock: false,
1461
+ type: "simple",
1462
+ storageClassType: "string",
1463
+ },
1464
+ awsts_cap_url: {
1465
+ value: cdktf.stringToHclTerraform(this._awstsCapUrl),
1466
+ isBlock: false,
1467
+ type: "simple",
1468
+ storageClassType: "string",
1469
+ },
1470
+ azurechina_application_id: {
1471
+ value: cdktf.stringToHclTerraform(this._azurechinaApplicationId),
1472
+ isBlock: false,
1473
+ type: "simple",
1474
+ storageClassType: "string",
1475
+ },
1476
+ azurechina_application_key: {
1477
+ value: cdktf.stringToHclTerraform(this._azurechinaApplicationKey),
1478
+ isBlock: false,
1479
+ type: "simple",
1480
+ storageClassType: "string",
1481
+ },
1482
+ azurechina_directory_id: {
1483
+ value: cdktf.stringToHclTerraform(this._azurechinaDirectoryId),
1484
+ isBlock: false,
1485
+ type: "simple",
1486
+ storageClassType: "string",
1487
+ },
1488
+ azurechina_subscription_id: {
1489
+ value: cdktf.stringToHclTerraform(this._azurechinaSubscriptionId),
1490
+ isBlock: false,
1491
+ type: "simple",
1492
+ storageClassType: "string",
1493
+ },
1494
+ azuregov_application_id: {
1495
+ value: cdktf.stringToHclTerraform(this._azuregovApplicationId),
1496
+ isBlock: false,
1497
+ type: "simple",
1498
+ storageClassType: "string",
1499
+ },
1500
+ azuregov_application_key: {
1501
+ value: cdktf.stringToHclTerraform(this._azuregovApplicationKey),
1502
+ isBlock: false,
1503
+ type: "simple",
1504
+ storageClassType: "string",
1505
+ },
1506
+ azuregov_directory_id: {
1507
+ value: cdktf.stringToHclTerraform(this._azuregovDirectoryId),
1508
+ isBlock: false,
1509
+ type: "simple",
1510
+ storageClassType: "string",
1511
+ },
1512
+ azuregov_subscription_id: {
1513
+ value: cdktf.stringToHclTerraform(this._azuregovSubscriptionId),
1514
+ isBlock: false,
1515
+ type: "simple",
1516
+ storageClassType: "string",
1517
+ },
1518
+ cloud_type: {
1519
+ value: cdktf.numberToHclTerraform(this._cloudType),
1520
+ isBlock: false,
1521
+ type: "simple",
1522
+ storageClassType: "number",
1523
+ },
1524
+ edge_csp_password: {
1525
+ value: cdktf.stringToHclTerraform(this._edgeCspPassword),
1526
+ isBlock: false,
1527
+ type: "simple",
1528
+ storageClassType: "string",
1529
+ },
1530
+ edge_csp_username: {
1531
+ value: cdktf.stringToHclTerraform(this._edgeCspUsername),
1532
+ isBlock: false,
1533
+ type: "simple",
1534
+ storageClassType: "string",
1535
+ },
1536
+ edge_zededa_password: {
1537
+ value: cdktf.stringToHclTerraform(this._edgeZededaPassword),
1538
+ isBlock: false,
1539
+ type: "simple",
1540
+ storageClassType: "string",
1541
+ },
1542
+ edge_zededa_username: {
1543
+ value: cdktf.stringToHclTerraform(this._edgeZededaUsername),
1544
+ isBlock: false,
1545
+ type: "simple",
1546
+ storageClassType: "string",
1547
+ },
1548
+ gcloud_project_credentials_filepath: {
1549
+ value: cdktf.stringToHclTerraform(this._gcloudProjectCredentialsFilepath),
1550
+ isBlock: false,
1551
+ type: "simple",
1552
+ storageClassType: "string",
1553
+ },
1554
+ gcloud_project_id: {
1555
+ value: cdktf.stringToHclTerraform(this._gcloudProjectId),
1556
+ isBlock: false,
1557
+ type: "simple",
1558
+ storageClassType: "string",
1559
+ },
1560
+ id: {
1561
+ value: cdktf.stringToHclTerraform(this._id),
1562
+ isBlock: false,
1563
+ type: "simple",
1564
+ storageClassType: "string",
1565
+ },
1566
+ oci_api_private_key_filepath: {
1567
+ value: cdktf.stringToHclTerraform(this._ociApiPrivateKeyFilepath),
1568
+ isBlock: false,
1569
+ type: "simple",
1570
+ storageClassType: "string",
1571
+ },
1572
+ oci_compartment_id: {
1573
+ value: cdktf.stringToHclTerraform(this._ociCompartmentId),
1574
+ isBlock: false,
1575
+ type: "simple",
1576
+ storageClassType: "string",
1577
+ },
1578
+ oci_tenancy_id: {
1579
+ value: cdktf.stringToHclTerraform(this._ociTenancyId),
1580
+ isBlock: false,
1581
+ type: "simple",
1582
+ storageClassType: "string",
1583
+ },
1584
+ oci_user_id: {
1585
+ value: cdktf.stringToHclTerraform(this._ociUserId),
1586
+ isBlock: false,
1587
+ type: "simple",
1588
+ storageClassType: "string",
1589
+ },
1590
+ rbac_groups: {
1591
+ value: cdktf.listMapperHcl(cdktf.stringToHclTerraform, false)(this._rbacGroups),
1592
+ isBlock: false,
1593
+ type: "list",
1594
+ storageClassType: "stringList",
1595
+ },
1596
+ };
1597
+ // remove undefined attributes
1598
+ return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined));
1599
+ }
1600
+ }