@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,762 @@
1
+ import { Construct } from 'constructs';
2
+ import * as cdktf from 'cdktf';
3
+ export interface AccountConfig extends cdktf.TerraformMetaArguments {
4
+ /**
5
+ * Account name. This can be used for logging in to CloudN console or UserConnect controller.
6
+ *
7
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#account_name Account#account_name}
8
+ */
9
+ readonly accountName: string;
10
+ /**
11
+ * Alibaba Cloud Access Key.
12
+ *
13
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#alicloud_access_key Account#alicloud_access_key}
14
+ */
15
+ readonly alicloudAccessKey?: string;
16
+ /**
17
+ * Alibaba Cloud Account ID to associate with Aviatrix account.
18
+ *
19
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#alicloud_account_id Account#alicloud_account_id}
20
+ */
21
+ readonly alicloudAccountId?: string;
22
+ /**
23
+ * Alibaba Cloud Secret Key.
24
+ *
25
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#alicloud_secret_key Account#alicloud_secret_key}
26
+ */
27
+ readonly alicloudSecretKey?: string;
28
+ /**
29
+ * Azure Application ID.
30
+ *
31
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#arm_application_id Account#arm_application_id}
32
+ */
33
+ readonly armApplicationId?: string;
34
+ /**
35
+ * Azure Application Key.
36
+ *
37
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#arm_application_key Account#arm_application_key}
38
+ */
39
+ readonly armApplicationKey?: string;
40
+ /**
41
+ * Azure Directory ID.
42
+ *
43
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#arm_directory_id Account#arm_directory_id}
44
+ */
45
+ readonly armDirectoryId?: string;
46
+ /**
47
+ * Azure Subscription ID.
48
+ *
49
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#arm_subscription_id Account#arm_subscription_id}
50
+ */
51
+ readonly armSubscriptionId?: string;
52
+ /**
53
+ * Enable account audit.
54
+ *
55
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#audit_account Account#audit_account}
56
+ */
57
+ readonly auditAccount?: boolean | cdktf.IResolvable;
58
+ /**
59
+ * AWS Access Key.
60
+ *
61
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#aws_access_key Account#aws_access_key}
62
+ */
63
+ readonly awsAccessKey?: string;
64
+ /**
65
+ * AWS Account number to associate with Aviatrix account. Should be 12 digits.
66
+ *
67
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#aws_account_number Account#aws_account_number}
68
+ */
69
+ readonly awsAccountNumber?: string;
70
+ /**
71
+ * AWS App role ARN for gateways.
72
+ *
73
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#aws_gateway_role_app Account#aws_gateway_role_app}
74
+ */
75
+ readonly awsGatewayRoleApp?: string;
76
+ /**
77
+ * AWS EC2 role ARN for gateways.
78
+ *
79
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#aws_gateway_role_ec2 Account#aws_gateway_role_ec2}
80
+ */
81
+ readonly awsGatewayRoleEc2?: string;
82
+ /**
83
+ * AWS IAM-role based flag.
84
+ *
85
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#aws_iam Account#aws_iam}
86
+ */
87
+ readonly awsIam?: boolean | cdktf.IResolvable;
88
+ /**
89
+ * AWS App role ARN.
90
+ *
91
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#aws_role_app Account#aws_role_app}
92
+ */
93
+ readonly awsRoleApp?: string;
94
+ /**
95
+ * AWS EC2 role ARN.
96
+ *
97
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#aws_role_ec2 Account#aws_role_ec2}
98
+ */
99
+ readonly awsRoleEc2?: string;
100
+ /**
101
+ * AWS Secret Key.
102
+ *
103
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#aws_secret_key Account#aws_secret_key}
104
+ */
105
+ readonly awsSecretKey?: string;
106
+ /**
107
+ * AWS China Access Key.
108
+ *
109
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#awschina_access_key Account#awschina_access_key}
110
+ */
111
+ readonly awschinaAccessKey?: string;
112
+ /**
113
+ * AWS China Account Number.
114
+ *
115
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#awschina_account_number Account#awschina_account_number}
116
+ */
117
+ readonly awschinaAccountNumber?: string;
118
+ /**
119
+ * AWS China IAM-role based flag.
120
+ *
121
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#awschina_iam Account#awschina_iam}
122
+ */
123
+ readonly awschinaIam?: boolean | cdktf.IResolvable;
124
+ /**
125
+ * AWS China App Role ARN.
126
+ *
127
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#awschina_role_app Account#awschina_role_app}
128
+ */
129
+ readonly awschinaRoleApp?: string;
130
+ /**
131
+ * AWS China EC2 Role ARN.
132
+ *
133
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#awschina_role_ec2 Account#awschina_role_ec2}
134
+ */
135
+ readonly awschinaRoleEc2?: string;
136
+ /**
137
+ * AWS China Secret Key.
138
+ *
139
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#awschina_secret_key Account#awschina_secret_key}
140
+ */
141
+ readonly awschinaSecretKey?: string;
142
+ /**
143
+ * AWS Gov Access Key.
144
+ *
145
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#awsgov_access_key Account#awsgov_access_key}
146
+ */
147
+ readonly awsgovAccessKey?: string;
148
+ /**
149
+ * AWS Gov Account number to associate with Aviatrix account.
150
+ *
151
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#awsgov_account_number Account#awsgov_account_number}
152
+ */
153
+ readonly awsgovAccountNumber?: string;
154
+ /**
155
+ * AWSGov IAM-role based flag
156
+ *
157
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#awsgov_iam Account#awsgov_iam}
158
+ */
159
+ readonly awsgovIam?: boolean | cdktf.IResolvable;
160
+ /**
161
+ * AWSGov App role ARN
162
+ *
163
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#awsgov_role_app Account#awsgov_role_app}
164
+ */
165
+ readonly awsgovRoleApp?: string;
166
+ /**
167
+ * AWSGov EC2 role ARN
168
+ *
169
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#awsgov_role_ec2 Account#awsgov_role_ec2}
170
+ */
171
+ readonly awsgovRoleEc2?: string;
172
+ /**
173
+ * AWS Gov Secret Key.
174
+ *
175
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#awsgov_secret_key Account#awsgov_secret_key}
176
+ */
177
+ readonly awsgovSecretKey?: string;
178
+ /**
179
+ * AWS Secret Region Account Number.
180
+ *
181
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#awss_account_number Account#awss_account_number}
182
+ */
183
+ readonly awssAccountNumber?: string;
184
+ /**
185
+ * AWS Secret Region Custom Certificate Authority file path.
186
+ *
187
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#awss_ca_chain_cert Account#awss_ca_chain_cert}
188
+ */
189
+ readonly awssCaChainCert?: string;
190
+ /**
191
+ * AWS Secret Region CAP Account Name.
192
+ *
193
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#awss_cap_account_name Account#awss_cap_account_name}
194
+ */
195
+ readonly awssCapAccountName?: string;
196
+ /**
197
+ * AWS Secret Region CAP Agency.
198
+ *
199
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#awss_cap_agency Account#awss_cap_agency}
200
+ */
201
+ readonly awssCapAgency?: string;
202
+ /**
203
+ * AWS Secret Region CAP Certificate file path.
204
+ *
205
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#awss_cap_cert Account#awss_cap_cert}
206
+ */
207
+ readonly awssCapCert?: string;
208
+ /**
209
+ * AWS Secret Region CAP Certificate Key file path.
210
+ *
211
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#awss_cap_cert_key Account#awss_cap_cert_key}
212
+ */
213
+ readonly awssCapCertKey?: string;
214
+ /**
215
+ * AWS Secret Region CAP Role Name.
216
+ *
217
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#awss_cap_role_name Account#awss_cap_role_name}
218
+ */
219
+ readonly awssCapRoleName?: string;
220
+ /**
221
+ * AWS Secret Region CAP Endpoint URL.
222
+ *
223
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#awss_cap_url Account#awss_cap_url}
224
+ */
225
+ readonly awssCapUrl?: string;
226
+ /**
227
+ * AWS Top Secret Region Account Number.
228
+ *
229
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#awsts_account_number Account#awsts_account_number}
230
+ */
231
+ readonly awstsAccountNumber?: string;
232
+ /**
233
+ * AWS Top Secret Region Custom Certificate Authority file path.
234
+ *
235
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#awsts_ca_chain_cert Account#awsts_ca_chain_cert}
236
+ */
237
+ readonly awstsCaChainCert?: string;
238
+ /**
239
+ * AWS Top Secret Region CAP Agency.
240
+ *
241
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#awsts_cap_agency Account#awsts_cap_agency}
242
+ */
243
+ readonly awstsCapAgency?: string;
244
+ /**
245
+ * AWS Top Secret Region CAP Certificate file path.
246
+ *
247
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#awsts_cap_cert Account#awsts_cap_cert}
248
+ */
249
+ readonly awstsCapCert?: string;
250
+ /**
251
+ * AWS Top Secret Region CAP Certificate Key file path.
252
+ *
253
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#awsts_cap_cert_key Account#awsts_cap_cert_key}
254
+ */
255
+ readonly awstsCapCertKey?: string;
256
+ /**
257
+ * AWS Top Secret Region CAP Mission.
258
+ *
259
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#awsts_cap_mission Account#awsts_cap_mission}
260
+ */
261
+ readonly awstsCapMission?: string;
262
+ /**
263
+ * AWS Top Secret Region CAP Role Name.
264
+ *
265
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#awsts_cap_role_name Account#awsts_cap_role_name}
266
+ */
267
+ readonly awstsCapRoleName?: string;
268
+ /**
269
+ * AWS Top Secret Region CAP Endpoint URL.
270
+ *
271
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#awsts_cap_url Account#awsts_cap_url}
272
+ */
273
+ readonly awstsCapUrl?: string;
274
+ /**
275
+ * Azure China Application ID.
276
+ *
277
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#azurechina_application_id Account#azurechina_application_id}
278
+ */
279
+ readonly azurechinaApplicationId?: string;
280
+ /**
281
+ * Azure China Application Key.
282
+ *
283
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#azurechina_application_key Account#azurechina_application_key}
284
+ */
285
+ readonly azurechinaApplicationKey?: string;
286
+ /**
287
+ * Azure China Directory ID.
288
+ *
289
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#azurechina_directory_id Account#azurechina_directory_id}
290
+ */
291
+ readonly azurechinaDirectoryId?: string;
292
+ /**
293
+ * Azure China Subscription ID.
294
+ *
295
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#azurechina_subscription_id Account#azurechina_subscription_id}
296
+ */
297
+ readonly azurechinaSubscriptionId?: string;
298
+ /**
299
+ * Azure Gov Application ID.
300
+ *
301
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#azuregov_application_id Account#azuregov_application_id}
302
+ */
303
+ readonly azuregovApplicationId?: string;
304
+ /**
305
+ * Azure Gov Application Key.
306
+ *
307
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#azuregov_application_key Account#azuregov_application_key}
308
+ */
309
+ readonly azuregovApplicationKey?: string;
310
+ /**
311
+ * Azure Gov Directory ID.
312
+ *
313
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#azuregov_directory_id Account#azuregov_directory_id}
314
+ */
315
+ readonly azuregovDirectoryId?: string;
316
+ /**
317
+ * Azure Gov Subscription ID.
318
+ *
319
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#azuregov_subscription_id Account#azuregov_subscription_id}
320
+ */
321
+ readonly azuregovSubscriptionId?: string;
322
+ /**
323
+ * Type of cloud service provider.
324
+ *
325
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#cloud_type Account#cloud_type}
326
+ */
327
+ readonly cloudType: number;
328
+ /**
329
+ * Edge CSP password.
330
+ *
331
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#edge_csp_password Account#edge_csp_password}
332
+ */
333
+ readonly edgeCspPassword?: string;
334
+ /**
335
+ * Edge CSP username.
336
+ *
337
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#edge_csp_username Account#edge_csp_username}
338
+ */
339
+ readonly edgeCspUsername?: string;
340
+ /**
341
+ * Edge Zededa password.
342
+ *
343
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#edge_zededa_password Account#edge_zededa_password}
344
+ */
345
+ readonly edgeZededaPassword?: string;
346
+ /**
347
+ * Edge Zededa username.
348
+ *
349
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#edge_zededa_username Account#edge_zededa_username}
350
+ */
351
+ readonly edgeZededaUsername?: string;
352
+ /**
353
+ * GCloud Project credentials local file path.
354
+ *
355
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#gcloud_project_credentials_filepath Account#gcloud_project_credentials_filepath}
356
+ */
357
+ readonly gcloudProjectCredentialsFilepath?: string;
358
+ /**
359
+ * GCloud Project ID.
360
+ *
361
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#gcloud_project_id Account#gcloud_project_id}
362
+ */
363
+ readonly gcloudProjectId?: string;
364
+ /**
365
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#id Account#id}
366
+ *
367
+ * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
368
+ * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
369
+ */
370
+ readonly id?: string;
371
+ /**
372
+ * OCI API Private Key local file path.
373
+ *
374
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#oci_api_private_key_filepath Account#oci_api_private_key_filepath}
375
+ */
376
+ readonly ociApiPrivateKeyFilepath?: string;
377
+ /**
378
+ * OCI Compartment OCID.
379
+ *
380
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#oci_compartment_id Account#oci_compartment_id}
381
+ */
382
+ readonly ociCompartmentId?: string;
383
+ /**
384
+ * OCI Tenancy OCID.
385
+ *
386
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#oci_tenancy_id Account#oci_tenancy_id}
387
+ */
388
+ readonly ociTenancyId?: string;
389
+ /**
390
+ * OCI User OCID.
391
+ *
392
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#oci_user_id Account#oci_user_id}
393
+ */
394
+ readonly ociUserId?: string;
395
+ /**
396
+ * List of RBAC permission group names.
397
+ *
398
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account#rbac_groups Account#rbac_groups}
399
+ */
400
+ readonly rbacGroups?: string[];
401
+ }
402
+ /**
403
+ * Represents a {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account aviatrix_account}
404
+ */
405
+ export declare class Account extends cdktf.TerraformResource {
406
+ static readonly tfResourceType = "aviatrix_account";
407
+ /**
408
+ * Generates CDKTF code for importing a Account resource upon running "cdktf plan <stack-name>"
409
+ * @param scope The scope in which to define this construct
410
+ * @param importToId The construct id used in the generated config for the Account to import
411
+ * @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
412
+ * @param provider? Optional instance of the provider where the Account to import is found
413
+ */
414
+ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
415
+ /**
416
+ * Create a new {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/account aviatrix_account} Resource
417
+ *
418
+ * @param scope The scope in which to define this construct
419
+ * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
420
+ * @param options AccountConfig
421
+ */
422
+ constructor(scope: Construct, id: string, config: AccountConfig);
423
+ private _accountName?;
424
+ get accountName(): string;
425
+ set accountName(value: string);
426
+ get accountNameInput(): string;
427
+ private _alicloudAccessKey?;
428
+ get alicloudAccessKey(): string;
429
+ set alicloudAccessKey(value: string);
430
+ resetAlicloudAccessKey(): void;
431
+ get alicloudAccessKeyInput(): string;
432
+ private _alicloudAccountId?;
433
+ get alicloudAccountId(): string;
434
+ set alicloudAccountId(value: string);
435
+ resetAlicloudAccountId(): void;
436
+ get alicloudAccountIdInput(): string;
437
+ private _alicloudSecretKey?;
438
+ get alicloudSecretKey(): string;
439
+ set alicloudSecretKey(value: string);
440
+ resetAlicloudSecretKey(): void;
441
+ get alicloudSecretKeyInput(): string;
442
+ private _armApplicationId?;
443
+ get armApplicationId(): string;
444
+ set armApplicationId(value: string);
445
+ resetArmApplicationId(): void;
446
+ get armApplicationIdInput(): string;
447
+ private _armApplicationKey?;
448
+ get armApplicationKey(): string;
449
+ set armApplicationKey(value: string);
450
+ resetArmApplicationKey(): void;
451
+ get armApplicationKeyInput(): string;
452
+ private _armDirectoryId?;
453
+ get armDirectoryId(): string;
454
+ set armDirectoryId(value: string);
455
+ resetArmDirectoryId(): void;
456
+ get armDirectoryIdInput(): string;
457
+ private _armSubscriptionId?;
458
+ get armSubscriptionId(): string;
459
+ set armSubscriptionId(value: string);
460
+ resetArmSubscriptionId(): void;
461
+ get armSubscriptionIdInput(): string;
462
+ private _auditAccount?;
463
+ get auditAccount(): boolean | cdktf.IResolvable;
464
+ set auditAccount(value: boolean | cdktf.IResolvable);
465
+ resetAuditAccount(): void;
466
+ get auditAccountInput(): any;
467
+ private _awsAccessKey?;
468
+ get awsAccessKey(): string;
469
+ set awsAccessKey(value: string);
470
+ resetAwsAccessKey(): void;
471
+ get awsAccessKeyInput(): string;
472
+ private _awsAccountNumber?;
473
+ get awsAccountNumber(): string;
474
+ set awsAccountNumber(value: string);
475
+ resetAwsAccountNumber(): void;
476
+ get awsAccountNumberInput(): string;
477
+ get awsCaCertPath(): any;
478
+ private _awsGatewayRoleApp?;
479
+ get awsGatewayRoleApp(): string;
480
+ set awsGatewayRoleApp(value: string);
481
+ resetAwsGatewayRoleApp(): void;
482
+ get awsGatewayRoleAppInput(): string;
483
+ private _awsGatewayRoleEc2?;
484
+ get awsGatewayRoleEc2(): string;
485
+ set awsGatewayRoleEc2(value: string);
486
+ resetAwsGatewayRoleEc2(): void;
487
+ get awsGatewayRoleEc2Input(): string;
488
+ private _awsIam?;
489
+ get awsIam(): boolean | cdktf.IResolvable;
490
+ set awsIam(value: boolean | cdktf.IResolvable);
491
+ resetAwsIam(): void;
492
+ get awsIamInput(): any;
493
+ private _awsRoleApp?;
494
+ get awsRoleApp(): string;
495
+ set awsRoleApp(value: string);
496
+ resetAwsRoleApp(): void;
497
+ get awsRoleAppInput(): string;
498
+ private _awsRoleEc2?;
499
+ get awsRoleEc2(): string;
500
+ set awsRoleEc2(value: string);
501
+ resetAwsRoleEc2(): void;
502
+ get awsRoleEc2Input(): string;
503
+ private _awsSecretKey?;
504
+ get awsSecretKey(): string;
505
+ set awsSecretKey(value: string);
506
+ resetAwsSecretKey(): void;
507
+ get awsSecretKeyInput(): string;
508
+ private _awschinaAccessKey?;
509
+ get awschinaAccessKey(): string;
510
+ set awschinaAccessKey(value: string);
511
+ resetAwschinaAccessKey(): void;
512
+ get awschinaAccessKeyInput(): string;
513
+ private _awschinaAccountNumber?;
514
+ get awschinaAccountNumber(): string;
515
+ set awschinaAccountNumber(value: string);
516
+ resetAwschinaAccountNumber(): void;
517
+ get awschinaAccountNumberInput(): string;
518
+ private _awschinaIam?;
519
+ get awschinaIam(): boolean | cdktf.IResolvable;
520
+ set awschinaIam(value: boolean | cdktf.IResolvable);
521
+ resetAwschinaIam(): void;
522
+ get awschinaIamInput(): any;
523
+ private _awschinaRoleApp?;
524
+ get awschinaRoleApp(): string;
525
+ set awschinaRoleApp(value: string);
526
+ resetAwschinaRoleApp(): void;
527
+ get awschinaRoleAppInput(): string;
528
+ private _awschinaRoleEc2?;
529
+ get awschinaRoleEc2(): string;
530
+ set awschinaRoleEc2(value: string);
531
+ resetAwschinaRoleEc2(): void;
532
+ get awschinaRoleEc2Input(): string;
533
+ private _awschinaSecretKey?;
534
+ get awschinaSecretKey(): string;
535
+ set awschinaSecretKey(value: string);
536
+ resetAwschinaSecretKey(): void;
537
+ get awschinaSecretKeyInput(): string;
538
+ private _awsgovAccessKey?;
539
+ get awsgovAccessKey(): string;
540
+ set awsgovAccessKey(value: string);
541
+ resetAwsgovAccessKey(): void;
542
+ get awsgovAccessKeyInput(): string;
543
+ private _awsgovAccountNumber?;
544
+ get awsgovAccountNumber(): string;
545
+ set awsgovAccountNumber(value: string);
546
+ resetAwsgovAccountNumber(): void;
547
+ get awsgovAccountNumberInput(): string;
548
+ private _awsgovIam?;
549
+ get awsgovIam(): boolean | cdktf.IResolvable;
550
+ set awsgovIam(value: boolean | cdktf.IResolvable);
551
+ resetAwsgovIam(): void;
552
+ get awsgovIamInput(): any;
553
+ private _awsgovRoleApp?;
554
+ get awsgovRoleApp(): string;
555
+ set awsgovRoleApp(value: string);
556
+ resetAwsgovRoleApp(): void;
557
+ get awsgovRoleAppInput(): string;
558
+ private _awsgovRoleEc2?;
559
+ get awsgovRoleEc2(): string;
560
+ set awsgovRoleEc2(value: string);
561
+ resetAwsgovRoleEc2(): void;
562
+ get awsgovRoleEc2Input(): string;
563
+ private _awsgovSecretKey?;
564
+ get awsgovSecretKey(): string;
565
+ set awsgovSecretKey(value: string);
566
+ resetAwsgovSecretKey(): void;
567
+ get awsgovSecretKeyInput(): string;
568
+ private _awssAccountNumber?;
569
+ get awssAccountNumber(): string;
570
+ set awssAccountNumber(value: string);
571
+ resetAwssAccountNumber(): void;
572
+ get awssAccountNumberInput(): string;
573
+ private _awssCaChainCert?;
574
+ get awssCaChainCert(): string;
575
+ set awssCaChainCert(value: string);
576
+ resetAwssCaChainCert(): void;
577
+ get awssCaChainCertInput(): string;
578
+ private _awssCapAccountName?;
579
+ get awssCapAccountName(): string;
580
+ set awssCapAccountName(value: string);
581
+ resetAwssCapAccountName(): void;
582
+ get awssCapAccountNameInput(): string;
583
+ private _awssCapAgency?;
584
+ get awssCapAgency(): string;
585
+ set awssCapAgency(value: string);
586
+ resetAwssCapAgency(): void;
587
+ get awssCapAgencyInput(): string;
588
+ private _awssCapCert?;
589
+ get awssCapCert(): string;
590
+ set awssCapCert(value: string);
591
+ resetAwssCapCert(): void;
592
+ get awssCapCertInput(): string;
593
+ private _awssCapCertKey?;
594
+ get awssCapCertKey(): string;
595
+ set awssCapCertKey(value: string);
596
+ resetAwssCapCertKey(): void;
597
+ get awssCapCertKeyInput(): string;
598
+ get awssCapCertKeyPath(): any;
599
+ get awssCapCertPath(): any;
600
+ private _awssCapRoleName?;
601
+ get awssCapRoleName(): string;
602
+ set awssCapRoleName(value: string);
603
+ resetAwssCapRoleName(): void;
604
+ get awssCapRoleNameInput(): string;
605
+ private _awssCapUrl?;
606
+ get awssCapUrl(): string;
607
+ set awssCapUrl(value: string);
608
+ resetAwssCapUrl(): void;
609
+ get awssCapUrlInput(): string;
610
+ private _awstsAccountNumber?;
611
+ get awstsAccountNumber(): string;
612
+ set awstsAccountNumber(value: string);
613
+ resetAwstsAccountNumber(): void;
614
+ get awstsAccountNumberInput(): string;
615
+ private _awstsCaChainCert?;
616
+ get awstsCaChainCert(): string;
617
+ set awstsCaChainCert(value: string);
618
+ resetAwstsCaChainCert(): void;
619
+ get awstsCaChainCertInput(): string;
620
+ private _awstsCapAgency?;
621
+ get awstsCapAgency(): string;
622
+ set awstsCapAgency(value: string);
623
+ resetAwstsCapAgency(): void;
624
+ get awstsCapAgencyInput(): string;
625
+ private _awstsCapCert?;
626
+ get awstsCapCert(): string;
627
+ set awstsCapCert(value: string);
628
+ resetAwstsCapCert(): void;
629
+ get awstsCapCertInput(): string;
630
+ private _awstsCapCertKey?;
631
+ get awstsCapCertKey(): string;
632
+ set awstsCapCertKey(value: string);
633
+ resetAwstsCapCertKey(): void;
634
+ get awstsCapCertKeyInput(): string;
635
+ get awstsCapCertKeyPath(): any;
636
+ get awstsCapCertPath(): any;
637
+ private _awstsCapMission?;
638
+ get awstsCapMission(): string;
639
+ set awstsCapMission(value: string);
640
+ resetAwstsCapMission(): void;
641
+ get awstsCapMissionInput(): string;
642
+ private _awstsCapRoleName?;
643
+ get awstsCapRoleName(): string;
644
+ set awstsCapRoleName(value: string);
645
+ resetAwstsCapRoleName(): void;
646
+ get awstsCapRoleNameInput(): string;
647
+ private _awstsCapUrl?;
648
+ get awstsCapUrl(): string;
649
+ set awstsCapUrl(value: string);
650
+ resetAwstsCapUrl(): void;
651
+ get awstsCapUrlInput(): string;
652
+ private _azurechinaApplicationId?;
653
+ get azurechinaApplicationId(): string;
654
+ set azurechinaApplicationId(value: string);
655
+ resetAzurechinaApplicationId(): void;
656
+ get azurechinaApplicationIdInput(): string;
657
+ private _azurechinaApplicationKey?;
658
+ get azurechinaApplicationKey(): string;
659
+ set azurechinaApplicationKey(value: string);
660
+ resetAzurechinaApplicationKey(): void;
661
+ get azurechinaApplicationKeyInput(): string;
662
+ private _azurechinaDirectoryId?;
663
+ get azurechinaDirectoryId(): string;
664
+ set azurechinaDirectoryId(value: string);
665
+ resetAzurechinaDirectoryId(): void;
666
+ get azurechinaDirectoryIdInput(): string;
667
+ private _azurechinaSubscriptionId?;
668
+ get azurechinaSubscriptionId(): string;
669
+ set azurechinaSubscriptionId(value: string);
670
+ resetAzurechinaSubscriptionId(): void;
671
+ get azurechinaSubscriptionIdInput(): string;
672
+ private _azuregovApplicationId?;
673
+ get azuregovApplicationId(): string;
674
+ set azuregovApplicationId(value: string);
675
+ resetAzuregovApplicationId(): void;
676
+ get azuregovApplicationIdInput(): string;
677
+ private _azuregovApplicationKey?;
678
+ get azuregovApplicationKey(): string;
679
+ set azuregovApplicationKey(value: string);
680
+ resetAzuregovApplicationKey(): void;
681
+ get azuregovApplicationKeyInput(): string;
682
+ private _azuregovDirectoryId?;
683
+ get azuregovDirectoryId(): string;
684
+ set azuregovDirectoryId(value: string);
685
+ resetAzuregovDirectoryId(): void;
686
+ get azuregovDirectoryIdInput(): string;
687
+ private _azuregovSubscriptionId?;
688
+ get azuregovSubscriptionId(): string;
689
+ set azuregovSubscriptionId(value: string);
690
+ resetAzuregovSubscriptionId(): void;
691
+ get azuregovSubscriptionIdInput(): string;
692
+ private _cloudType?;
693
+ get cloudType(): number;
694
+ set cloudType(value: number);
695
+ get cloudTypeInput(): number;
696
+ private _edgeCspPassword?;
697
+ get edgeCspPassword(): string;
698
+ set edgeCspPassword(value: string);
699
+ resetEdgeCspPassword(): void;
700
+ get edgeCspPasswordInput(): string;
701
+ private _edgeCspUsername?;
702
+ get edgeCspUsername(): string;
703
+ set edgeCspUsername(value: string);
704
+ resetEdgeCspUsername(): void;
705
+ get edgeCspUsernameInput(): string;
706
+ private _edgeZededaPassword?;
707
+ get edgeZededaPassword(): string;
708
+ set edgeZededaPassword(value: string);
709
+ resetEdgeZededaPassword(): void;
710
+ get edgeZededaPasswordInput(): string;
711
+ private _edgeZededaUsername?;
712
+ get edgeZededaUsername(): string;
713
+ set edgeZededaUsername(value: string);
714
+ resetEdgeZededaUsername(): void;
715
+ get edgeZededaUsernameInput(): string;
716
+ private _gcloudProjectCredentialsFilepath?;
717
+ get gcloudProjectCredentialsFilepath(): string;
718
+ set gcloudProjectCredentialsFilepath(value: string);
719
+ resetGcloudProjectCredentialsFilepath(): void;
720
+ get gcloudProjectCredentialsFilepathInput(): string;
721
+ private _gcloudProjectId?;
722
+ get gcloudProjectId(): string;
723
+ set gcloudProjectId(value: string);
724
+ resetGcloudProjectId(): void;
725
+ get gcloudProjectIdInput(): string;
726
+ private _id?;
727
+ get id(): string;
728
+ set id(value: string);
729
+ resetId(): void;
730
+ get idInput(): string;
731
+ private _ociApiPrivateKeyFilepath?;
732
+ get ociApiPrivateKeyFilepath(): string;
733
+ set ociApiPrivateKeyFilepath(value: string);
734
+ resetOciApiPrivateKeyFilepath(): void;
735
+ get ociApiPrivateKeyFilepathInput(): string;
736
+ private _ociCompartmentId?;
737
+ get ociCompartmentId(): string;
738
+ set ociCompartmentId(value: string);
739
+ resetOciCompartmentId(): void;
740
+ get ociCompartmentIdInput(): string;
741
+ private _ociTenancyId?;
742
+ get ociTenancyId(): string;
743
+ set ociTenancyId(value: string);
744
+ resetOciTenancyId(): void;
745
+ get ociTenancyIdInput(): string;
746
+ private _ociUserId?;
747
+ get ociUserId(): string;
748
+ set ociUserId(value: string);
749
+ resetOciUserId(): void;
750
+ get ociUserIdInput(): string;
751
+ private _rbacGroups?;
752
+ get rbacGroups(): string[];
753
+ set rbacGroups(value: string[]);
754
+ resetRbacGroups(): void;
755
+ get rbacGroupsInput(): string[];
756
+ protected synthesizeAttributes(): {
757
+ [name: string]: any;
758
+ };
759
+ protected synthesizeHclAttributes(): {
760
+ [name: string]: any;
761
+ };
762
+ }