terraconstructs 0.2.5 → 0.2.6

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 (270) hide show
  1. package/.jsii +117 -107
  2. package/lib/asset-staging.js +1 -1
  3. package/lib/aws/arn.js +1 -1
  4. package/lib/aws/aws-asset-manager.js +1 -1
  5. package/lib/aws/aws-construct.js +1 -1
  6. package/lib/aws/aws-stack.d.ts +17 -2
  7. package/lib/aws/aws-stack.js +36 -11
  8. package/lib/aws/aws-tags.js +2 -2
  9. package/lib/aws/cloudwatch/actions/appscaling.js +1 -1
  10. package/lib/aws/cloudwatch/actions/ec2.js +1 -1
  11. package/lib/aws/cloudwatch/actions/lambda.js +1 -1
  12. package/lib/aws/cloudwatch/actions/sns.js +1 -1
  13. package/lib/aws/cloudwatch/actions/ssm.js +2 -2
  14. package/lib/aws/cloudwatch/alarm-base.js +1 -1
  15. package/lib/aws/cloudwatch/alarm-rule.js +1 -1
  16. package/lib/aws/cloudwatch/alarm-status-widget.js +1 -1
  17. package/lib/aws/cloudwatch/alarm.js +1 -1
  18. package/lib/aws/cloudwatch/composite-alarm.js +1 -1
  19. package/lib/aws/cloudwatch/dashboard.js +1 -1
  20. package/lib/aws/cloudwatch/data-protection-policy.js +3 -3
  21. package/lib/aws/cloudwatch/graph.js +8 -8
  22. package/lib/aws/cloudwatch/layout.js +3 -3
  23. package/lib/aws/cloudwatch/log-destinations/kinesis.js +1 -1
  24. package/lib/aws/cloudwatch/log-destinations/lambda.js +1 -1
  25. package/lib/aws/cloudwatch/log-group.js +1 -1
  26. package/lib/aws/cloudwatch/log-query.js +1 -1
  27. package/lib/aws/cloudwatch/log-stream.js +1 -1
  28. package/lib/aws/cloudwatch/metric-filter.js +1 -1
  29. package/lib/aws/cloudwatch/metric.js +2 -2
  30. package/lib/aws/cloudwatch/pattern.js +3 -3
  31. package/lib/aws/cloudwatch/policy.js +1 -1
  32. package/lib/aws/cloudwatch/query-definition.js +2 -2
  33. package/lib/aws/cloudwatch/stats.js +1 -1
  34. package/lib/aws/cloudwatch/subscription-filter.js +1 -1
  35. package/lib/aws/cloudwatch/text.js +1 -1
  36. package/lib/aws/cloudwatch/variable.js +3 -3
  37. package/lib/aws/cloudwatch/widget.js +1 -1
  38. package/lib/aws/compute/access-log.js +4 -4
  39. package/lib/aws/compute/activity.js +1 -1
  40. package/lib/aws/compute/alb/application-listener-action.js +1 -1
  41. package/lib/aws/compute/alb/application-listener-certificate.js +1 -1
  42. package/lib/aws/compute/alb/application-listener-rule.js +1 -1
  43. package/lib/aws/compute/alb/application-listener.js +1 -1
  44. package/lib/aws/compute/alb/application-load-balancer.js +1 -1
  45. package/lib/aws/compute/alb/application-target-group.js +1 -1
  46. package/lib/aws/compute/alb/conditions.js +1 -1
  47. package/lib/aws/compute/alb/trust-store-revocation.js +1 -1
  48. package/lib/aws/compute/alb/trust-store.js +1 -1
  49. package/lib/aws/compute/api-definition.js +3 -3
  50. package/lib/aws/compute/api-key.js +2 -2
  51. package/lib/aws/compute/architecture.js +1 -1
  52. package/lib/aws/compute/aspects/require-imdsv2-aspect.js +2 -2
  53. package/lib/aws/compute/authorizer.js +1 -1
  54. package/lib/aws/compute/authorizers/identity-source.js +1 -1
  55. package/lib/aws/compute/authorizers/lambda.js +2 -2
  56. package/lib/aws/compute/base-path-mapping.js +1 -1
  57. package/lib/aws/compute/base-scalable-attribute.js +1 -1
  58. package/lib/aws/compute/bastion-host.js +1 -1
  59. package/lib/aws/compute/chain.js +1 -1
  60. package/lib/aws/compute/client-vpn-authorization-rule.js +1 -1
  61. package/lib/aws/compute/client-vpn-endpoint.js +2 -2
  62. package/lib/aws/compute/client-vpn-route.js +2 -2
  63. package/lib/aws/compute/code.js +8 -8
  64. package/lib/aws/compute/condition.js +1 -1
  65. package/lib/aws/compute/connections.js +1 -1
  66. package/lib/aws/compute/cors.js +1 -1
  67. package/lib/aws/compute/deployment.js +1 -1
  68. package/lib/aws/compute/domain-name.js +1 -1
  69. package/lib/aws/compute/event-invoke-config.js +1 -1
  70. package/lib/aws/compute/event-source-filter.js +2 -2
  71. package/lib/aws/compute/event-source-mapping.js +1 -1
  72. package/lib/aws/compute/event-sources/s3-onfailure-destination.js +1 -1
  73. package/lib/aws/compute/event-sources/s3.js +1 -1
  74. package/lib/aws/compute/event-sources/sqs-dlq.js +1 -1
  75. package/lib/aws/compute/event-sources/sqs.js +1 -1
  76. package/lib/aws/compute/fields.js +4 -4
  77. package/lib/aws/compute/function-alias.js +1 -1
  78. package/lib/aws/compute/function-base.js +2 -2
  79. package/lib/aws/compute/function-destinations/event-bridge.js +1 -1
  80. package/lib/aws/compute/function-destinations/function.js +1 -1
  81. package/lib/aws/compute/function-destinations/sqs.js +1 -1
  82. package/lib/aws/compute/function-nodejs/function.js +1 -1
  83. package/lib/aws/compute/function-url.js +1 -1
  84. package/lib/aws/compute/function.js +1 -1
  85. package/lib/aws/compute/gateway-response.js +2 -2
  86. package/lib/aws/compute/handler.js +1 -1
  87. package/lib/aws/compute/instance-types.js +1 -1
  88. package/lib/aws/compute/instance.js +1 -1
  89. package/lib/aws/compute/integration.js +1 -1
  90. package/lib/aws/compute/integrations/aws.js +1 -1
  91. package/lib/aws/compute/integrations/http.js +1 -1
  92. package/lib/aws/compute/integrations/lambda.js +1 -1
  93. package/lib/aws/compute/integrations/mock.js +1 -1
  94. package/lib/aws/compute/integrations/stepfunctions.js +1 -1
  95. package/lib/aws/compute/ip-addresses.js +2 -2
  96. package/lib/aws/compute/ipam.js +1 -1
  97. package/lib/aws/compute/key-pair.js +1 -1
  98. package/lib/aws/compute/lambda-api.js +1 -1
  99. package/lib/aws/compute/launch-template.js +2 -2
  100. package/lib/aws/compute/lb-shared/base-listener.js +1 -1
  101. package/lib/aws/compute/lb-shared/base-load-balancer.js +2 -2
  102. package/lib/aws/compute/lb-shared/base-target-group.js +1 -1
  103. package/lib/aws/compute/lb-shared/listener-certificate.js +1 -1
  104. package/lib/aws/compute/lb-shared/load-balancer-targets.js +2 -2
  105. package/lib/aws/compute/lb-targets/alb-target.js +3 -3
  106. package/lib/aws/compute/lb-targets/instance-target.js +2 -2
  107. package/lib/aws/compute/lb-targets/ip-target.js +1 -1
  108. package/lib/aws/compute/lb-targets/lambda-target.js +1 -1
  109. package/lib/aws/compute/load-balancer.js +3 -3
  110. package/lib/aws/compute/machine-image/amazon-linux-2022.js +2 -2
  111. package/lib/aws/compute/machine-image/amazon-linux-2023.js +2 -2
  112. package/lib/aws/compute/machine-image/amazon-linux2.js +2 -2
  113. package/lib/aws/compute/machine-image/common.js +1 -1
  114. package/lib/aws/compute/machine-image/machine-image.js +8 -8
  115. package/lib/aws/compute/method.js +1 -1
  116. package/lib/aws/compute/model.js +3 -3
  117. package/lib/aws/compute/nat.js +5 -5
  118. package/lib/aws/compute/network-acl-types.js +2 -2
  119. package/lib/aws/compute/network-acl.js +3 -3
  120. package/lib/aws/compute/nlb/network-listener-action.js +1 -1
  121. package/lib/aws/compute/nlb/network-listener.js +1 -1
  122. package/lib/aws/compute/nlb/network-load-balancer.js +1 -1
  123. package/lib/aws/compute/nlb/network-target-group.js +1 -1
  124. package/lib/aws/compute/peer.js +1 -1
  125. package/lib/aws/compute/placement-group.js +1 -1
  126. package/lib/aws/compute/port.js +1 -1
  127. package/lib/aws/compute/prefix-list.js +1 -1
  128. package/lib/aws/compute/requestvalidator.js +1 -1
  129. package/lib/aws/compute/resource.js +3 -3
  130. package/lib/aws/compute/restapi.js +3 -3
  131. package/lib/aws/compute/route.js +8 -8
  132. package/lib/aws/compute/runtime.js +1 -1
  133. package/lib/aws/compute/scalable-target.js +1 -1
  134. package/lib/aws/compute/schedule.js +1 -1
  135. package/lib/aws/compute/security-group.js +1 -1
  136. package/lib/aws/compute/stage.js +2 -2
  137. package/lib/aws/compute/state-graph.js +1 -1
  138. package/lib/aws/compute/state-machine-fragment.js +1 -1
  139. package/lib/aws/compute/state-machine.js +4 -4
  140. package/lib/aws/compute/states/choice.js +1 -1
  141. package/lib/aws/compute/states/custom-state.js +1 -1
  142. package/lib/aws/compute/states/distributed-map/item-batcher.js +1 -1
  143. package/lib/aws/compute/states/distributed-map/item-reader.js +5 -5
  144. package/lib/aws/compute/states/distributed-map/result-writer.js +1 -1
  145. package/lib/aws/compute/states/distributed-map.js +1 -1
  146. package/lib/aws/compute/states/fail.js +1 -1
  147. package/lib/aws/compute/states/map-base.js +1 -1
  148. package/lib/aws/compute/states/map.js +1 -1
  149. package/lib/aws/compute/states/parallel.js +1 -1
  150. package/lib/aws/compute/states/pass.js +2 -2
  151. package/lib/aws/compute/states/state.js +1 -1
  152. package/lib/aws/compute/states/succeed.js +1 -1
  153. package/lib/aws/compute/states/task-base.js +2 -2
  154. package/lib/aws/compute/states/task.js +1 -1
  155. package/lib/aws/compute/states/wait.js +2 -2
  156. package/lib/aws/compute/step-scaling-action.js +1 -1
  157. package/lib/aws/compute/step-scaling-policy.js +1 -1
  158. package/lib/aws/compute/stepfunctions-api.js +1 -1
  159. package/lib/aws/compute/subnet-v2.js +2 -2
  160. package/lib/aws/compute/subnet.js +1 -1
  161. package/lib/aws/compute/target-tracking-scaling-policy.js +1 -1
  162. package/lib/aws/compute/task-credentials.js +1 -1
  163. package/lib/aws/compute/task-input.js +1 -1
  164. package/lib/aws/compute/tasks/aws-sdk/call-aws-service.js +1 -1
  165. package/lib/aws/compute/tasks/eventbridge/put-events.js +1 -1
  166. package/lib/aws/compute/tasks/http/invoke.js +1 -1
  167. package/lib/aws/compute/tasks/lambda/invoke.js +1 -1
  168. package/lib/aws/compute/tasks/sqs/send-message.js +1 -1
  169. package/lib/aws/compute/tasks/stepfunctions/invoke-activity.js +1 -1
  170. package/lib/aws/compute/tasks/stepfunctions/start-execution.js +1 -1
  171. package/lib/aws/compute/types.js +1 -1
  172. package/lib/aws/compute/usage-plan.js +1 -1
  173. package/lib/aws/compute/user-data.js +3 -3
  174. package/lib/aws/compute/volume.js +2 -2
  175. package/lib/aws/compute/vpc-endpoint-service.js +1 -1
  176. package/lib/aws/compute/vpc-endpoint.js +6 -6
  177. package/lib/aws/compute/vpc-flow-logs.js +4 -4
  178. package/lib/aws/compute/vpc-link.js +1 -1
  179. package/lib/aws/compute/vpc-v2-base.js +1 -1
  180. package/lib/aws/compute/vpc-v2.js +2 -2
  181. package/lib/aws/compute/vpc.js +8 -6
  182. package/lib/aws/compute/vpn.js +3 -3
  183. package/lib/aws/edge/certificate.js +1 -1
  184. package/lib/aws/edge/distribution.js +3 -3
  185. package/lib/aws/edge/dns-alias-record-targets.js +6 -6
  186. package/lib/aws/edge/dns-record.js +13 -13
  187. package/lib/aws/edge/dns-zone.js +1 -1
  188. package/lib/aws/edge/function.js +2 -2
  189. package/lib/aws/edge/key-value-store.js +4 -4
  190. package/lib/aws/edge/origin.js +3 -3
  191. package/lib/aws/edge/response-headers-policy.js +1 -1
  192. package/lib/aws/encryption/alias.js +1 -1
  193. package/lib/aws/encryption/key.js +1 -1
  194. package/lib/aws/encryption/via-service-principal.js +1 -1
  195. package/lib/aws/iam/grant.js +3 -3
  196. package/lib/aws/iam/group.js +1 -1
  197. package/lib/aws/iam/instance-profile.js +1 -1
  198. package/lib/aws/iam/managed-policy.js +1 -1
  199. package/lib/aws/iam/oidc-provider.js +1 -1
  200. package/lib/aws/iam/policy-document.js +1 -1
  201. package/lib/aws/iam/policy-statement.js +1 -1
  202. package/lib/aws/iam/policy.js +1 -1
  203. package/lib/aws/iam/principals.js +20 -20
  204. package/lib/aws/iam/role.js +1 -1
  205. package/lib/aws/iam/saml-provider.js +2 -2
  206. package/lib/aws/iam/unknown-principal.js +1 -1
  207. package/lib/aws/iam/user.js +1 -1
  208. package/lib/aws/network/simple-ipv4-vpc.js +1 -1
  209. package/lib/aws/network/subnet-group.js +3 -3
  210. package/lib/aws/network/subnet.js +4 -4
  211. package/lib/aws/notify/archive.js +1 -1
  212. package/lib/aws/notify/connection.js +3 -3
  213. package/lib/aws/notify/event-bus.js +3 -3
  214. package/lib/aws/notify/event-pattern.js +1 -1
  215. package/lib/aws/notify/input.js +2 -2
  216. package/lib/aws/notify/kinesis-stream.js +1 -1
  217. package/lib/aws/notify/notification-rule.js +1 -1
  218. package/lib/aws/notify/policy.js +1 -1
  219. package/lib/aws/notify/queue-base.js +1 -1
  220. package/lib/aws/notify/queue-policy.js +1 -1
  221. package/lib/aws/notify/queue.js +1 -1
  222. package/lib/aws/notify/resource-policy.js +1 -1
  223. package/lib/aws/notify/rule.js +1 -1
  224. package/lib/aws/notify/schedule.js +1 -1
  225. package/lib/aws/notify/sns-grants.generated.js +1 -1
  226. package/lib/aws/notify/sqs-grants.generated.js +1 -1
  227. package/lib/aws/notify/subscription-filter.js +1 -1
  228. package/lib/aws/notify/subscription.js +4 -4
  229. package/lib/aws/notify/subscriptions/email.js +1 -1
  230. package/lib/aws/notify/subscriptions/lambda.js +1 -1
  231. package/lib/aws/notify/subscriptions/sms.js +1 -1
  232. package/lib/aws/notify/subscriptions/sqs.js +1 -1
  233. package/lib/aws/notify/subscriptions/url.js +1 -1
  234. package/lib/aws/notify/targets/event-bus.js +1 -1
  235. package/lib/aws/notify/targets/function.js +1 -1
  236. package/lib/aws/notify/targets/log-group.js +2 -2
  237. package/lib/aws/notify/targets/sqs.js +1 -1
  238. package/lib/aws/notify/targets/state-machine.js +1 -1
  239. package/lib/aws/notify/topic-base.js +1 -1
  240. package/lib/aws/notify/topic.js +1 -1
  241. package/lib/aws/storage/assets/image-asset.js +3 -3
  242. package/lib/aws/storage/assets/s3.js +1 -1
  243. package/lib/aws/storage/auth-token.js +2 -2
  244. package/lib/aws/storage/billing.js +1 -1
  245. package/lib/aws/storage/bucket-notifications.js +1 -1
  246. package/lib/aws/storage/bucket-policy.js +1 -1
  247. package/lib/aws/storage/bucket-source.js +1 -1
  248. package/lib/aws/storage/bucket.js +2 -2
  249. package/lib/aws/storage/capacity.js +1 -1
  250. package/lib/aws/storage/ecr-repository.js +3 -3
  251. package/lib/aws/storage/encryption.js +1 -1
  252. package/lib/aws/storage/notification-targets/function.js +1 -1
  253. package/lib/aws/storage/notification-targets/queue.js +1 -1
  254. package/lib/aws/storage/origin-access-identity.js +1 -1
  255. package/lib/aws/storage/parameter.js +2 -2
  256. package/lib/aws/storage/stream-grants.js +1 -1
  257. package/lib/aws/storage/table-grants.js +1 -1
  258. package/lib/aws/storage/table.js +3 -3
  259. package/lib/bundling.js +3 -3
  260. package/lib/construct-base.js +2 -2
  261. package/lib/duration.js +1 -1
  262. package/lib/errors.js +1 -1
  263. package/lib/expiration.js +1 -1
  264. package/lib/fs/ignore.js +4 -4
  265. package/lib/fs/index.js +1 -1
  266. package/lib/size.js +1 -1
  267. package/lib/stack-base.js +1 -1
  268. package/lib/terra-func.js +1 -1
  269. package/lib/time-zone.js +1 -1
  270. package/package.json +1 -1
