@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,1904 @@
1
+ // https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway
2
+ // generated from terraform resource schema
3
+ import * as cdktf from 'cdktf';
4
+ /**
5
+ * Represents a {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway aviatrix_gateway}
6
+ */
7
+ export class Gateway extends cdktf.TerraformResource {
8
+ // =================
9
+ // STATIC PROPERTIES
10
+ // =================
11
+ static tfResourceType = "aviatrix_gateway";
12
+ // ==============
13
+ // STATIC Methods
14
+ // ==============
15
+ /**
16
+ * Generates CDKTF code for importing a Gateway resource upon running "cdktf plan <stack-name>"
17
+ * @param scope The scope in which to define this construct
18
+ * @param importToId The construct id used in the generated config for the Gateway to import
19
+ * @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
20
+ * @param provider? Optional instance of the provider where the Gateway to import is found
21
+ */
22
+ static generateConfigForImport(scope, importToId, importFromId, provider) {
23
+ return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "aviatrix_gateway", importId: importFromId, provider });
24
+ }
25
+ // ===========
26
+ // INITIALIZER
27
+ // ===========
28
+ /**
29
+ * Create a new {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/gateway aviatrix_gateway} Resource
30
+ *
31
+ * @param scope The scope in which to define this construct
32
+ * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
33
+ * @param options GatewayConfig
34
+ */
35
+ constructor(scope, id, config) {
36
+ super(scope, id, {
37
+ terraformResourceType: 'aviatrix_gateway',
38
+ terraformGeneratorMetadata: {
39
+ providerName: 'aviatrix',
40
+ providerVersion: '8.1.10',
41
+ providerVersionConstraint: '8.1.10'
42
+ },
43
+ provider: config.provider,
44
+ dependsOn: config.dependsOn,
45
+ count: config.count,
46
+ lifecycle: config.lifecycle,
47
+ provisioners: config.provisioners,
48
+ connection: config.connection,
49
+ forEach: config.forEach
50
+ });
51
+ this._accountName = config.accountName;
52
+ this._additionalCidrs = config.additionalCidrs;
53
+ this._additionalCidrsDesignatedGateway = config.additionalCidrsDesignatedGateway;
54
+ this._allocateNewEip = config.allocateNewEip;
55
+ this._availabilityDomain = config.availabilityDomain;
56
+ this._azureEipNameResourceGroup = config.azureEipNameResourceGroup;
57
+ this._cloudType = config.cloudType;
58
+ this._customerManagedKeys = config.customerManagedKeys;
59
+ this._deleteSpot = config.deleteSpot;
60
+ this._duoApiHostname = config.duoApiHostname;
61
+ this._duoIntegrationKey = config.duoIntegrationKey;
62
+ this._duoPushMode = config.duoPushMode;
63
+ this._duoSecretKey = config.duoSecretKey;
64
+ this._eip = config.eip;
65
+ this._elbName = config.elbName;
66
+ this._enableDesignatedGateway = config.enableDesignatedGateway;
67
+ this._enableElb = config.enableElb;
68
+ this._enableEncryptVolume = config.enableEncryptVolume;
69
+ this._enableGroGso = config.enableGroGso;
70
+ this._enableJumboFrame = config.enableJumboFrame;
71
+ this._enableLdap = config.enableLdap;
72
+ this._enableMonitorGatewaySubnets = config.enableMonitorGatewaySubnets;
73
+ this._enablePublicSubnetFiltering = config.enablePublicSubnetFiltering;
74
+ this._enableSpotInstance = config.enableSpotInstance;
75
+ this._enableVpcDnsServer = config.enableVpcDnsServer;
76
+ this._enableVpnNat = config.enableVpnNat;
77
+ this._faultDomain = config.faultDomain;
78
+ this._fqdnLanCidr = config.fqdnLanCidr;
79
+ this._fqdnLanVpcId = config.fqdnLanVpcId;
80
+ this._gwName = config.gwName;
81
+ this._gwSize = config.gwSize;
82
+ this._id = config.id;
83
+ this._idleTimeout = config.idleTimeout;
84
+ this._imageVersion = config.imageVersion;
85
+ this._insaneMode = config.insaneMode;
86
+ this._insaneModeAz = config.insaneModeAz;
87
+ this._ldapBaseDn = config.ldapBaseDn;
88
+ this._ldapBindDn = config.ldapBindDn;
89
+ this._ldapPassword = config.ldapPassword;
90
+ this._ldapServer = config.ldapServer;
91
+ this._ldapUsernameAttribute = config.ldapUsernameAttribute;
92
+ this._maxVpnConn = config.maxVpnConn;
93
+ this._monitorExcludeList = config.monitorExcludeList;
94
+ this._nameServers = config.nameServers;
95
+ this._oktaToken = config.oktaToken;
96
+ this._oktaUrl = config.oktaUrl;
97
+ this._oktaUsernameSuffix = config.oktaUsernameSuffix;
98
+ this._otpMode = config.otpMode;
99
+ this._peeringHaAvailabilityDomain = config.peeringHaAvailabilityDomain;
100
+ this._peeringHaAzureEipNameResourceGroup = config.peeringHaAzureEipNameResourceGroup;
101
+ this._peeringHaEip = config.peeringHaEip;
102
+ this._peeringHaFaultDomain = config.peeringHaFaultDomain;
103
+ this._peeringHaGwSize = config.peeringHaGwSize;
104
+ this._peeringHaImageVersion = config.peeringHaImageVersion;
105
+ this._peeringHaInsaneModeAz = config.peeringHaInsaneModeAz;
106
+ this._peeringHaSoftwareVersion = config.peeringHaSoftwareVersion;
107
+ this._peeringHaSubnet = config.peeringHaSubnet;
108
+ this._peeringHaZone = config.peeringHaZone;
109
+ this._publicSubnetFilteringGuardDutyEnforced = config.publicSubnetFilteringGuardDutyEnforced;
110
+ this._publicSubnetFilteringHaRouteTables = config.publicSubnetFilteringHaRouteTables;
111
+ this._publicSubnetFilteringRouteTables = config.publicSubnetFilteringRouteTables;
112
+ this._renegotiationInterval = config.renegotiationInterval;
113
+ this._rxQueueSize = config.rxQueueSize;
114
+ this._samlEnabled = config.samlEnabled;
115
+ this._searchDomains = config.searchDomains;
116
+ this._singleAzHa = config.singleAzHa;
117
+ this._singleIpSnat = config.singleIpSnat;
118
+ this._softwareVersion = config.softwareVersion;
119
+ this._splitTunnel = config.splitTunnel;
120
+ this._spotPrice = config.spotPrice;
121
+ this._subnet = config.subnet;
122
+ this._tags = config.tags;
123
+ this._tunnelDetectionTime = config.tunnelDetectionTime;
124
+ this._vpcId = config.vpcId;
125
+ this._vpcReg = config.vpcReg;
126
+ this._vpnAccess = config.vpnAccess;
127
+ this._vpnCidr = config.vpnCidr;
128
+ this._vpnProtocol = config.vpnProtocol;
129
+ this._zone = config.zone;
130
+ }
131
+ // ==========
132
+ // ATTRIBUTES
133
+ // ==========
134
+ // account_name - computed: false, optional: false, required: true
135
+ _accountName;
136
+ get accountName() {
137
+ return this.getStringAttribute('account_name');
138
+ }
139
+ set accountName(value) {
140
+ this._accountName = value;
141
+ }
142
+ // Temporarily expose input value. Use with caution.
143
+ get accountNameInput() {
144
+ return this._accountName;
145
+ }
146
+ // additional_cidrs - computed: false, optional: true, required: false
147
+ _additionalCidrs;
148
+ get additionalCidrs() {
149
+ return this.getStringAttribute('additional_cidrs');
150
+ }
151
+ set additionalCidrs(value) {
152
+ this._additionalCidrs = value;
153
+ }
154
+ resetAdditionalCidrs() {
155
+ this._additionalCidrs = undefined;
156
+ }
157
+ // Temporarily expose input value. Use with caution.
158
+ get additionalCidrsInput() {
159
+ return this._additionalCidrs;
160
+ }
161
+ // additional_cidrs_designated_gateway - computed: false, optional: true, required: false
162
+ _additionalCidrsDesignatedGateway;
163
+ get additionalCidrsDesignatedGateway() {
164
+ return this.getStringAttribute('additional_cidrs_designated_gateway');
165
+ }
166
+ set additionalCidrsDesignatedGateway(value) {
167
+ this._additionalCidrsDesignatedGateway = value;
168
+ }
169
+ resetAdditionalCidrsDesignatedGateway() {
170
+ this._additionalCidrsDesignatedGateway = undefined;
171
+ }
172
+ // Temporarily expose input value. Use with caution.
173
+ get additionalCidrsDesignatedGatewayInput() {
174
+ return this._additionalCidrsDesignatedGateway;
175
+ }
176
+ // allocate_new_eip - computed: false, optional: true, required: false
177
+ _allocateNewEip;
178
+ get allocateNewEip() {
179
+ return this.getBooleanAttribute('allocate_new_eip');
180
+ }
181
+ set allocateNewEip(value) {
182
+ this._allocateNewEip = value;
183
+ }
184
+ resetAllocateNewEip() {
185
+ this._allocateNewEip = undefined;
186
+ }
187
+ // Temporarily expose input value. Use with caution.
188
+ get allocateNewEipInput() {
189
+ return this._allocateNewEip;
190
+ }
191
+ // availability_domain - computed: true, optional: true, required: false
192
+ _availabilityDomain;
193
+ get availabilityDomain() {
194
+ return this.getStringAttribute('availability_domain');
195
+ }
196
+ set availabilityDomain(value) {
197
+ this._availabilityDomain = value;
198
+ }
199
+ resetAvailabilityDomain() {
200
+ this._availabilityDomain = undefined;
201
+ }
202
+ // Temporarily expose input value. Use with caution.
203
+ get availabilityDomainInput() {
204
+ return this._availabilityDomain;
205
+ }
206
+ // azure_eip_name_resource_group - computed: true, optional: true, required: false
207
+ _azureEipNameResourceGroup;
208
+ get azureEipNameResourceGroup() {
209
+ return this.getStringAttribute('azure_eip_name_resource_group');
210
+ }
211
+ set azureEipNameResourceGroup(value) {
212
+ this._azureEipNameResourceGroup = value;
213
+ }
214
+ resetAzureEipNameResourceGroup() {
215
+ this._azureEipNameResourceGroup = undefined;
216
+ }
217
+ // Temporarily expose input value. Use with caution.
218
+ get azureEipNameResourceGroupInput() {
219
+ return this._azureEipNameResourceGroup;
220
+ }
221
+ // cloud_instance_id - computed: true, optional: false, required: false
222
+ get cloudInstanceId() {
223
+ return this.getStringAttribute('cloud_instance_id');
224
+ }
225
+ // cloud_type - computed: false, optional: false, required: true
226
+ _cloudType;
227
+ get cloudType() {
228
+ return this.getNumberAttribute('cloud_type');
229
+ }
230
+ set cloudType(value) {
231
+ this._cloudType = value;
232
+ }
233
+ // Temporarily expose input value. Use with caution.
234
+ get cloudTypeInput() {
235
+ return this._cloudType;
236
+ }
237
+ // customer_managed_keys - computed: false, optional: true, required: false
238
+ _customerManagedKeys;
239
+ get customerManagedKeys() {
240
+ return this.getStringAttribute('customer_managed_keys');
241
+ }
242
+ set customerManagedKeys(value) {
243
+ this._customerManagedKeys = value;
244
+ }
245
+ resetCustomerManagedKeys() {
246
+ this._customerManagedKeys = undefined;
247
+ }
248
+ // Temporarily expose input value. Use with caution.
249
+ get customerManagedKeysInput() {
250
+ return this._customerManagedKeys;
251
+ }
252
+ // delete_spot - computed: false, optional: true, required: false
253
+ _deleteSpot;
254
+ get deleteSpot() {
255
+ return this.getBooleanAttribute('delete_spot');
256
+ }
257
+ set deleteSpot(value) {
258
+ this._deleteSpot = value;
259
+ }
260
+ resetDeleteSpot() {
261
+ this._deleteSpot = undefined;
262
+ }
263
+ // Temporarily expose input value. Use with caution.
264
+ get deleteSpotInput() {
265
+ return this._deleteSpot;
266
+ }
267
+ // duo_api_hostname - computed: false, optional: true, required: false
268
+ _duoApiHostname;
269
+ get duoApiHostname() {
270
+ return this.getStringAttribute('duo_api_hostname');
271
+ }
272
+ set duoApiHostname(value) {
273
+ this._duoApiHostname = value;
274
+ }
275
+ resetDuoApiHostname() {
276
+ this._duoApiHostname = undefined;
277
+ }
278
+ // Temporarily expose input value. Use with caution.
279
+ get duoApiHostnameInput() {
280
+ return this._duoApiHostname;
281
+ }
282
+ // duo_integration_key - computed: false, optional: true, required: false
283
+ _duoIntegrationKey;
284
+ get duoIntegrationKey() {
285
+ return this.getStringAttribute('duo_integration_key');
286
+ }
287
+ set duoIntegrationKey(value) {
288
+ this._duoIntegrationKey = value;
289
+ }
290
+ resetDuoIntegrationKey() {
291
+ this._duoIntegrationKey = undefined;
292
+ }
293
+ // Temporarily expose input value. Use with caution.
294
+ get duoIntegrationKeyInput() {
295
+ return this._duoIntegrationKey;
296
+ }
297
+ // duo_push_mode - computed: false, optional: true, required: false
298
+ _duoPushMode;
299
+ get duoPushMode() {
300
+ return this.getStringAttribute('duo_push_mode');
301
+ }
302
+ set duoPushMode(value) {
303
+ this._duoPushMode = value;
304
+ }
305
+ resetDuoPushMode() {
306
+ this._duoPushMode = undefined;
307
+ }
308
+ // Temporarily expose input value. Use with caution.
309
+ get duoPushModeInput() {
310
+ return this._duoPushMode;
311
+ }
312
+ // duo_secret_key - computed: false, optional: true, required: false
313
+ _duoSecretKey;
314
+ get duoSecretKey() {
315
+ return this.getStringAttribute('duo_secret_key');
316
+ }
317
+ set duoSecretKey(value) {
318
+ this._duoSecretKey = value;
319
+ }
320
+ resetDuoSecretKey() {
321
+ this._duoSecretKey = undefined;
322
+ }
323
+ // Temporarily expose input value. Use with caution.
324
+ get duoSecretKeyInput() {
325
+ return this._duoSecretKey;
326
+ }
327
+ // eip - computed: true, optional: true, required: false
328
+ _eip;
329
+ get eip() {
330
+ return this.getStringAttribute('eip');
331
+ }
332
+ set eip(value) {
333
+ this._eip = value;
334
+ }
335
+ resetEip() {
336
+ this._eip = undefined;
337
+ }
338
+ // Temporarily expose input value. Use with caution.
339
+ get eipInput() {
340
+ return this._eip;
341
+ }
342
+ // elb_dns_name - computed: true, optional: false, required: false
343
+ get elbDnsName() {
344
+ return this.getStringAttribute('elb_dns_name');
345
+ }
346
+ // elb_name - computed: true, optional: true, required: false
347
+ _elbName;
348
+ get elbName() {
349
+ return this.getStringAttribute('elb_name');
350
+ }
351
+ set elbName(value) {
352
+ this._elbName = value;
353
+ }
354
+ resetElbName() {
355
+ this._elbName = undefined;
356
+ }
357
+ // Temporarily expose input value. Use with caution.
358
+ get elbNameInput() {
359
+ return this._elbName;
360
+ }
361
+ // enable_designated_gateway - computed: false, optional: true, required: false
362
+ _enableDesignatedGateway;
363
+ get enableDesignatedGateway() {
364
+ return this.getBooleanAttribute('enable_designated_gateway');
365
+ }
366
+ set enableDesignatedGateway(value) {
367
+ this._enableDesignatedGateway = value;
368
+ }
369
+ resetEnableDesignatedGateway() {
370
+ this._enableDesignatedGateway = undefined;
371
+ }
372
+ // Temporarily expose input value. Use with caution.
373
+ get enableDesignatedGatewayInput() {
374
+ return this._enableDesignatedGateway;
375
+ }
376
+ // enable_elb - computed: false, optional: true, required: false
377
+ _enableElb;
378
+ get enableElb() {
379
+ return this.getBooleanAttribute('enable_elb');
380
+ }
381
+ set enableElb(value) {
382
+ this._enableElb = value;
383
+ }
384
+ resetEnableElb() {
385
+ this._enableElb = undefined;
386
+ }
387
+ // Temporarily expose input value. Use with caution.
388
+ get enableElbInput() {
389
+ return this._enableElb;
390
+ }
391
+ // enable_encrypt_volume - computed: false, optional: true, required: false
392
+ _enableEncryptVolume;
393
+ get enableEncryptVolume() {
394
+ return this.getBooleanAttribute('enable_encrypt_volume');
395
+ }
396
+ set enableEncryptVolume(value) {
397
+ this._enableEncryptVolume = value;
398
+ }
399
+ resetEnableEncryptVolume() {
400
+ this._enableEncryptVolume = undefined;
401
+ }
402
+ // Temporarily expose input value. Use with caution.
403
+ get enableEncryptVolumeInput() {
404
+ return this._enableEncryptVolume;
405
+ }
406
+ // enable_gro_gso - computed: false, optional: true, required: false
407
+ _enableGroGso;
408
+ get enableGroGso() {
409
+ return this.getBooleanAttribute('enable_gro_gso');
410
+ }
411
+ set enableGroGso(value) {
412
+ this._enableGroGso = value;
413
+ }
414
+ resetEnableGroGso() {
415
+ this._enableGroGso = undefined;
416
+ }
417
+ // Temporarily expose input value. Use with caution.
418
+ get enableGroGsoInput() {
419
+ return this._enableGroGso;
420
+ }
421
+ // enable_jumbo_frame - computed: false, optional: true, required: false
422
+ _enableJumboFrame;
423
+ get enableJumboFrame() {
424
+ return this.getBooleanAttribute('enable_jumbo_frame');
425
+ }
426
+ set enableJumboFrame(value) {
427
+ this._enableJumboFrame = value;
428
+ }
429
+ resetEnableJumboFrame() {
430
+ this._enableJumboFrame = undefined;
431
+ }
432
+ // Temporarily expose input value. Use with caution.
433
+ get enableJumboFrameInput() {
434
+ return this._enableJumboFrame;
435
+ }
436
+ // enable_ldap - computed: false, optional: true, required: false
437
+ _enableLdap;
438
+ get enableLdap() {
439
+ return this.getBooleanAttribute('enable_ldap');
440
+ }
441
+ set enableLdap(value) {
442
+ this._enableLdap = value;
443
+ }
444
+ resetEnableLdap() {
445
+ this._enableLdap = undefined;
446
+ }
447
+ // Temporarily expose input value. Use with caution.
448
+ get enableLdapInput() {
449
+ return this._enableLdap;
450
+ }
451
+ // enable_monitor_gateway_subnets - computed: false, optional: true, required: false
452
+ _enableMonitorGatewaySubnets;
453
+ get enableMonitorGatewaySubnets() {
454
+ return this.getBooleanAttribute('enable_monitor_gateway_subnets');
455
+ }
456
+ set enableMonitorGatewaySubnets(value) {
457
+ this._enableMonitorGatewaySubnets = value;
458
+ }
459
+ resetEnableMonitorGatewaySubnets() {
460
+ this._enableMonitorGatewaySubnets = undefined;
461
+ }
462
+ // Temporarily expose input value. Use with caution.
463
+ get enableMonitorGatewaySubnetsInput() {
464
+ return this._enableMonitorGatewaySubnets;
465
+ }
466
+ // enable_public_subnet_filtering - computed: false, optional: true, required: false
467
+ _enablePublicSubnetFiltering;
468
+ get enablePublicSubnetFiltering() {
469
+ return this.getBooleanAttribute('enable_public_subnet_filtering');
470
+ }
471
+ set enablePublicSubnetFiltering(value) {
472
+ this._enablePublicSubnetFiltering = value;
473
+ }
474
+ resetEnablePublicSubnetFiltering() {
475
+ this._enablePublicSubnetFiltering = undefined;
476
+ }
477
+ // Temporarily expose input value. Use with caution.
478
+ get enablePublicSubnetFilteringInput() {
479
+ return this._enablePublicSubnetFiltering;
480
+ }
481
+ // enable_spot_instance - computed: false, optional: true, required: false
482
+ _enableSpotInstance;
483
+ get enableSpotInstance() {
484
+ return this.getBooleanAttribute('enable_spot_instance');
485
+ }
486
+ set enableSpotInstance(value) {
487
+ this._enableSpotInstance = value;
488
+ }
489
+ resetEnableSpotInstance() {
490
+ this._enableSpotInstance = undefined;
491
+ }
492
+ // Temporarily expose input value. Use with caution.
493
+ get enableSpotInstanceInput() {
494
+ return this._enableSpotInstance;
495
+ }
496
+ // enable_vpc_dns_server - computed: false, optional: true, required: false
497
+ _enableVpcDnsServer;
498
+ get enableVpcDnsServer() {
499
+ return this.getBooleanAttribute('enable_vpc_dns_server');
500
+ }
501
+ set enableVpcDnsServer(value) {
502
+ this._enableVpcDnsServer = value;
503
+ }
504
+ resetEnableVpcDnsServer() {
505
+ this._enableVpcDnsServer = undefined;
506
+ }
507
+ // Temporarily expose input value. Use with caution.
508
+ get enableVpcDnsServerInput() {
509
+ return this._enableVpcDnsServer;
510
+ }
511
+ // enable_vpn_nat - computed: false, optional: true, required: false
512
+ _enableVpnNat;
513
+ get enableVpnNat() {
514
+ return this.getBooleanAttribute('enable_vpn_nat');
515
+ }
516
+ set enableVpnNat(value) {
517
+ this._enableVpnNat = value;
518
+ }
519
+ resetEnableVpnNat() {
520
+ this._enableVpnNat = undefined;
521
+ }
522
+ // Temporarily expose input value. Use with caution.
523
+ get enableVpnNatInput() {
524
+ return this._enableVpnNat;
525
+ }
526
+ // fault_domain - computed: true, optional: true, required: false
527
+ _faultDomain;
528
+ get faultDomain() {
529
+ return this.getStringAttribute('fault_domain');
530
+ }
531
+ set faultDomain(value) {
532
+ this._faultDomain = value;
533
+ }
534
+ resetFaultDomain() {
535
+ this._faultDomain = undefined;
536
+ }
537
+ // Temporarily expose input value. Use with caution.
538
+ get faultDomainInput() {
539
+ return this._faultDomain;
540
+ }
541
+ // fqdn_lan_cidr - computed: false, optional: true, required: false
542
+ _fqdnLanCidr;
543
+ get fqdnLanCidr() {
544
+ return this.getStringAttribute('fqdn_lan_cidr');
545
+ }
546
+ set fqdnLanCidr(value) {
547
+ this._fqdnLanCidr = value;
548
+ }
549
+ resetFqdnLanCidr() {
550
+ this._fqdnLanCidr = undefined;
551
+ }
552
+ // Temporarily expose input value. Use with caution.
553
+ get fqdnLanCidrInput() {
554
+ return this._fqdnLanCidr;
555
+ }
556
+ // fqdn_lan_interface - computed: true, optional: false, required: false
557
+ get fqdnLanInterface() {
558
+ return this.getStringAttribute('fqdn_lan_interface');
559
+ }
560
+ // fqdn_lan_vpc_id - computed: false, optional: true, required: false
561
+ _fqdnLanVpcId;
562
+ get fqdnLanVpcId() {
563
+ return this.getStringAttribute('fqdn_lan_vpc_id');
564
+ }
565
+ set fqdnLanVpcId(value) {
566
+ this._fqdnLanVpcId = value;
567
+ }
568
+ resetFqdnLanVpcId() {
569
+ this._fqdnLanVpcId = undefined;
570
+ }
571
+ // Temporarily expose input value. Use with caution.
572
+ get fqdnLanVpcIdInput() {
573
+ return this._fqdnLanVpcId;
574
+ }
575
+ // gw_name - computed: false, optional: false, required: true
576
+ _gwName;
577
+ get gwName() {
578
+ return this.getStringAttribute('gw_name');
579
+ }
580
+ set gwName(value) {
581
+ this._gwName = value;
582
+ }
583
+ // Temporarily expose input value. Use with caution.
584
+ get gwNameInput() {
585
+ return this._gwName;
586
+ }
587
+ // gw_size - computed: false, optional: false, required: true
588
+ _gwSize;
589
+ get gwSize() {
590
+ return this.getStringAttribute('gw_size');
591
+ }
592
+ set gwSize(value) {
593
+ this._gwSize = value;
594
+ }
595
+ // Temporarily expose input value. Use with caution.
596
+ get gwSizeInput() {
597
+ return this._gwSize;
598
+ }
599
+ // id - computed: true, optional: true, required: false
600
+ _id;
601
+ get id() {
602
+ return this.getStringAttribute('id');
603
+ }
604
+ set id(value) {
605
+ this._id = value;
606
+ }
607
+ resetId() {
608
+ this._id = undefined;
609
+ }
610
+ // Temporarily expose input value. Use with caution.
611
+ get idInput() {
612
+ return this._id;
613
+ }
614
+ // idle_timeout - computed: false, optional: true, required: false
615
+ _idleTimeout;
616
+ get idleTimeout() {
617
+ return this.getNumberAttribute('idle_timeout');
618
+ }
619
+ set idleTimeout(value) {
620
+ this._idleTimeout = value;
621
+ }
622
+ resetIdleTimeout() {
623
+ this._idleTimeout = undefined;
624
+ }
625
+ // Temporarily expose input value. Use with caution.
626
+ get idleTimeoutInput() {
627
+ return this._idleTimeout;
628
+ }
629
+ // image_version - computed: true, optional: true, required: false
630
+ _imageVersion;
631
+ get imageVersion() {
632
+ return this.getStringAttribute('image_version');
633
+ }
634
+ set imageVersion(value) {
635
+ this._imageVersion = value;
636
+ }
637
+ resetImageVersion() {
638
+ this._imageVersion = undefined;
639
+ }
640
+ // Temporarily expose input value. Use with caution.
641
+ get imageVersionInput() {
642
+ return this._imageVersion;
643
+ }
644
+ // insane_mode - computed: false, optional: true, required: false
645
+ _insaneMode;
646
+ get insaneMode() {
647
+ return this.getBooleanAttribute('insane_mode');
648
+ }
649
+ set insaneMode(value) {
650
+ this._insaneMode = value;
651
+ }
652
+ resetInsaneMode() {
653
+ this._insaneMode = undefined;
654
+ }
655
+ // Temporarily expose input value. Use with caution.
656
+ get insaneModeInput() {
657
+ return this._insaneMode;
658
+ }
659
+ // insane_mode_az - computed: false, optional: true, required: false
660
+ _insaneModeAz;
661
+ get insaneModeAz() {
662
+ return this.getStringAttribute('insane_mode_az');
663
+ }
664
+ set insaneModeAz(value) {
665
+ this._insaneModeAz = value;
666
+ }
667
+ resetInsaneModeAz() {
668
+ this._insaneModeAz = undefined;
669
+ }
670
+ // Temporarily expose input value. Use with caution.
671
+ get insaneModeAzInput() {
672
+ return this._insaneModeAz;
673
+ }
674
+ // ldap_base_dn - computed: false, optional: true, required: false
675
+ _ldapBaseDn;
676
+ get ldapBaseDn() {
677
+ return this.getStringAttribute('ldap_base_dn');
678
+ }
679
+ set ldapBaseDn(value) {
680
+ this._ldapBaseDn = value;
681
+ }
682
+ resetLdapBaseDn() {
683
+ this._ldapBaseDn = undefined;
684
+ }
685
+ // Temporarily expose input value. Use with caution.
686
+ get ldapBaseDnInput() {
687
+ return this._ldapBaseDn;
688
+ }
689
+ // ldap_bind_dn - computed: false, optional: true, required: false
690
+ _ldapBindDn;
691
+ get ldapBindDn() {
692
+ return this.getStringAttribute('ldap_bind_dn');
693
+ }
694
+ set ldapBindDn(value) {
695
+ this._ldapBindDn = value;
696
+ }
697
+ resetLdapBindDn() {
698
+ this._ldapBindDn = undefined;
699
+ }
700
+ // Temporarily expose input value. Use with caution.
701
+ get ldapBindDnInput() {
702
+ return this._ldapBindDn;
703
+ }
704
+ // ldap_password - computed: false, optional: true, required: false
705
+ _ldapPassword;
706
+ get ldapPassword() {
707
+ return this.getStringAttribute('ldap_password');
708
+ }
709
+ set ldapPassword(value) {
710
+ this._ldapPassword = value;
711
+ }
712
+ resetLdapPassword() {
713
+ this._ldapPassword = undefined;
714
+ }
715
+ // Temporarily expose input value. Use with caution.
716
+ get ldapPasswordInput() {
717
+ return this._ldapPassword;
718
+ }
719
+ // ldap_server - computed: false, optional: true, required: false
720
+ _ldapServer;
721
+ get ldapServer() {
722
+ return this.getStringAttribute('ldap_server');
723
+ }
724
+ set ldapServer(value) {
725
+ this._ldapServer = value;
726
+ }
727
+ resetLdapServer() {
728
+ this._ldapServer = undefined;
729
+ }
730
+ // Temporarily expose input value. Use with caution.
731
+ get ldapServerInput() {
732
+ return this._ldapServer;
733
+ }
734
+ // ldap_username_attribute - computed: false, optional: true, required: false
735
+ _ldapUsernameAttribute;
736
+ get ldapUsernameAttribute() {
737
+ return this.getStringAttribute('ldap_username_attribute');
738
+ }
739
+ set ldapUsernameAttribute(value) {
740
+ this._ldapUsernameAttribute = value;
741
+ }
742
+ resetLdapUsernameAttribute() {
743
+ this._ldapUsernameAttribute = undefined;
744
+ }
745
+ // Temporarily expose input value. Use with caution.
746
+ get ldapUsernameAttributeInput() {
747
+ return this._ldapUsernameAttribute;
748
+ }
749
+ // max_vpn_conn - computed: true, optional: true, required: false
750
+ _maxVpnConn;
751
+ get maxVpnConn() {
752
+ return this.getStringAttribute('max_vpn_conn');
753
+ }
754
+ set maxVpnConn(value) {
755
+ this._maxVpnConn = value;
756
+ }
757
+ resetMaxVpnConn() {
758
+ this._maxVpnConn = undefined;
759
+ }
760
+ // Temporarily expose input value. Use with caution.
761
+ get maxVpnConnInput() {
762
+ return this._maxVpnConn;
763
+ }
764
+ // monitor_exclude_list - computed: false, optional: true, required: false
765
+ _monitorExcludeList;
766
+ get monitorExcludeList() {
767
+ return cdktf.Fn.tolist(this.getListAttribute('monitor_exclude_list'));
768
+ }
769
+ set monitorExcludeList(value) {
770
+ this._monitorExcludeList = value;
771
+ }
772
+ resetMonitorExcludeList() {
773
+ this._monitorExcludeList = undefined;
774
+ }
775
+ // Temporarily expose input value. Use with caution.
776
+ get monitorExcludeListInput() {
777
+ return this._monitorExcludeList;
778
+ }
779
+ // name_servers - computed: false, optional: true, required: false
780
+ _nameServers;
781
+ get nameServers() {
782
+ return this.getStringAttribute('name_servers');
783
+ }
784
+ set nameServers(value) {
785
+ this._nameServers = value;
786
+ }
787
+ resetNameServers() {
788
+ this._nameServers = undefined;
789
+ }
790
+ // Temporarily expose input value. Use with caution.
791
+ get nameServersInput() {
792
+ return this._nameServers;
793
+ }
794
+ // okta_token - computed: false, optional: true, required: false
795
+ _oktaToken;
796
+ get oktaToken() {
797
+ return this.getStringAttribute('okta_token');
798
+ }
799
+ set oktaToken(value) {
800
+ this._oktaToken = value;
801
+ }
802
+ resetOktaToken() {
803
+ this._oktaToken = undefined;
804
+ }
805
+ // Temporarily expose input value. Use with caution.
806
+ get oktaTokenInput() {
807
+ return this._oktaToken;
808
+ }
809
+ // okta_url - computed: false, optional: true, required: false
810
+ _oktaUrl;
811
+ get oktaUrl() {
812
+ return this.getStringAttribute('okta_url');
813
+ }
814
+ set oktaUrl(value) {
815
+ this._oktaUrl = value;
816
+ }
817
+ resetOktaUrl() {
818
+ this._oktaUrl = undefined;
819
+ }
820
+ // Temporarily expose input value. Use with caution.
821
+ get oktaUrlInput() {
822
+ return this._oktaUrl;
823
+ }
824
+ // okta_username_suffix - computed: false, optional: true, required: false
825
+ _oktaUsernameSuffix;
826
+ get oktaUsernameSuffix() {
827
+ return this.getStringAttribute('okta_username_suffix');
828
+ }
829
+ set oktaUsernameSuffix(value) {
830
+ this._oktaUsernameSuffix = value;
831
+ }
832
+ resetOktaUsernameSuffix() {
833
+ this._oktaUsernameSuffix = undefined;
834
+ }
835
+ // Temporarily expose input value. Use with caution.
836
+ get oktaUsernameSuffixInput() {
837
+ return this._oktaUsernameSuffix;
838
+ }
839
+ // otp_mode - computed: false, optional: true, required: false
840
+ _otpMode;
841
+ get otpMode() {
842
+ return this.getStringAttribute('otp_mode');
843
+ }
844
+ set otpMode(value) {
845
+ this._otpMode = value;
846
+ }
847
+ resetOtpMode() {
848
+ this._otpMode = undefined;
849
+ }
850
+ // Temporarily expose input value. Use with caution.
851
+ get otpModeInput() {
852
+ return this._otpMode;
853
+ }
854
+ // peering_ha_availability_domain - computed: true, optional: true, required: false
855
+ _peeringHaAvailabilityDomain;
856
+ get peeringHaAvailabilityDomain() {
857
+ return this.getStringAttribute('peering_ha_availability_domain');
858
+ }
859
+ set peeringHaAvailabilityDomain(value) {
860
+ this._peeringHaAvailabilityDomain = value;
861
+ }
862
+ resetPeeringHaAvailabilityDomain() {
863
+ this._peeringHaAvailabilityDomain = undefined;
864
+ }
865
+ // Temporarily expose input value. Use with caution.
866
+ get peeringHaAvailabilityDomainInput() {
867
+ return this._peeringHaAvailabilityDomain;
868
+ }
869
+ // peering_ha_azure_eip_name_resource_group - computed: true, optional: true, required: false
870
+ _peeringHaAzureEipNameResourceGroup;
871
+ get peeringHaAzureEipNameResourceGroup() {
872
+ return this.getStringAttribute('peering_ha_azure_eip_name_resource_group');
873
+ }
874
+ set peeringHaAzureEipNameResourceGroup(value) {
875
+ this._peeringHaAzureEipNameResourceGroup = value;
876
+ }
877
+ resetPeeringHaAzureEipNameResourceGroup() {
878
+ this._peeringHaAzureEipNameResourceGroup = undefined;
879
+ }
880
+ // Temporarily expose input value. Use with caution.
881
+ get peeringHaAzureEipNameResourceGroupInput() {
882
+ return this._peeringHaAzureEipNameResourceGroup;
883
+ }
884
+ // peering_ha_cloud_instance_id - computed: true, optional: false, required: false
885
+ get peeringHaCloudInstanceId() {
886
+ return this.getStringAttribute('peering_ha_cloud_instance_id');
887
+ }
888
+ // peering_ha_eip - computed: true, optional: true, required: false
889
+ _peeringHaEip;
890
+ get peeringHaEip() {
891
+ return this.getStringAttribute('peering_ha_eip');
892
+ }
893
+ set peeringHaEip(value) {
894
+ this._peeringHaEip = value;
895
+ }
896
+ resetPeeringHaEip() {
897
+ this._peeringHaEip = undefined;
898
+ }
899
+ // Temporarily expose input value. Use with caution.
900
+ get peeringHaEipInput() {
901
+ return this._peeringHaEip;
902
+ }
903
+ // peering_ha_fault_domain - computed: true, optional: true, required: false
904
+ _peeringHaFaultDomain;
905
+ get peeringHaFaultDomain() {
906
+ return this.getStringAttribute('peering_ha_fault_domain');
907
+ }
908
+ set peeringHaFaultDomain(value) {
909
+ this._peeringHaFaultDomain = value;
910
+ }
911
+ resetPeeringHaFaultDomain() {
912
+ this._peeringHaFaultDomain = undefined;
913
+ }
914
+ // Temporarily expose input value. Use with caution.
915
+ get peeringHaFaultDomainInput() {
916
+ return this._peeringHaFaultDomain;
917
+ }
918
+ // peering_ha_gw_name - computed: true, optional: false, required: false
919
+ get peeringHaGwName() {
920
+ return this.getStringAttribute('peering_ha_gw_name');
921
+ }
922
+ // peering_ha_gw_size - computed: false, optional: true, required: false
923
+ _peeringHaGwSize;
924
+ get peeringHaGwSize() {
925
+ return this.getStringAttribute('peering_ha_gw_size');
926
+ }
927
+ set peeringHaGwSize(value) {
928
+ this._peeringHaGwSize = value;
929
+ }
930
+ resetPeeringHaGwSize() {
931
+ this._peeringHaGwSize = undefined;
932
+ }
933
+ // Temporarily expose input value. Use with caution.
934
+ get peeringHaGwSizeInput() {
935
+ return this._peeringHaGwSize;
936
+ }
937
+ // peering_ha_image_version - computed: true, optional: true, required: false
938
+ _peeringHaImageVersion;
939
+ get peeringHaImageVersion() {
940
+ return this.getStringAttribute('peering_ha_image_version');
941
+ }
942
+ set peeringHaImageVersion(value) {
943
+ this._peeringHaImageVersion = value;
944
+ }
945
+ resetPeeringHaImageVersion() {
946
+ this._peeringHaImageVersion = undefined;
947
+ }
948
+ // Temporarily expose input value. Use with caution.
949
+ get peeringHaImageVersionInput() {
950
+ return this._peeringHaImageVersion;
951
+ }
952
+ // peering_ha_insane_mode_az - computed: false, optional: true, required: false
953
+ _peeringHaInsaneModeAz;
954
+ get peeringHaInsaneModeAz() {
955
+ return this.getStringAttribute('peering_ha_insane_mode_az');
956
+ }
957
+ set peeringHaInsaneModeAz(value) {
958
+ this._peeringHaInsaneModeAz = value;
959
+ }
960
+ resetPeeringHaInsaneModeAz() {
961
+ this._peeringHaInsaneModeAz = undefined;
962
+ }
963
+ // Temporarily expose input value. Use with caution.
964
+ get peeringHaInsaneModeAzInput() {
965
+ return this._peeringHaInsaneModeAz;
966
+ }
967
+ // peering_ha_private_ip - computed: true, optional: false, required: false
968
+ get peeringHaPrivateIp() {
969
+ return this.getStringAttribute('peering_ha_private_ip');
970
+ }
971
+ // peering_ha_security_group_id - computed: true, optional: false, required: false
972
+ get peeringHaSecurityGroupId() {
973
+ return this.getStringAttribute('peering_ha_security_group_id');
974
+ }
975
+ // peering_ha_software_version - computed: true, optional: true, required: false
976
+ _peeringHaSoftwareVersion;
977
+ get peeringHaSoftwareVersion() {
978
+ return this.getStringAttribute('peering_ha_software_version');
979
+ }
980
+ set peeringHaSoftwareVersion(value) {
981
+ this._peeringHaSoftwareVersion = value;
982
+ }
983
+ resetPeeringHaSoftwareVersion() {
984
+ this._peeringHaSoftwareVersion = undefined;
985
+ }
986
+ // Temporarily expose input value. Use with caution.
987
+ get peeringHaSoftwareVersionInput() {
988
+ return this._peeringHaSoftwareVersion;
989
+ }
990
+ // peering_ha_subnet - computed: false, optional: true, required: false
991
+ _peeringHaSubnet;
992
+ get peeringHaSubnet() {
993
+ return this.getStringAttribute('peering_ha_subnet');
994
+ }
995
+ set peeringHaSubnet(value) {
996
+ this._peeringHaSubnet = value;
997
+ }
998
+ resetPeeringHaSubnet() {
999
+ this._peeringHaSubnet = undefined;
1000
+ }
1001
+ // Temporarily expose input value. Use with caution.
1002
+ get peeringHaSubnetInput() {
1003
+ return this._peeringHaSubnet;
1004
+ }
1005
+ // peering_ha_zone - computed: false, optional: true, required: false
1006
+ _peeringHaZone;
1007
+ get peeringHaZone() {
1008
+ return this.getStringAttribute('peering_ha_zone');
1009
+ }
1010
+ set peeringHaZone(value) {
1011
+ this._peeringHaZone = value;
1012
+ }
1013
+ resetPeeringHaZone() {
1014
+ this._peeringHaZone = undefined;
1015
+ }
1016
+ // Temporarily expose input value. Use with caution.
1017
+ get peeringHaZoneInput() {
1018
+ return this._peeringHaZone;
1019
+ }
1020
+ // private_ip - computed: true, optional: false, required: false
1021
+ get privateIp() {
1022
+ return this.getStringAttribute('private_ip');
1023
+ }
1024
+ // public_dns_server - computed: true, optional: false, required: false
1025
+ get publicDnsServer() {
1026
+ return this.getStringAttribute('public_dns_server');
1027
+ }
1028
+ // public_subnet_filtering_guard_duty_enforced - computed: false, optional: true, required: false
1029
+ _publicSubnetFilteringGuardDutyEnforced;
1030
+ get publicSubnetFilteringGuardDutyEnforced() {
1031
+ return this.getBooleanAttribute('public_subnet_filtering_guard_duty_enforced');
1032
+ }
1033
+ set publicSubnetFilteringGuardDutyEnforced(value) {
1034
+ this._publicSubnetFilteringGuardDutyEnforced = value;
1035
+ }
1036
+ resetPublicSubnetFilteringGuardDutyEnforced() {
1037
+ this._publicSubnetFilteringGuardDutyEnforced = undefined;
1038
+ }
1039
+ // Temporarily expose input value. Use with caution.
1040
+ get publicSubnetFilteringGuardDutyEnforcedInput() {
1041
+ return this._publicSubnetFilteringGuardDutyEnforced;
1042
+ }
1043
+ // public_subnet_filtering_ha_route_tables - computed: false, optional: true, required: false
1044
+ _publicSubnetFilteringHaRouteTables;
1045
+ get publicSubnetFilteringHaRouteTables() {
1046
+ return cdktf.Fn.tolist(this.getListAttribute('public_subnet_filtering_ha_route_tables'));
1047
+ }
1048
+ set publicSubnetFilteringHaRouteTables(value) {
1049
+ this._publicSubnetFilteringHaRouteTables = value;
1050
+ }
1051
+ resetPublicSubnetFilteringHaRouteTables() {
1052
+ this._publicSubnetFilteringHaRouteTables = undefined;
1053
+ }
1054
+ // Temporarily expose input value. Use with caution.
1055
+ get publicSubnetFilteringHaRouteTablesInput() {
1056
+ return this._publicSubnetFilteringHaRouteTables;
1057
+ }
1058
+ // public_subnet_filtering_route_tables - computed: false, optional: true, required: false
1059
+ _publicSubnetFilteringRouteTables;
1060
+ get publicSubnetFilteringRouteTables() {
1061
+ return cdktf.Fn.tolist(this.getListAttribute('public_subnet_filtering_route_tables'));
1062
+ }
1063
+ set publicSubnetFilteringRouteTables(value) {
1064
+ this._publicSubnetFilteringRouteTables = value;
1065
+ }
1066
+ resetPublicSubnetFilteringRouteTables() {
1067
+ this._publicSubnetFilteringRouteTables = undefined;
1068
+ }
1069
+ // Temporarily expose input value. Use with caution.
1070
+ get publicSubnetFilteringRouteTablesInput() {
1071
+ return this._publicSubnetFilteringRouteTables;
1072
+ }
1073
+ // renegotiation_interval - computed: false, optional: true, required: false
1074
+ _renegotiationInterval;
1075
+ get renegotiationInterval() {
1076
+ return this.getNumberAttribute('renegotiation_interval');
1077
+ }
1078
+ set renegotiationInterval(value) {
1079
+ this._renegotiationInterval = value;
1080
+ }
1081
+ resetRenegotiationInterval() {
1082
+ this._renegotiationInterval = undefined;
1083
+ }
1084
+ // Temporarily expose input value. Use with caution.
1085
+ get renegotiationIntervalInput() {
1086
+ return this._renegotiationInterval;
1087
+ }
1088
+ // rx_queue_size - computed: false, optional: true, required: false
1089
+ _rxQueueSize;
1090
+ get rxQueueSize() {
1091
+ return this.getStringAttribute('rx_queue_size');
1092
+ }
1093
+ set rxQueueSize(value) {
1094
+ this._rxQueueSize = value;
1095
+ }
1096
+ resetRxQueueSize() {
1097
+ this._rxQueueSize = undefined;
1098
+ }
1099
+ // Temporarily expose input value. Use with caution.
1100
+ get rxQueueSizeInput() {
1101
+ return this._rxQueueSize;
1102
+ }
1103
+ // saml_enabled - computed: false, optional: true, required: false
1104
+ _samlEnabled;
1105
+ get samlEnabled() {
1106
+ return this.getBooleanAttribute('saml_enabled');
1107
+ }
1108
+ set samlEnabled(value) {
1109
+ this._samlEnabled = value;
1110
+ }
1111
+ resetSamlEnabled() {
1112
+ this._samlEnabled = undefined;
1113
+ }
1114
+ // Temporarily expose input value. Use with caution.
1115
+ get samlEnabledInput() {
1116
+ return this._samlEnabled;
1117
+ }
1118
+ // search_domains - computed: false, optional: true, required: false
1119
+ _searchDomains;
1120
+ get searchDomains() {
1121
+ return this.getStringAttribute('search_domains');
1122
+ }
1123
+ set searchDomains(value) {
1124
+ this._searchDomains = value;
1125
+ }
1126
+ resetSearchDomains() {
1127
+ this._searchDomains = undefined;
1128
+ }
1129
+ // Temporarily expose input value. Use with caution.
1130
+ get searchDomainsInput() {
1131
+ return this._searchDomains;
1132
+ }
1133
+ // security_group_id - computed: true, optional: false, required: false
1134
+ get securityGroupId() {
1135
+ return this.getStringAttribute('security_group_id');
1136
+ }
1137
+ // single_az_ha - computed: false, optional: true, required: false
1138
+ _singleAzHa;
1139
+ get singleAzHa() {
1140
+ return this.getBooleanAttribute('single_az_ha');
1141
+ }
1142
+ set singleAzHa(value) {
1143
+ this._singleAzHa = value;
1144
+ }
1145
+ resetSingleAzHa() {
1146
+ this._singleAzHa = undefined;
1147
+ }
1148
+ // Temporarily expose input value. Use with caution.
1149
+ get singleAzHaInput() {
1150
+ return this._singleAzHa;
1151
+ }
1152
+ // single_ip_snat - computed: false, optional: true, required: false
1153
+ _singleIpSnat;
1154
+ get singleIpSnat() {
1155
+ return this.getBooleanAttribute('single_ip_snat');
1156
+ }
1157
+ set singleIpSnat(value) {
1158
+ this._singleIpSnat = value;
1159
+ }
1160
+ resetSingleIpSnat() {
1161
+ this._singleIpSnat = undefined;
1162
+ }
1163
+ // Temporarily expose input value. Use with caution.
1164
+ get singleIpSnatInput() {
1165
+ return this._singleIpSnat;
1166
+ }
1167
+ // software_version - computed: true, optional: true, required: false
1168
+ _softwareVersion;
1169
+ get softwareVersion() {
1170
+ return this.getStringAttribute('software_version');
1171
+ }
1172
+ set softwareVersion(value) {
1173
+ this._softwareVersion = value;
1174
+ }
1175
+ resetSoftwareVersion() {
1176
+ this._softwareVersion = undefined;
1177
+ }
1178
+ // Temporarily expose input value. Use with caution.
1179
+ get softwareVersionInput() {
1180
+ return this._softwareVersion;
1181
+ }
1182
+ // split_tunnel - computed: false, optional: true, required: false
1183
+ _splitTunnel;
1184
+ get splitTunnel() {
1185
+ return this.getBooleanAttribute('split_tunnel');
1186
+ }
1187
+ set splitTunnel(value) {
1188
+ this._splitTunnel = value;
1189
+ }
1190
+ resetSplitTunnel() {
1191
+ this._splitTunnel = undefined;
1192
+ }
1193
+ // Temporarily expose input value. Use with caution.
1194
+ get splitTunnelInput() {
1195
+ return this._splitTunnel;
1196
+ }
1197
+ // spot_price - computed: false, optional: true, required: false
1198
+ _spotPrice;
1199
+ get spotPrice() {
1200
+ return this.getStringAttribute('spot_price');
1201
+ }
1202
+ set spotPrice(value) {
1203
+ this._spotPrice = value;
1204
+ }
1205
+ resetSpotPrice() {
1206
+ this._spotPrice = undefined;
1207
+ }
1208
+ // Temporarily expose input value. Use with caution.
1209
+ get spotPriceInput() {
1210
+ return this._spotPrice;
1211
+ }
1212
+ // subnet - computed: false, optional: false, required: true
1213
+ _subnet;
1214
+ get subnet() {
1215
+ return this.getStringAttribute('subnet');
1216
+ }
1217
+ set subnet(value) {
1218
+ this._subnet = value;
1219
+ }
1220
+ // Temporarily expose input value. Use with caution.
1221
+ get subnetInput() {
1222
+ return this._subnet;
1223
+ }
1224
+ // tags - computed: false, optional: true, required: false
1225
+ _tags;
1226
+ get tags() {
1227
+ return this.getStringMapAttribute('tags');
1228
+ }
1229
+ set tags(value) {
1230
+ this._tags = value;
1231
+ }
1232
+ resetTags() {
1233
+ this._tags = undefined;
1234
+ }
1235
+ // Temporarily expose input value. Use with caution.
1236
+ get tagsInput() {
1237
+ return this._tags;
1238
+ }
1239
+ // tunnel_detection_time - computed: true, optional: true, required: false
1240
+ _tunnelDetectionTime;
1241
+ get tunnelDetectionTime() {
1242
+ return this.getNumberAttribute('tunnel_detection_time');
1243
+ }
1244
+ set tunnelDetectionTime(value) {
1245
+ this._tunnelDetectionTime = value;
1246
+ }
1247
+ resetTunnelDetectionTime() {
1248
+ this._tunnelDetectionTime = undefined;
1249
+ }
1250
+ // Temporarily expose input value. Use with caution.
1251
+ get tunnelDetectionTimeInput() {
1252
+ return this._tunnelDetectionTime;
1253
+ }
1254
+ // vpc_id - computed: false, optional: false, required: true
1255
+ _vpcId;
1256
+ get vpcId() {
1257
+ return this.getStringAttribute('vpc_id');
1258
+ }
1259
+ set vpcId(value) {
1260
+ this._vpcId = value;
1261
+ }
1262
+ // Temporarily expose input value. Use with caution.
1263
+ get vpcIdInput() {
1264
+ return this._vpcId;
1265
+ }
1266
+ // vpc_reg - computed: false, optional: false, required: true
1267
+ _vpcReg;
1268
+ get vpcReg() {
1269
+ return this.getStringAttribute('vpc_reg');
1270
+ }
1271
+ set vpcReg(value) {
1272
+ this._vpcReg = value;
1273
+ }
1274
+ // Temporarily expose input value. Use with caution.
1275
+ get vpcRegInput() {
1276
+ return this._vpcReg;
1277
+ }
1278
+ // vpn_access - computed: false, optional: true, required: false
1279
+ _vpnAccess;
1280
+ get vpnAccess() {
1281
+ return this.getBooleanAttribute('vpn_access');
1282
+ }
1283
+ set vpnAccess(value) {
1284
+ this._vpnAccess = value;
1285
+ }
1286
+ resetVpnAccess() {
1287
+ this._vpnAccess = undefined;
1288
+ }
1289
+ // Temporarily expose input value. Use with caution.
1290
+ get vpnAccessInput() {
1291
+ return this._vpnAccess;
1292
+ }
1293
+ // vpn_cidr - computed: false, optional: true, required: false
1294
+ _vpnCidr;
1295
+ get vpnCidr() {
1296
+ return this.getStringAttribute('vpn_cidr');
1297
+ }
1298
+ set vpnCidr(value) {
1299
+ this._vpnCidr = value;
1300
+ }
1301
+ resetVpnCidr() {
1302
+ this._vpnCidr = undefined;
1303
+ }
1304
+ // Temporarily expose input value. Use with caution.
1305
+ get vpnCidrInput() {
1306
+ return this._vpnCidr;
1307
+ }
1308
+ // vpn_protocol - computed: true, optional: true, required: false
1309
+ _vpnProtocol;
1310
+ get vpnProtocol() {
1311
+ return this.getStringAttribute('vpn_protocol');
1312
+ }
1313
+ set vpnProtocol(value) {
1314
+ this._vpnProtocol = value;
1315
+ }
1316
+ resetVpnProtocol() {
1317
+ this._vpnProtocol = undefined;
1318
+ }
1319
+ // Temporarily expose input value. Use with caution.
1320
+ get vpnProtocolInput() {
1321
+ return this._vpnProtocol;
1322
+ }
1323
+ // zone - computed: false, optional: true, required: false
1324
+ _zone;
1325
+ get zone() {
1326
+ return this.getStringAttribute('zone');
1327
+ }
1328
+ set zone(value) {
1329
+ this._zone = value;
1330
+ }
1331
+ resetZone() {
1332
+ this._zone = undefined;
1333
+ }
1334
+ // Temporarily expose input value. Use with caution.
1335
+ get zoneInput() {
1336
+ return this._zone;
1337
+ }
1338
+ // =========
1339
+ // SYNTHESIS
1340
+ // =========
1341
+ synthesizeAttributes() {
1342
+ return {
1343
+ account_name: cdktf.stringToTerraform(this._accountName),
1344
+ additional_cidrs: cdktf.stringToTerraform(this._additionalCidrs),
1345
+ additional_cidrs_designated_gateway: cdktf.stringToTerraform(this._additionalCidrsDesignatedGateway),
1346
+ allocate_new_eip: cdktf.booleanToTerraform(this._allocateNewEip),
1347
+ availability_domain: cdktf.stringToTerraform(this._availabilityDomain),
1348
+ azure_eip_name_resource_group: cdktf.stringToTerraform(this._azureEipNameResourceGroup),
1349
+ cloud_type: cdktf.numberToTerraform(this._cloudType),
1350
+ customer_managed_keys: cdktf.stringToTerraform(this._customerManagedKeys),
1351
+ delete_spot: cdktf.booleanToTerraform(this._deleteSpot),
1352
+ duo_api_hostname: cdktf.stringToTerraform(this._duoApiHostname),
1353
+ duo_integration_key: cdktf.stringToTerraform(this._duoIntegrationKey),
1354
+ duo_push_mode: cdktf.stringToTerraform(this._duoPushMode),
1355
+ duo_secret_key: cdktf.stringToTerraform(this._duoSecretKey),
1356
+ eip: cdktf.stringToTerraform(this._eip),
1357
+ elb_name: cdktf.stringToTerraform(this._elbName),
1358
+ enable_designated_gateway: cdktf.booleanToTerraform(this._enableDesignatedGateway),
1359
+ enable_elb: cdktf.booleanToTerraform(this._enableElb),
1360
+ enable_encrypt_volume: cdktf.booleanToTerraform(this._enableEncryptVolume),
1361
+ enable_gro_gso: cdktf.booleanToTerraform(this._enableGroGso),
1362
+ enable_jumbo_frame: cdktf.booleanToTerraform(this._enableJumboFrame),
1363
+ enable_ldap: cdktf.booleanToTerraform(this._enableLdap),
1364
+ enable_monitor_gateway_subnets: cdktf.booleanToTerraform(this._enableMonitorGatewaySubnets),
1365
+ enable_public_subnet_filtering: cdktf.booleanToTerraform(this._enablePublicSubnetFiltering),
1366
+ enable_spot_instance: cdktf.booleanToTerraform(this._enableSpotInstance),
1367
+ enable_vpc_dns_server: cdktf.booleanToTerraform(this._enableVpcDnsServer),
1368
+ enable_vpn_nat: cdktf.booleanToTerraform(this._enableVpnNat),
1369
+ fault_domain: cdktf.stringToTerraform(this._faultDomain),
1370
+ fqdn_lan_cidr: cdktf.stringToTerraform(this._fqdnLanCidr),
1371
+ fqdn_lan_vpc_id: cdktf.stringToTerraform(this._fqdnLanVpcId),
1372
+ gw_name: cdktf.stringToTerraform(this._gwName),
1373
+ gw_size: cdktf.stringToTerraform(this._gwSize),
1374
+ id: cdktf.stringToTerraform(this._id),
1375
+ idle_timeout: cdktf.numberToTerraform(this._idleTimeout),
1376
+ image_version: cdktf.stringToTerraform(this._imageVersion),
1377
+ insane_mode: cdktf.booleanToTerraform(this._insaneMode),
1378
+ insane_mode_az: cdktf.stringToTerraform(this._insaneModeAz),
1379
+ ldap_base_dn: cdktf.stringToTerraform(this._ldapBaseDn),
1380
+ ldap_bind_dn: cdktf.stringToTerraform(this._ldapBindDn),
1381
+ ldap_password: cdktf.stringToTerraform(this._ldapPassword),
1382
+ ldap_server: cdktf.stringToTerraform(this._ldapServer),
1383
+ ldap_username_attribute: cdktf.stringToTerraform(this._ldapUsernameAttribute),
1384
+ max_vpn_conn: cdktf.stringToTerraform(this._maxVpnConn),
1385
+ monitor_exclude_list: cdktf.listMapper(cdktf.stringToTerraform, false)(this._monitorExcludeList),
1386
+ name_servers: cdktf.stringToTerraform(this._nameServers),
1387
+ okta_token: cdktf.stringToTerraform(this._oktaToken),
1388
+ okta_url: cdktf.stringToTerraform(this._oktaUrl),
1389
+ okta_username_suffix: cdktf.stringToTerraform(this._oktaUsernameSuffix),
1390
+ otp_mode: cdktf.stringToTerraform(this._otpMode),
1391
+ peering_ha_availability_domain: cdktf.stringToTerraform(this._peeringHaAvailabilityDomain),
1392
+ peering_ha_azure_eip_name_resource_group: cdktf.stringToTerraform(this._peeringHaAzureEipNameResourceGroup),
1393
+ peering_ha_eip: cdktf.stringToTerraform(this._peeringHaEip),
1394
+ peering_ha_fault_domain: cdktf.stringToTerraform(this._peeringHaFaultDomain),
1395
+ peering_ha_gw_size: cdktf.stringToTerraform(this._peeringHaGwSize),
1396
+ peering_ha_image_version: cdktf.stringToTerraform(this._peeringHaImageVersion),
1397
+ peering_ha_insane_mode_az: cdktf.stringToTerraform(this._peeringHaInsaneModeAz),
1398
+ peering_ha_software_version: cdktf.stringToTerraform(this._peeringHaSoftwareVersion),
1399
+ peering_ha_subnet: cdktf.stringToTerraform(this._peeringHaSubnet),
1400
+ peering_ha_zone: cdktf.stringToTerraform(this._peeringHaZone),
1401
+ public_subnet_filtering_guard_duty_enforced: cdktf.booleanToTerraform(this._publicSubnetFilteringGuardDutyEnforced),
1402
+ public_subnet_filtering_ha_route_tables: cdktf.listMapper(cdktf.stringToTerraform, false)(this._publicSubnetFilteringHaRouteTables),
1403
+ public_subnet_filtering_route_tables: cdktf.listMapper(cdktf.stringToTerraform, false)(this._publicSubnetFilteringRouteTables),
1404
+ renegotiation_interval: cdktf.numberToTerraform(this._renegotiationInterval),
1405
+ rx_queue_size: cdktf.stringToTerraform(this._rxQueueSize),
1406
+ saml_enabled: cdktf.booleanToTerraform(this._samlEnabled),
1407
+ search_domains: cdktf.stringToTerraform(this._searchDomains),
1408
+ single_az_ha: cdktf.booleanToTerraform(this._singleAzHa),
1409
+ single_ip_snat: cdktf.booleanToTerraform(this._singleIpSnat),
1410
+ software_version: cdktf.stringToTerraform(this._softwareVersion),
1411
+ split_tunnel: cdktf.booleanToTerraform(this._splitTunnel),
1412
+ spot_price: cdktf.stringToTerraform(this._spotPrice),
1413
+ subnet: cdktf.stringToTerraform(this._subnet),
1414
+ tags: cdktf.hashMapper(cdktf.stringToTerraform)(this._tags),
1415
+ tunnel_detection_time: cdktf.numberToTerraform(this._tunnelDetectionTime),
1416
+ vpc_id: cdktf.stringToTerraform(this._vpcId),
1417
+ vpc_reg: cdktf.stringToTerraform(this._vpcReg),
1418
+ vpn_access: cdktf.booleanToTerraform(this._vpnAccess),
1419
+ vpn_cidr: cdktf.stringToTerraform(this._vpnCidr),
1420
+ vpn_protocol: cdktf.stringToTerraform(this._vpnProtocol),
1421
+ zone: cdktf.stringToTerraform(this._zone),
1422
+ };
1423
+ }
1424
+ synthesizeHclAttributes() {
1425
+ const attrs = {
1426
+ account_name: {
1427
+ value: cdktf.stringToHclTerraform(this._accountName),
1428
+ isBlock: false,
1429
+ type: "simple",
1430
+ storageClassType: "string",
1431
+ },
1432
+ additional_cidrs: {
1433
+ value: cdktf.stringToHclTerraform(this._additionalCidrs),
1434
+ isBlock: false,
1435
+ type: "simple",
1436
+ storageClassType: "string",
1437
+ },
1438
+ additional_cidrs_designated_gateway: {
1439
+ value: cdktf.stringToHclTerraform(this._additionalCidrsDesignatedGateway),
1440
+ isBlock: false,
1441
+ type: "simple",
1442
+ storageClassType: "string",
1443
+ },
1444
+ allocate_new_eip: {
1445
+ value: cdktf.booleanToHclTerraform(this._allocateNewEip),
1446
+ isBlock: false,
1447
+ type: "simple",
1448
+ storageClassType: "boolean",
1449
+ },
1450
+ availability_domain: {
1451
+ value: cdktf.stringToHclTerraform(this._availabilityDomain),
1452
+ isBlock: false,
1453
+ type: "simple",
1454
+ storageClassType: "string",
1455
+ },
1456
+ azure_eip_name_resource_group: {
1457
+ value: cdktf.stringToHclTerraform(this._azureEipNameResourceGroup),
1458
+ isBlock: false,
1459
+ type: "simple",
1460
+ storageClassType: "string",
1461
+ },
1462
+ cloud_type: {
1463
+ value: cdktf.numberToHclTerraform(this._cloudType),
1464
+ isBlock: false,
1465
+ type: "simple",
1466
+ storageClassType: "number",
1467
+ },
1468
+ customer_managed_keys: {
1469
+ value: cdktf.stringToHclTerraform(this._customerManagedKeys),
1470
+ isBlock: false,
1471
+ type: "simple",
1472
+ storageClassType: "string",
1473
+ },
1474
+ delete_spot: {
1475
+ value: cdktf.booleanToHclTerraform(this._deleteSpot),
1476
+ isBlock: false,
1477
+ type: "simple",
1478
+ storageClassType: "boolean",
1479
+ },
1480
+ duo_api_hostname: {
1481
+ value: cdktf.stringToHclTerraform(this._duoApiHostname),
1482
+ isBlock: false,
1483
+ type: "simple",
1484
+ storageClassType: "string",
1485
+ },
1486
+ duo_integration_key: {
1487
+ value: cdktf.stringToHclTerraform(this._duoIntegrationKey),
1488
+ isBlock: false,
1489
+ type: "simple",
1490
+ storageClassType: "string",
1491
+ },
1492
+ duo_push_mode: {
1493
+ value: cdktf.stringToHclTerraform(this._duoPushMode),
1494
+ isBlock: false,
1495
+ type: "simple",
1496
+ storageClassType: "string",
1497
+ },
1498
+ duo_secret_key: {
1499
+ value: cdktf.stringToHclTerraform(this._duoSecretKey),
1500
+ isBlock: false,
1501
+ type: "simple",
1502
+ storageClassType: "string",
1503
+ },
1504
+ eip: {
1505
+ value: cdktf.stringToHclTerraform(this._eip),
1506
+ isBlock: false,
1507
+ type: "simple",
1508
+ storageClassType: "string",
1509
+ },
1510
+ elb_name: {
1511
+ value: cdktf.stringToHclTerraform(this._elbName),
1512
+ isBlock: false,
1513
+ type: "simple",
1514
+ storageClassType: "string",
1515
+ },
1516
+ enable_designated_gateway: {
1517
+ value: cdktf.booleanToHclTerraform(this._enableDesignatedGateway),
1518
+ isBlock: false,
1519
+ type: "simple",
1520
+ storageClassType: "boolean",
1521
+ },
1522
+ enable_elb: {
1523
+ value: cdktf.booleanToHclTerraform(this._enableElb),
1524
+ isBlock: false,
1525
+ type: "simple",
1526
+ storageClassType: "boolean",
1527
+ },
1528
+ enable_encrypt_volume: {
1529
+ value: cdktf.booleanToHclTerraform(this._enableEncryptVolume),
1530
+ isBlock: false,
1531
+ type: "simple",
1532
+ storageClassType: "boolean",
1533
+ },
1534
+ enable_gro_gso: {
1535
+ value: cdktf.booleanToHclTerraform(this._enableGroGso),
1536
+ isBlock: false,
1537
+ type: "simple",
1538
+ storageClassType: "boolean",
1539
+ },
1540
+ enable_jumbo_frame: {
1541
+ value: cdktf.booleanToHclTerraform(this._enableJumboFrame),
1542
+ isBlock: false,
1543
+ type: "simple",
1544
+ storageClassType: "boolean",
1545
+ },
1546
+ enable_ldap: {
1547
+ value: cdktf.booleanToHclTerraform(this._enableLdap),
1548
+ isBlock: false,
1549
+ type: "simple",
1550
+ storageClassType: "boolean",
1551
+ },
1552
+ enable_monitor_gateway_subnets: {
1553
+ value: cdktf.booleanToHclTerraform(this._enableMonitorGatewaySubnets),
1554
+ isBlock: false,
1555
+ type: "simple",
1556
+ storageClassType: "boolean",
1557
+ },
1558
+ enable_public_subnet_filtering: {
1559
+ value: cdktf.booleanToHclTerraform(this._enablePublicSubnetFiltering),
1560
+ isBlock: false,
1561
+ type: "simple",
1562
+ storageClassType: "boolean",
1563
+ },
1564
+ enable_spot_instance: {
1565
+ value: cdktf.booleanToHclTerraform(this._enableSpotInstance),
1566
+ isBlock: false,
1567
+ type: "simple",
1568
+ storageClassType: "boolean",
1569
+ },
1570
+ enable_vpc_dns_server: {
1571
+ value: cdktf.booleanToHclTerraform(this._enableVpcDnsServer),
1572
+ isBlock: false,
1573
+ type: "simple",
1574
+ storageClassType: "boolean",
1575
+ },
1576
+ enable_vpn_nat: {
1577
+ value: cdktf.booleanToHclTerraform(this._enableVpnNat),
1578
+ isBlock: false,
1579
+ type: "simple",
1580
+ storageClassType: "boolean",
1581
+ },
1582
+ fault_domain: {
1583
+ value: cdktf.stringToHclTerraform(this._faultDomain),
1584
+ isBlock: false,
1585
+ type: "simple",
1586
+ storageClassType: "string",
1587
+ },
1588
+ fqdn_lan_cidr: {
1589
+ value: cdktf.stringToHclTerraform(this._fqdnLanCidr),
1590
+ isBlock: false,
1591
+ type: "simple",
1592
+ storageClassType: "string",
1593
+ },
1594
+ fqdn_lan_vpc_id: {
1595
+ value: cdktf.stringToHclTerraform(this._fqdnLanVpcId),
1596
+ isBlock: false,
1597
+ type: "simple",
1598
+ storageClassType: "string",
1599
+ },
1600
+ gw_name: {
1601
+ value: cdktf.stringToHclTerraform(this._gwName),
1602
+ isBlock: false,
1603
+ type: "simple",
1604
+ storageClassType: "string",
1605
+ },
1606
+ gw_size: {
1607
+ value: cdktf.stringToHclTerraform(this._gwSize),
1608
+ isBlock: false,
1609
+ type: "simple",
1610
+ storageClassType: "string",
1611
+ },
1612
+ id: {
1613
+ value: cdktf.stringToHclTerraform(this._id),
1614
+ isBlock: false,
1615
+ type: "simple",
1616
+ storageClassType: "string",
1617
+ },
1618
+ idle_timeout: {
1619
+ value: cdktf.numberToHclTerraform(this._idleTimeout),
1620
+ isBlock: false,
1621
+ type: "simple",
1622
+ storageClassType: "number",
1623
+ },
1624
+ image_version: {
1625
+ value: cdktf.stringToHclTerraform(this._imageVersion),
1626
+ isBlock: false,
1627
+ type: "simple",
1628
+ storageClassType: "string",
1629
+ },
1630
+ insane_mode: {
1631
+ value: cdktf.booleanToHclTerraform(this._insaneMode),
1632
+ isBlock: false,
1633
+ type: "simple",
1634
+ storageClassType: "boolean",
1635
+ },
1636
+ insane_mode_az: {
1637
+ value: cdktf.stringToHclTerraform(this._insaneModeAz),
1638
+ isBlock: false,
1639
+ type: "simple",
1640
+ storageClassType: "string",
1641
+ },
1642
+ ldap_base_dn: {
1643
+ value: cdktf.stringToHclTerraform(this._ldapBaseDn),
1644
+ isBlock: false,
1645
+ type: "simple",
1646
+ storageClassType: "string",
1647
+ },
1648
+ ldap_bind_dn: {
1649
+ value: cdktf.stringToHclTerraform(this._ldapBindDn),
1650
+ isBlock: false,
1651
+ type: "simple",
1652
+ storageClassType: "string",
1653
+ },
1654
+ ldap_password: {
1655
+ value: cdktf.stringToHclTerraform(this._ldapPassword),
1656
+ isBlock: false,
1657
+ type: "simple",
1658
+ storageClassType: "string",
1659
+ },
1660
+ ldap_server: {
1661
+ value: cdktf.stringToHclTerraform(this._ldapServer),
1662
+ isBlock: false,
1663
+ type: "simple",
1664
+ storageClassType: "string",
1665
+ },
1666
+ ldap_username_attribute: {
1667
+ value: cdktf.stringToHclTerraform(this._ldapUsernameAttribute),
1668
+ isBlock: false,
1669
+ type: "simple",
1670
+ storageClassType: "string",
1671
+ },
1672
+ max_vpn_conn: {
1673
+ value: cdktf.stringToHclTerraform(this._maxVpnConn),
1674
+ isBlock: false,
1675
+ type: "simple",
1676
+ storageClassType: "string",
1677
+ },
1678
+ monitor_exclude_list: {
1679
+ value: cdktf.listMapperHcl(cdktf.stringToHclTerraform, false)(this._monitorExcludeList),
1680
+ isBlock: false,
1681
+ type: "set",
1682
+ storageClassType: "stringList",
1683
+ },
1684
+ name_servers: {
1685
+ value: cdktf.stringToHclTerraform(this._nameServers),
1686
+ isBlock: false,
1687
+ type: "simple",
1688
+ storageClassType: "string",
1689
+ },
1690
+ okta_token: {
1691
+ value: cdktf.stringToHclTerraform(this._oktaToken),
1692
+ isBlock: false,
1693
+ type: "simple",
1694
+ storageClassType: "string",
1695
+ },
1696
+ okta_url: {
1697
+ value: cdktf.stringToHclTerraform(this._oktaUrl),
1698
+ isBlock: false,
1699
+ type: "simple",
1700
+ storageClassType: "string",
1701
+ },
1702
+ okta_username_suffix: {
1703
+ value: cdktf.stringToHclTerraform(this._oktaUsernameSuffix),
1704
+ isBlock: false,
1705
+ type: "simple",
1706
+ storageClassType: "string",
1707
+ },
1708
+ otp_mode: {
1709
+ value: cdktf.stringToHclTerraform(this._otpMode),
1710
+ isBlock: false,
1711
+ type: "simple",
1712
+ storageClassType: "string",
1713
+ },
1714
+ peering_ha_availability_domain: {
1715
+ value: cdktf.stringToHclTerraform(this._peeringHaAvailabilityDomain),
1716
+ isBlock: false,
1717
+ type: "simple",
1718
+ storageClassType: "string",
1719
+ },
1720
+ peering_ha_azure_eip_name_resource_group: {
1721
+ value: cdktf.stringToHclTerraform(this._peeringHaAzureEipNameResourceGroup),
1722
+ isBlock: false,
1723
+ type: "simple",
1724
+ storageClassType: "string",
1725
+ },
1726
+ peering_ha_eip: {
1727
+ value: cdktf.stringToHclTerraform(this._peeringHaEip),
1728
+ isBlock: false,
1729
+ type: "simple",
1730
+ storageClassType: "string",
1731
+ },
1732
+ peering_ha_fault_domain: {
1733
+ value: cdktf.stringToHclTerraform(this._peeringHaFaultDomain),
1734
+ isBlock: false,
1735
+ type: "simple",
1736
+ storageClassType: "string",
1737
+ },
1738
+ peering_ha_gw_size: {
1739
+ value: cdktf.stringToHclTerraform(this._peeringHaGwSize),
1740
+ isBlock: false,
1741
+ type: "simple",
1742
+ storageClassType: "string",
1743
+ },
1744
+ peering_ha_image_version: {
1745
+ value: cdktf.stringToHclTerraform(this._peeringHaImageVersion),
1746
+ isBlock: false,
1747
+ type: "simple",
1748
+ storageClassType: "string",
1749
+ },
1750
+ peering_ha_insane_mode_az: {
1751
+ value: cdktf.stringToHclTerraform(this._peeringHaInsaneModeAz),
1752
+ isBlock: false,
1753
+ type: "simple",
1754
+ storageClassType: "string",
1755
+ },
1756
+ peering_ha_software_version: {
1757
+ value: cdktf.stringToHclTerraform(this._peeringHaSoftwareVersion),
1758
+ isBlock: false,
1759
+ type: "simple",
1760
+ storageClassType: "string",
1761
+ },
1762
+ peering_ha_subnet: {
1763
+ value: cdktf.stringToHclTerraform(this._peeringHaSubnet),
1764
+ isBlock: false,
1765
+ type: "simple",
1766
+ storageClassType: "string",
1767
+ },
1768
+ peering_ha_zone: {
1769
+ value: cdktf.stringToHclTerraform(this._peeringHaZone),
1770
+ isBlock: false,
1771
+ type: "simple",
1772
+ storageClassType: "string",
1773
+ },
1774
+ public_subnet_filtering_guard_duty_enforced: {
1775
+ value: cdktf.booleanToHclTerraform(this._publicSubnetFilteringGuardDutyEnforced),
1776
+ isBlock: false,
1777
+ type: "simple",
1778
+ storageClassType: "boolean",
1779
+ },
1780
+ public_subnet_filtering_ha_route_tables: {
1781
+ value: cdktf.listMapperHcl(cdktf.stringToHclTerraform, false)(this._publicSubnetFilteringHaRouteTables),
1782
+ isBlock: false,
1783
+ type: "set",
1784
+ storageClassType: "stringList",
1785
+ },
1786
+ public_subnet_filtering_route_tables: {
1787
+ value: cdktf.listMapperHcl(cdktf.stringToHclTerraform, false)(this._publicSubnetFilteringRouteTables),
1788
+ isBlock: false,
1789
+ type: "set",
1790
+ storageClassType: "stringList",
1791
+ },
1792
+ renegotiation_interval: {
1793
+ value: cdktf.numberToHclTerraform(this._renegotiationInterval),
1794
+ isBlock: false,
1795
+ type: "simple",
1796
+ storageClassType: "number",
1797
+ },
1798
+ rx_queue_size: {
1799
+ value: cdktf.stringToHclTerraform(this._rxQueueSize),
1800
+ isBlock: false,
1801
+ type: "simple",
1802
+ storageClassType: "string",
1803
+ },
1804
+ saml_enabled: {
1805
+ value: cdktf.booleanToHclTerraform(this._samlEnabled),
1806
+ isBlock: false,
1807
+ type: "simple",
1808
+ storageClassType: "boolean",
1809
+ },
1810
+ search_domains: {
1811
+ value: cdktf.stringToHclTerraform(this._searchDomains),
1812
+ isBlock: false,
1813
+ type: "simple",
1814
+ storageClassType: "string",
1815
+ },
1816
+ single_az_ha: {
1817
+ value: cdktf.booleanToHclTerraform(this._singleAzHa),
1818
+ isBlock: false,
1819
+ type: "simple",
1820
+ storageClassType: "boolean",
1821
+ },
1822
+ single_ip_snat: {
1823
+ value: cdktf.booleanToHclTerraform(this._singleIpSnat),
1824
+ isBlock: false,
1825
+ type: "simple",
1826
+ storageClassType: "boolean",
1827
+ },
1828
+ software_version: {
1829
+ value: cdktf.stringToHclTerraform(this._softwareVersion),
1830
+ isBlock: false,
1831
+ type: "simple",
1832
+ storageClassType: "string",
1833
+ },
1834
+ split_tunnel: {
1835
+ value: cdktf.booleanToHclTerraform(this._splitTunnel),
1836
+ isBlock: false,
1837
+ type: "simple",
1838
+ storageClassType: "boolean",
1839
+ },
1840
+ spot_price: {
1841
+ value: cdktf.stringToHclTerraform(this._spotPrice),
1842
+ isBlock: false,
1843
+ type: "simple",
1844
+ storageClassType: "string",
1845
+ },
1846
+ subnet: {
1847
+ value: cdktf.stringToHclTerraform(this._subnet),
1848
+ isBlock: false,
1849
+ type: "simple",
1850
+ storageClassType: "string",
1851
+ },
1852
+ tags: {
1853
+ value: cdktf.hashMapperHcl(cdktf.stringToHclTerraform)(this._tags),
1854
+ isBlock: false,
1855
+ type: "map",
1856
+ storageClassType: "stringMap",
1857
+ },
1858
+ tunnel_detection_time: {
1859
+ value: cdktf.numberToHclTerraform(this._tunnelDetectionTime),
1860
+ isBlock: false,
1861
+ type: "simple",
1862
+ storageClassType: "number",
1863
+ },
1864
+ vpc_id: {
1865
+ value: cdktf.stringToHclTerraform(this._vpcId),
1866
+ isBlock: false,
1867
+ type: "simple",
1868
+ storageClassType: "string",
1869
+ },
1870
+ vpc_reg: {
1871
+ value: cdktf.stringToHclTerraform(this._vpcReg),
1872
+ isBlock: false,
1873
+ type: "simple",
1874
+ storageClassType: "string",
1875
+ },
1876
+ vpn_access: {
1877
+ value: cdktf.booleanToHclTerraform(this._vpnAccess),
1878
+ isBlock: false,
1879
+ type: "simple",
1880
+ storageClassType: "boolean",
1881
+ },
1882
+ vpn_cidr: {
1883
+ value: cdktf.stringToHclTerraform(this._vpnCidr),
1884
+ isBlock: false,
1885
+ type: "simple",
1886
+ storageClassType: "string",
1887
+ },
1888
+ vpn_protocol: {
1889
+ value: cdktf.stringToHclTerraform(this._vpnProtocol),
1890
+ isBlock: false,
1891
+ type: "simple",
1892
+ storageClassType: "string",
1893
+ },
1894
+ zone: {
1895
+ value: cdktf.stringToHclTerraform(this._zone),
1896
+ isBlock: false,
1897
+ type: "simple",
1898
+ storageClassType: "string",
1899
+ },
1900
+ };
1901
+ // remove undefined attributes
1902
+ return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined));
1903
+ }
1904
+ }