@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,794 @@
1
+ // https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/firewall_instance
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/firewall_instance aviatrix_firewall_instance}
6
+ */
7
+ export class FirewallInstance extends cdktf.TerraformResource {
8
+ // =================
9
+ // STATIC PROPERTIES
10
+ // =================
11
+ static tfResourceType = "aviatrix_firewall_instance";
12
+ // ==============
13
+ // STATIC Methods
14
+ // ==============
15
+ /**
16
+ * Generates CDKTF code for importing a FirewallInstance 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 FirewallInstance to import
19
+ * @param importFromId The id of the existing FirewallInstance that should be imported. Refer to the {@link https://registry.terraform.io/providers/aviatrixsystems/aviatrix/8.1.10/docs/resources/firewall_instance#import import section} in the documentation of this resource for the id to use
20
+ * @param provider? Optional instance of the provider where the FirewallInstance to import is found
21
+ */
22
+ static generateConfigForImport(scope, importToId, importFromId, provider) {
23
+ return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "aviatrix_firewall_instance", 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/firewall_instance aviatrix_firewall_instance} 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 FirewallInstanceConfig
34
+ */
35
+ constructor(scope, id, config) {
36
+ super(scope, id, {
37
+ terraformResourceType: 'aviatrix_firewall_instance',
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._availabilityDomain = config.availabilityDomain;
52
+ this._bootstrapBucketName = config.bootstrapBucketName;
53
+ this._bootstrapStorageName = config.bootstrapStorageName;
54
+ this._containerFolder = config.containerFolder;
55
+ this._egressSubnet = config.egressSubnet;
56
+ this._egressVpcId = config.egressVpcId;
57
+ this._faultDomain = config.faultDomain;
58
+ this._fileShareFolder = config.fileShareFolder;
59
+ this._firenetGwName = config.firenetGwName;
60
+ this._firewallImage = config.firewallImage;
61
+ this._firewallImageId = config.firewallImageId;
62
+ this._firewallImageVersion = config.firewallImageVersion;
63
+ this._firewallName = config.firewallName;
64
+ this._firewallSize = config.firewallSize;
65
+ this._iamRole = config.iamRole;
66
+ this._id = config.id;
67
+ this._keyName = config.keyName;
68
+ this._managementSubnet = config.managementSubnet;
69
+ this._managementVpcId = config.managementVpcId;
70
+ this._password = config.password;
71
+ this._sasUrlConfig = config.sasUrlConfig;
72
+ this._sasUrlLicense = config.sasUrlLicense;
73
+ this._shareDirectory = config.shareDirectory;
74
+ this._sicKey = config.sicKey;
75
+ this._sshPublicKey = config.sshPublicKey;
76
+ this._storageAccessKey = config.storageAccessKey;
77
+ this._tags = config.tags;
78
+ this._userData = config.userData;
79
+ this._username = config.username;
80
+ this._vpcId = config.vpcId;
81
+ this._zone = config.zone;
82
+ }
83
+ // ==========
84
+ // ATTRIBUTES
85
+ // ==========
86
+ // availability_domain - computed: true, optional: true, required: false
87
+ _availabilityDomain;
88
+ get availabilityDomain() {
89
+ return this.getStringAttribute('availability_domain');
90
+ }
91
+ set availabilityDomain(value) {
92
+ this._availabilityDomain = value;
93
+ }
94
+ resetAvailabilityDomain() {
95
+ this._availabilityDomain = undefined;
96
+ }
97
+ // Temporarily expose input value. Use with caution.
98
+ get availabilityDomainInput() {
99
+ return this._availabilityDomain;
100
+ }
101
+ // bootstrap_bucket_name - computed: false, optional: true, required: false
102
+ _bootstrapBucketName;
103
+ get bootstrapBucketName() {
104
+ return this.getStringAttribute('bootstrap_bucket_name');
105
+ }
106
+ set bootstrapBucketName(value) {
107
+ this._bootstrapBucketName = value;
108
+ }
109
+ resetBootstrapBucketName() {
110
+ this._bootstrapBucketName = undefined;
111
+ }
112
+ // Temporarily expose input value. Use with caution.
113
+ get bootstrapBucketNameInput() {
114
+ return this._bootstrapBucketName;
115
+ }
116
+ // bootstrap_storage_name - computed: false, optional: true, required: false
117
+ _bootstrapStorageName;
118
+ get bootstrapStorageName() {
119
+ return this.getStringAttribute('bootstrap_storage_name');
120
+ }
121
+ set bootstrapStorageName(value) {
122
+ this._bootstrapStorageName = value;
123
+ }
124
+ resetBootstrapStorageName() {
125
+ this._bootstrapStorageName = undefined;
126
+ }
127
+ // Temporarily expose input value. Use with caution.
128
+ get bootstrapStorageNameInput() {
129
+ return this._bootstrapStorageName;
130
+ }
131
+ // cloud_type - computed: true, optional: false, required: false
132
+ get cloudType() {
133
+ return this.getNumberAttribute('cloud_type');
134
+ }
135
+ // container_folder - computed: false, optional: true, required: false
136
+ _containerFolder;
137
+ get containerFolder() {
138
+ return this.getStringAttribute('container_folder');
139
+ }
140
+ set containerFolder(value) {
141
+ this._containerFolder = value;
142
+ }
143
+ resetContainerFolder() {
144
+ this._containerFolder = undefined;
145
+ }
146
+ // Temporarily expose input value. Use with caution.
147
+ get containerFolderInput() {
148
+ return this._containerFolder;
149
+ }
150
+ // egress_interface - computed: true, optional: false, required: false
151
+ get egressInterface() {
152
+ return this.getStringAttribute('egress_interface');
153
+ }
154
+ // egress_subnet - computed: false, optional: false, required: true
155
+ _egressSubnet;
156
+ get egressSubnet() {
157
+ return this.getStringAttribute('egress_subnet');
158
+ }
159
+ set egressSubnet(value) {
160
+ this._egressSubnet = value;
161
+ }
162
+ // Temporarily expose input value. Use with caution.
163
+ get egressSubnetInput() {
164
+ return this._egressSubnet;
165
+ }
166
+ // egress_vpc_id - computed: false, optional: true, required: false
167
+ _egressVpcId;
168
+ get egressVpcId() {
169
+ return this.getStringAttribute('egress_vpc_id');
170
+ }
171
+ set egressVpcId(value) {
172
+ this._egressVpcId = value;
173
+ }
174
+ resetEgressVpcId() {
175
+ this._egressVpcId = undefined;
176
+ }
177
+ // Temporarily expose input value. Use with caution.
178
+ get egressVpcIdInput() {
179
+ return this._egressVpcId;
180
+ }
181
+ // fault_domain - computed: true, optional: true, required: false
182
+ _faultDomain;
183
+ get faultDomain() {
184
+ return this.getStringAttribute('fault_domain');
185
+ }
186
+ set faultDomain(value) {
187
+ this._faultDomain = value;
188
+ }
189
+ resetFaultDomain() {
190
+ this._faultDomain = undefined;
191
+ }
192
+ // Temporarily expose input value. Use with caution.
193
+ get faultDomainInput() {
194
+ return this._faultDomain;
195
+ }
196
+ // file_share_folder - computed: false, optional: true, required: false
197
+ _fileShareFolder;
198
+ get fileShareFolder() {
199
+ return this.getStringAttribute('file_share_folder');
200
+ }
201
+ set fileShareFolder(value) {
202
+ this._fileShareFolder = value;
203
+ }
204
+ resetFileShareFolder() {
205
+ this._fileShareFolder = undefined;
206
+ }
207
+ // Temporarily expose input value. Use with caution.
208
+ get fileShareFolderInput() {
209
+ return this._fileShareFolder;
210
+ }
211
+ // firenet_gw_name - computed: false, optional: true, required: false
212
+ _firenetGwName;
213
+ get firenetGwName() {
214
+ return this.getStringAttribute('firenet_gw_name');
215
+ }
216
+ set firenetGwName(value) {
217
+ this._firenetGwName = value;
218
+ }
219
+ resetFirenetGwName() {
220
+ this._firenetGwName = undefined;
221
+ }
222
+ // Temporarily expose input value. Use with caution.
223
+ get firenetGwNameInput() {
224
+ return this._firenetGwName;
225
+ }
226
+ // firewall_image - computed: false, optional: false, required: true
227
+ _firewallImage;
228
+ get firewallImage() {
229
+ return this.getStringAttribute('firewall_image');
230
+ }
231
+ set firewallImage(value) {
232
+ this._firewallImage = value;
233
+ }
234
+ // Temporarily expose input value. Use with caution.
235
+ get firewallImageInput() {
236
+ return this._firewallImage;
237
+ }
238
+ // firewall_image_id - computed: true, optional: true, required: false
239
+ _firewallImageId;
240
+ get firewallImageId() {
241
+ return this.getStringAttribute('firewall_image_id');
242
+ }
243
+ set firewallImageId(value) {
244
+ this._firewallImageId = value;
245
+ }
246
+ resetFirewallImageId() {
247
+ this._firewallImageId = undefined;
248
+ }
249
+ // Temporarily expose input value. Use with caution.
250
+ get firewallImageIdInput() {
251
+ return this._firewallImageId;
252
+ }
253
+ // firewall_image_version - computed: true, optional: true, required: false
254
+ _firewallImageVersion;
255
+ get firewallImageVersion() {
256
+ return this.getStringAttribute('firewall_image_version');
257
+ }
258
+ set firewallImageVersion(value) {
259
+ this._firewallImageVersion = value;
260
+ }
261
+ resetFirewallImageVersion() {
262
+ this._firewallImageVersion = undefined;
263
+ }
264
+ // Temporarily expose input value. Use with caution.
265
+ get firewallImageVersionInput() {
266
+ return this._firewallImageVersion;
267
+ }
268
+ // firewall_name - computed: false, optional: false, required: true
269
+ _firewallName;
270
+ get firewallName() {
271
+ return this.getStringAttribute('firewall_name');
272
+ }
273
+ set firewallName(value) {
274
+ this._firewallName = value;
275
+ }
276
+ // Temporarily expose input value. Use with caution.
277
+ get firewallNameInput() {
278
+ return this._firewallName;
279
+ }
280
+ // firewall_size - computed: false, optional: false, required: true
281
+ _firewallSize;
282
+ get firewallSize() {
283
+ return this.getStringAttribute('firewall_size');
284
+ }
285
+ set firewallSize(value) {
286
+ this._firewallSize = value;
287
+ }
288
+ // Temporarily expose input value. Use with caution.
289
+ get firewallSizeInput() {
290
+ return this._firewallSize;
291
+ }
292
+ // gcp_vpc_id - computed: true, optional: false, required: false
293
+ get gcpVpcId() {
294
+ return this.getStringAttribute('gcp_vpc_id');
295
+ }
296
+ // iam_role - computed: false, optional: true, required: false
297
+ _iamRole;
298
+ get iamRole() {
299
+ return this.getStringAttribute('iam_role');
300
+ }
301
+ set iamRole(value) {
302
+ this._iamRole = value;
303
+ }
304
+ resetIamRole() {
305
+ this._iamRole = undefined;
306
+ }
307
+ // Temporarily expose input value. Use with caution.
308
+ get iamRoleInput() {
309
+ return this._iamRole;
310
+ }
311
+ // id - computed: true, optional: true, required: false
312
+ _id;
313
+ get id() {
314
+ return this.getStringAttribute('id');
315
+ }
316
+ set id(value) {
317
+ this._id = value;
318
+ }
319
+ resetId() {
320
+ this._id = undefined;
321
+ }
322
+ // Temporarily expose input value. Use with caution.
323
+ get idInput() {
324
+ return this._id;
325
+ }
326
+ // instance_id - computed: true, optional: false, required: false
327
+ get instanceId() {
328
+ return this.getStringAttribute('instance_id');
329
+ }
330
+ // key_name - computed: false, optional: true, required: false
331
+ _keyName;
332
+ get keyName() {
333
+ return this.getStringAttribute('key_name');
334
+ }
335
+ set keyName(value) {
336
+ this._keyName = value;
337
+ }
338
+ resetKeyName() {
339
+ this._keyName = undefined;
340
+ }
341
+ // Temporarily expose input value. Use with caution.
342
+ get keyNameInput() {
343
+ return this._keyName;
344
+ }
345
+ // lan_interface - computed: true, optional: false, required: false
346
+ get lanInterface() {
347
+ return this.getStringAttribute('lan_interface');
348
+ }
349
+ // management_interface - computed: true, optional: false, required: false
350
+ get managementInterface() {
351
+ return this.getStringAttribute('management_interface');
352
+ }
353
+ // management_subnet - computed: false, optional: true, required: false
354
+ _managementSubnet;
355
+ get managementSubnet() {
356
+ return this.getStringAttribute('management_subnet');
357
+ }
358
+ set managementSubnet(value) {
359
+ this._managementSubnet = value;
360
+ }
361
+ resetManagementSubnet() {
362
+ this._managementSubnet = undefined;
363
+ }
364
+ // Temporarily expose input value. Use with caution.
365
+ get managementSubnetInput() {
366
+ return this._managementSubnet;
367
+ }
368
+ // management_vpc_id - computed: false, optional: true, required: false
369
+ _managementVpcId;
370
+ get managementVpcId() {
371
+ return this.getStringAttribute('management_vpc_id');
372
+ }
373
+ set managementVpcId(value) {
374
+ this._managementVpcId = value;
375
+ }
376
+ resetManagementVpcId() {
377
+ this._managementVpcId = undefined;
378
+ }
379
+ // Temporarily expose input value. Use with caution.
380
+ get managementVpcIdInput() {
381
+ return this._managementVpcId;
382
+ }
383
+ // password - computed: false, optional: true, required: false
384
+ _password;
385
+ get password() {
386
+ return this.getStringAttribute('password');
387
+ }
388
+ set password(value) {
389
+ this._password = value;
390
+ }
391
+ resetPassword() {
392
+ this._password = undefined;
393
+ }
394
+ // Temporarily expose input value. Use with caution.
395
+ get passwordInput() {
396
+ return this._password;
397
+ }
398
+ // public_ip - computed: true, optional: false, required: false
399
+ get publicIp() {
400
+ return this.getStringAttribute('public_ip');
401
+ }
402
+ // sas_url_config - computed: false, optional: true, required: false
403
+ _sasUrlConfig;
404
+ get sasUrlConfig() {
405
+ return this.getStringAttribute('sas_url_config');
406
+ }
407
+ set sasUrlConfig(value) {
408
+ this._sasUrlConfig = value;
409
+ }
410
+ resetSasUrlConfig() {
411
+ this._sasUrlConfig = undefined;
412
+ }
413
+ // Temporarily expose input value. Use with caution.
414
+ get sasUrlConfigInput() {
415
+ return this._sasUrlConfig;
416
+ }
417
+ // sas_url_license - computed: false, optional: true, required: false
418
+ _sasUrlLicense;
419
+ get sasUrlLicense() {
420
+ return this.getStringAttribute('sas_url_license');
421
+ }
422
+ set sasUrlLicense(value) {
423
+ this._sasUrlLicense = value;
424
+ }
425
+ resetSasUrlLicense() {
426
+ this._sasUrlLicense = undefined;
427
+ }
428
+ // Temporarily expose input value. Use with caution.
429
+ get sasUrlLicenseInput() {
430
+ return this._sasUrlLicense;
431
+ }
432
+ // share_directory - computed: false, optional: true, required: false
433
+ _shareDirectory;
434
+ get shareDirectory() {
435
+ return this.getStringAttribute('share_directory');
436
+ }
437
+ set shareDirectory(value) {
438
+ this._shareDirectory = value;
439
+ }
440
+ resetShareDirectory() {
441
+ this._shareDirectory = undefined;
442
+ }
443
+ // Temporarily expose input value. Use with caution.
444
+ get shareDirectoryInput() {
445
+ return this._shareDirectory;
446
+ }
447
+ // sic_key - computed: false, optional: true, required: false
448
+ _sicKey;
449
+ get sicKey() {
450
+ return this.getStringAttribute('sic_key');
451
+ }
452
+ set sicKey(value) {
453
+ this._sicKey = value;
454
+ }
455
+ resetSicKey() {
456
+ this._sicKey = undefined;
457
+ }
458
+ // Temporarily expose input value. Use with caution.
459
+ get sicKeyInput() {
460
+ return this._sicKey;
461
+ }
462
+ // ssh_public_key - computed: false, optional: true, required: false
463
+ _sshPublicKey;
464
+ get sshPublicKey() {
465
+ return this.getStringAttribute('ssh_public_key');
466
+ }
467
+ set sshPublicKey(value) {
468
+ this._sshPublicKey = value;
469
+ }
470
+ resetSshPublicKey() {
471
+ this._sshPublicKey = undefined;
472
+ }
473
+ // Temporarily expose input value. Use with caution.
474
+ get sshPublicKeyInput() {
475
+ return this._sshPublicKey;
476
+ }
477
+ // storage_access_key - computed: false, optional: true, required: false
478
+ _storageAccessKey;
479
+ get storageAccessKey() {
480
+ return this.getStringAttribute('storage_access_key');
481
+ }
482
+ set storageAccessKey(value) {
483
+ this._storageAccessKey = value;
484
+ }
485
+ resetStorageAccessKey() {
486
+ this._storageAccessKey = undefined;
487
+ }
488
+ // Temporarily expose input value. Use with caution.
489
+ get storageAccessKeyInput() {
490
+ return this._storageAccessKey;
491
+ }
492
+ // tags - computed: false, optional: true, required: false
493
+ _tags;
494
+ get tags() {
495
+ return this.getStringMapAttribute('tags');
496
+ }
497
+ set tags(value) {
498
+ this._tags = value;
499
+ }
500
+ resetTags() {
501
+ this._tags = undefined;
502
+ }
503
+ // Temporarily expose input value. Use with caution.
504
+ get tagsInput() {
505
+ return this._tags;
506
+ }
507
+ // user_data - computed: false, optional: true, required: false
508
+ _userData;
509
+ get userData() {
510
+ return this.getStringAttribute('user_data');
511
+ }
512
+ set userData(value) {
513
+ this._userData = value;
514
+ }
515
+ resetUserData() {
516
+ this._userData = undefined;
517
+ }
518
+ // Temporarily expose input value. Use with caution.
519
+ get userDataInput() {
520
+ return this._userData;
521
+ }
522
+ // username - computed: false, optional: true, required: false
523
+ _username;
524
+ get username() {
525
+ return this.getStringAttribute('username');
526
+ }
527
+ set username(value) {
528
+ this._username = value;
529
+ }
530
+ resetUsername() {
531
+ this._username = undefined;
532
+ }
533
+ // Temporarily expose input value. Use with caution.
534
+ get usernameInput() {
535
+ return this._username;
536
+ }
537
+ // vpc_id - computed: false, optional: false, required: true
538
+ _vpcId;
539
+ get vpcId() {
540
+ return this.getStringAttribute('vpc_id');
541
+ }
542
+ set vpcId(value) {
543
+ this._vpcId = value;
544
+ }
545
+ // Temporarily expose input value. Use with caution.
546
+ get vpcIdInput() {
547
+ return this._vpcId;
548
+ }
549
+ // zone - computed: true, optional: true, required: false
550
+ _zone;
551
+ get zone() {
552
+ return this.getStringAttribute('zone');
553
+ }
554
+ set zone(value) {
555
+ this._zone = value;
556
+ }
557
+ resetZone() {
558
+ this._zone = undefined;
559
+ }
560
+ // Temporarily expose input value. Use with caution.
561
+ get zoneInput() {
562
+ return this._zone;
563
+ }
564
+ // =========
565
+ // SYNTHESIS
566
+ // =========
567
+ synthesizeAttributes() {
568
+ return {
569
+ availability_domain: cdktf.stringToTerraform(this._availabilityDomain),
570
+ bootstrap_bucket_name: cdktf.stringToTerraform(this._bootstrapBucketName),
571
+ bootstrap_storage_name: cdktf.stringToTerraform(this._bootstrapStorageName),
572
+ container_folder: cdktf.stringToTerraform(this._containerFolder),
573
+ egress_subnet: cdktf.stringToTerraform(this._egressSubnet),
574
+ egress_vpc_id: cdktf.stringToTerraform(this._egressVpcId),
575
+ fault_domain: cdktf.stringToTerraform(this._faultDomain),
576
+ file_share_folder: cdktf.stringToTerraform(this._fileShareFolder),
577
+ firenet_gw_name: cdktf.stringToTerraform(this._firenetGwName),
578
+ firewall_image: cdktf.stringToTerraform(this._firewallImage),
579
+ firewall_image_id: cdktf.stringToTerraform(this._firewallImageId),
580
+ firewall_image_version: cdktf.stringToTerraform(this._firewallImageVersion),
581
+ firewall_name: cdktf.stringToTerraform(this._firewallName),
582
+ firewall_size: cdktf.stringToTerraform(this._firewallSize),
583
+ iam_role: cdktf.stringToTerraform(this._iamRole),
584
+ id: cdktf.stringToTerraform(this._id),
585
+ key_name: cdktf.stringToTerraform(this._keyName),
586
+ management_subnet: cdktf.stringToTerraform(this._managementSubnet),
587
+ management_vpc_id: cdktf.stringToTerraform(this._managementVpcId),
588
+ password: cdktf.stringToTerraform(this._password),
589
+ sas_url_config: cdktf.stringToTerraform(this._sasUrlConfig),
590
+ sas_url_license: cdktf.stringToTerraform(this._sasUrlLicense),
591
+ share_directory: cdktf.stringToTerraform(this._shareDirectory),
592
+ sic_key: cdktf.stringToTerraform(this._sicKey),
593
+ ssh_public_key: cdktf.stringToTerraform(this._sshPublicKey),
594
+ storage_access_key: cdktf.stringToTerraform(this._storageAccessKey),
595
+ tags: cdktf.hashMapper(cdktf.stringToTerraform)(this._tags),
596
+ user_data: cdktf.stringToTerraform(this._userData),
597
+ username: cdktf.stringToTerraform(this._username),
598
+ vpc_id: cdktf.stringToTerraform(this._vpcId),
599
+ zone: cdktf.stringToTerraform(this._zone),
600
+ };
601
+ }
602
+ synthesizeHclAttributes() {
603
+ const attrs = {
604
+ availability_domain: {
605
+ value: cdktf.stringToHclTerraform(this._availabilityDomain),
606
+ isBlock: false,
607
+ type: "simple",
608
+ storageClassType: "string",
609
+ },
610
+ bootstrap_bucket_name: {
611
+ value: cdktf.stringToHclTerraform(this._bootstrapBucketName),
612
+ isBlock: false,
613
+ type: "simple",
614
+ storageClassType: "string",
615
+ },
616
+ bootstrap_storage_name: {
617
+ value: cdktf.stringToHclTerraform(this._bootstrapStorageName),
618
+ isBlock: false,
619
+ type: "simple",
620
+ storageClassType: "string",
621
+ },
622
+ container_folder: {
623
+ value: cdktf.stringToHclTerraform(this._containerFolder),
624
+ isBlock: false,
625
+ type: "simple",
626
+ storageClassType: "string",
627
+ },
628
+ egress_subnet: {
629
+ value: cdktf.stringToHclTerraform(this._egressSubnet),
630
+ isBlock: false,
631
+ type: "simple",
632
+ storageClassType: "string",
633
+ },
634
+ egress_vpc_id: {
635
+ value: cdktf.stringToHclTerraform(this._egressVpcId),
636
+ isBlock: false,
637
+ type: "simple",
638
+ storageClassType: "string",
639
+ },
640
+ fault_domain: {
641
+ value: cdktf.stringToHclTerraform(this._faultDomain),
642
+ isBlock: false,
643
+ type: "simple",
644
+ storageClassType: "string",
645
+ },
646
+ file_share_folder: {
647
+ value: cdktf.stringToHclTerraform(this._fileShareFolder),
648
+ isBlock: false,
649
+ type: "simple",
650
+ storageClassType: "string",
651
+ },
652
+ firenet_gw_name: {
653
+ value: cdktf.stringToHclTerraform(this._firenetGwName),
654
+ isBlock: false,
655
+ type: "simple",
656
+ storageClassType: "string",
657
+ },
658
+ firewall_image: {
659
+ value: cdktf.stringToHclTerraform(this._firewallImage),
660
+ isBlock: false,
661
+ type: "simple",
662
+ storageClassType: "string",
663
+ },
664
+ firewall_image_id: {
665
+ value: cdktf.stringToHclTerraform(this._firewallImageId),
666
+ isBlock: false,
667
+ type: "simple",
668
+ storageClassType: "string",
669
+ },
670
+ firewall_image_version: {
671
+ value: cdktf.stringToHclTerraform(this._firewallImageVersion),
672
+ isBlock: false,
673
+ type: "simple",
674
+ storageClassType: "string",
675
+ },
676
+ firewall_name: {
677
+ value: cdktf.stringToHclTerraform(this._firewallName),
678
+ isBlock: false,
679
+ type: "simple",
680
+ storageClassType: "string",
681
+ },
682
+ firewall_size: {
683
+ value: cdktf.stringToHclTerraform(this._firewallSize),
684
+ isBlock: false,
685
+ type: "simple",
686
+ storageClassType: "string",
687
+ },
688
+ iam_role: {
689
+ value: cdktf.stringToHclTerraform(this._iamRole),
690
+ isBlock: false,
691
+ type: "simple",
692
+ storageClassType: "string",
693
+ },
694
+ id: {
695
+ value: cdktf.stringToHclTerraform(this._id),
696
+ isBlock: false,
697
+ type: "simple",
698
+ storageClassType: "string",
699
+ },
700
+ key_name: {
701
+ value: cdktf.stringToHclTerraform(this._keyName),
702
+ isBlock: false,
703
+ type: "simple",
704
+ storageClassType: "string",
705
+ },
706
+ management_subnet: {
707
+ value: cdktf.stringToHclTerraform(this._managementSubnet),
708
+ isBlock: false,
709
+ type: "simple",
710
+ storageClassType: "string",
711
+ },
712
+ management_vpc_id: {
713
+ value: cdktf.stringToHclTerraform(this._managementVpcId),
714
+ isBlock: false,
715
+ type: "simple",
716
+ storageClassType: "string",
717
+ },
718
+ password: {
719
+ value: cdktf.stringToHclTerraform(this._password),
720
+ isBlock: false,
721
+ type: "simple",
722
+ storageClassType: "string",
723
+ },
724
+ sas_url_config: {
725
+ value: cdktf.stringToHclTerraform(this._sasUrlConfig),
726
+ isBlock: false,
727
+ type: "simple",
728
+ storageClassType: "string",
729
+ },
730
+ sas_url_license: {
731
+ value: cdktf.stringToHclTerraform(this._sasUrlLicense),
732
+ isBlock: false,
733
+ type: "simple",
734
+ storageClassType: "string",
735
+ },
736
+ share_directory: {
737
+ value: cdktf.stringToHclTerraform(this._shareDirectory),
738
+ isBlock: false,
739
+ type: "simple",
740
+ storageClassType: "string",
741
+ },
742
+ sic_key: {
743
+ value: cdktf.stringToHclTerraform(this._sicKey),
744
+ isBlock: false,
745
+ type: "simple",
746
+ storageClassType: "string",
747
+ },
748
+ ssh_public_key: {
749
+ value: cdktf.stringToHclTerraform(this._sshPublicKey),
750
+ isBlock: false,
751
+ type: "simple",
752
+ storageClassType: "string",
753
+ },
754
+ storage_access_key: {
755
+ value: cdktf.stringToHclTerraform(this._storageAccessKey),
756
+ isBlock: false,
757
+ type: "simple",
758
+ storageClassType: "string",
759
+ },
760
+ tags: {
761
+ value: cdktf.hashMapperHcl(cdktf.stringToHclTerraform)(this._tags),
762
+ isBlock: false,
763
+ type: "map",
764
+ storageClassType: "stringMap",
765
+ },
766
+ user_data: {
767
+ value: cdktf.stringToHclTerraform(this._userData),
768
+ isBlock: false,
769
+ type: "simple",
770
+ storageClassType: "string",
771
+ },
772
+ username: {
773
+ value: cdktf.stringToHclTerraform(this._username),
774
+ isBlock: false,
775
+ type: "simple",
776
+ storageClassType: "string",
777
+ },
778
+ vpc_id: {
779
+ value: cdktf.stringToHclTerraform(this._vpcId),
780
+ isBlock: false,
781
+ type: "simple",
782
+ storageClassType: "string",
783
+ },
784
+ zone: {
785
+ value: cdktf.stringToHclTerraform(this._zone),
786
+ isBlock: false,
787
+ type: "simple",
788
+ storageClassType: "string",
789
+ },
790
+ };
791
+ // remove undefined attributes
792
+ return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined));
793
+ }
794
+ }