package/.jsii CHANGED
@@ -17453,7 +17453,7 @@
17453
17453
  },
17454
17454
  "locationInModule": {
17455
17455
  "filename": "src/aws/aws-stack.ts",
17456
- "line": 184
17456
+ "line": 195
17457
17457
  },
17458
17458
  "parameters": [
17459
17459
  {
@@ -17485,7 +17485,7 @@
17485
17485
  "kind": "class",
17486
17486
  "locationInModule": {
17487
17487
  "filename": "src/aws/aws-stack.ts",
17488
- "line": 117
17488
+ "line": 128
17489
17489
  },
17490
17490
  "methods": [
17491
17491
  {
@@ -17496,7 +17496,7 @@
17496
17496
  },
17497
17497
  "locationInModule": {
17498
17498
  "filename": "src/aws/aws-stack.ts",
17499
- "line": 125
17499
+ "line": 136
17500
17500
  },
17501
17501
  "name": "isAwsStack",
17502
17502
  "parameters": [
@@ -17522,7 +17522,7 @@
17522
17522
  },
17523
17523
  "locationInModule": {
17524
17524
  "filename": "src/aws/aws-stack.ts",
17525
- "line": 135
17525
+ "line": 146
17526
17526
  },
17527
17527
  "name": "ofAwsConstruct",
17528
17528
  "parameters": [
@@ -17550,7 +17550,7 @@
17550
17550
  },
17551
17551
  "locationInModule": {
17552
17552
  "filename": "src/aws/aws-stack.ts",
17553
- "line": 533
17553
+ "line": 566
17554
17554
  },
17555
17555
  "name": "addDockerImageAsset",
17556
17556
  "overrides": "terraconstructs.aws.IAwsStack",
@@ -17575,7 +17575,7 @@
17575
17575
  },
17576
17576
  "locationInModule": {
17577
17577
  "filename": "src/aws/aws-stack.ts",
17578
- "line": 526
17578
+ "line": 559
17579
17579
  },
17580
17580
  "name": "addFileAsset",
17581
17581
  "overrides": "terraconstructs.aws.IAwsStack",
@@ -17595,13 +17595,13 @@
17595
17595
  },
17596
17596
  {
17597
17597
  "docs": {
17598
- "remarks": "The list length is `maxCount` which defaults to 2.",
17598
+ "remarks": "The list length is `maxCount` which defaults to 2.\n\nWhen `region` is provided, the AZs are resolved for that region using the\nAWS provider v6 per-resource `region` argument (no provider alias is\nrequired). This is primarily useful for cross-region lookups such as\n`Vpc.fromLookup({ region })`.",
17599
17599
  "stability": "stable",
17600
17600
  "summary": "Returns a List of Tokens for AZ names available in the stack's AWS environment (account/region)."
17601
17601
  },
17602
17602
  "locationInModule": {
17603
17603
  "filename": "src/aws/aws-stack.ts",
17604
- "line": 513
17604
+ "line": 546
17605
17605
  },
17606
17606
  "name": "availabilityZones",
17607
17607
  "parameters": [
@@ -17614,6 +17614,16 @@
17614
17614
  "type": {
17615
17615
  "primitive": "number"
17616
17616
  }
17617
+ },
17618
+ {
17619
+ "docs": {
17620
+ "summary": "the region to resolve AZs for (defaults to the stack region)."
17621
+ },
17622
+ "name": "region",
17623
+ "optional": true,
17624
+ "type": {
17625
+ "primitive": "string"
17626
+ }
17617
17627
  }
17618
17628
  ],
17619
17629
  "returns": {
@@ -17635,7 +17645,7 @@
17635
17645
  },
17636
17646
  "locationInModule": {
17637
17647
  "filename": "src/aws/aws-stack.ts",
17638
- "line": 424
17648
+ "line": 451
17639
17649
  },
17640
17650
  "name": "formatArn",
17641
17651
  "parameters": [
@@ -17662,7 +17672,7 @@
17662
17672
  },
17663
17673
  "locationInModule": {
17664
17674
  "filename": "src/aws/aws-stack.ts",
17665
- "line": 468
17675
+ "line": 495
17666
17676
  },
17667
17677
  "name": "parseArn",
17668
17678
  "parameters": [
@@ -17711,7 +17721,7 @@
17711
17721
  },
17712
17722
  "locationInModule": {
17713
17723
  "filename": "src/aws/aws-stack.ts",
17714
- "line": 579
17724
+ "line": 612
17715
17725
  },
17716
17726
  "name": "regionalFact",
17717
17727
  "parameters": [
@@ -17743,7 +17753,7 @@
17743
17753
  },
17744
17754
  "locationInModule": {
17745
17755
  "filename": "src/aws/aws-stack.ts",
17746
- "line": 556
17756
+ "line": 589
17747
17757
  },
17748
17758
  "name": "reportMissingContextKey",
17749
17759
  "parameters": [
@@ -17766,7 +17776,7 @@
17766
17776
  },
17767
17777
  "locationInModule": {
17768
17778
  "filename": "src/aws/aws-stack.ts",
17769
- "line": 365
17779
+ "line": 393
17770
17780
  },
17771
17781
  "name": "servicePrincipalName",
17772
17782
  "overrides": "terraconstructs.aws.IAwsStack",
@@ -17805,7 +17815,7 @@
17805
17815
  },
