@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,913 @@
1
+ import { Construct } from 'constructs';
2
+ import * as cdktf from 'cdktf';
3
+ export interface GatewayConfig extends cdktf.TerraformMetaArguments {
4
+ /**
5
+ * Account name. This account will be used to launch Aviatrix gateway.
6
+ *
7
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#account_name Gateway#account_name}
8
+ */
9
+ readonly accountName: string;
10
+ /**
11
+ * A list of destination CIDR ranges that will also go through the VPN tunnel when Split Tunnel Mode is enabled.
12
+ *
13
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#additional_cidrs Gateway#additional_cidrs}
14
+ */
15
+ readonly additionalCidrs?: string;
16
+ /**
17
+ * A list of CIDR ranges separated by comma to configure when 'designated_gateway' feature is enabled.
18
+ *
19
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#additional_cidrs_designated_gateway Gateway#additional_cidrs_designated_gateway}
20
+ */
21
+ readonly additionalCidrsDesignatedGateway?: string;
22
+ /**
23
+ * When value is false, reuse an idle address in Elastic IP pool for this gateway. Otherwise, allocate a new Elastic IP and use it for this gateway.
24
+ *
25
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#allocate_new_eip Gateway#allocate_new_eip}
26
+ */
27
+ readonly allocateNewEip?: boolean | cdktf.IResolvable;
28
+ /**
29
+ * Availability domain for OCI.
30
+ *
31
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#availability_domain Gateway#availability_domain}
32
+ */
33
+ readonly availabilityDomain?: string;
34
+ /**
35
+ * The name of the public IP address and its resource group in Azure to assign to this Gateway.
36
+ *
37
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#azure_eip_name_resource_group Gateway#azure_eip_name_resource_group}
38
+ */
39
+ readonly azureEipNameResourceGroup?: string;
40
+ /**
41
+ * Type of cloud service provider.
42
+ *
43
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#cloud_type Gateway#cloud_type}
44
+ */
45
+ readonly cloudType: number;
46
+ /**
47
+ * Customer managed key ID.
48
+ *
49
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#customer_managed_keys Gateway#customer_managed_keys}
50
+ */
51
+ readonly customerManagedKeys?: string;
52
+ /**
53
+ * If set true, the spot instance will be deleted on eviction. Otherwise, the instance will be deallocated on eviction. Only supports Azure.
54
+ *
55
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#delete_spot Gateway#delete_spot}
56
+ */
57
+ readonly deleteSpot?: boolean | cdktf.IResolvable;
58
+ /**
59
+ * API hostname for DUO auth mode.
60
+ *
61
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#duo_api_hostname Gateway#duo_api_hostname}
62
+ */
63
+ readonly duoApiHostname?: string;
64
+ /**
65
+ * Integration key for DUO auth mode.
66
+ *
67
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#duo_integration_key Gateway#duo_integration_key}
68
+ */
69
+ readonly duoIntegrationKey?: string;
70
+ /**
71
+ * Push mode for DUO auth.
72
+ *
73
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#duo_push_mode Gateway#duo_push_mode}
74
+ */
75
+ readonly duoPushMode?: string;
76
+ /**
77
+ * Secret key for DUO auth mode.
78
+ *
79
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#duo_secret_key Gateway#duo_secret_key}
80
+ */
81
+ readonly duoSecretKey?: string;
82
+ /**
83
+ * Required when allocate_new_eip is false. It uses specified EIP for this gateway.
84
+ *
85
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#eip Gateway#eip}
86
+ */
87
+ readonly eip?: string;
88
+ /**
89
+ * A name for the ELB that is created.
90
+ *
91
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#elb_name Gateway#elb_name}
92
+ */
93
+ readonly elbName?: string;
94
+ /**
95
+ * Enable 'designated_gateway' feature for Gateway. Valid values: true, false.
96
+ *
97
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#enable_designated_gateway Gateway#enable_designated_gateway}
98
+ */
99
+ readonly enableDesignatedGateway?: boolean | cdktf.IResolvable;
100
+ /**
101
+ * Specify whether to enable ELB or not.
102
+ *
103
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#enable_elb Gateway#enable_elb}
104
+ */
105
+ readonly enableElb?: boolean | cdktf.IResolvable;
106
+ /**
107
+ * Enable encrypt gateway EBS volume. Only supported for AWS provider. Valid values: true, false. Default value: false.
108
+ *
109
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#enable_encrypt_volume Gateway#enable_encrypt_volume}
110
+ */
111
+ readonly enableEncryptVolume?: boolean | cdktf.IResolvable;
112
+ /**
113
+ * Specify whether to disable GRO/GSO or not.
114
+ *
115
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#enable_gro_gso Gateway#enable_gro_gso}
116
+ */
117
+ readonly enableGroGso?: boolean | cdktf.IResolvable;
118
+ /**
119
+ * Enable jumbo frame support for Gateway. Valid values: true or false. Default value: true.
120
+ *
121
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#enable_jumbo_frame Gateway#enable_jumbo_frame}
122
+ */
123
+ readonly enableJumboFrame?: boolean | cdktf.IResolvable;
124
+ /**
125
+ * Specify whether to enable LDAP or not.
126
+ *
127
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#enable_ldap Gateway#enable_ldap}
128
+ */
129
+ readonly enableLdap?: boolean | cdktf.IResolvable;
130
+ /**
131
+ * Enable monitor gateway subnets. Valid values: true, false. Default value: false.
132
+ *
133
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#enable_monitor_gateway_subnets Gateway#enable_monitor_gateway_subnets}
134
+ */
135
+ readonly enableMonitorGatewaySubnets?: boolean | cdktf.IResolvable;
136
+ /**
137
+ * Create a [Public Subnet Filtering gateway](https://docs.aviatrix.com/HowTos/public_subnet_filtering_faq.html).
138
+ *
139
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#enable_public_subnet_filtering Gateway#enable_public_subnet_filtering}
140
+ */
141
+ readonly enablePublicSubnetFiltering?: boolean | cdktf.IResolvable;
142
+ /**
143
+ * Enable spot instance. NOT supported for production deployment.
144
+ *
145
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#enable_spot_instance Gateway#enable_spot_instance}
146
+ */
147
+ readonly enableSpotInstance?: boolean | cdktf.IResolvable;
148
+ /**
149
+ * Enable vpc_dns_server for Gateway. Valid values: true, false.
150
+ *
151
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#enable_vpc_dns_server Gateway#enable_vpc_dns_server}
152
+ */
153
+ readonly enableVpcDnsServer?: boolean | cdktf.IResolvable;
154
+ /**
155
+ * This field indicates whether to enable VPN NAT or not. Only supported for VPN gateway. Valid values: true, false. Default value: true.
156
+ *
157
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#enable_vpn_nat Gateway#enable_vpn_nat}
158
+ */
159
+ readonly enableVpnNat?: boolean | cdktf.IResolvable;
160
+ /**
161
+ * Fault domain for OCI.
162
+ *
163
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#fault_domain Gateway#fault_domain}
164
+ */
165
+ readonly faultDomain?: string;
166
+ /**
167
+ * FQDN gateway lan interface cidr.
168
+ *
169
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#fqdn_lan_cidr Gateway#fqdn_lan_cidr}
170
+ */
171
+ readonly fqdnLanCidr?: string;
172
+ /**
173
+ * LAN VPC ID. Only used for GCP FQDN Gateway.
174
+ *
175
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#fqdn_lan_vpc_id Gateway#fqdn_lan_vpc_id}
176
+ */
177
+ readonly fqdnLanVpcId?: string;
178
+ /**
179
+ * Aviatrix gateway unique name.
180
+ *
181
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#gw_name Gateway#gw_name}
182
+ */
183
+ readonly gwName: string;
184
+ /**
185
+ * Size of Gateway Instance.
186
+ *
187
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#gw_size Gateway#gw_size}
188
+ */
189
+ readonly gwSize: string;
190
+ /**
191
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#id Gateway#id}
192
+ *
193
+ * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
194
+ * 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.
195
+ */
196
+ readonly id?: string;
197
+ /**
198
+ * Typed value when modifying idle_timeout. If it's -1, this feature is disabled.
199
+ *
200
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#idle_timeout Gateway#idle_timeout}
201
+ */
202
+ readonly idleTimeout?: number;
203
+ /**
204
+ * image_version can be used to set the desired image version of the gateway. If set, we will attempt to update the gateway to the specified version.
205
+ *
206
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#image_version Gateway#image_version}
207
+ */
208
+ readonly imageVersion?: string;
209
+ /**
210
+ * Enable Insane Mode for Gateway. Valid values: true, false.
211
+ *
212
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#insane_mode Gateway#insane_mode}
213
+ */
214
+ readonly insaneMode?: boolean | cdktf.IResolvable;
215
+ /**
216
+ * AZ of subnet being created for Insane Mode Gateway. Required if insane_mode is set.
217
+ *
218
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#insane_mode_az Gateway#insane_mode_az}
219
+ */
220
+ readonly insaneModeAz?: string;
221
+ /**
222
+ * LDAP base DN. Required: Yes if enable_ldap is 'yes'.
223
+ *
224
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#ldap_base_dn Gateway#ldap_base_dn}
225
+ */
226
+ readonly ldapBaseDn?: string;
227
+ /**
228
+ * LDAP bind DN. Required: Yes if enable_ldap is 'yes'.
229
+ *
230
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#ldap_bind_dn Gateway#ldap_bind_dn}
231
+ */
232
+ readonly ldapBindDn?: string;
233
+ /**
234
+ * LDAP password. Required: Yes if enable_ldap is 'yes'.
235
+ *
236
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#ldap_password Gateway#ldap_password}
237
+ */
238
+ readonly ldapPassword?: string;
239
+ /**
240
+ * LDAP server address. Required: Yes if enable_ldap is 'yes'.
241
+ *
242
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#ldap_server Gateway#ldap_server}
243
+ */
244
+ readonly ldapServer?: string;
245
+ /**
246
+ * LDAP user attribute. Required: Yes if enable_ldap is 'yes'.
247
+ *
248
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#ldap_username_attribute Gateway#ldap_username_attribute}
249
+ */
250
+ readonly ldapUsernameAttribute?: string;
251
+ /**
252
+ * Maximum connection of VPN access. Valid for VPN gateway only. If not set, '100' will be default value.
253
+ *
254
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#max_vpn_conn Gateway#max_vpn_conn}
255
+ */
256
+ readonly maxVpnConn?: string;
257
+ /**
258
+ * A set of monitored instance ids. Only valid when 'enable_monitor_gateway_subnets' = true.
259
+ *
260
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#monitor_exclude_list Gateway#monitor_exclude_list}
261
+ */
262
+ readonly monitorExcludeList?: string[];
263
+ /**
264
+ * A list of DNS servers used to resolve domain names by a connected VPN user when Split Tunnel Mode is enabled.
265
+ *
266
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#name_servers Gateway#name_servers}
267
+ */
268
+ readonly nameServers?: string;
269
+ /**
270
+ * Token for Okta auth mode.
271
+ *
272
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#okta_token Gateway#okta_token}
273
+ */
274
+ readonly oktaToken?: string;
275
+ /**
276
+ * URL for Okta auth mode.
277
+ *
278
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#okta_url Gateway#okta_url}
279
+ */
280
+ readonly oktaUrl?: string;
281
+ /**
282
+ * Username suffix for Okta auth mode.
283
+ *
284
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#okta_username_suffix Gateway#okta_username_suffix}
285
+ */
286
+ readonly oktaUsernameSuffix?: string;
287
+ /**
288
+ * Two step authentication mode.
289
+ *
290
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#otp_mode Gateway#otp_mode}
291
+ */
292
+ readonly otpMode?: string;
293
+ /**
294
+ * Peering HA availability domain for OCI.
295
+ *
296
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#peering_ha_availability_domain Gateway#peering_ha_availability_domain}
297
+ */
298
+ readonly peeringHaAvailabilityDomain?: string;
299
+ /**
300
+ * The name of the public IP address and its resource group in Azure to assign to the Peering HA Gateway.
301
+ *
302
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#peering_ha_azure_eip_name_resource_group Gateway#peering_ha_azure_eip_name_resource_group}
303
+ */
304
+ readonly peeringHaAzureEipNameResourceGroup?: string;
305
+ /**
306
+ * Public IP address that you want assigned to the HA peering instance.
307
+ *
308
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#peering_ha_eip Gateway#peering_ha_eip}
309
+ */
310
+ readonly peeringHaEip?: string;
311
+ /**
312
+ * Peering HA fault domain for OCI.
313
+ *
314
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#peering_ha_fault_domain Gateway#peering_ha_fault_domain}
315
+ */
316
+ readonly peeringHaFaultDomain?: string;
317
+ /**
318
+ * Peering HA Gateway Size.
319
+ *
320
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#peering_ha_gw_size Gateway#peering_ha_gw_size}
321
+ */
322
+ readonly peeringHaGwSize?: string;
323
+ /**
324
+ * peering_ha_image_version can be used to set the desired image version of the HA gateway. If set, we will attempt to update the gateway to the specified version.
325
+ *
326
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#peering_ha_image_version Gateway#peering_ha_image_version}
327
+ */
328
+ readonly peeringHaImageVersion?: string;
329
+ /**
330
+ * AZ of subnet being created for Insane Mode Peering HA Gateway. Required if insane_mode is set.
331
+ *
332
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#peering_ha_insane_mode_az Gateway#peering_ha_insane_mode_az}
333
+ */
334
+ readonly peeringHaInsaneModeAz?: string;
335
+ /**
336
+ * peering_ha_software_version can be used to set the desired software version of the HA gateway. If set, we will attempt to update the gateway to the specified version. If left blank, the gateway software version will continue to be managed through the aviatrix_controller_config resource.
337
+ *
338
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#peering_ha_software_version Gateway#peering_ha_software_version}
339
+ */
340
+ readonly peeringHaSoftwareVersion?: string;
341
+ /**
342
+ * Public Subnet Information while creating Peering HA Gateway, only subnet is accepted. Required to create peering ha gateway if cloud_type = 1 or 8 (AWS or Azure). Optional if cloud_type = 4 (GCP)
343
+ *
344
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#peering_ha_subnet Gateway#peering_ha_subnet}
345
+ */
346
+ readonly peeringHaSubnet?: string;
347
+ /**
348
+ * Zone information for creating Peering HA Gateway. Required to create peering ha gateway if cloud_type = 4 (GCP). Optional for cloud_type = 8 (Azure).
349
+ *
350
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#peering_ha_zone Gateway#peering_ha_zone}
351
+ */
352
+ readonly peeringHaZone?: string;
353
+ /**
354
+ * Whether to enforce Guard Duty IP blocking. Required when `enable_public_subnet_filtering` attribute is true. Valid values: true or false. Default value: true.
355
+ *
356
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#public_subnet_filtering_guard_duty_enforced Gateway#public_subnet_filtering_guard_duty_enforced}
357
+ */
358
+ readonly publicSubnetFilteringGuardDutyEnforced?: boolean | cdktf.IResolvable;
359
+ /**
360
+ * Route tables whose associated public subnets are protected for the HA PSF gateway. Required when enable_public_subnet_filtering and peering_ha_subnet are set.
361
+ *
362
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#public_subnet_filtering_ha_route_tables Gateway#public_subnet_filtering_ha_route_tables}
363
+ */
364
+ readonly publicSubnetFilteringHaRouteTables?: string[];
365
+ /**
366
+ * Route tables whose associated public subnets are protected. Required when `enable_public_subnet_filtering` attribute is true.
367
+ *
368
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#public_subnet_filtering_route_tables Gateway#public_subnet_filtering_route_tables}
369
+ */
370
+ readonly publicSubnetFilteringRouteTables?: string[];
371
+ /**
372
+ * Typed value when modifying renegotiation_interval. If it's -1, this feature is disabled.
373
+ *
374
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#renegotiation_interval Gateway#renegotiation_interval}
375
+ */
376
+ readonly renegotiationInterval?: number;
377
+ /**
378
+ * Gateway ethernet interface RX queue size. Supported for AWS related clouds only. Applies on HA as well if enabled.
379
+ *
380
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#rx_queue_size Gateway#rx_queue_size}
381
+ */
382
+ readonly rxQueueSize?: string;
383
+ /**
384
+ * This field indicates whether to enable SAML or not.
385
+ *
386
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#saml_enabled Gateway#saml_enabled}
387
+ */
388
+ readonly samlEnabled?: boolean | cdktf.IResolvable;
389
+ /**
390
+ * A list of domain names that will use the NameServer when a specific name is not in the destination when Split Tunnel Mode is enabled.
391
+ *
392
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#search_domains Gateway#search_domains}
393
+ */
394
+ readonly searchDomains?: string;
395
+ /**
396
+ * Set to true if this feature is desired.
397
+ *
398
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#single_az_ha Gateway#single_az_ha}
399
+ */
400
+ readonly singleAzHa?: boolean | cdktf.IResolvable;
401
+ /**
402
+ * Enable Source NAT for this container.
403
+ *
404
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#single_ip_snat Gateway#single_ip_snat}
405
+ */
406
+ readonly singleIpSnat?: boolean | cdktf.IResolvable;
407
+ /**
408
+ * software_version can be used to set the desired software version of the gateway. If set, we will attempt to update the gateway to the specified version. If left blank, the gateway software version will continue to be managed through the aviatrix_controller_config resource.
409
+ *
410
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#software_version Gateway#software_version}
411
+ */
412
+ readonly softwareVersion?: string;
413
+ /**
414
+ * Specify split tunnel mode.
415
+ *
416
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#split_tunnel Gateway#split_tunnel}
417
+ */
418
+ readonly splitTunnel?: boolean | cdktf.IResolvable;
419
+ /**
420
+ * Price for spot instance. NOT supported for production deployment.
421
+ *
422
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#spot_price Gateway#spot_price}
423
+ */
424
+ readonly spotPrice?: string;
425
+ /**
426
+ * A VPC Network address range selected from one of the available network ranges.
427
+ *
428
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#subnet Gateway#subnet}
429
+ */
430
+ readonly subnet: string;
431
+ /**
432
+ * A map of tags to assign to the gateway.
433
+ *
434
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#tags Gateway#tags}
435
+ */
436
+ readonly tags?: {
437
+ [key: string]: string;
438
+ };
439
+ /**
440
+ * The IPSec tunnel down detection time for the Gateway.
441
+ *
442
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#tunnel_detection_time Gateway#tunnel_detection_time}
443
+ */
444
+ readonly tunnelDetectionTime?: number;
445
+ /**
446
+ * ID of legacy VPC/Vnet to be connected.
447
+ *
448
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#vpc_id Gateway#vpc_id}
449
+ */
450
+ readonly vpcId: string;
451
+ /**
452
+ * Region where this gateway will be launched.
453
+ *
454
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#vpc_reg Gateway#vpc_reg}
455
+ */
456
+ readonly vpcReg: string;
457
+ /**
458
+ * Enable user access through VPN to this container.
459
+ *
460
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#vpn_access Gateway#vpn_access}
461
+ */
462
+ readonly vpnAccess?: boolean | cdktf.IResolvable;
463
+ /**
464
+ * VPN CIDR block for the container.
465
+ *
466
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#vpn_cidr Gateway#vpn_cidr}
467
+ */
468
+ readonly vpnCidr?: string;
469
+ /**
470
+ * Elb protocol for VPN gateway with elb enabled. Only supports AWS provider. Valid values: 'TCP', 'UDP'. If not specified, 'TCP'' will be used.
471
+ *
472
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#vpn_protocol Gateway#vpn_protocol}
473
+ */
474
+ readonly vpnProtocol?: string;
475
+ /**
476
+ * Availability Zone. Only available for Azure (8), Azure GOV (32), Azure CHINA (2048) and Public Subnet Filtering gateway. Must be in the form 'az-n', for example, 'az-2'.
477
+ *
478
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#zone Gateway#zone}
479
+ */
480
+ readonly zone?: string;
481
+ }
482
+ /**
483
+ * Represents a {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway aviatrix_gateway}
484
+ */
485
+ export declare class Gateway extends cdktf.TerraformResource {
486
+ static readonly tfResourceType = "aviatrix_gateway";
487
+ /**
488
+ * Generates CDKTF code for importing a Gateway resource upon running "cdktf plan <stack-name>"
489
+ * @param scope The scope in which to define this construct
490
+ * @param importToId The construct id used in the generated config for the Gateway to import
491
+ * @param importFromId The id of the existing Gateway that should be imported. Refer to the {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway#import import section} in the documentation of this resource for the id to use
492
+ * @param provider? Optional instance of the provider where the Gateway to import is found
493
+ */
494
+ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
495
+ /**
496
+ * Create a new {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway aviatrix_gateway} Resource
497
+ *
498
+ * @param scope The scope in which to define this construct
499
+ * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
500
+ * @param options GatewayConfig
501
+ */
502
+ constructor(scope: Construct, id: string, config: GatewayConfig);
503
+ private _accountName?;
504
+ get accountName(): string;
505
+ set accountName(value: string);
506
+ get accountNameInput(): string;
507
+ private _additionalCidrs?;
508
+ get additionalCidrs(): string;
509
+ set additionalCidrs(value: string);
510
+ resetAdditionalCidrs(): void;
511
+ get additionalCidrsInput(): string;
512
+ private _additionalCidrsDesignatedGateway?;
513
+ get additionalCidrsDesignatedGateway(): string;
514
+ set additionalCidrsDesignatedGateway(value: string);
515
+ resetAdditionalCidrsDesignatedGateway(): void;
516
+ get additionalCidrsDesignatedGatewayInput(): string;
517
+ private _allocateNewEip?;
518
+ get allocateNewEip(): boolean | cdktf.IResolvable;
519
+ set allocateNewEip(value: boolean | cdktf.IResolvable);
520
+ resetAllocateNewEip(): void;
521
+ get allocateNewEipInput(): any;
522
+ private _availabilityDomain?;
523
+ get availabilityDomain(): string;
524
+ set availabilityDomain(value: string);
525
+ resetAvailabilityDomain(): void;
526
+ get availabilityDomainInput(): string;
527
+ private _azureEipNameResourceGroup?;
528
+ get azureEipNameResourceGroup(): string;
529
+ set azureEipNameResourceGroup(value: string);
530
+ resetAzureEipNameResourceGroup(): void;
531
+ get azureEipNameResourceGroupInput(): string;
532
+ get cloudInstanceId(): any;
533
+ private _cloudType?;
534
+ get cloudType(): number;
535
+ set cloudType(value: number);
536
+ get cloudTypeInput(): number;
537
+ private _customerManagedKeys?;
538
+ get customerManagedKeys(): string;
539
+ set customerManagedKeys(value: string);
540
+ resetCustomerManagedKeys(): void;
541
+ get customerManagedKeysInput(): string;
542
+ private _deleteSpot?;
543
+ get deleteSpot(): boolean | cdktf.IResolvable;
544
+ set deleteSpot(value: boolean | cdktf.IResolvable);
545
+ resetDeleteSpot(): void;
546
+ get deleteSpotInput(): any;
547
+ private _duoApiHostname?;
548
+ get duoApiHostname(): string;
549
+ set duoApiHostname(value: string);
550
+ resetDuoApiHostname(): void;
551
+ get duoApiHostnameInput(): string;
552
+ private _duoIntegrationKey?;
553
+ get duoIntegrationKey(): string;
554
+ set duoIntegrationKey(value: string);
555
+ resetDuoIntegrationKey(): void;
556
+ get duoIntegrationKeyInput(): string;
557
+ private _duoPushMode?;
558
+ get duoPushMode(): string;
559
+ set duoPushMode(value: string);
560
+ resetDuoPushMode(): void;
561
+ get duoPushModeInput(): string;
562
+ private _duoSecretKey?;
563
+ get duoSecretKey(): string;
564
+ set duoSecretKey(value: string);
565
+ resetDuoSecretKey(): void;
566
+ get duoSecretKeyInput(): string;
567
+ private _eip?;
568
+ get eip(): string;
569
+ set eip(value: string);
570
+ resetEip(): void;
571
+ get eipInput(): string;
572
+ get elbDnsName(): any;
573
+ private _elbName?;
574
+ get elbName(): string;
575
+ set elbName(value: string);
576
+ resetElbName(): void;
577
+ get elbNameInput(): string;
578
+ private _enableDesignatedGateway?;
579
+ get enableDesignatedGateway(): boolean | cdktf.IResolvable;
580
+ set enableDesignatedGateway(value: boolean | cdktf.IResolvable);
581
+ resetEnableDesignatedGateway(): void;
582
+ get enableDesignatedGatewayInput(): any;
583
+ private _enableElb?;
584
+ get enableElb(): boolean | cdktf.IResolvable;
585
+ set enableElb(value: boolean | cdktf.IResolvable);
586
+ resetEnableElb(): void;
587
+ get enableElbInput(): any;
588
+ private _enableEncryptVolume?;
589
+ get enableEncryptVolume(): boolean | cdktf.IResolvable;
590
+ set enableEncryptVolume(value: boolean | cdktf.IResolvable);
591
+ resetEnableEncryptVolume(): void;
592
+ get enableEncryptVolumeInput(): any;
593
+ private _enableGroGso?;
594
+ get enableGroGso(): boolean | cdktf.IResolvable;
595
+ set enableGroGso(value: boolean | cdktf.IResolvable);
596
+ resetEnableGroGso(): void;
597
+ get enableGroGsoInput(): any;
598
+ private _enableJumboFrame?;
599
+ get enableJumboFrame(): boolean | cdktf.IResolvable;
600
+ set enableJumboFrame(value: boolean | cdktf.IResolvable);
601
+ resetEnableJumboFrame(): void;
602
+ get enableJumboFrameInput(): any;
603
+ private _enableLdap?;
604
+ get enableLdap(): boolean | cdktf.IResolvable;
605
+ set enableLdap(value: boolean | cdktf.IResolvable);
606
+ resetEnableLdap(): void;
607
+ get enableLdapInput(): any;
608
+ private _enableMonitorGatewaySubnets?;
609
+ get enableMonitorGatewaySubnets(): boolean | cdktf.IResolvable;
610
+ set enableMonitorGatewaySubnets(value: boolean | cdktf.IResolvable);
611
+ resetEnableMonitorGatewaySubnets(): void;
612
+ get enableMonitorGatewaySubnetsInput(): any;
613
+ private _enablePublicSubnetFiltering?;
614
+ get enablePublicSubnetFiltering(): boolean | cdktf.IResolvable;
615
+ set enablePublicSubnetFiltering(value: boolean | cdktf.IResolvable);
616
+ resetEnablePublicSubnetFiltering(): void;
617
+ get enablePublicSubnetFilteringInput(): any;
618
+ private _enableSpotInstance?;
619
+ get enableSpotInstance(): boolean | cdktf.IResolvable;
620
+ set enableSpotInstance(value: boolean | cdktf.IResolvable);
621
+ resetEnableSpotInstance(): void;
622
+ get enableSpotInstanceInput(): any;
623
+ private _enableVpcDnsServer?;
624
+ get enableVpcDnsServer(): boolean | cdktf.IResolvable;
625
+ set enableVpcDnsServer(value: boolean | cdktf.IResolvable);
626
+ resetEnableVpcDnsServer(): void;
627
+ get enableVpcDnsServerInput(): any;
628
+ private _enableVpnNat?;
629
+ get enableVpnNat(): boolean | cdktf.IResolvable;
630
+ set enableVpnNat(value: boolean | cdktf.IResolvable);
631
+ resetEnableVpnNat(): void;
632
+ get enableVpnNatInput(): any;
633
+ private _faultDomain?;
634
+ get faultDomain(): string;
635
+ set faultDomain(value: string);
636
+ resetFaultDomain(): void;
637
+ get faultDomainInput(): string;
638
+ private _fqdnLanCidr?;
639
+ get fqdnLanCidr(): string;
640
+ set fqdnLanCidr(value: string);
641
+ resetFqdnLanCidr(): void;
642
+ get fqdnLanCidrInput(): string;
643
+ get fqdnLanInterface(): any;
644
+ private _fqdnLanVpcId?;
645
+ get fqdnLanVpcId(): string;
646
+ set fqdnLanVpcId(value: string);
647
+ resetFqdnLanVpcId(): void;
648
+ get fqdnLanVpcIdInput(): string;
649
+ private _gwName?;
650
+ get gwName(): string;
651
+ set gwName(value: string);
652
+ get gwNameInput(): string;
653
+ private _gwSize?;
654
+ get gwSize(): string;
655
+ set gwSize(value: string);
656
+ get gwSizeInput(): string;
657
+ private _id?;
658
+ get id(): string;
659
+ set id(value: string);
660
+ resetId(): void;
661
+ get idInput(): string;
662
+ private _idleTimeout?;
663
+ get idleTimeout(): number;
664
+ set idleTimeout(value: number);
665
+ resetIdleTimeout(): void;
666
+ get idleTimeoutInput(): number;
667
+ private _imageVersion?;
668
+ get imageVersion(): string;
669
+ set imageVersion(value: string);
670
+ resetImageVersion(): void;
671
+ get imageVersionInput(): string;
672
+ private _insaneMode?;
673
+ get insaneMode(): boolean | cdktf.IResolvable;
674
+ set insaneMode(value: boolean | cdktf.IResolvable);
675
+ resetInsaneMode(): void;
676
+ get insaneModeInput(): any;
677
+ private _insaneModeAz?;
678
+ get insaneModeAz(): string;
679
+ set insaneModeAz(value: string);
680
+ resetInsaneModeAz(): void;
681
+ get insaneModeAzInput(): string;
682
+ private _ldapBaseDn?;
683
+ get ldapBaseDn(): string;
684
+ set ldapBaseDn(value: string);
685
+ resetLdapBaseDn(): void;
686
+ get ldapBaseDnInput(): string;
687
+ private _ldapBindDn?;
688
+ get ldapBindDn(): string;
689
+ set ldapBindDn(value: string);
690
+ resetLdapBindDn(): void;
691
+ get ldapBindDnInput(): string;
692
+ private _ldapPassword?;
693
+ get ldapPassword(): string;
694
+ set ldapPassword(value: string);
695
+ resetLdapPassword(): void;
696
+ get ldapPasswordInput(): string;
697
+ private _ldapServer?;
698
+ get ldapServer(): string;
699
+ set ldapServer(value: string);
700
+ resetLdapServer(): void;
701
+ get ldapServerInput(): string;
702
+ private _ldapUsernameAttribute?;
703
+ get ldapUsernameAttribute(): string;
704
+ set ldapUsernameAttribute(value: string);
705
+ resetLdapUsernameAttribute(): void;
706
+ get ldapUsernameAttributeInput(): string;
707
+ private _maxVpnConn?;
708
+ get maxVpnConn(): string;
709
+ set maxVpnConn(value: string);
710
+ resetMaxVpnConn(): void;
711
+ get maxVpnConnInput(): string;
712
+ private _monitorExcludeList?;
713
+ get monitorExcludeList(): string[];
714
+ set monitorExcludeList(value: string[]);
715
+ resetMonitorExcludeList(): void;
716
+ get monitorExcludeListInput(): string[];
717
+ private _nameServers?;
718
+ get nameServers(): string;
719
+ set nameServers(value: string);
720
+ resetNameServers(): void;
721
+ get nameServersInput(): string;
722
+ private _oktaToken?;
723
+ get oktaToken(): string;
724
+ set oktaToken(value: string);
725
+ resetOktaToken(): void;
726
+ get oktaTokenInput(): string;
727
+ private _oktaUrl?;
728
+ get oktaUrl(): string;
729
+ set oktaUrl(value: string);
730
+ resetOktaUrl(): void;
731
+ get oktaUrlInput(): string;
732
+ private _oktaUsernameSuffix?;
733
+ get oktaUsernameSuffix(): string;
734
+ set oktaUsernameSuffix(value: string);
735
+ resetOktaUsernameSuffix(): void;
736
+ get oktaUsernameSuffixInput(): string;
737
+ private _otpMode?;
738
+ get otpMode(): string;
739
+ set otpMode(value: string);
740
+ resetOtpMode(): void;
741
+ get otpModeInput(): string;
742
+ private _peeringHaAvailabilityDomain?;
743
+ get peeringHaAvailabilityDomain(): string;
744
+ set peeringHaAvailabilityDomain(value: string);
745
+ resetPeeringHaAvailabilityDomain(): void;
746
+ get peeringHaAvailabilityDomainInput(): string;
747
+ private _peeringHaAzureEipNameResourceGroup?;
748
+ get peeringHaAzureEipNameResourceGroup(): string;
749
+ set peeringHaAzureEipNameResourceGroup(value: string);
750
+ resetPeeringHaAzureEipNameResourceGroup(): void;
751
+ get peeringHaAzureEipNameResourceGroupInput(): string;
752
+ get peeringHaCloudInstanceId(): any;
753
+ private _peeringHaEip?;
754
+ get peeringHaEip(): string;
755
+ set peeringHaEip(value: string);
756
+ resetPeeringHaEip(): void;
757
+ get peeringHaEipInput(): string;
758
+ private _peeringHaFaultDomain?;
759
+ get peeringHaFaultDomain(): string;
760
+ set peeringHaFaultDomain(value: string);
761
+ resetPeeringHaFaultDomain(): void;
762
+ get peeringHaFaultDomainInput(): string;
763
+ get peeringHaGwName(): any;
764
+ private _peeringHaGwSize?;
765
+ get peeringHaGwSize(): string;
766
+ set peeringHaGwSize(value: string);
767
+ resetPeeringHaGwSize(): void;
768
+ get peeringHaGwSizeInput(): string;
769
+ private _peeringHaImageVersion?;
770
+ get peeringHaImageVersion(): string;
771
+ set peeringHaImageVersion(value: string);
772
+ resetPeeringHaImageVersion(): void;
773
+ get peeringHaImageVersionInput(): string;
774
+ private _peeringHaInsaneModeAz?;
775
+ get peeringHaInsaneModeAz(): string;
776
+ set peeringHaInsaneModeAz(value: string);
777
+ resetPeeringHaInsaneModeAz(): void;
778
+ get peeringHaInsaneModeAzInput(): string;
779
+ get peeringHaPrivateIp(): any;
780
+ get peeringHaSecurityGroupId(): any;
781
+ private _peeringHaSoftwareVersion?;
782
+ get peeringHaSoftwareVersion(): string;
783
+ set peeringHaSoftwareVersion(value: string);
784
+ resetPeeringHaSoftwareVersion(): void;
785
+ get peeringHaSoftwareVersionInput(): string;
786
+ private _peeringHaSubnet?;
787
+ get peeringHaSubnet(): string;
788
+ set peeringHaSubnet(value: string);
789
+ resetPeeringHaSubnet(): void;
790
+ get peeringHaSubnetInput(): string;
791
+ private _peeringHaZone?;
792
+ get peeringHaZone(): string;
793
+ set peeringHaZone(value: string);
794
+ resetPeeringHaZone(): void;
795
+ get peeringHaZoneInput(): string;
796
+ get privateIp(): any;
797
+ get publicDnsServer(): any;
798
+ private _publicSubnetFilteringGuardDutyEnforced?;
799
+ get publicSubnetFilteringGuardDutyEnforced(): boolean | cdktf.IResolvable;
800
+ set publicSubnetFilteringGuardDutyEnforced(value: boolean | cdktf.IResolvable);
801
+ resetPublicSubnetFilteringGuardDutyEnforced(): void;
802
+ get publicSubnetFilteringGuardDutyEnforcedInput(): any;
803
+ private _publicSubnetFilteringHaRouteTables?;
804
+ get publicSubnetFilteringHaRouteTables(): string[];
805
+ set publicSubnetFilteringHaRouteTables(value: string[]);
806
+ resetPublicSubnetFilteringHaRouteTables(): void;
807
+ get publicSubnetFilteringHaRouteTablesInput(): string[];
808
+ private _publicSubnetFilteringRouteTables?;
809
+ get publicSubnetFilteringRouteTables(): string[];
810
+ set publicSubnetFilteringRouteTables(value: string[]);
811
+ resetPublicSubnetFilteringRouteTables(): void;
812
+ get publicSubnetFilteringRouteTablesInput(): string[];
813
+ private _renegotiationInterval?;
814
+ get renegotiationInterval(): number;
815
+ set renegotiationInterval(value: number);
816
+ resetRenegotiationInterval(): void;
817
+ get renegotiationIntervalInput(): number;
818
+ private _rxQueueSize?;
819
+ get rxQueueSize(): string;
820
+ set rxQueueSize(value: string);
821
+ resetRxQueueSize(): void;
822
+ get rxQueueSizeInput(): string;
823
+ private _samlEnabled?;
824
+ get samlEnabled(): boolean | cdktf.IResolvable;
825
+ set samlEnabled(value: boolean | cdktf.IResolvable);
826
+ resetSamlEnabled(): void;
827
+ get samlEnabledInput(): any;
828
+ private _searchDomains?;
829
+ get searchDomains(): string;
830
+ set searchDomains(value: string);
831
+ resetSearchDomains(): void;
832
+ get searchDomainsInput(): string;
833
+ get securityGroupId(): any;
834
+ private _singleAzHa?;
835
+ get singleAzHa(): boolean | cdktf.IResolvable;
836
+ set singleAzHa(value: boolean | cdktf.IResolvable);
837
+ resetSingleAzHa(): void;
838
+ get singleAzHaInput(): any;
839
+ private _singleIpSnat?;
840
+ get singleIpSnat(): boolean | cdktf.IResolvable;
841
+ set singleIpSnat(value: boolean | cdktf.IResolvable);
842
+ resetSingleIpSnat(): void;
843
+ get singleIpSnatInput(): any;
844
+ private _softwareVersion?;
845
+ get softwareVersion(): string;
846
+ set softwareVersion(value: string);
847
+ resetSoftwareVersion(): void;
848
+ get softwareVersionInput(): string;
849
+ private _splitTunnel?;
850
+ get splitTunnel(): boolean | cdktf.IResolvable;
851
+ set splitTunnel(value: boolean | cdktf.IResolvable);
852
+ resetSplitTunnel(): void;
853
+ get splitTunnelInput(): any;
854
+ private _spotPrice?;
855
+ get spotPrice(): string;
856
+ set spotPrice(value: string);
857
+ resetSpotPrice(): void;
858
+ get spotPriceInput(): string;
859
+ private _subnet?;
860
+ get subnet(): string;
861
+ set subnet(value: string);
862
+ get subnetInput(): string;
863
+ private _tags?;
864
+ get tags(): {
865
+ [key: string]: string;
866
+ };
867
+ set tags(value: {
868
+ [key: string]: string;
869
+ });
870
+ resetTags(): void;
871
+ get tagsInput(): {
872
+ [key: string]: string;
873
+ };
874
+ private _tunnelDetectionTime?;
875
+ get tunnelDetectionTime(): number;
876
+ set tunnelDetectionTime(value: number);
877
+ resetTunnelDetectionTime(): void;
878
+ get tunnelDetectionTimeInput(): number;
879
+ private _vpcId?;
880
+ get vpcId(): string;
881
+ set vpcId(value: string);
882
+ get vpcIdInput(): string;
883
+ private _vpcReg?;
884
+ get vpcReg(): string;
885
+ set vpcReg(value: string);
886
+ get vpcRegInput(): string;
887
+ private _vpnAccess?;
888
+ get vpnAccess(): boolean | cdktf.IResolvable;
889
+ set vpnAccess(value: boolean | cdktf.IResolvable);
890
+ resetVpnAccess(): void;
891
+ get vpnAccessInput(): any;
892
+ private _vpnCidr?;
893
+ get vpnCidr(): string;
894
+ set vpnCidr(value: string);
895
+ resetVpnCidr(): void;
896
+ get vpnCidrInput(): string;
897
+ private _vpnProtocol?;
898
+ get vpnProtocol(): string;
899
+ set vpnProtocol(value: string);
900
+ resetVpnProtocol(): void;
901
+ get vpnProtocolInput(): string;
902
+ private _zone?;
903
+ get zone(): string;
904
+ set zone(value: string);
905
+ resetZone(): void;
906
+ get zoneInput(): string;
907
+ protected synthesizeAttributes(): {
908
+ [name: string]: any;
909
+ };
910
+ protected synthesizeHclAttributes(): {
911
+ [name: string]: any;
912
+ };
913
+ }