@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,1885 @@
1
+ // https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_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/spoke_gateway aviatrix_spoke_gateway}
6
+ */
7
+ export class SpokeGateway extends cdktf.TerraformResource {
8
+ // =================
9
+ // STATIC PROPERTIES
10
+ // =================
11
+ static tfResourceType = "aviatrix_spoke_gateway";
12
+ // ==============
13
+ // STATIC Methods
14
+ // ==============
15
+ /**
16
+ * Generates CDKTF code for importing a SpokeGateway 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 SpokeGateway to import
19
+ * @param importFromId The id of the existing SpokeGateway that should be imported. Refer to the {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/spoke_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 SpokeGateway to import is found
21
+ */
22
+ static generateConfigForImport(scope, importToId, importFromId, provider) {
23
+ return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "aviatrix_spoke_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/spoke_gateway aviatrix_spoke_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 SpokeGatewayConfig
34
+ */
35
+ constructor(scope, id, config) {
36
+ super(scope, id, {
37
+ terraformResourceType: 'aviatrix_spoke_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._allocateNewEip = config.allocateNewEip;
53
+ this._approvedLearnedCidrs = config.approvedLearnedCidrs;
54
+ this._availabilityDomain = config.availabilityDomain;
55
+ this._azureEipNameResourceGroup = config.azureEipNameResourceGroup;
56
+ this._bgpAcceptCommunities = config.bgpAcceptCommunities;
57
+ this._bgpEcmp = config.bgpEcmp;
58
+ this._bgpHoldTime = config.bgpHoldTime;
59
+ this._bgpLanInterfacesCount = config.bgpLanInterfacesCount;
60
+ this._bgpNeighborStatusPollingTime = config.bgpNeighborStatusPollingTime;
61
+ this._bgpPollingTime = config.bgpPollingTime;
62
+ this._bgpSendCommunities = config.bgpSendCommunities;
63
+ this._cloudType = config.cloudType;
64
+ this._customerManagedKeys = config.customerManagedKeys;
65
+ this._customizedSpokeVpcRoutes = config.customizedSpokeVpcRoutes;
66
+ this._deleteSpot = config.deleteSpot;
67
+ this._disableRoutePropagation = config.disableRoutePropagation;
68
+ this._eip = config.eip;
69
+ this._enableActiveStandby = config.enableActiveStandby;
70
+ this._enableActiveStandbyPreemptive = config.enableActiveStandbyPreemptive;
71
+ this._enableAutoAdvertiseS2CCidrs = config.enableAutoAdvertiseS2CCidrs;
72
+ this._enableBgp = config.enableBgp;
73
+ this._enableBgpOverLan = config.enableBgpOverLan;
74
+ this._enableEncryptVolume = config.enableEncryptVolume;
75
+ this._enableGlobalVpc = config.enableGlobalVpc;
76
+ this._enableGroGso = config.enableGroGso;
77
+ this._enableJumboFrame = config.enableJumboFrame;
78
+ this._enableLearnedCidrsApproval = config.enableLearnedCidrsApproval;
79
+ this._enableMonitorGatewaySubnets = config.enableMonitorGatewaySubnets;
80
+ this._enablePreserveAsPath = config.enablePreserveAsPath;
81
+ this._enablePrivateOob = config.enablePrivateOob;
82
+ this._enablePrivateVpcDefaultRoute = config.enablePrivateVpcDefaultRoute;
83
+ this._enableSkipPublicRouteTableUpdate = config.enableSkipPublicRouteTableUpdate;
84
+ this._enableSpotInstance = config.enableSpotInstance;
85
+ this._enableVpcDnsServer = config.enableVpcDnsServer;
86
+ this._faultDomain = config.faultDomain;
87
+ this._filteredSpokeVpcRoutes = config.filteredSpokeVpcRoutes;
88
+ this._gwName = config.gwName;
89
+ this._gwSize = config.gwSize;
90
+ this._haAvailabilityDomain = config.haAvailabilityDomain;
91
+ this._haAzureEipNameResourceGroup = config.haAzureEipNameResourceGroup;
92
+ this._haEip = config.haEip;
93
+ this._haFaultDomain = config.haFaultDomain;
94
+ this._haGwSize = config.haGwSize;
95
+ this._haImageVersion = config.haImageVersion;
96
+ this._haInsaneModeAz = config.haInsaneModeAz;
97
+ this._haOobAvailabilityZone = config.haOobAvailabilityZone;
98
+ this._haOobManagementSubnet = config.haOobManagementSubnet;
99
+ this._haPrivateModeSubnetZone = config.haPrivateModeSubnetZone;
100
+ this._haSoftwareVersion = config.haSoftwareVersion;
101
+ this._haSubnet = config.haSubnet;
102
+ this._haZone = config.haZone;
103
+ this._id = config.id;
104
+ this._imageVersion = config.imageVersion;
105
+ this._includedAdvertisedSpokeRoutes = config.includedAdvertisedSpokeRoutes;
106
+ this._insaneMode = config.insaneMode;
107
+ this._insaneModeAz = config.insaneModeAz;
108
+ this._learnedCidrsApprovalMode = config.learnedCidrsApprovalMode;
109
+ this._localAsNumber = config.localAsNumber;
110
+ this._manageHaGateway = config.manageHaGateway;
111
+ this._monitorExcludeList = config.monitorExcludeList;
112
+ this._oobAvailabilityZone = config.oobAvailabilityZone;
113
+ this._oobManagementSubnet = config.oobManagementSubnet;
114
+ this._prependAsPath = config.prependAsPath;
115
+ this._privateModeLbVpcId = config.privateModeLbVpcId;
116
+ this._privateModeSubnetZone = config.privateModeSubnetZone;
117
+ this._rxQueueSize = config.rxQueueSize;
118
+ this._singleAzHa = config.singleAzHa;
119
+ this._singleIpSnat = config.singleIpSnat;
120
+ this._softwareVersion = config.softwareVersion;
121
+ this._spokeBgpManualAdvertiseCidrs = config.spokeBgpManualAdvertiseCidrs;
122
+ this._spotPrice = config.spotPrice;
123
+ this._subnet = config.subnet;
124
+ this._tags = config.tags;
125
+ this._tunnelDetectionTime = config.tunnelDetectionTime;
126
+ this._vpcId = config.vpcId;
127
+ this._vpcReg = config.vpcReg;
128
+ this._zone = config.zone;
129
+ }
130
+ // ==========
131
+ // ATTRIBUTES
132
+ // ==========
133
+ // account_name - computed: false, optional: false, required: true
134
+ _accountName;
135
+ get accountName() {
136
+ return this.getStringAttribute('account_name');
137
+ }
138
+ set accountName(value) {
139
+ this._accountName = value;
140
+ }
141
+ // Temporarily expose input value. Use with caution.
142
+ get accountNameInput() {
143
+ return this._accountName;
144
+ }
145
+ // allocate_new_eip - computed: false, optional: true, required: false
146
+ _allocateNewEip;
147
+ get allocateNewEip() {
148
+ return this.getBooleanAttribute('allocate_new_eip');
149
+ }
150
+ set allocateNewEip(value) {
151
+ this._allocateNewEip = value;
152
+ }
153
+ resetAllocateNewEip() {
154
+ this._allocateNewEip = undefined;
155
+ }
156
+ // Temporarily expose input value. Use with caution.
157
+ get allocateNewEipInput() {
158
+ return this._allocateNewEip;
159
+ }
160
+ // approved_learned_cidrs - computed: false, optional: true, required: false
161
+ _approvedLearnedCidrs;
162
+ get approvedLearnedCidrs() {
163
+ return cdktf.Fn.tolist(this.getListAttribute('approved_learned_cidrs'));
164
+ }
165
+ set approvedLearnedCidrs(value) {
166
+ this._approvedLearnedCidrs = value;
167
+ }
168
+ resetApprovedLearnedCidrs() {
169
+ this._approvedLearnedCidrs = undefined;
170
+ }
171
+ // Temporarily expose input value. Use with caution.
172
+ get approvedLearnedCidrsInput() {
173
+ return this._approvedLearnedCidrs;
174
+ }
175
+ // availability_domain - computed: true, optional: true, required: false
176
+ _availabilityDomain;
177
+ get availabilityDomain() {
178
+ return this.getStringAttribute('availability_domain');
179
+ }
180
+ set availabilityDomain(value) {
181
+ this._availabilityDomain = value;
182
+ }
183
+ resetAvailabilityDomain() {
184
+ this._availabilityDomain = undefined;
185
+ }
186
+ // Temporarily expose input value. Use with caution.
187
+ get availabilityDomainInput() {
188
+ return this._availabilityDomain;
189
+ }
190
+ // azure_eip_name_resource_group - computed: true, optional: true, required: false
191
+ _azureEipNameResourceGroup;
192
+ get azureEipNameResourceGroup() {
193
+ return this.getStringAttribute('azure_eip_name_resource_group');
194
+ }
195
+ set azureEipNameResourceGroup(value) {
196
+ this._azureEipNameResourceGroup = value;
197
+ }
198
+ resetAzureEipNameResourceGroup() {
199
+ this._azureEipNameResourceGroup = undefined;
200
+ }
201
+ // Temporarily expose input value. Use with caution.
202
+ get azureEipNameResourceGroupInput() {
203
+ return this._azureEipNameResourceGroup;
204
+ }
205
+ // bgp_accept_communities - computed: false, optional: true, required: false
206
+ _bgpAcceptCommunities;
207
+ get bgpAcceptCommunities() {
208
+ return this.getBooleanAttribute('bgp_accept_communities');
209
+ }
210
+ set bgpAcceptCommunities(value) {
211
+ this._bgpAcceptCommunities = value;
212
+ }
213
+ resetBgpAcceptCommunities() {
214
+ this._bgpAcceptCommunities = undefined;
215
+ }
216
+ // Temporarily expose input value. Use with caution.
217
+ get bgpAcceptCommunitiesInput() {
218
+ return this._bgpAcceptCommunities;
219
+ }
220
+ // bgp_ecmp - computed: false, optional: true, required: false
221
+ _bgpEcmp;
222
+ get bgpEcmp() {
223
+ return this.getBooleanAttribute('bgp_ecmp');
224
+ }
225
+ set bgpEcmp(value) {
226
+ this._bgpEcmp = value;
227
+ }
228
+ resetBgpEcmp() {
229
+ this._bgpEcmp = undefined;
230
+ }
231
+ // Temporarily expose input value. Use with caution.
232
+ get bgpEcmpInput() {
233
+ return this._bgpEcmp;
234
+ }
235
+ // bgp_hold_time - computed: false, optional: true, required: false
236
+ _bgpHoldTime;
237
+ get bgpHoldTime() {
238
+ return this.getNumberAttribute('bgp_hold_time');
239
+ }
240
+ set bgpHoldTime(value) {
241
+ this._bgpHoldTime = value;
242
+ }
243
+ resetBgpHoldTime() {
244
+ this._bgpHoldTime = undefined;
245
+ }
246
+ // Temporarily expose input value. Use with caution.
247
+ get bgpHoldTimeInput() {
248
+ return this._bgpHoldTime;
249
+ }
250
+ // bgp_lan_interfaces_count - computed: false, optional: true, required: false
251
+ _bgpLanInterfacesCount;
252
+ get bgpLanInterfacesCount() {
253
+ return this.getNumberAttribute('bgp_lan_interfaces_count');
254
+ }
255
+ set bgpLanInterfacesCount(value) {
256
+ this._bgpLanInterfacesCount = value;
257
+ }
258
+ resetBgpLanInterfacesCount() {
259
+ this._bgpLanInterfacesCount = undefined;
260
+ }
261
+ // Temporarily expose input value. Use with caution.
262
+ get bgpLanInterfacesCountInput() {
263
+ return this._bgpLanInterfacesCount;
264
+ }
265
+ // bgp_lan_ip_list - computed: true, optional: false, required: false
266
+ get bgpLanIpList() {
267
+ return this.getListAttribute('bgp_lan_ip_list');
268
+ }
269
+ // bgp_neighbor_status_polling_time - computed: false, optional: true, required: false
270
+ _bgpNeighborStatusPollingTime;
271
+ get bgpNeighborStatusPollingTime() {
272
+ return this.getNumberAttribute('bgp_neighbor_status_polling_time');
273
+ }
274
+ set bgpNeighborStatusPollingTime(value) {
275
+ this._bgpNeighborStatusPollingTime = value;
276
+ }
277
+ resetBgpNeighborStatusPollingTime() {
278
+ this._bgpNeighborStatusPollingTime = undefined;
279
+ }
280
+ // Temporarily expose input value. Use with caution.
281
+ get bgpNeighborStatusPollingTimeInput() {
282
+ return this._bgpNeighborStatusPollingTime;
283
+ }
284
+ // bgp_polling_time - computed: false, optional: true, required: false
285
+ _bgpPollingTime;
286
+ get bgpPollingTime() {
287
+ return this.getNumberAttribute('bgp_polling_time');
288
+ }
289
+ set bgpPollingTime(value) {
290
+ this._bgpPollingTime = value;
291
+ }
292
+ resetBgpPollingTime() {
293
+ this._bgpPollingTime = undefined;
294
+ }
295
+ // Temporarily expose input value. Use with caution.
296
+ get bgpPollingTimeInput() {
297
+ return this._bgpPollingTime;
298
+ }
299
+ // bgp_send_communities - computed: false, optional: true, required: false
300
+ _bgpSendCommunities;
301
+ get bgpSendCommunities() {
302
+ return this.getBooleanAttribute('bgp_send_communities');
303
+ }
304
+ set bgpSendCommunities(value) {
305
+ this._bgpSendCommunities = value;
306
+ }
307
+ resetBgpSendCommunities() {
308
+ this._bgpSendCommunities = undefined;
309
+ }
310
+ // Temporarily expose input value. Use with caution.
311
+ get bgpSendCommunitiesInput() {
312
+ return this._bgpSendCommunities;
313
+ }
314
+ // cloud_instance_id - computed: true, optional: false, required: false
315
+ get cloudInstanceId() {
316
+ return this.getStringAttribute('cloud_instance_id');
317
+ }
318
+ // cloud_type - computed: false, optional: false, required: true
319
+ _cloudType;
320
+ get cloudType() {
321
+ return this.getNumberAttribute('cloud_type');
322
+ }
323
+ set cloudType(value) {
324
+ this._cloudType = value;
325
+ }
326
+ // Temporarily expose input value. Use with caution.
327
+ get cloudTypeInput() {
328
+ return this._cloudType;
329
+ }
330
+ // customer_managed_keys - computed: false, optional: true, required: false
331
+ _customerManagedKeys;
332
+ get customerManagedKeys() {
333
+ return this.getStringAttribute('customer_managed_keys');
334
+ }
335
+ set customerManagedKeys(value) {
336
+ this._customerManagedKeys = value;
337
+ }
338
+ resetCustomerManagedKeys() {
339
+ this._customerManagedKeys = undefined;
340
+ }
341
+ // Temporarily expose input value. Use with caution.
342
+ get customerManagedKeysInput() {
343
+ return this._customerManagedKeys;
344
+ }
345
+ // customized_spoke_vpc_routes - computed: false, optional: true, required: false
346
+ _customizedSpokeVpcRoutes;
347
+ get customizedSpokeVpcRoutes() {
348
+ return this.getStringAttribute('customized_spoke_vpc_routes');
349
+ }
350
+ set customizedSpokeVpcRoutes(value) {
351
+ this._customizedSpokeVpcRoutes = value;
352
+ }
353
+ resetCustomizedSpokeVpcRoutes() {
354
+ this._customizedSpokeVpcRoutes = undefined;
355
+ }
356
+ // Temporarily expose input value. Use with caution.
357
+ get customizedSpokeVpcRoutesInput() {
358
+ return this._customizedSpokeVpcRoutes;
359
+ }
360
+ // delete_spot - computed: false, optional: true, required: false
361
+ _deleteSpot;
362
+ get deleteSpot() {
363
+ return this.getBooleanAttribute('delete_spot');
364
+ }
365
+ set deleteSpot(value) {
366
+ this._deleteSpot = value;
367
+ }
368
+ resetDeleteSpot() {
369
+ this._deleteSpot = undefined;
370
+ }
371
+ // Temporarily expose input value. Use with caution.
372
+ get deleteSpotInput() {
373
+ return this._deleteSpot;
374
+ }
375
+ // disable_route_propagation - computed: false, optional: true, required: false
376
+ _disableRoutePropagation;
377
+ get disableRoutePropagation() {
378
+ return this.getBooleanAttribute('disable_route_propagation');
379
+ }
380
+ set disableRoutePropagation(value) {
381
+ this._disableRoutePropagation = value;
382
+ }
383
+ resetDisableRoutePropagation() {
384
+ this._disableRoutePropagation = undefined;
385
+ }
386
+ // Temporarily expose input value. Use with caution.
387
+ get disableRoutePropagationInput() {
388
+ return this._disableRoutePropagation;
389
+ }
390
+ // eip - computed: true, optional: true, required: false
391
+ _eip;
392
+ get eip() {
393
+ return this.getStringAttribute('eip');
394
+ }
395
+ set eip(value) {
396
+ this._eip = value;
397
+ }
398
+ resetEip() {
399
+ this._eip = undefined;
400
+ }
401
+ // Temporarily expose input value. Use with caution.
402
+ get eipInput() {
403
+ return this._eip;
404
+ }
405
+ // enable_active_standby - computed: false, optional: true, required: false
406
+ _enableActiveStandby;
407
+ get enableActiveStandby() {
408
+ return this.getBooleanAttribute('enable_active_standby');
409
+ }
410
+ set enableActiveStandby(value) {
411
+ this._enableActiveStandby = value;
412
+ }
413
+ resetEnableActiveStandby() {
414
+ this._enableActiveStandby = undefined;
415
+ }
416
+ // Temporarily expose input value. Use with caution.
417
+ get enableActiveStandbyInput() {
418
+ return this._enableActiveStandby;
419
+ }
420
+ // enable_active_standby_preemptive - computed: false, optional: true, required: false
421
+ _enableActiveStandbyPreemptive;
422
+ get enableActiveStandbyPreemptive() {
423
+ return this.getBooleanAttribute('enable_active_standby_preemptive');
424
+ }
425
+ set enableActiveStandbyPreemptive(value) {
426
+ this._enableActiveStandbyPreemptive = value;
427
+ }
428
+ resetEnableActiveStandbyPreemptive() {
429
+ this._enableActiveStandbyPreemptive = undefined;
430
+ }
431
+ // Temporarily expose input value. Use with caution.
432
+ get enableActiveStandbyPreemptiveInput() {
433
+ return this._enableActiveStandbyPreemptive;
434
+ }
435
+ // enable_auto_advertise_s2c_cidrs - computed: false, optional: true, required: false
436
+ _enableAutoAdvertiseS2CCidrs;
437
+ get enableAutoAdvertiseS2CCidrs() {
438
+ return this.getBooleanAttribute('enable_auto_advertise_s2c_cidrs');
439
+ }
440
+ set enableAutoAdvertiseS2CCidrs(value) {
441
+ this._enableAutoAdvertiseS2CCidrs = value;
442
+ }
443
+ resetEnableAutoAdvertiseS2CCidrs() {
444
+ this._enableAutoAdvertiseS2CCidrs = undefined;
445
+ }
446
+ // Temporarily expose input value. Use with caution.
447
+ get enableAutoAdvertiseS2CCidrsInput() {
448
+ return this._enableAutoAdvertiseS2CCidrs;
449
+ }
450
+ // enable_bgp - computed: false, optional: true, required: false
451
+ _enableBgp;
452
+ get enableBgp() {
453
+ return this.getBooleanAttribute('enable_bgp');
454
+ }
455
+ set enableBgp(value) {
456
+ this._enableBgp = value;
457
+ }
458
+ resetEnableBgp() {
459
+ this._enableBgp = undefined;
460
+ }
461
+ // Temporarily expose input value. Use with caution.
462
+ get enableBgpInput() {
463
+ return this._enableBgp;
464
+ }
465
+ // enable_bgp_over_lan - computed: false, optional: true, required: false
466
+ _enableBgpOverLan;
467
+ get enableBgpOverLan() {
468
+ return this.getBooleanAttribute('enable_bgp_over_lan');
469
+ }
470
+ set enableBgpOverLan(value) {
471
+ this._enableBgpOverLan = value;
472
+ }
473
+ resetEnableBgpOverLan() {
474
+ this._enableBgpOverLan = undefined;
475
+ }
476
+ // Temporarily expose input value. Use with caution.
477
+ get enableBgpOverLanInput() {
478
+ return this._enableBgpOverLan;
479
+ }
480
+ // enable_encrypt_volume - computed: false, optional: true, required: false
481
+ _enableEncryptVolume;
482
+ get enableEncryptVolume() {
483
+ return this.getBooleanAttribute('enable_encrypt_volume');
484
+ }
485
+ set enableEncryptVolume(value) {
486
+ this._enableEncryptVolume = value;
487
+ }
488
+ resetEnableEncryptVolume() {
489
+ this._enableEncryptVolume = undefined;
490
+ }
491
+ // Temporarily expose input value. Use with caution.
492
+ get enableEncryptVolumeInput() {
493
+ return this._enableEncryptVolume;
494
+ }
495
+ // enable_global_vpc - computed: false, optional: true, required: false
496
+ _enableGlobalVpc;
497
+ get enableGlobalVpc() {
498
+ return this.getBooleanAttribute('enable_global_vpc');
499
+ }
500
+ set enableGlobalVpc(value) {
501
+ this._enableGlobalVpc = value;
502
+ }
503
+ resetEnableGlobalVpc() {
504
+ this._enableGlobalVpc = undefined;
505
+ }
506
+ // Temporarily expose input value. Use with caution.
507
+ get enableGlobalVpcInput() {
508
+ return this._enableGlobalVpc;
509
+ }
510
+ // enable_gro_gso - computed: false, optional: true, required: false
511
+ _enableGroGso;
512
+ get enableGroGso() {
513
+ return this.getBooleanAttribute('enable_gro_gso');
514
+ }
515
+ set enableGroGso(value) {
516
+ this._enableGroGso = value;
517
+ }
518
+ resetEnableGroGso() {
519
+ this._enableGroGso = undefined;
520
+ }
521
+ // Temporarily expose input value. Use with caution.
522
+ get enableGroGsoInput() {
523
+ return this._enableGroGso;
524
+ }
525
+ // enable_jumbo_frame - computed: false, optional: true, required: false
526
+ _enableJumboFrame;
527
+ get enableJumboFrame() {
528
+ return this.getBooleanAttribute('enable_jumbo_frame');
529
+ }
530
+ set enableJumboFrame(value) {
531
+ this._enableJumboFrame = value;
532
+ }
533
+ resetEnableJumboFrame() {
534
+ this._enableJumboFrame = undefined;
535
+ }
536
+ // Temporarily expose input value. Use with caution.
537
+ get enableJumboFrameInput() {
538
+ return this._enableJumboFrame;
539
+ }
540
+ // enable_learned_cidrs_approval - computed: false, optional: true, required: false
541
+ _enableLearnedCidrsApproval;
542
+ get enableLearnedCidrsApproval() {
543
+ return this.getBooleanAttribute('enable_learned_cidrs_approval');
544
+ }
545
+ set enableLearnedCidrsApproval(value) {
546
+ this._enableLearnedCidrsApproval = value;
547
+ }
548
+ resetEnableLearnedCidrsApproval() {
549
+ this._enableLearnedCidrsApproval = undefined;
550
+ }
551
+ // Temporarily expose input value. Use with caution.
552
+ get enableLearnedCidrsApprovalInput() {
553
+ return this._enableLearnedCidrsApproval;
554
+ }
555
+ // enable_monitor_gateway_subnets - computed: false, optional: true, required: false
556
+ _enableMonitorGatewaySubnets;
557
+ get enableMonitorGatewaySubnets() {
558
+ return this.getBooleanAttribute('enable_monitor_gateway_subnets');
559
+ }
560
+ set enableMonitorGatewaySubnets(value) {
561
+ this._enableMonitorGatewaySubnets = value;
562
+ }
563
+ resetEnableMonitorGatewaySubnets() {
564
+ this._enableMonitorGatewaySubnets = undefined;
565
+ }
566
+ // Temporarily expose input value. Use with caution.
567
+ get enableMonitorGatewaySubnetsInput() {
568
+ return this._enableMonitorGatewaySubnets;
569
+ }
570
+ // enable_preserve_as_path - computed: false, optional: true, required: false
571
+ _enablePreserveAsPath;
572
+ get enablePreserveAsPath() {
573
+ return this.getBooleanAttribute('enable_preserve_as_path');
574
+ }
575
+ set enablePreserveAsPath(value) {
576
+ this._enablePreserveAsPath = value;
577
+ }
578
+ resetEnablePreserveAsPath() {
579
+ this._enablePreserveAsPath = undefined;
580
+ }
581
+ // Temporarily expose input value. Use with caution.
582
+ get enablePreserveAsPathInput() {
583
+ return this._enablePreserveAsPath;
584
+ }
585
+ // enable_private_oob - computed: false, optional: true, required: false
586
+ _enablePrivateOob;
587
+ get enablePrivateOob() {
588
+ return this.getBooleanAttribute('enable_private_oob');
589
+ }
590
+ set enablePrivateOob(value) {
591
+ this._enablePrivateOob = value;
592
+ }
593
+ resetEnablePrivateOob() {
594
+ this._enablePrivateOob = undefined;
595
+ }
596
+ // Temporarily expose input value. Use with caution.
597
+ get enablePrivateOobInput() {
598
+ return this._enablePrivateOob;
599
+ }
600
+ // enable_private_vpc_default_route - computed: false, optional: true, required: false
601
+ _enablePrivateVpcDefaultRoute;
602
+ get enablePrivateVpcDefaultRoute() {
603
+ return this.getBooleanAttribute('enable_private_vpc_default_route');
604
+ }
605
+ set enablePrivateVpcDefaultRoute(value) {
606
+ this._enablePrivateVpcDefaultRoute = value;
607
+ }
608
+ resetEnablePrivateVpcDefaultRoute() {
609
+ this._enablePrivateVpcDefaultRoute = undefined;
610
+ }
611
+ // Temporarily expose input value. Use with caution.
612
+ get enablePrivateVpcDefaultRouteInput() {
613
+ return this._enablePrivateVpcDefaultRoute;
614
+ }
615
+ // enable_skip_public_route_table_update - computed: false, optional: true, required: false
616
+ _enableSkipPublicRouteTableUpdate;
617
+ get enableSkipPublicRouteTableUpdate() {
618
+ return this.getBooleanAttribute('enable_skip_public_route_table_update');
619
+ }
620
+ set enableSkipPublicRouteTableUpdate(value) {
621
+ this._enableSkipPublicRouteTableUpdate = value;
622
+ }
623
+ resetEnableSkipPublicRouteTableUpdate() {
624
+ this._enableSkipPublicRouteTableUpdate = undefined;
625
+ }
626
+ // Temporarily expose input value. Use with caution.
627
+ get enableSkipPublicRouteTableUpdateInput() {
628
+ return this._enableSkipPublicRouteTableUpdate;
629
+ }
630
+ // enable_spot_instance - computed: false, optional: true, required: false
631
+ _enableSpotInstance;
632
+ get enableSpotInstance() {
633
+ return this.getBooleanAttribute('enable_spot_instance');
634
+ }
635
+ set enableSpotInstance(value) {
636
+ this._enableSpotInstance = value;
637
+ }
638
+ resetEnableSpotInstance() {
639
+ this._enableSpotInstance = undefined;
640
+ }
641
+ // Temporarily expose input value. Use with caution.
642
+ get enableSpotInstanceInput() {
643
+ return this._enableSpotInstance;
644
+ }
645
+ // enable_vpc_dns_server - computed: false, optional: true, required: false
646
+ _enableVpcDnsServer;
647
+ get enableVpcDnsServer() {
648
+ return this.getBooleanAttribute('enable_vpc_dns_server');
649
+ }
650
+ set enableVpcDnsServer(value) {
651
+ this._enableVpcDnsServer = value;
652
+ }
653
+ resetEnableVpcDnsServer() {
654
+ this._enableVpcDnsServer = undefined;
655
+ }
656
+ // Temporarily expose input value. Use with caution.
657
+ get enableVpcDnsServerInput() {
658
+ return this._enableVpcDnsServer;
659
+ }
660
+ // fault_domain - computed: true, optional: true, required: false
661
+ _faultDomain;
662
+ get faultDomain() {
663
+ return this.getStringAttribute('fault_domain');
664
+ }
665
+ set faultDomain(value) {
666
+ this._faultDomain = value;
667
+ }
668
+ resetFaultDomain() {
669
+ this._faultDomain = undefined;
670
+ }
671
+ // Temporarily expose input value. Use with caution.
672
+ get faultDomainInput() {
673
+ return this._faultDomain;
674
+ }
675
+ // filtered_spoke_vpc_routes - computed: false, optional: true, required: false
676
+ _filteredSpokeVpcRoutes;
677
+ get filteredSpokeVpcRoutes() {
678
+ return this.getStringAttribute('filtered_spoke_vpc_routes');
679
+ }
680
+ set filteredSpokeVpcRoutes(value) {
681
+ this._filteredSpokeVpcRoutes = value;
682
+ }
683
+ resetFilteredSpokeVpcRoutes() {
684
+ this._filteredSpokeVpcRoutes = undefined;
685
+ }
686
+ // Temporarily expose input value. Use with caution.
687
+ get filteredSpokeVpcRoutesInput() {
688
+ return this._filteredSpokeVpcRoutes;
689
+ }
690
+ // gw_name - computed: false, optional: false, required: true
691
+ _gwName;
692
+ get gwName() {
693
+ return this.getStringAttribute('gw_name');
694
+ }
695
+ set gwName(value) {
696
+ this._gwName = value;
697
+ }
698
+ // Temporarily expose input value. Use with caution.
699
+ get gwNameInput() {
700
+ return this._gwName;
701
+ }
702
+ // gw_size - computed: false, optional: false, required: true
703
+ _gwSize;
704
+ get gwSize() {
705
+ return this.getStringAttribute('gw_size');
706
+ }
707
+ set gwSize(value) {
708
+ this._gwSize = value;
709
+ }
710
+ // Temporarily expose input value. Use with caution.
711
+ get gwSizeInput() {
712
+ return this._gwSize;
713
+ }
714
+ // ha_availability_domain - computed: true, optional: true, required: false
715
+ _haAvailabilityDomain;
716
+ get haAvailabilityDomain() {
717
+ return this.getStringAttribute('ha_availability_domain');
718
+ }
719
+ set haAvailabilityDomain(value) {
720
+ this._haAvailabilityDomain = value;
721
+ }
722
+ resetHaAvailabilityDomain() {
723
+ this._haAvailabilityDomain = undefined;
724
+ }
725
+ // Temporarily expose input value. Use with caution.
726
+ get haAvailabilityDomainInput() {
727
+ return this._haAvailabilityDomain;
728
+ }
729
+ // ha_azure_eip_name_resource_group - computed: true, optional: true, required: false
730
+ _haAzureEipNameResourceGroup;
731
+ get haAzureEipNameResourceGroup() {
732
+ return this.getStringAttribute('ha_azure_eip_name_resource_group');
733
+ }
734
+ set haAzureEipNameResourceGroup(value) {
735
+ this._haAzureEipNameResourceGroup = value;
736
+ }
737
+ resetHaAzureEipNameResourceGroup() {
738
+ this._haAzureEipNameResourceGroup = undefined;
739
+ }
740
+ // Temporarily expose input value. Use with caution.
741
+ get haAzureEipNameResourceGroupInput() {
742
+ return this._haAzureEipNameResourceGroup;
743
+ }
744
+ // ha_bgp_lan_ip_list - computed: true, optional: false, required: false
745
+ get haBgpLanIpList() {
746
+ return this.getListAttribute('ha_bgp_lan_ip_list');
747
+ }
748
+ // ha_cloud_instance_id - computed: true, optional: false, required: false
749
+ get haCloudInstanceId() {
750
+ return this.getStringAttribute('ha_cloud_instance_id');
751
+ }
752
+ // ha_eip - computed: true, optional: true, required: false
753
+ _haEip;
754
+ get haEip() {
755
+ return this.getStringAttribute('ha_eip');
756
+ }
757
+ set haEip(value) {
758
+ this._haEip = value;
759
+ }
760
+ resetHaEip() {
761
+ this._haEip = undefined;
762
+ }
763
+ // Temporarily expose input value. Use with caution.
764
+ get haEipInput() {
765
+ return this._haEip;
766
+ }
767
+ // ha_fault_domain - computed: true, optional: true, required: false
768
+ _haFaultDomain;
769
+ get haFaultDomain() {
770
+ return this.getStringAttribute('ha_fault_domain');
771
+ }
772
+ set haFaultDomain(value) {
773
+ this._haFaultDomain = value;
774
+ }
775
+ resetHaFaultDomain() {
776
+ this._haFaultDomain = undefined;
777
+ }
778
+ // Temporarily expose input value. Use with caution.
779
+ get haFaultDomainInput() {
780
+ return this._haFaultDomain;
781
+ }
782
+ // ha_gw_name - computed: true, optional: false, required: false
783
+ get haGwName() {
784
+ return this.getStringAttribute('ha_gw_name');
785
+ }
786
+ // ha_gw_size - computed: false, optional: true, required: false
787
+ _haGwSize;
788
+ get haGwSize() {
789
+ return this.getStringAttribute('ha_gw_size');
790
+ }
791
+ set haGwSize(value) {
792
+ this._haGwSize = value;
793
+ }
794
+ resetHaGwSize() {
795
+ this._haGwSize = undefined;
796
+ }
797
+ // Temporarily expose input value. Use with caution.
798
+ get haGwSizeInput() {
799
+ return this._haGwSize;
800
+ }
801
+ // ha_image_version - computed: true, optional: true, required: false
802
+ _haImageVersion;
803
+ get haImageVersion() {
804
+ return this.getStringAttribute('ha_image_version');
805
+ }
806
+ set haImageVersion(value) {
807
+ this._haImageVersion = value;
808
+ }
809
+ resetHaImageVersion() {
810
+ this._haImageVersion = undefined;
811
+ }
812
+ // Temporarily expose input value. Use with caution.
813
+ get haImageVersionInput() {
814
+ return this._haImageVersion;
815
+ }
816
+ // ha_insane_mode_az - computed: false, optional: true, required: false
817
+ _haInsaneModeAz;
818
+ get haInsaneModeAz() {
819
+ return this.getStringAttribute('ha_insane_mode_az');
820
+ }
821
+ set haInsaneModeAz(value) {
822
+ this._haInsaneModeAz = value;
823
+ }
824
+ resetHaInsaneModeAz() {
825
+ this._haInsaneModeAz = undefined;
826
+ }
827
+ // Temporarily expose input value. Use with caution.
828
+ get haInsaneModeAzInput() {
829
+ return this._haInsaneModeAz;
830
+ }
831
+ // ha_oob_availability_zone - computed: false, optional: true, required: false
832
+ _haOobAvailabilityZone;
833
+ get haOobAvailabilityZone() {
834
+ return this.getStringAttribute('ha_oob_availability_zone');
835
+ }
836
+ set haOobAvailabilityZone(value) {
837
+ this._haOobAvailabilityZone = value;
838
+ }
839
+ resetHaOobAvailabilityZone() {
840
+ this._haOobAvailabilityZone = undefined;
841
+ }
842
+ // Temporarily expose input value. Use with caution.
843
+ get haOobAvailabilityZoneInput() {
844
+ return this._haOobAvailabilityZone;
845
+ }
846
+ // ha_oob_management_subnet - computed: false, optional: true, required: false
847
+ _haOobManagementSubnet;
848
+ get haOobManagementSubnet() {
849
+ return this.getStringAttribute('ha_oob_management_subnet');
850
+ }
851
+ set haOobManagementSubnet(value) {
852
+ this._haOobManagementSubnet = value;
853
+ }
854
+ resetHaOobManagementSubnet() {
855
+ this._haOobManagementSubnet = undefined;
856
+ }
857
+ // Temporarily expose input value. Use with caution.
858
+ get haOobManagementSubnetInput() {
859
+ return this._haOobManagementSubnet;
860
+ }
861
+ // ha_private_ip - computed: true, optional: false, required: false
862
+ get haPrivateIp() {
863
+ return this.getStringAttribute('ha_private_ip');
864
+ }
865
+ // ha_private_mode_subnet_zone - computed: false, optional: true, required: false
866
+ _haPrivateModeSubnetZone;
867
+ get haPrivateModeSubnetZone() {
868
+ return this.getStringAttribute('ha_private_mode_subnet_zone');
869
+ }
870
+ set haPrivateModeSubnetZone(value) {
871
+ this._haPrivateModeSubnetZone = value;
872
+ }
873
+ resetHaPrivateModeSubnetZone() {
874
+ this._haPrivateModeSubnetZone = undefined;
875
+ }
876
+ // Temporarily expose input value. Use with caution.
877
+ get haPrivateModeSubnetZoneInput() {
878
+ return this._haPrivateModeSubnetZone;
879
+ }
880
+ // ha_public_ip - computed: true, optional: false, required: false
881
+ get haPublicIp() {
882
+ return this.getStringAttribute('ha_public_ip');
883
+ }
884
+ // ha_security_group_id - computed: true, optional: false, required: false
885
+ get haSecurityGroupId() {
886
+ return this.getStringAttribute('ha_security_group_id');
887
+ }
888
+ // ha_software_version - computed: true, optional: true, required: false
889
+ _haSoftwareVersion;
890
+ get haSoftwareVersion() {
891
+ return this.getStringAttribute('ha_software_version');
892
+ }
893
+ set haSoftwareVersion(value) {
894
+ this._haSoftwareVersion = value;
895
+ }
896
+ resetHaSoftwareVersion() {
897
+ this._haSoftwareVersion = undefined;
898
+ }
899
+ // Temporarily expose input value. Use with caution.
900
+ get haSoftwareVersionInput() {
901
+ return this._haSoftwareVersion;
902
+ }
903
+ // ha_subnet - computed: false, optional: true, required: false
904
+ _haSubnet;
905
+ get haSubnet() {
906
+ return this.getStringAttribute('ha_subnet');
907
+ }
908
+ set haSubnet(value) {
909
+ this._haSubnet = value;
910
+ }
911
+ resetHaSubnet() {
912
+ this._haSubnet = undefined;
913
+ }
914
+ // Temporarily expose input value. Use with caution.
915
+ get haSubnetInput() {
916
+ return this._haSubnet;
917
+ }
918
+ // ha_zone - computed: false, optional: true, required: false
919
+ _haZone;
920
+ get haZone() {
921
+ return this.getStringAttribute('ha_zone');
922
+ }
923
+ set haZone(value) {
924
+ this._haZone = value;
925
+ }
926
+ resetHaZone() {
927
+ this._haZone = undefined;
928
+ }
929
+ // Temporarily expose input value. Use with caution.
930
+ get haZoneInput() {
931
+ return this._haZone;
932
+ }
933
+ // id - computed: true, optional: true, required: false
934
+ _id;
935
+ get id() {
936
+ return this.getStringAttribute('id');
937
+ }
938
+ set id(value) {
939
+ this._id = value;
940
+ }
941
+ resetId() {
942
+ this._id = undefined;
943
+ }
944
+ // Temporarily expose input value. Use with caution.
945
+ get idInput() {
946
+ return this._id;
947
+ }
948
+ // image_version - computed: true, optional: true, required: false
949
+ _imageVersion;
950
+ get imageVersion() {
951
+ return this.getStringAttribute('image_version');
952
+ }
953
+ set imageVersion(value) {
954
+ this._imageVersion = value;
955
+ }
956
+ resetImageVersion() {
957
+ this._imageVersion = undefined;
958
+ }
959
+ // Temporarily expose input value. Use with caution.
960
+ get imageVersionInput() {
961
+ return this._imageVersion;
962
+ }
963
+ // included_advertised_spoke_routes - computed: false, optional: true, required: false
964
+ _includedAdvertisedSpokeRoutes;
965
+ get includedAdvertisedSpokeRoutes() {
966
+ return this.getStringAttribute('included_advertised_spoke_routes');
967
+ }
968
+ set includedAdvertisedSpokeRoutes(value) {
969
+ this._includedAdvertisedSpokeRoutes = value;
970
+ }
971
+ resetIncludedAdvertisedSpokeRoutes() {
972
+ this._includedAdvertisedSpokeRoutes = undefined;
973
+ }
974
+ // Temporarily expose input value. Use with caution.
975
+ get includedAdvertisedSpokeRoutesInput() {
976
+ return this._includedAdvertisedSpokeRoutes;
977
+ }
978
+ // insane_mode - computed: false, optional: true, required: false
979
+ _insaneMode;
980
+ get insaneMode() {
981
+ return this.getBooleanAttribute('insane_mode');
982
+ }
983
+ set insaneMode(value) {
984
+ this._insaneMode = value;
985
+ }
986
+ resetInsaneMode() {
987
+ this._insaneMode = undefined;
988
+ }
989
+ // Temporarily expose input value. Use with caution.
990
+ get insaneModeInput() {
991
+ return this._insaneMode;
992
+ }
993
+ // insane_mode_az - computed: false, optional: true, required: false
994
+ _insaneModeAz;
995
+ get insaneModeAz() {
996
+ return this.getStringAttribute('insane_mode_az');
997
+ }
998
+ set insaneModeAz(value) {
999
+ this._insaneModeAz = value;
1000
+ }
1001
+ resetInsaneModeAz() {
1002
+ this._insaneModeAz = undefined;
1003
+ }
1004
+ // Temporarily expose input value. Use with caution.
1005
+ get insaneModeAzInput() {
1006
+ return this._insaneModeAz;
1007
+ }
1008
+ // learned_cidrs_approval_mode - computed: false, optional: true, required: false
1009
+ _learnedCidrsApprovalMode;
1010
+ get learnedCidrsApprovalMode() {
1011
+ return this.getStringAttribute('learned_cidrs_approval_mode');
1012
+ }
1013
+ set learnedCidrsApprovalMode(value) {
1014
+ this._learnedCidrsApprovalMode = value;
1015
+ }
1016
+ resetLearnedCidrsApprovalMode() {
1017
+ this._learnedCidrsApprovalMode = undefined;
1018
+ }
1019
+ // Temporarily expose input value. Use with caution.
1020
+ get learnedCidrsApprovalModeInput() {
1021
+ return this._learnedCidrsApprovalMode;
1022
+ }
1023
+ // local_as_number - computed: true, optional: true, required: false
1024
+ _localAsNumber;
1025
+ get localAsNumber() {
1026
+ return this.getStringAttribute('local_as_number');
1027
+ }
1028
+ set localAsNumber(value) {
1029
+ this._localAsNumber = value;
1030
+ }
1031
+ resetLocalAsNumber() {
1032
+ this._localAsNumber = undefined;
1033
+ }
1034
+ // Temporarily expose input value. Use with caution.
1035
+ get localAsNumberInput() {
1036
+ return this._localAsNumber;
1037
+ }
1038
+ // manage_ha_gateway - computed: false, optional: true, required: false
1039
+ _manageHaGateway;
1040
+ get manageHaGateway() {
1041
+ return this.getBooleanAttribute('manage_ha_gateway');
1042
+ }
1043
+ set manageHaGateway(value) {
1044
+ this._manageHaGateway = value;
1045
+ }
1046
+ resetManageHaGateway() {
1047
+ this._manageHaGateway = undefined;
1048
+ }
1049
+ // Temporarily expose input value. Use with caution.
1050
+ get manageHaGatewayInput() {
1051
+ return this._manageHaGateway;
1052
+ }
1053
+ // monitor_exclude_list - computed: false, optional: true, required: false
1054
+ _monitorExcludeList;
1055
+ get monitorExcludeList() {
1056
+ return cdktf.Fn.tolist(this.getListAttribute('monitor_exclude_list'));
1057
+ }
1058
+ set monitorExcludeList(value) {
1059
+ this._monitorExcludeList = value;
1060
+ }
1061
+ resetMonitorExcludeList() {
1062
+ this._monitorExcludeList = undefined;
1063
+ }
1064
+ // Temporarily expose input value. Use with caution.
1065
+ get monitorExcludeListInput() {
1066
+ return this._monitorExcludeList;
1067
+ }
1068
+ // oob_availability_zone - computed: false, optional: true, required: false
1069
+ _oobAvailabilityZone;
1070
+ get oobAvailabilityZone() {
1071
+ return this.getStringAttribute('oob_availability_zone');
1072
+ }
1073
+ set oobAvailabilityZone(value) {
1074
+ this._oobAvailabilityZone = value;
1075
+ }
1076
+ resetOobAvailabilityZone() {
1077
+ this._oobAvailabilityZone = undefined;
1078
+ }
1079
+ // Temporarily expose input value. Use with caution.
1080
+ get oobAvailabilityZoneInput() {
1081
+ return this._oobAvailabilityZone;
1082
+ }
1083
+ // oob_management_subnet - computed: false, optional: true, required: false
1084
+ _oobManagementSubnet;
1085
+ get oobManagementSubnet() {
1086
+ return this.getStringAttribute('oob_management_subnet');
1087
+ }
1088
+ set oobManagementSubnet(value) {
1089
+ this._oobManagementSubnet = value;
1090
+ }
1091
+ resetOobManagementSubnet() {
1092
+ this._oobManagementSubnet = undefined;
1093
+ }
1094
+ // Temporarily expose input value. Use with caution.
1095
+ get oobManagementSubnetInput() {
1096
+ return this._oobManagementSubnet;
1097
+ }
1098
+ // prepend_as_path - computed: false, optional: true, required: false
1099
+ _prependAsPath;
1100
+ get prependAsPath() {
1101
+ return this.getListAttribute('prepend_as_path');
1102
+ }
1103
+ set prependAsPath(value) {
1104
+ this._prependAsPath = value;
1105
+ }
1106
+ resetPrependAsPath() {
1107
+ this._prependAsPath = undefined;
1108
+ }
1109
+ // Temporarily expose input value. Use with caution.
1110
+ get prependAsPathInput() {
1111
+ return this._prependAsPath;
1112
+ }
1113
+ // private_ip - computed: true, optional: false, required: false
1114
+ get privateIp() {
1115
+ return this.getStringAttribute('private_ip');
1116
+ }
1117
+ // private_mode_lb_vpc_id - computed: false, optional: true, required: false
1118
+ _privateModeLbVpcId;
1119
+ get privateModeLbVpcId() {
1120
+ return this.getStringAttribute('private_mode_lb_vpc_id');
1121
+ }
1122
+ set privateModeLbVpcId(value) {
1123
+ this._privateModeLbVpcId = value;
1124
+ }
1125
+ resetPrivateModeLbVpcId() {
1126
+ this._privateModeLbVpcId = undefined;
1127
+ }
1128
+ // Temporarily expose input value. Use with caution.
1129
+ get privateModeLbVpcIdInput() {
1130
+ return this._privateModeLbVpcId;
1131
+ }
1132
+ // private_mode_subnet_zone - computed: false, optional: true, required: false
1133
+ _privateModeSubnetZone;
1134
+ get privateModeSubnetZone() {
1135
+ return this.getStringAttribute('private_mode_subnet_zone');
1136
+ }
1137
+ set privateModeSubnetZone(value) {
1138
+ this._privateModeSubnetZone = value;
1139
+ }
1140
+ resetPrivateModeSubnetZone() {
1141
+ this._privateModeSubnetZone = undefined;
1142
+ }
1143
+ // Temporarily expose input value. Use with caution.
1144
+ get privateModeSubnetZoneInput() {
1145
+ return this._privateModeSubnetZone;
1146
+ }
1147
+ // public_ip - computed: true, optional: false, required: false
1148
+ get publicIp() {
1149
+ return this.getStringAttribute('public_ip');
1150
+ }
1151
+ // rx_queue_size - computed: false, optional: true, required: false
1152
+ _rxQueueSize;
1153
+ get rxQueueSize() {
1154
+ return this.getStringAttribute('rx_queue_size');
1155
+ }
1156
+ set rxQueueSize(value) {
1157
+ this._rxQueueSize = value;
1158
+ }
1159
+ resetRxQueueSize() {
1160
+ this._rxQueueSize = undefined;
1161
+ }
1162
+ // Temporarily expose input value. Use with caution.
1163
+ get rxQueueSizeInput() {
1164
+ return this._rxQueueSize;
1165
+ }
1166
+ // security_group_id - computed: true, optional: false, required: false
1167
+ get securityGroupId() {
1168
+ return this.getStringAttribute('security_group_id');
1169
+ }
1170
+ // single_az_ha - computed: false, optional: true, required: false
1171
+ _singleAzHa;
1172
+ get singleAzHa() {
1173
+ return this.getBooleanAttribute('single_az_ha');
1174
+ }
1175
+ set singleAzHa(value) {
1176
+ this._singleAzHa = value;
1177
+ }
1178
+ resetSingleAzHa() {
1179
+ this._singleAzHa = undefined;
1180
+ }
1181
+ // Temporarily expose input value. Use with caution.
1182
+ get singleAzHaInput() {
1183
+ return this._singleAzHa;
1184
+ }
1185
+ // single_ip_snat - computed: false, optional: true, required: false
1186
+ _singleIpSnat;
1187
+ get singleIpSnat() {
1188
+ return this.getBooleanAttribute('single_ip_snat');
1189
+ }
1190
+ set singleIpSnat(value) {
1191
+ this._singleIpSnat = value;
1192
+ }
1193
+ resetSingleIpSnat() {
1194
+ this._singleIpSnat = undefined;
1195
+ }
1196
+ // Temporarily expose input value. Use with caution.
1197
+ get singleIpSnatInput() {
1198
+ return this._singleIpSnat;
1199
+ }
1200
+ // software_version - computed: true, optional: true, required: false
1201
+ _softwareVersion;
1202
+ get softwareVersion() {
1203
+ return this.getStringAttribute('software_version');
1204
+ }
1205
+ set softwareVersion(value) {
1206
+ this._softwareVersion = value;
1207
+ }
1208
+ resetSoftwareVersion() {
1209
+ this._softwareVersion = undefined;
1210
+ }
1211
+ // Temporarily expose input value. Use with caution.
1212
+ get softwareVersionInput() {
1213
+ return this._softwareVersion;
1214
+ }
1215
+ // spoke_bgp_manual_advertise_cidrs - computed: false, optional: true, required: false
1216
+ _spokeBgpManualAdvertiseCidrs;
1217
+ get spokeBgpManualAdvertiseCidrs() {
1218
+ return this.getListAttribute('spoke_bgp_manual_advertise_cidrs');
1219
+ }
1220
+ set spokeBgpManualAdvertiseCidrs(value) {
1221
+ this._spokeBgpManualAdvertiseCidrs = value;
1222
+ }
1223
+ resetSpokeBgpManualAdvertiseCidrs() {
1224
+ this._spokeBgpManualAdvertiseCidrs = undefined;
1225
+ }
1226
+ // Temporarily expose input value. Use with caution.
1227
+ get spokeBgpManualAdvertiseCidrsInput() {
1228
+ return this._spokeBgpManualAdvertiseCidrs;
1229
+ }
1230
+ // spot_price - computed: false, optional: true, required: false
1231
+ _spotPrice;
1232
+ get spotPrice() {
1233
+ return this.getStringAttribute('spot_price');
1234
+ }
1235
+ set spotPrice(value) {
1236
+ this._spotPrice = value;
1237
+ }
1238
+ resetSpotPrice() {
1239
+ this._spotPrice = undefined;
1240
+ }
1241
+ // Temporarily expose input value. Use with caution.
1242
+ get spotPriceInput() {
1243
+ return this._spotPrice;
1244
+ }
1245
+ // subnet - computed: false, optional: false, required: true
1246
+ _subnet;
1247
+ get subnet() {
1248
+ return this.getStringAttribute('subnet');
1249
+ }
1250
+ set subnet(value) {
1251
+ this._subnet = value;
1252
+ }
1253
+ // Temporarily expose input value. Use with caution.
1254
+ get subnetInput() {
1255
+ return this._subnet;
1256
+ }
1257
+ // tags - computed: false, optional: true, required: false
1258
+ _tags;
1259
+ get tags() {
1260
+ return this.getStringMapAttribute('tags');
1261
+ }
1262
+ set tags(value) {
1263
+ this._tags = value;
1264
+ }
1265
+ resetTags() {
1266
+ this._tags = undefined;
1267
+ }
1268
+ // Temporarily expose input value. Use with caution.
1269
+ get tagsInput() {
1270
+ return this._tags;
1271
+ }
1272
+ // tunnel_detection_time - computed: true, optional: true, required: false
1273
+ _tunnelDetectionTime;
1274
+ get tunnelDetectionTime() {
1275
+ return this.getNumberAttribute('tunnel_detection_time');
1276
+ }
1277
+ set tunnelDetectionTime(value) {
1278
+ this._tunnelDetectionTime = value;
1279
+ }
1280
+ resetTunnelDetectionTime() {
1281
+ this._tunnelDetectionTime = undefined;
1282
+ }
1283
+ // Temporarily expose input value. Use with caution.
1284
+ get tunnelDetectionTimeInput() {
1285
+ return this._tunnelDetectionTime;
1286
+ }
1287
+ // vpc_id - computed: false, optional: false, required: true
1288
+ _vpcId;
1289
+ get vpcId() {
1290
+ return this.getStringAttribute('vpc_id');
1291
+ }
1292
+ set vpcId(value) {
1293
+ this._vpcId = value;
1294
+ }
1295
+ // Temporarily expose input value. Use with caution.
1296
+ get vpcIdInput() {
1297
+ return this._vpcId;
1298
+ }
1299
+ // vpc_reg - computed: false, optional: false, required: true
1300
+ _vpcReg;
1301
+ get vpcReg() {
1302
+ return this.getStringAttribute('vpc_reg');
1303
+ }
1304
+ set vpcReg(value) {
1305
+ this._vpcReg = value;
1306
+ }
1307
+ // Temporarily expose input value. Use with caution.
1308
+ get vpcRegInput() {
1309
+ return this._vpcReg;
1310
+ }
1311
+ // zone - computed: false, optional: true, required: false
1312
+ _zone;
1313
+ get zone() {
1314
+ return this.getStringAttribute('zone');
1315
+ }
1316
+ set zone(value) {
1317
+ this._zone = value;
1318
+ }
1319
+ resetZone() {
1320
+ this._zone = undefined;
1321
+ }
1322
+ // Temporarily expose input value. Use with caution.
1323
+ get zoneInput() {
1324
+ return this._zone;
1325
+ }
1326
+ // =========
1327
+ // SYNTHESIS
1328
+ // =========
1329
+ synthesizeAttributes() {
1330
+ return {
1331
+ account_name: cdktf.stringToTerraform(this._accountName),
1332
+ allocate_new_eip: cdktf.booleanToTerraform(this._allocateNewEip),
1333
+ approved_learned_cidrs: cdktf.listMapper(cdktf.stringToTerraform, false)(this._approvedLearnedCidrs),
1334
+ availability_domain: cdktf.stringToTerraform(this._availabilityDomain),
1335
+ azure_eip_name_resource_group: cdktf.stringToTerraform(this._azureEipNameResourceGroup),
1336
+ bgp_accept_communities: cdktf.booleanToTerraform(this._bgpAcceptCommunities),
1337
+ bgp_ecmp: cdktf.booleanToTerraform(this._bgpEcmp),
1338
+ bgp_hold_time: cdktf.numberToTerraform(this._bgpHoldTime),
1339
+ bgp_lan_interfaces_count: cdktf.numberToTerraform(this._bgpLanInterfacesCount),
1340
+ bgp_neighbor_status_polling_time: cdktf.numberToTerraform(this._bgpNeighborStatusPollingTime),
1341
+ bgp_polling_time: cdktf.numberToTerraform(this._bgpPollingTime),
1342
+ bgp_send_communities: cdktf.booleanToTerraform(this._bgpSendCommunities),
1343
+ cloud_type: cdktf.numberToTerraform(this._cloudType),
1344
+ customer_managed_keys: cdktf.stringToTerraform(this._customerManagedKeys),
1345
+ customized_spoke_vpc_routes: cdktf.stringToTerraform(this._customizedSpokeVpcRoutes),
1346
+ delete_spot: cdktf.booleanToTerraform(this._deleteSpot),
1347
+ disable_route_propagation: cdktf.booleanToTerraform(this._disableRoutePropagation),
1348
+ eip: cdktf.stringToTerraform(this._eip),
1349
+ enable_active_standby: cdktf.booleanToTerraform(this._enableActiveStandby),
1350
+ enable_active_standby_preemptive: cdktf.booleanToTerraform(this._enableActiveStandbyPreemptive),
1351
+ enable_auto_advertise_s2c_cidrs: cdktf.booleanToTerraform(this._enableAutoAdvertiseS2CCidrs),
1352
+ enable_bgp: cdktf.booleanToTerraform(this._enableBgp),
1353
+ enable_bgp_over_lan: cdktf.booleanToTerraform(this._enableBgpOverLan),
1354
+ enable_encrypt_volume: cdktf.booleanToTerraform(this._enableEncryptVolume),
1355
+ enable_global_vpc: cdktf.booleanToTerraform(this._enableGlobalVpc),
1356
+ enable_gro_gso: cdktf.booleanToTerraform(this._enableGroGso),
1357
+ enable_jumbo_frame: cdktf.booleanToTerraform(this._enableJumboFrame),
1358
+ enable_learned_cidrs_approval: cdktf.booleanToTerraform(this._enableLearnedCidrsApproval),
1359
+ enable_monitor_gateway_subnets: cdktf.booleanToTerraform(this._enableMonitorGatewaySubnets),
1360
+ enable_preserve_as_path: cdktf.booleanToTerraform(this._enablePreserveAsPath),
1361
+ enable_private_oob: cdktf.booleanToTerraform(this._enablePrivateOob),
1362
+ enable_private_vpc_default_route: cdktf.booleanToTerraform(this._enablePrivateVpcDefaultRoute),
1363
+ enable_skip_public_route_table_update: cdktf.booleanToTerraform(this._enableSkipPublicRouteTableUpdate),
1364
+ enable_spot_instance: cdktf.booleanToTerraform(this._enableSpotInstance),
1365
+ enable_vpc_dns_server: cdktf.booleanToTerraform(this._enableVpcDnsServer),
1366
+ fault_domain: cdktf.stringToTerraform(this._faultDomain),
1367
+ filtered_spoke_vpc_routes: cdktf.stringToTerraform(this._filteredSpokeVpcRoutes),
1368
+ gw_name: cdktf.stringToTerraform(this._gwName),
1369
+ gw_size: cdktf.stringToTerraform(this._gwSize),
1370
+ ha_availability_domain: cdktf.stringToTerraform(this._haAvailabilityDomain),
1371
+ ha_azure_eip_name_resource_group: cdktf.stringToTerraform(this._haAzureEipNameResourceGroup),
1372
+ ha_eip: cdktf.stringToTerraform(this._haEip),
1373
+ ha_fault_domain: cdktf.stringToTerraform(this._haFaultDomain),
1374
+ ha_gw_size: cdktf.stringToTerraform(this._haGwSize),
1375
+ ha_image_version: cdktf.stringToTerraform(this._haImageVersion),
1376
+ ha_insane_mode_az: cdktf.stringToTerraform(this._haInsaneModeAz),
1377
+ ha_oob_availability_zone: cdktf.stringToTerraform(this._haOobAvailabilityZone),
1378
+ ha_oob_management_subnet: cdktf.stringToTerraform(this._haOobManagementSubnet),
1379
+ ha_private_mode_subnet_zone: cdktf.stringToTerraform(this._haPrivateModeSubnetZone),
1380
+ ha_software_version: cdktf.stringToTerraform(this._haSoftwareVersion),
1381
+ ha_subnet: cdktf.stringToTerraform(this._haSubnet),
1382
+ ha_zone: cdktf.stringToTerraform(this._haZone),
1383
+ id: cdktf.stringToTerraform(this._id),
1384
+ image_version: cdktf.stringToTerraform(this._imageVersion),
1385
+ included_advertised_spoke_routes: cdktf.stringToTerraform(this._includedAdvertisedSpokeRoutes),
1386
+ insane_mode: cdktf.booleanToTerraform(this._insaneMode),
1387
+ insane_mode_az: cdktf.stringToTerraform(this._insaneModeAz),
1388
+ learned_cidrs_approval_mode: cdktf.stringToTerraform(this._learnedCidrsApprovalMode),
1389
+ local_as_number: cdktf.stringToTerraform(this._localAsNumber),
1390
+ manage_ha_gateway: cdktf.booleanToTerraform(this._manageHaGateway),
1391
+ monitor_exclude_list: cdktf.listMapper(cdktf.stringToTerraform, false)(this._monitorExcludeList),
1392
+ oob_availability_zone: cdktf.stringToTerraform(this._oobAvailabilityZone),
1393
+ oob_management_subnet: cdktf.stringToTerraform(this._oobManagementSubnet),
1394
+ prepend_as_path: cdktf.listMapper(cdktf.stringToTerraform, false)(this._prependAsPath),
1395
+ private_mode_lb_vpc_id: cdktf.stringToTerraform(this._privateModeLbVpcId),
1396
+ private_mode_subnet_zone: cdktf.stringToTerraform(this._privateModeSubnetZone),
1397
+ rx_queue_size: cdktf.stringToTerraform(this._rxQueueSize),
1398
+ single_az_ha: cdktf.booleanToTerraform(this._singleAzHa),
1399
+ single_ip_snat: cdktf.booleanToTerraform(this._singleIpSnat),
1400
+ software_version: cdktf.stringToTerraform(this._softwareVersion),
1401
+ spoke_bgp_manual_advertise_cidrs: cdktf.listMapper(cdktf.stringToTerraform, false)(this._spokeBgpManualAdvertiseCidrs),
1402
+ spot_price: cdktf.stringToTerraform(this._spotPrice),
1403
+ subnet: cdktf.stringToTerraform(this._subnet),
1404
+ tags: cdktf.hashMapper(cdktf.stringToTerraform)(this._tags),
1405
+ tunnel_detection_time: cdktf.numberToTerraform(this._tunnelDetectionTime),
1406
+ vpc_id: cdktf.stringToTerraform(this._vpcId),
1407
+ vpc_reg: cdktf.stringToTerraform(this._vpcReg),
1408
+ zone: cdktf.stringToTerraform(this._zone),
1409
+ };
1410
+ }
1411
+ synthesizeHclAttributes() {
1412
+ const attrs = {
1413
+ account_name: {
1414
+ value: cdktf.stringToHclTerraform(this._accountName),
1415
+ isBlock: false,
1416
+ type: "simple",
1417
+ storageClassType: "string",
1418
+ },
1419
+ allocate_new_eip: {
1420
+ value: cdktf.booleanToHclTerraform(this._allocateNewEip),
1421
+ isBlock: false,
1422
+ type: "simple",
1423
+ storageClassType: "boolean",
1424
+ },
1425
+ approved_learned_cidrs: {
1426
+ value: cdktf.listMapperHcl(cdktf.stringToHclTerraform, false)(this._approvedLearnedCidrs),
1427
+ isBlock: false,
1428
+ type: "set",
1429
+ storageClassType: "stringList",
1430
+ },
1431
+ availability_domain: {
1432
+ value: cdktf.stringToHclTerraform(this._availabilityDomain),
1433
+ isBlock: false,
1434
+ type: "simple",
1435
+ storageClassType: "string",
1436
+ },
1437
+ azure_eip_name_resource_group: {
1438
+ value: cdktf.stringToHclTerraform(this._azureEipNameResourceGroup),
1439
+ isBlock: false,
1440
+ type: "simple",
1441
+ storageClassType: "string",
1442
+ },
1443
+ bgp_accept_communities: {
1444
+ value: cdktf.booleanToHclTerraform(this._bgpAcceptCommunities),
1445
+ isBlock: false,
1446
+ type: "simple",
1447
+ storageClassType: "boolean",
1448
+ },
1449
+ bgp_ecmp: {
1450
+ value: cdktf.booleanToHclTerraform(this._bgpEcmp),
1451
+ isBlock: false,
1452
+ type: "simple",
1453
+ storageClassType: "boolean",
1454
+ },
1455
+ bgp_hold_time: {
1456
+ value: cdktf.numberToHclTerraform(this._bgpHoldTime),
1457
+ isBlock: false,
1458
+ type: "simple",
1459
+ storageClassType: "number",
1460
+ },
1461
+ bgp_lan_interfaces_count: {
1462
+ value: cdktf.numberToHclTerraform(this._bgpLanInterfacesCount),
1463
+ isBlock: false,
1464
+ type: "simple",
1465
+ storageClassType: "number",
1466
+ },
1467
+ bgp_neighbor_status_polling_time: {
1468
+ value: cdktf.numberToHclTerraform(this._bgpNeighborStatusPollingTime),
1469
+ isBlock: false,
1470
+ type: "simple",
1471
+ storageClassType: "number",
1472
+ },
1473
+ bgp_polling_time: {
1474
+ value: cdktf.numberToHclTerraform(this._bgpPollingTime),
1475
+ isBlock: false,
1476
+ type: "simple",
1477
+ storageClassType: "number",
1478
+ },
1479
+ bgp_send_communities: {
1480
+ value: cdktf.booleanToHclTerraform(this._bgpSendCommunities),
1481
+ isBlock: false,
1482
+ type: "simple",
1483
+ storageClassType: "boolean",
1484
+ },
1485
+ cloud_type: {
1486
+ value: cdktf.numberToHclTerraform(this._cloudType),
1487
+ isBlock: false,
1488
+ type: "simple",
1489
+ storageClassType: "number",
1490
+ },
1491
+ customer_managed_keys: {
1492
+ value: cdktf.stringToHclTerraform(this._customerManagedKeys),
1493
+ isBlock: false,
1494
+ type: "simple",
1495
+ storageClassType: "string",
1496
+ },
1497
+ customized_spoke_vpc_routes: {
1498
+ value: cdktf.stringToHclTerraform(this._customizedSpokeVpcRoutes),
1499
+ isBlock: false,
1500
+ type: "simple",
1501
+ storageClassType: "string",
1502
+ },
1503
+ delete_spot: {
1504
+ value: cdktf.booleanToHclTerraform(this._deleteSpot),
1505
+ isBlock: false,
1506
+ type: "simple",
1507
+ storageClassType: "boolean",
1508
+ },
1509
+ disable_route_propagation: {
1510
+ value: cdktf.booleanToHclTerraform(this._disableRoutePropagation),
1511
+ isBlock: false,
1512
+ type: "simple",
1513
+ storageClassType: "boolean",
1514
+ },
1515
+ eip: {
1516
+ value: cdktf.stringToHclTerraform(this._eip),
1517
+ isBlock: false,
1518
+ type: "simple",
1519
+ storageClassType: "string",
1520
+ },
1521
+ enable_active_standby: {
1522
+ value: cdktf.booleanToHclTerraform(this._enableActiveStandby),
1523
+ isBlock: false,
1524
+ type: "simple",
1525
+ storageClassType: "boolean",
1526
+ },
1527
+ enable_active_standby_preemptive: {
1528
+ value: cdktf.booleanToHclTerraform(this._enableActiveStandbyPreemptive),
1529
+ isBlock: false,
1530
+ type: "simple",
1531
+ storageClassType: "boolean",
1532
+ },
1533
+ enable_auto_advertise_s2c_cidrs: {
1534
+ value: cdktf.booleanToHclTerraform(this._enableAutoAdvertiseS2CCidrs),
1535
+ isBlock: false,
1536
+ type: "simple",
1537
+ storageClassType: "boolean",
1538
+ },
1539
+ enable_bgp: {
1540
+ value: cdktf.booleanToHclTerraform(this._enableBgp),
1541
+ isBlock: false,
1542
+ type: "simple",
1543
+ storageClassType: "boolean",
1544
+ },
1545
+ enable_bgp_over_lan: {
1546
+ value: cdktf.booleanToHclTerraform(this._enableBgpOverLan),
1547
+ isBlock: false,
1548
+ type: "simple",
1549
+ storageClassType: "boolean",
1550
+ },
1551
+ enable_encrypt_volume: {
1552
+ value: cdktf.booleanToHclTerraform(this._enableEncryptVolume),
1553
+ isBlock: false,
1554
+ type: "simple",
1555
+ storageClassType: "boolean",
1556
+ },
1557
+ enable_global_vpc: {
1558
+ value: cdktf.booleanToHclTerraform(this._enableGlobalVpc),
1559
+ isBlock: false,
1560
+ type: "simple",
1561
+ storageClassType: "boolean",
1562
+ },
1563
+ enable_gro_gso: {
1564
+ value: cdktf.booleanToHclTerraform(this._enableGroGso),
1565
+ isBlock: false,
1566
+ type: "simple",
1567
+ storageClassType: "boolean",
1568
+ },
1569
+ enable_jumbo_frame: {
1570
+ value: cdktf.booleanToHclTerraform(this._enableJumboFrame),
1571
+ isBlock: false,
1572
+ type: "simple",
1573
+ storageClassType: "boolean",
1574
+ },
1575
+ enable_learned_cidrs_approval: {
1576
+ value: cdktf.booleanToHclTerraform(this._enableLearnedCidrsApproval),
1577
+ isBlock: false,
1578
+ type: "simple",
1579
+ storageClassType: "boolean",
1580
+ },
1581
+ enable_monitor_gateway_subnets: {
1582
+ value: cdktf.booleanToHclTerraform(this._enableMonitorGatewaySubnets),
1583
+ isBlock: false,
1584
+ type: "simple",
1585
+ storageClassType: "boolean",
1586
+ },
1587
+ enable_preserve_as_path: {
1588
+ value: cdktf.booleanToHclTerraform(this._enablePreserveAsPath),
1589
+ isBlock: false,
1590
+ type: "simple",
1591
+ storageClassType: "boolean",
1592
+ },
1593
+ enable_private_oob: {
1594
+ value: cdktf.booleanToHclTerraform(this._enablePrivateOob),
1595
+ isBlock: false,
1596
+ type: "simple",
1597
+ storageClassType: "boolean",
1598
+ },
1599
+ enable_private_vpc_default_route: {
1600
+ value: cdktf.booleanToHclTerraform(this._enablePrivateVpcDefaultRoute),
1601
+ isBlock: false,
1602
+ type: "simple",
1603
+ storageClassType: "boolean",
1604
+ },
1605
+ enable_skip_public_route_table_update: {
1606
+ value: cdktf.booleanToHclTerraform(this._enableSkipPublicRouteTableUpdate),
1607
+ isBlock: false,
1608
+ type: "simple",
1609
+ storageClassType: "boolean",
1610
+ },
1611
+ enable_spot_instance: {
1612
+ value: cdktf.booleanToHclTerraform(this._enableSpotInstance),
1613
+ isBlock: false,
1614
+ type: "simple",
1615
+ storageClassType: "boolean",
1616
+ },
1617
+ enable_vpc_dns_server: {
1618
+ value: cdktf.booleanToHclTerraform(this._enableVpcDnsServer),
1619
+ isBlock: false,
1620
+ type: "simple",
1621
+ storageClassType: "boolean",
1622
+ },
1623
+ fault_domain: {
1624
+ value: cdktf.stringToHclTerraform(this._faultDomain),
1625
+ isBlock: false,
1626
+ type: "simple",
1627
+ storageClassType: "string",
1628
+ },
1629
+ filtered_spoke_vpc_routes: {
1630
+ value: cdktf.stringToHclTerraform(this._filteredSpokeVpcRoutes),
1631
+ isBlock: false,
1632
+ type: "simple",
1633
+ storageClassType: "string",
1634
+ },
1635
+ gw_name: {
1636
+ value: cdktf.stringToHclTerraform(this._gwName),
1637
+ isBlock: false,
1638
+ type: "simple",
1639
+ storageClassType: "string",
1640
+ },
1641
+ gw_size: {
1642
+ value: cdktf.stringToHclTerraform(this._gwSize),
1643
+ isBlock: false,
1644
+ type: "simple",
1645
+ storageClassType: "string",
1646
+ },
1647
+ ha_availability_domain: {
1648
+ value: cdktf.stringToHclTerraform(this._haAvailabilityDomain),
1649
+ isBlock: false,
1650
+ type: "simple",
1651
+ storageClassType: "string",
1652
+ },
1653
+ ha_azure_eip_name_resource_group: {
1654
+ value: cdktf.stringToHclTerraform(this._haAzureEipNameResourceGroup),
1655
+ isBlock: false,
1656
+ type: "simple",
1657
+ storageClassType: "string",
1658
+ },
1659
+ ha_eip: {
1660
+ value: cdktf.stringToHclTerraform(this._haEip),
1661
+ isBlock: false,
1662
+ type: "simple",
1663
+ storageClassType: "string",
1664
+ },
1665
+ ha_fault_domain: {
1666
+ value: cdktf.stringToHclTerraform(this._haFaultDomain),
1667
+ isBlock: false,
1668
+ type: "simple",
1669
+ storageClassType: "string",
1670
+ },
1671
+ ha_gw_size: {
1672
+ value: cdktf.stringToHclTerraform(this._haGwSize),
1673
+ isBlock: false,
1674
+ type: "simple",
1675
+ storageClassType: "string",
1676
+ },
1677
+ ha_image_version: {
1678
+ value: cdktf.stringToHclTerraform(this._haImageVersion),
1679
+ isBlock: false,
1680
+ type: "simple",
1681
+ storageClassType: "string",
1682
+ },
1683
+ ha_insane_mode_az: {
1684
+ value: cdktf.stringToHclTerraform(this._haInsaneModeAz),
1685
+ isBlock: false,
1686
+ type: "simple",
1687
+ storageClassType: "string",
1688
+ },
1689
+ ha_oob_availability_zone: {
1690
+ value: cdktf.stringToHclTerraform(this._haOobAvailabilityZone),
1691
+ isBlock: false,
1692
+ type: "simple",
1693
+ storageClassType: "string",
1694
+ },
1695
+ ha_oob_management_subnet: {
1696
+ value: cdktf.stringToHclTerraform(this._haOobManagementSubnet),
1697
+ isBlock: false,
1698
+ type: "simple",
1699
+ storageClassType: "string",
1700
+ },
1701
+ ha_private_mode_subnet_zone: {
1702
+ value: cdktf.stringToHclTerraform(this._haPrivateModeSubnetZone),
1703
+ isBlock: false,
1704
+ type: "simple",
1705
+ storageClassType: "string",
1706
+ },
1707
+ ha_software_version: {
1708
+ value: cdktf.stringToHclTerraform(this._haSoftwareVersion),
1709
+ isBlock: false,
1710
+ type: "simple",
1711
+ storageClassType: "string",
1712
+ },
1713
+ ha_subnet: {
1714
+ value: cdktf.stringToHclTerraform(this._haSubnet),
1715
+ isBlock: false,
1716
+ type: "simple",
1717
+ storageClassType: "string",
1718
+ },
1719
+ ha_zone: {
1720
+ value: cdktf.stringToHclTerraform(this._haZone),
1721
+ isBlock: false,
1722
+ type: "simple",
1723
+ storageClassType: "string",
1724
+ },
1725
+ id: {
1726
+ value: cdktf.stringToHclTerraform(this._id),
1727
+ isBlock: false,
1728
+ type: "simple",
1729
+ storageClassType: "string",
1730
+ },
1731
+ image_version: {
1732
+ value: cdktf.stringToHclTerraform(this._imageVersion),
1733
+ isBlock: false,
1734
+ type: "simple",
1735
+ storageClassType: "string",
1736
+ },
1737
+ included_advertised_spoke_routes: {
1738
+ value: cdktf.stringToHclTerraform(this._includedAdvertisedSpokeRoutes),
1739
+ isBlock: false,
1740
+ type: "simple",
1741
+ storageClassType: "string",
1742
+ },
1743
+ insane_mode: {
1744
+ value: cdktf.booleanToHclTerraform(this._insaneMode),
1745
+ isBlock: false,
1746
+ type: "simple",
1747
+ storageClassType: "boolean",
1748
+ },
1749
+ insane_mode_az: {
1750
+ value: cdktf.stringToHclTerraform(this._insaneModeAz),
1751
+ isBlock: false,
1752
+ type: "simple",
1753
+ storageClassType: "string",
1754
+ },
1755
+ learned_cidrs_approval_mode: {
1756
+ value: cdktf.stringToHclTerraform(this._learnedCidrsApprovalMode),
1757
+ isBlock: false,
1758
+ type: "simple",
1759
+ storageClassType: "string",
1760
+ },
1761
+ local_as_number: {
1762
+ value: cdktf.stringToHclTerraform(this._localAsNumber),
1763
+ isBlock: false,
1764
+ type: "simple",
1765
+ storageClassType: "string",
1766
+ },
1767
+ manage_ha_gateway: {
1768
+ value: cdktf.booleanToHclTerraform(this._manageHaGateway),
1769
+ isBlock: false,
1770
+ type: "simple",
1771
+ storageClassType: "boolean",
1772
+ },
1773
+ monitor_exclude_list: {
1774
+ value: cdktf.listMapperHcl(cdktf.stringToHclTerraform, false)(this._monitorExcludeList),
1775
+ isBlock: false,
1776
+ type: "set",
1777
+ storageClassType: "stringList",
1778
+ },
1779
+ oob_availability_zone: {
1780
+ value: cdktf.stringToHclTerraform(this._oobAvailabilityZone),
1781
+ isBlock: false,
1782
+ type: "simple",
1783
+ storageClassType: "string",
1784
+ },
1785
+ oob_management_subnet: {
1786
+ value: cdktf.stringToHclTerraform(this._oobManagementSubnet),
1787
+ isBlock: false,
1788
+ type: "simple",
1789
+ storageClassType: "string",
1790
+ },
1791
+ prepend_as_path: {
1792
+ value: cdktf.listMapperHcl(cdktf.stringToHclTerraform, false)(this._prependAsPath),
1793
+ isBlock: false,
1794
+ type: "list",
1795
+ storageClassType: "stringList",
1796
+ },
1797
+ private_mode_lb_vpc_id: {
1798
+ value: cdktf.stringToHclTerraform(this._privateModeLbVpcId),
1799
+ isBlock: false,
1800
+ type: "simple",
1801
+ storageClassType: "string",
1802
+ },
1803
+ private_mode_subnet_zone: {
1804
+ value: cdktf.stringToHclTerraform(this._privateModeSubnetZone),
1805
+ isBlock: false,
1806
+ type: "simple",
1807
+ storageClassType: "string",
1808
+ },
1809
+ rx_queue_size: {
1810
+ value: cdktf.stringToHclTerraform(this._rxQueueSize),
1811
+ isBlock: false,
1812
+ type: "simple",
1813
+ storageClassType: "string",
1814
+ },
1815
+ single_az_ha: {
1816
+ value: cdktf.booleanToHclTerraform(this._singleAzHa),
1817
+ isBlock: false,
1818
+ type: "simple",
1819
+ storageClassType: "boolean",
1820
+ },
1821
+ single_ip_snat: {
1822
+ value: cdktf.booleanToHclTerraform(this._singleIpSnat),
1823
+ isBlock: false,
1824
+ type: "simple",
1825
+ storageClassType: "boolean",
1826
+ },
1827
+ software_version: {
1828
+ value: cdktf.stringToHclTerraform(this._softwareVersion),
1829
+ isBlock: false,
1830
+ type: "simple",
1831
+ storageClassType: "string",
1832
+ },
1833
+ spoke_bgp_manual_advertise_cidrs: {
1834
+ value: cdktf.listMapperHcl(cdktf.stringToHclTerraform, false)(this._spokeBgpManualAdvertiseCidrs),
1835
+ isBlock: false,
1836
+ type: "list",
1837
+ storageClassType: "stringList",
1838
+ },
1839
+ spot_price: {
1840
+ value: cdktf.stringToHclTerraform(this._spotPrice),
1841
+ isBlock: false,
1842
+ type: "simple",
1843
+ storageClassType: "string",
1844
+ },
1845
+ subnet: {
1846
+ value: cdktf.stringToHclTerraform(this._subnet),
1847
+ isBlock: false,
1848
+ type: "simple",
1849
+ storageClassType: "string",
1850
+ },
1851
+ tags: {
1852
+ value: cdktf.hashMapperHcl(cdktf.stringToHclTerraform)(this._tags),
1853
+ isBlock: false,
1854
+ type: "map",
1855
+ storageClassType: "stringMap",
1856
+ },
1857
+ tunnel_detection_time: {
1858
+ value: cdktf.numberToHclTerraform(this._tunnelDetectionTime),
1859
+ isBlock: false,
1860
+ type: "simple",
1861
+ storageClassType: "number",
1862
+ },
1863
+ vpc_id: {
1864
+ value: cdktf.stringToHclTerraform(this._vpcId),
1865
+ isBlock: false,
1866
+ type: "simple",
1867
+ storageClassType: "string",
1868
+ },
1869
+ vpc_reg: {
1870
+ value: cdktf.stringToHclTerraform(this._vpcReg),
1871
+ isBlock: false,
1872
+ type: "simple",
1873
+ storageClassType: "string",
1874
+ },
1875
+ zone: {
1876
+ value: cdktf.stringToHclTerraform(this._zone),
1877
+ isBlock: false,
1878
+ type: "simple",
1879
+ storageClassType: "string",
1880
+ },
1881
+ };
1882
+ // remove undefined attributes
1883
+ return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined));
1884
+ }
1885
+ }