17806
17816
  "locationInModule": {
17807
17817
  "filename": "src/aws/aws-stack.ts",
17808
- "line": 486
17818
+ "line": 513
17809
17819
  },
17810
17820
  "name": "splitArn",
17811
17821
  "parameters": [
@@ -17846,7 +17856,7 @@
17846
17856
  "immutable": true,
17847
17857
  "locationInModule": {
17848
17858
  "filename": "src/aws/aws-stack.ts",
17849
- "line": 318
17859
+ "line": 346
17850
17860
  },
17851
17861
  "name": "account",
17852
17862
  "overrides": "terraconstructs.aws.IAwsStack",
@@ -17863,7 +17873,7 @@
17863
17873
  "immutable": true,
17864
17874
  "locationInModule": {
17865
17875
  "filename": "src/aws/aws-stack.ts",
17866
- "line": 500
17876
+ "line": 527
17867
17877
  },
17868
17878
  "name": "availabilityZoneIterator",
17869
17879
  "type": {
@@ -17878,7 +17888,7 @@
17878
17888
  "immutable": true,
17879
17889
  "locationInModule": {
17880
17890
  "filename": "src/aws/aws-stack.ts",
17881
- "line": 328
17891
+ "line": 356
17882
17892
  },
17883
17893
  "name": "partition",
17884
17894
  "overrides": "terraconstructs.aws.IAwsStack",
@@ -17893,7 +17903,7 @@
17893
17903
  "immutable": true,
17894
17904
  "locationInModule": {
17895
17905
  "filename": "src/aws/aws-stack.ts",
17896
- "line": 225
17906
+ "line": 237
17897
17907
  },
17898
17908
  "name": "provider",
17899
17909
  "type": {
@@ -17908,7 +17918,7 @@
17908
17918
  "immutable": true,
17909
17919
  "locationInModule": {
17910
17920
  "filename": "src/aws/aws-stack.ts",
17911
- "line": 232
17921
+ "line": 244
17912
17922
  },
17913
17923
  "name": "region",
17914
17924
  "overrides": "terraconstructs.aws.IAwsStack",
@@ -17924,7 +17934,7 @@
17924
17934
  "immutable": true,
17925
17935
  "locationInModule": {
17926
17936
  "filename": "src/aws/aws-stack.ts",
17927
- "line": 338
17937
+ "line": 366
17928
17938
  },
17929
17939
  "name": "urlSuffix",
17930
17940
  "type": {
@@ -17947,7 +17957,7 @@
17947
17957
  "kind": "interface",
17948
17958
  "locationInModule": {
17949
17959
  "filename": "src/aws/aws-stack.ts",
17950
- "line": 40
17960
+ "line": 46
17951
17961
  },
17952
17962
  "name": "AwsStackProps",
17953
17963
  "namespace": "aws",
@@ -17962,7 +17972,7 @@
17962
17972
  "immutable": true,
17963
17973
  "locationInModule": {
17964
17974
  "filename": "src/aws/aws-stack.ts",
17965
- "line": 51
17975
+ "line": 57
17966
17976
  },
17967
17977
  "name": "assetManager",
17968
17978
  "optional": true,
@@ -17981,7 +17991,7 @@
17981
17991
  "immutable": true,
17982
17992
  "locationInModule": {
17983
17993
  "filename": "src/aws/aws-stack.ts",
17984
- "line": 60
17994
+ "line": 66
17985
17995
  },
17986
17996
  "name": "assetOptions",
17987
17997
  "optional": true,
@@ -17998,7 +18008,7 @@
17998
18008
  "immutable": true,
17999
18009
  "locationInModule": {
18000
18010
  "filename": "src/aws/aws-stack.ts",
18001
- "line": 44
18011
+ "line": 50
18002
18012
  },
18003
18013
  "name": "providerConfig",
18004
18014
  "optional": true,
@@ -18147,7 +18157,7 @@
18147
18157
  "kind": "interface",
18148
18158
  "locationInModule": {
18149
18159
  "filename": "src/aws/aws-stack.ts",
18150
- "line": 64
18160
+ "line": 70
18151
18161
  },
18152
18162
  "methods": [
18153
18163
  {
@@ -18158,7 +18168,7 @@
18158
18168
  },
18159
18169
  "locationInModule": {
18160
18170
  "filename": "src/aws/aws-stack.ts",
18161
- "line": 98
18171
+ "line": 104
18162
18172
  },
18163
18173
  "name": "addDockerImageAsset",
18164
18174
  "parameters": [
@@ -18183,7 +18193,7 @@
18183
18193
  },
18184
18194
  "locationInModule": {
18185
18195
  "filename": "src/aws/aws-stack.ts",
18186
- "line": 93
18196
+ "line": 99
18187
18197
  },
18188
18198
  "name": "addFileAsset",
18189
18199
  "parameters": [
@@ -18208,7 +18218,7 @@
18208
18218
  },
18209
18219
  "locationInModule": {
18210
18220
  "filename": "src/aws/aws-stack.ts",
18211
- "line": 84
18221
+ "line": 90
18212
18222
  },
18213
18223
  "name": "servicePrincipalName",
18214
18224
  "parameters": [
@@ -18251,7 +18261,7 @@
18251
18261
  "immutable": true,
18252
18262
  "locationInModule": {
18253
18263
  "filename": "src/aws/aws-stack.ts",
18254
- "line": 72
18264
+ "line": 78
18255
18265
  },
18256
18266
  "name": "account",
18257
18267
  "type": {
@@ -18267,7 +18277,7 @@
18267
18277
  "immutable": true,
18268
18278
  "locationInModule": {
18269
18279
  "filename": "src/aws/aws-stack.ts",
18270
- "line": 76
18280
+ "line": 82
18271
18281
  },
18272
18282
  "name": "partition",
18273
18283
  "type": {
@@ -18283,7 +18293,7 @@
18283
18293
  "immutable": true,
18284
18294
  "locationInModule": {
18285
18295
  "filename": "src/aws/aws-stack.ts",
18286
- "line": 68
18296
+ "line": 74
18287
18297
  },
18288
18298
  "name": "region",
18289
18299
  "type": {
@@ -38368,7 +38378,7 @@
38368
38378
  "kind": "interface",
38369
38379
  "locationInModule": {
38370
38380
  "filename": "src/aws/compute/vpc.ts",
38371
- "line": 2798
38381
+ "line": 2800
38372
38382
  },
38373
38383
  "name": "AddRouteOptions",
38374
38384
  "namespace": "aws.compute",
@@ -38383,7 +38393,7 @@
38383
38393
  "immutable": true,
38384
38394
  "locationInModule": {
38385
38395
  "filename": "src/aws/compute/vpc.ts",
38386
- "line": 2823
38396
+ "line": 2825
38387
38397
  },
38388
38398
  "name": "routerId",
38389
38399
  "type": {
@@ -38399,7 +38409,7 @@
38399
38409
  "immutable": true,
38400
38410
  "locationInModule": {
38401
38411
  "filename": "src/aws/compute/vpc.ts",
38402
- "line": 2816
38412
+ "line": 2818
38403
38413
  },
38404
38414
  "name": "routerType",
38405
38415
  "type": {
@@ -38416,7 +38426,7 @@
38416
38426
  "immutable": true,
38417
38427
  "locationInModule": {
38418
38428
  "filename": "src/aws/compute/vpc.ts",
38419
- "line": 2804
38429
+ "line": 2806
38420
38430
  },
38421
38431
  "name": "destinationCidrBlock",
38422
38432
  "optional": true,
@@ -38434,7 +38444,7 @@
38434
38444
  "immutable": true,
38435
38445
  "locationInModule": {
38436
38446
  "filename": "src/aws/compute/vpc.ts",
38437
- "line": 2811
38447
+ "line": 2813
38438
38448
  },
38439
38449
  "name": "destinationIpv6CidrBlock",
38440
38450
  "optional": true,
@@ -38453,7 +38463,7 @@
38453
38463
  "immutable": true,
38454
38464
  "locationInModule": {
38455
38465
  "filename": "src/aws/compute/vpc.ts",
38456
- "line": 2833
38466
+ "line": 2835
38457
38467
  },
38458
38468
  "name": "enablesInternetConnectivity",
38459
38469
  "optional": true,
@@ -70911,7 +70921,7 @@
70911
70921
  "kind": "interface",
70912
70922
  "locationInModule": {
70913
70923
  "filename": "src/aws/compute/vpc.ts",
70914
- "line": 2965
70924
+ "line": 2967
70915
70925
  },
70916
70926
  "name": "IPrivateSubnet",
70917
70927
  "namespace": "aws.compute",
@@ -70929,7 +70939,7 @@
70929
70939
  "kind": "interface",
70930
70940
  "locationInModule": {
70931
70941
  "filename": "src/aws/compute/vpc.ts",
70932
- "line": 2917
70942
+ "line": 2919
70933
70943
  },
70934
70944
  "name": "IPublicSubnet",
70935
70945
  "namespace": "aws.compute",
@@ -105899,7 +105909,7 @@
105899
105909
  },
105900
105910
  "locationInModule": {
105901
105911
  "filename": "src/aws/compute/vpc.ts",
105902
- "line": 2987
105912
+ "line": 2989
105903
105913
  },
105904
105914
  "parameters": [
105905
105915
  {
@@ -105928,7 +105938,7 @@
105928
105938
  "kind": "class",
105929
105939
  "locationInModule": {
105930
105940
  "filename": "src/aws/compute/vpc.ts",
105931
- "line": 2972
105941
+ "line": 2974
105932
105942
  },
105933
105943
  "methods": [
105934
105944
  {
@@ -105937,7 +105947,7 @@
105937
105947
  },
105938
105948
  "locationInModule": {
105939
105949
  "filename": "src/aws/compute/vpc.ts",
105940
- "line": 2979
105950
+ "line": 2981
105941
105951
  },
105942
105952
  "name": "fromPrivateSubnetAttributes",
105943
105953
  "parameters": [
@@ -105980,7 +105990,7 @@
105980
105990
  "immutable": true,
105981
105991
  "locationInModule": {
105982
105992
  "filename": "src/aws/compute/vpc.ts",
105983
- "line": 2976
105993
+ "line": 2978
105984
105994
  },
105985
105995
  "name": "PROPERTY_INJECTION_ID",
105986
105996
  "overrides": "terraconstructs.aws.compute.Subnet",
@@ -106005,7 +106015,7 @@
106005
106015
  "kind": "interface",
106006
106016
  "locationInModule": {
106007
106017
  "filename": "src/aws/compute/vpc.ts",
106008
- "line": 2967
106018
+ "line": 2969
106009
106019
  },
106010
106020
  "name": "PrivateSubnetAttributes",
106011
106021
  "namespace": "aws.compute",
@@ -106024,7 +106034,7 @@
106024
106034
  "kind": "interface",
106025
106035
  "locationInModule": {
106026
106036
  "filename": "src/aws/compute/vpc.ts",
106027
- "line": 2963
106037
+ "line": 2965
106028
106038
  },
106029
106039
  "name": "PrivateSubnetProps",
106030
106040
  "namespace": "aws.compute",
@@ -107249,7 +107259,7 @@
107249
107259
  },
107250
107260
  "locationInModule": {
107251
107261
  "filename": "src/aws/compute/vpc.ts",
107252
- "line": 2939
107262
+ "line": 2941
107253
107263
  },
107254
107264
  "parameters": [
107255
107265
  {
@@ -107278,7 +107288,7 @@
107278
107288
  "kind": "class",
107279
107289
  "locationInModule": {
107280
107290
  "filename": "src/aws/compute/vpc.ts",
107281
- "line": 2924
107291
+ "line": 2926
107282
107292
  },
107283
107293
  "methods": [
107284
107294
  {
@@ -107287,7 +107297,7 @@
107287
107297
  },
107288
107298
  "locationInModule": {
107289
107299
  "filename": "src/aws/compute/vpc.ts",
107290
- "line": 2931
107300
+ "line": 2933
107291
107301
  },
107292
107302
  "name": "fromPublicSubnetAttributes",
107293
107303
  "parameters": [
@@ -107326,7 +107336,7 @@
107326
107336
  },
107327
107337
  "locationInModule": {
107328
107338
  "filename": "src/aws/compute/vpc.ts",
107329
- "line": 2948
107339
+ "line": 2950
107330
107340
  },
107331
107341
  "name": "addNatGateway",
107332
107342
  "parameters": [
@@ -107357,7 +107367,7 @@
107357
107367
  "immutable": true,
107358
107368
  "locationInModule": {
107359
107369
  "filename": "src/aws/compute/vpc.ts",
107360
- "line": 2928
107370
+ "line": 2930
107361
107371
  },
107362
107372
  "name": "PROPERTY_INJECTION_ID",
107363
107373
  "overrides": "terraconstructs.aws.compute.Subnet",
@@ -107382,7 +107392,7 @@
107382
107392
  "kind": "interface",
107383
107393
  "locationInModule": {
107384
107394
  "filename": "src/aws/compute/vpc.ts",
107385
- "line": 2919
107395
+ "line": 2921
107386
107396
  },
107387
107397
  "name": "PublicSubnetAttributes",
107388
107398
  "namespace": "aws.compute",
@@ -107401,7 +107411,7 @@
107401
107411
  "kind": "interface",
107402
107412
  "locationInModule": {
107403
107413
  "filename": "src/aws/compute/vpc.ts",
107404
- "line": 2915
107414
+ "line": 2917
107405
107415
  },
107406
107416
  "name": "PublicSubnetProps",
107407
107417
  "namespace": "aws.compute",
@@ -112562,7 +112572,7 @@
112562
112572
  "kind": "enum",
112563
112573
  "locationInModule": {
112564
112574
  "filename": "src/aws/compute/vpc.ts",
112565
- "line": 2839
112575
+ "line": 2841
112566
112576
  },
112567
112577
  "members": [
112568
112578
  {
@@ -121901,7 +121911,7 @@
121901
121911
  },
121902
121912
  "locationInModule": {
121903
121913
  "filename": "src/aws/compute/vpc.ts",
121904
- "line": 2603
121914
+ "line": 2605
121905
121915
  },
121906
121916
  "parameters": [
121907
121917
  {
@@ -121930,7 +121940,7 @@
121930
121940
  "kind": "class",
121931
121941
  "locationInModule": {
121932
121942
  "filename": "src/aws/compute/vpc.ts",
121933
- "line": 2504
121943
+ "line": 2506
121934
121944
  },
121935
121945
  "methods": [
121936
121946
  {
@@ -121939,7 +121949,7 @@
121939
121949
  },
121940
121950
  "locationInModule": {
121941
121951
  "filename": "src/aws/compute/vpc.ts",
121942
- "line": 2515
121952
+ "line": 2517
121943
121953
  },
121944
121954
  "name": "fromSubnetAttributes",
121945
121955
  "parameters": [
@@ -121976,7 +121986,7 @@
121976
121986
  },
121977
121987
  "locationInModule": {
121978
121988
  "filename": "src/aws/compute/vpc.ts",
121979
- "line": 2526
121989
+ "line": 2528
121980
121990
  },
121981
121991
  "name": "fromSubnetId",
121982
121992
  "parameters": [
@@ -122012,7 +122022,7 @@
122012
122022
  },
122013
122023
  "locationInModule": {
122014
122024
  "filename": "src/aws/compute/vpc.ts",
122015
- "line": 2511
122025
+ "line": 2513
122016
122026
  },
122017
122027
  "name": "isVpcSubnet",
122018
122028
  "parameters": [
@@ -122037,7 +122047,7 @@
122037
122047
  },
122038
122048
  "locationInModule": {
122039
122049
  "filename": "src/aws/compute/vpc.ts",
122040
- "line": 2671
122050
+ "line": 2673
122041
122051
  },
122042
122052
  "name": "addDefaultInternetRoute",
122043
122053
  "parameters": [
@@ -122068,7 +122078,7 @@
122068
122078
  },
122069
122079
  "locationInModule": {
122070
122080
  "filename": "src/aws/compute/vpc.ts",
122071
- "line": 2734
122081
+ "line": 2736
122072
122082
  },
122073
122083
  "name": "addDefaultNatRoute",
122074
122084
  "parameters": [
@@ -122090,7 +122100,7 @@
122090
122100
  },
122091
122101
  "locationInModule": {
122092
122102
  "filename": "src/aws/compute/vpc.ts",
122093
- "line": 2706
122103
+ "line": 2708
122094
122104
  },
122095
122105
  "name": "addIpv6DefaultEgressOnlyInternetRoute",
122096
122106
  "parameters": [
@@ -122112,7 +122122,7 @@
122112
122122
  },
122113
122123
  "locationInModule": {
122114
122124
  "filename": "src/aws/compute/vpc.ts",
122115
- "line": 2692
122125
+ "line": 2694
122116
122126
  },
122117
122127
  "name": "addIpv6DefaultInternetRoute",
122118
122128
  "parameters": [
@@ -122135,7 +122145,7 @@
122135
122145
  },
122136
122146
  "locationInModule": {
122137
122147
  "filename": "src/aws/compute/vpc.ts",
122138
- "line": 2747
122148
+ "line": 2749
122139
122149
  },
122140
122150
  "name": "addIpv6Nat64Route",
122141
122151
  "parameters": [
@@ -122157,7 +122167,7 @@
122157
122167
  },
122158
122168
  "locationInModule": {
122159
122169
  "filename": "src/aws/compute/vpc.ts",
122160
- "line": 2759
122170
+ "line": 2761
122161
122171
  },
122162
122172
  "name": "addRoute",
122163
122173
  "parameters": [
@@ -122182,7 +122192,7 @@
122182
122192
  },
122183
122193
  "locationInModule": {
122184
122194
  "filename": "src/aws/compute/vpc.ts",
122185
- "line": 2783
122195
+ "line": 2785
122186
122196
  },
122187
122197
  "name": "associateNetworkAcl",
122188
122198
  "overrides": "terraconstructs.aws.compute.ISubnet",
@@ -122214,7 +122224,7 @@
122214
122224
  "immutable": true,
122215
122225
  "locationInModule": {
122216
122226
  "filename": "src/aws/compute/vpc.ts",
122217
- "line": 2508
122227
+ "line": 2510
122218
122228
  },
122219
122229
  "name": "PROPERTY_INJECTION_ID",
122220
122230
  "static": true,
@@ -122230,7 +122240,7 @@
122230
122240
  "immutable": true,
122231
122241
  "locationInModule": {
122232
122242
  "filename": "src/aws/compute/vpc.ts",
122233
- "line": 2542
122243
+ "line": 2544
122234
122244
  },
122235
122245
  "name": "availabilityZone",
122236
122246
  "overrides": "terraconstructs.aws.compute.ISubnet",
@@ -122246,7 +122256,7 @@
122246
122256
  "immutable": true,
122247
122257
  "locationInModule": {
122248
122258
  "filename": "src/aws/compute/vpc.ts",
122249
- "line": 2589
122259
+ "line": 2591
122250
122260
  },
122251
122261
  "name": "dependencyElements",
122252
122262
  "type": {
@@ -122266,7 +122276,7 @@
122266
122276
  "immutable": true,
122267
122277
  "locationInModule": {
122268
122278
  "filename": "src/aws/compute/vpc.ts",
122269
- "line": 2596
122279
+ "line": 2598
122270
122280
  },
122271
122281
  "name": "internetConnectivityEstablished",
122272
122282
  "overrides": "terraconstructs.aws.compute.ISubnet",
@@ -122285,7 +122295,7 @@
122285
122295
  "immutable": true,
122286
122296
  "locationInModule": {
122287
122297
  "filename": "src/aws/compute/vpc.ts",
122288
- "line": 2547
122298
+ "line": 2549
122289
122299
  },
122290
122300
  "name": "ipv4CidrBlock",
122291
122301
  "overrides": "terraconstructs.aws.compute.ISubnet",
@@ -122301,7 +122311,7 @@
122301
122311
  "immutable": true,
122302
122312
  "locationInModule": {
122303
122313
  "filename": "src/aws/compute/vpc.ts",
122304
- "line": 2535
122314
+ "line": 2537
122305
122315
  },
122306
122316
  "name": "outputs",
122307
122317
  "overrides": "terraconstructs.TerraConstructBase",
@@ -122322,7 +122332,7 @@
122322
122332
  "immutable": true,
122323
122333
  "locationInModule": {
122324
122334
  "filename": "src/aws/compute/vpc.ts",
122325
- "line": 2594
122335
+ "line": 2596
122326
122336
  },
122327
122337
  "name": "routeTable",
122328
122338
  "overrides": "terraconstructs.aws.compute.ISubnet",
@@ -122340,7 +122350,7 @@
122340
122350
  "immutable": true,
122341
122351
  "locationInModule": {
122342
122352
  "filename": "src/aws/compute/vpc.ts",
122343
- "line": 2562
122353
+ "line": 2564
122344
122354
  },
122345
122355
  "name": "subnetAvailabilityZone",
122346
122356
  "type": {
@@ -122355,7 +122365,7 @@
122355
122365
  "immutable": true,
122356
122366
  "locationInModule": {
122357
122367
  "filename": "src/aws/compute/vpc.ts",
122358
- "line": 2552
122368
+ "line": 2554
122359
122369
  },
122360
122370
  "name": "subnetId",
122361
122371
  "overrides": "terraconstructs.aws.compute.ISubnet",
@@ -122373,7 +122383,7 @@
122373
122383
  "immutable": true,
122374
122384
  "locationInModule": {
122375
122385
  "filename": "src/aws/compute/vpc.ts",
122376
- "line": 2573
122386
+ "line": 2575
122377
122387
  },
122378
122388
  "name": "subnetIpv6CidrBlock",
122379
122389
  "type": {
@@ -122391,7 +122401,7 @@
122391
122401
  "immutable": true,
122392
122402
  "locationInModule": {
122393
122403
  "filename": "src/aws/compute/vpc.ts",
122394
- "line": 2579
122404
+ "line": 2581
122395
122405
  },
122396
122406
  "name": "subnetOutpostArn",
122397
122407
  "type": {
@@ -122406,7 +122416,7 @@
122406
122416
  "immutable": true,
122407
122417
  "locationInModule": {
122408
122418
  "filename": "src/aws/compute/vpc.ts",
122409
- "line": 2534
122419
+ "line": 2536
122410
122420
  },
122411
122421
  "name": "subnetOutputs",
122412
122422
  "overrides": "terraconstructs.aws.compute.ISubnet",
@@ -122424,7 +122434,7 @@
122424
122434
  "immutable": true,
122425
122435
  "locationInModule": {
122426
122436
  "filename": "src/aws/compute/vpc.ts",
122427
- "line": 2557
122437
+ "line": 2559
122428
122438
  },
122429
122439
  "name": "subnetVpcId",
122430
122440
  "type": {
@@ -122440,7 +122450,7 @@
122440
122450
  "immutable": true,
122441
122451
  "locationInModule": {
122442
122452
  "filename": "src/aws/compute/vpc.ts",
122443
- "line": 2726
122453
+ "line": 2728
122444
122454
  },
122445
122455
  "name": "networkAcl",
122446
122456
  "optional": true,
@@ -122458,7 +122468,7 @@
122458
122468
  "immutable": true,
122459
122469
  "locationInModule": {
122460
122470
  "filename": "src/aws/compute/vpc.ts",
122461
- "line": 2584
122471
+ "line": 2586
122462
122472
  },
122463
122473
  "name": "subnetNetworkAclAssociationId",
122464
122474
  "optional": true,
@@ -122472,7 +122482,7 @@
122472
122482
  },
122473
122483
  "locationInModule": {
122474
122484
  "filename": "src/aws/compute/vpc.ts",
122475
- "line": 2601
122485
+ "line": 2603
122476
122486
  },
122477
122487
  "name": "resource",
122478
122488
  "type": {
@@ -123375,7 +123385,7 @@
123375
123385
  "kind": "interface",
123376
123386
  "locationInModule": {
123377
123387
  "filename": "src/aws/compute/vpc.ts",
123378
- "line": 2457
123388
+ "line": 2459
123379
123389
  },
123380
123390
  "name": "SubnetProps",
123381
123391
  "namespace": "aws.compute",
@@ -123389,7 +123399,7 @@
123389
123399
  "immutable": true,
123390
123400
  "locationInModule": {
123391
123401
  "filename": "src/aws/compute/vpc.ts",
123392
- "line": 2461
123402
+ "line": 2463
123393
123403
  },
123394
123404
  "name": "availabilityZone",
123395
123405
  "type": {
@@ -123405,7 +123415,7 @@
123405
123415
  "immutable": true,
123406
123416
  "locationInModule": {
123407
123417
  "filename": "src/aws/compute/vpc.ts",
123408
- "line": 2471
123418
+ "line": 2473
123409
123419
  },
123410
123420
  "name": "cidrBlock",
123411
123421
  "type": {
@@ -123421,7 +123431,7 @@
123421
123431
  "immutable": true,
123422
123432
  "locationInModule": {
123423
123433
  "filename": "src/aws/compute/vpc.ts",
123424
- "line": 2466
123434
+ "line": 2468
123425
123435
  },
123426
123436
  "name": "vpcId",
123427
123437
  "type": {
@@ -123439,7 +123449,7 @@
123439
123449
  "immutable": true,
123440
123450
  "locationInModule": {
123441
123451
  "filename": "src/aws/compute/vpc.ts",
123442
- "line": 2496
123452
+ "line": 2498
123443
123453
  },
123444
123454
  "name": "assignIpv6AddressOnCreation",
123445
123455
  "optional": true,
@@ -123458,7 +123468,7 @@
123458
123468
  "immutable": true,
123459
123469
  "locationInModule": {
123460
123470
  "filename": "src/aws/compute/vpc.ts",
123461
- "line": 2487
123471
+ "line": 2489
123462
123472
  },
123463
123473
  "name": "ipv6CidrBlock",
123464
123474
  "optional": true,
@@ -123476,7 +123486,7 @@
123476
123486
  "immutable": true,
123477
123487
  "locationInModule": {
123478
123488
  "filename": "src/aws/compute/vpc.ts",
123479
- "line": 2478
123489
+ "line": 2480
123480
123490
  },
123481
123491
  "name": "mapPublicIpOnLaunch",
123482
123492
  "optional": true,
@@ -129082,7 +129092,7 @@
129082
129092
  },
129083
129093
  "locationInModule": {
129084
129094
  "filename": "src/aws/compute/vpc.ts",
129085
- "line": 1847
129095
+ "line": 1849
129086
129096
  },
129087
129097
  "parameters": [
129088
129098
  {
@@ -129230,7 +129240,7 @@
129230
129240
  },
129231
129241
  "locationInModule": {
129232
129242
  "filename": "src/aws/compute/vpc.ts",
129233
- "line": 2154
129243
+ "line": 2156
129234
129244
  },
129235
129245
  "name": "addDynamoDbEndpoint",
129236
129246
  "parameters": [
@@ -129361,7 +129371,7 @@
129361
129371
  },
129362
129372
  "locationInModule": {
129363
129373
  "filename": "src/aws/compute/vpc.ts",
129364
- "line": 2138
129374
+ "line": 2140
129365
129375
  },
129366
129376
  "name": "addS3Endpoint",
129367
129377
  "parameters": [
@@ -129591,7 +129601,7 @@
129591
129601
  "immutable": true,
129592
129602
  "locationInModule": {
129593
129603
  "filename": "src/aws/compute/vpc.ts",
129594
- "line": 1773
129604
+ "line": 1775
129595
129605
  },
129596
129606
  "name": "availabilityZones",
129597
129607
  "overrides": "terraconstructs.aws.compute.IVpc",
@@ -129612,7 +129622,7 @@
129612
129622
  "immutable": true,
129613
129623
  "locationInModule": {
129614
129624
  "filename": "src/aws/compute/vpc.ts",
129615
- "line": 1786
129625
+ "line": 1788
129616
129626
  },
129617
129627
  "name": "dnsHostnamesEnabled",
129618
129628
  "type": {
@@ -129627,7 +129637,7 @@
129627
129637
  "immutable": true,
129628
129638
  "locationInModule": {
129629
129639
  "filename": "src/aws/compute/vpc.ts",
129630
- "line": 1791
129640
+ "line": 1793
129631
129641
  },
129632
129642
  "name": "dnsSupportEnabled",
129633
129643
  "type": {
@@ -129642,7 +129652,7 @@
129642
129652
  "immutable": true,
129643
129653
  "locationInModule": {
129644
129654
  "filename": "src/aws/compute/vpc.ts",
129645
- "line": 1781
129655
+ "line": 1783
129646
129656
  },
129647
129657
  "name": "internetConnectivityEstablished",
129648
129658
  "overrides": "terraconstructs.aws.compute.IVpc",
@@ -129658,7 +129668,7 @@
129658
129668
  "immutable": true,
129659
129669
  "locationInModule": {
129660
129670
  "filename": "src/aws/compute/vpc.ts",
129661
- "line": 1768
129671
+ "line": 1770
129662
129672
  },
129663
129673
  "name": "isolatedSubnets",
129664
129674
  "overrides": "terraconstructs.aws.compute.IVpc",
@@ -129722,7 +129732,7 @@
129722
129732
  "immutable": true,
129723
129733
  "locationInModule": {
129724
129734
  "filename": "src/aws/compute/vpc.ts",
129725
- "line": 1763
129735
+ "line": 1765
129726
129736
  },
129727
129737
  "name": "privateSubnets",
129728
129738
  "overrides": "terraconstructs.aws.compute.IVpc",
@@ -129743,7 +129753,7 @@
129743
129753
  "immutable": true,
129744
129754
  "locationInModule": {
129745
129755
  "filename": "src/aws/compute/vpc.ts",
129746
- "line": 1758
129756
+ "line": 1760
129747
129757
  },
129748
129758
  "name": "publicSubnets",
129749
129759
  "overrides": "terraconstructs.aws.compute.IVpc",
@@ -129767,7 +129777,7 @@
129767
129777
  "immutable": true,
129768
129778
  "locationInModule": {
129769
129779
  "filename": "src/aws/compute/vpc.ts",
129770
- "line": 1719
129780
+ "line": 1721
129771
129781
  },
129772
129782
  "name": "vpcArn",
129773
129783
  "overrides": "terraconstructs.aws.compute.IVpc",
@@ -129786,7 +129796,7 @@
129786
129796
  "immutable": true,
129787
129797
  "locationInModule": {
129788
129798
  "filename": "src/aws/compute/vpc.ts",
129789
- "line": 1724
129799
+ "line": 1726
129790
129800
  },
129791
129801
  "name": "vpcCidrBlock",
129792
129802
  "overrides": "terraconstructs.aws.compute.IVpc",
@@ -129804,7 +129814,7 @@
129804
129814
  "immutable": true,
129805
129815
  "locationInModule": {
129806
129816
  "filename": "src/aws/compute/vpc.ts",
129807
- "line": 1729
129817
+ "line": 1731
129808
129818
  },
129809
129819
  "name": "vpcDefaultNetworkAcl",
129810
129820
  "type": {
@@ -129821,7 +129831,7 @@
129821
129831
  "immutable": true,
129822
129832
  "locationInModule": {
129823
129833
  "filename": "src/aws/compute/vpc.ts",
129824
- "line": 1741
129834
+ "line": 1743
129825
129835
  },
129826
129836
  "name": "vpcDefaultSecurityGroup",
129827
129837
  "type": {
@@ -129836,7 +129846,7 @@
129836
129846
  "immutable": true,
129837
129847
  "locationInModule": {
129838
129848
  "filename": "src/aws/compute/vpc.ts",
129839
- "line": 1714
129849
+ "line": 1716
129840
129850
  },
129841
129851
  "name": "vpcId",
129842
129852
  "overrides": "terraconstructs.aws.compute.IVpc",
@@ -129854,7 +129864,7 @@
129854
129864
  "immutable": true,
129855
129865
  "locationInModule": {
129856
129866
  "filename": "src/aws/compute/vpc.ts",
129857
- "line": 1753
129867
+ "line": 1755
129858
129868
  },
129859
129869
  "name": "vpcIpv6CidrBlock",
129860
129870
  "type": {
@@ -129886,7 +129896,7 @@
129886
129896
  "immutable": true,
129887
129897
  "locationInModule": {
129888
129898
  "filename": "src/aws/compute/vpc.ts",
129889
- "line": 1779
129899
+ "line": 1781
129890
129900
  },
129891
129901
  "name": "internetGatewayId",
129892
129902
  "optional": true,
@@ -204267,6 +204277,6 @@
204267
204277
  "symbolId": "src/aws/storage/notification-targets/queue:QueueDestination"
204268
204278
  }
204269
204279
  },
204270
- "version": "0.2.5",
204271
- "fingerprint": "NY7XziOCBQ4v3wBVDzsjEA2vTYn4dmEmQLdoCmvYck4="
204280
+ "version": "0.2.6",
204281
+ "fingerprint": "i+vRn+Q3TMPdL1XXX3xCzIu5CNA9CvPEhKvZrNOt5sg="
204272
204282
  }