terraconstructs 0.1.9 → 0.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 (277) hide show
  1. package/.jsii +398 -328
  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 +28 -4
  7. package/lib/aws/aws-stack.js +80 -22
  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 +5 -7
  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.d.ts +0 -1
  133. package/lib/aws/compute/runtime.js +5 -36
  134. package/lib/aws/compute/scalable-target.js +1 -1
  135. package/lib/aws/compute/schedule.js +1 -1
  136. package/lib/aws/compute/security-group.js +1 -1
  137. package/lib/aws/compute/stage.js +2 -2
  138. package/lib/aws/compute/state-graph.js +1 -1
  139. package/lib/aws/compute/state-machine-fragment.js +1 -1
  140. package/lib/aws/compute/state-machine.js +4 -4
  141. package/lib/aws/compute/states/choice.js +1 -1
  142. package/lib/aws/compute/states/custom-state.js +1 -1
  143. package/lib/aws/compute/states/distributed-map/item-batcher.js +1 -1
  144. package/lib/aws/compute/states/distributed-map/item-reader.js +5 -5
  145. package/lib/aws/compute/states/distributed-map/result-writer.js +1 -1
  146. package/lib/aws/compute/states/distributed-map.js +1 -1
  147. package/lib/aws/compute/states/fail.js +1 -1
  148. package/lib/aws/compute/states/map-base.js +1 -1
  149. package/lib/aws/compute/states/map.js +1 -1
  150. package/lib/aws/compute/states/parallel.js +1 -1
  151. package/lib/aws/compute/states/pass.js +2 -2
  152. package/lib/aws/compute/states/state.js +1 -1
  153. package/lib/aws/compute/states/succeed.js +1 -1
  154. package/lib/aws/compute/states/task-base.js +2 -2
  155. package/lib/aws/compute/states/task.js +1 -1
  156. package/lib/aws/compute/states/wait.js +2 -2
  157. package/lib/aws/compute/step-scaling-action.js +1 -1
  158. package/lib/aws/compute/step-scaling-policy.js +1 -1
  159. package/lib/aws/compute/stepfunctions-api.js +1 -1
  160. package/lib/aws/compute/subnet-v2.js +2 -2
  161. package/lib/aws/compute/subnet.js +1 -1
  162. package/lib/aws/compute/target-tracking-scaling-policy.js +1 -1
  163. package/lib/aws/compute/task-credentials.js +1 -1
  164. package/lib/aws/compute/task-input.js +1 -1
  165. package/lib/aws/compute/tasks/aws-sdk/call-aws-service.js +1 -1
  166. package/lib/aws/compute/tasks/eventbridge/put-events.js +1 -1
  167. package/lib/aws/compute/tasks/http/invoke.js +1 -1
  168. package/lib/aws/compute/tasks/lambda/invoke.js +1 -1
  169. package/lib/aws/compute/tasks/sqs/send-message.js +1 -1
  170. package/lib/aws/compute/tasks/stepfunctions/invoke-activity.js +1 -1
  171. package/lib/aws/compute/tasks/stepfunctions/start-execution.js +1 -1
  172. package/lib/aws/compute/types.js +1 -1
  173. package/lib/aws/compute/usage-plan.js +1 -1
  174. package/lib/aws/compute/user-data.js +3 -3
  175. package/lib/aws/compute/volume.js +2 -2
  176. package/lib/aws/compute/vpc-endpoint-service.js +1 -1
  177. package/lib/aws/compute/vpc-endpoint.js +6 -6
  178. package/lib/aws/compute/vpc-flow-logs.js +4 -4
  179. package/lib/aws/compute/vpc-link.js +1 -1
  180. package/lib/aws/compute/vpc-v2-base.js +1 -1
  181. package/lib/aws/compute/vpc-v2.js +2 -2
  182. package/lib/aws/compute/vpc.js +4 -4
  183. package/lib/aws/compute/vpn.js +3 -3
  184. package/lib/aws/cx-api.d.ts +1 -0
  185. package/lib/aws/cx-api.js +6 -0
  186. package/lib/aws/edge/certificate.js +1 -1
  187. package/lib/aws/edge/distribution.js +3 -3
  188. package/lib/aws/edge/dns-alias-record-targets.js +6 -6
  189. package/lib/aws/edge/dns-record.js +13 -13
  190. package/lib/aws/edge/dns-zone.js +1 -1
  191. package/lib/aws/edge/function.js +2 -2
  192. package/lib/aws/edge/key-value-store.js +4 -4
  193. package/lib/aws/edge/origin.js +3 -3
  194. package/lib/aws/edge/response-headers-policy.js +1 -1
  195. package/lib/aws/encryption/alias.js +1 -1
  196. package/lib/aws/encryption/key.js +1 -1
  197. package/lib/aws/encryption/via-service-principal.js +1 -1
  198. package/lib/aws/iam/grant.js +2 -2
  199. package/lib/aws/iam/group.js +1 -1
  200. package/lib/aws/iam/instance-profile.js +1 -1
  201. package/lib/aws/iam/managed-policy.js +1 -1
  202. package/lib/aws/iam/oidc-provider.js +1 -1
  203. package/lib/aws/iam/policy-document.js +1 -1
  204. package/lib/aws/iam/policy-statement.js +1 -1
  205. package/lib/aws/iam/policy.js +1 -1
  206. package/lib/aws/iam/principals.js +20 -20
  207. package/lib/aws/iam/role.js +1 -1
  208. package/lib/aws/iam/saml-provider.js +2 -2
  209. package/lib/aws/iam/unknown-principal.js +1 -1
  210. package/lib/aws/iam/user.js +1 -1
  211. package/lib/aws/network/simple-ipv4-vpc.js +1 -1
  212. package/lib/aws/network/subnet-group.js +3 -3
  213. package/lib/aws/network/subnet.js +4 -4
  214. package/lib/aws/notify/archive.js +1 -1
  215. package/lib/aws/notify/connection.js +3 -3
  216. package/lib/aws/notify/event-bus.js +3 -3
  217. package/lib/aws/notify/event-pattern.js +1 -1
  218. package/lib/aws/notify/input.js +2 -2
  219. package/lib/aws/notify/kinesis-stream.js +1 -1
  220. package/lib/aws/notify/notification-rule.js +1 -1
  221. package/lib/aws/notify/policy.js +1 -1
  222. package/lib/aws/notify/queue-policy.js +1 -1
  223. package/lib/aws/notify/queue.js +1 -1
  224. package/lib/aws/notify/resource-policy.js +1 -1
  225. package/lib/aws/notify/rule.js +1 -1
  226. package/lib/aws/notify/schedule.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/region-lookup.d.ts +8 -0
  242. package/lib/aws/region-lookup.js +104 -0
  243. package/lib/aws/storage/assets/image-asset.js +3 -3
  244. package/lib/aws/storage/assets/s3.js +1 -1
  245. package/lib/aws/storage/auth-token.js +2 -2
  246. package/lib/aws/storage/billing.js +1 -1
  247. package/lib/aws/storage/bucket-notifications.js +1 -1
  248. package/lib/aws/storage/bucket-policy.js +1 -1
  249. package/lib/aws/storage/bucket-source.js +1 -1
  250. package/lib/aws/storage/bucket.js +27 -24
  251. package/lib/aws/storage/capacity.js +1 -1
  252. package/lib/aws/storage/ecr-repository.js +3 -3
  253. package/lib/aws/storage/encryption.js +1 -1
  254. package/lib/aws/storage/notification-targets/function.js +1 -1
  255. package/lib/aws/storage/notification-targets/queue.js +1 -1
  256. package/lib/aws/storage/origin-access-identity.js +1 -1
  257. package/lib/aws/storage/parameter.js +2 -2
  258. package/lib/aws/storage/table.js +3 -3
  259. package/lib/aws/storage/util.d.ts +0 -10
  260. package/lib/aws/storage/util.js +4 -91
  261. package/lib/bundling.js +3 -3
  262. package/lib/construct-base.js +2 -2
  263. package/lib/duration.js +1 -1
  264. package/lib/errors.js +1 -1
  265. package/lib/expiration.js +1 -1
  266. package/lib/fs/ignore.js +4 -4
  267. package/lib/fs/index.js +1 -1
  268. package/lib/size.js +1 -1
  269. package/lib/stack-base.d.ts +21 -5
  270. package/lib/stack-base.js +68 -5
  271. package/lib/terra-func.js +1 -1
  272. package/lib/time-zone.js +1 -1
  273. package/package.json +3 -1
  274. package/lib/aws/compute/lb-shared/access-logs-accounts.d.ts +0 -7
  275. package/lib/aws/compute/lb-shared/access-logs-accounts.js +0 -46
  276. package/lib/aws/partition.d.ts +0 -21
  277. package/lib/aws/partition.js +0 -42
package/.jsii CHANGED
@@ -15,6 +15,7 @@
15
15
  "minimatch": "^3.1.2"
16
16
  },
17
17
  "dependencies": {
18
+ "@aws-cdk/region-info": "^2.233.0",
18
19
  "@cdktf/provider-archive": "^11.0.0",
19
20
  "@cdktf/provider-aws": "^21.22.0",
20
21
  "@cdktf/provider-cloudinit": "^11.0.0",
@@ -25,6 +26,33 @@
25
26
  "constructs": "^10.4.2"
26
27
  },
27
28
  "dependencyClosure": {
29
+ "@aws-cdk/region-info": {
30
+ "targets": {
31
+ "dotnet": {
32
+ "iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/main/logo/default-256-dark.png",
33
+ "namespace": "Amazon.CDK.RegionInfo",
34
+ "packageId": "Amazon.CDK.RegionInfo"
35
+ },
36
+ "java": {
37
+ "maven": {
38
+ "artifactId": "cdk-region-info",
39
+ "groupId": "software.amazon.awscdk"
40
+ },
41
+ "package": "software.amazon.awscdk.regioninfo"
42
+ },
43
+ "js": {
44
+ "npm": "@aws-cdk/region-info"
45
+ },
46
+ "python": {
47
+ "classifiers": [
48
+ "Framework :: AWS CDK",
49
+ "Framework :: AWS CDK :: 2"
50
+ ],
51
+ "distName": "aws-cdk.region-info",
52
+ "module": "aws_cdk.region_info"
53
+ }
54
+ }
55
+ },
28
56
  "@cdktf/provider-archive": {
29
57
  "submodules": {
30
58
  "@cdktf/provider-archive.dataArchiveFile": {},
@@ -2501,7 +2529,7 @@
2501
2529
  "stability": "stable"
2502
2530
  },
2503
2531
  "homepage": "https://github.com/TerraConstructs/base",
2504
- "jsiiVersion": "5.9.19 (build 870daae)",
2532
+ "jsiiVersion": "5.9.20 (build 6e2b13a)",
2505
2533
  "keywords": [
2506
2534
  "terraconstructs"
2507
2535
  ],
@@ -7192,7 +7220,7 @@
7192
7220
  "kind": "interface",
7193
7221
  "locationInModule": {
7194
7222
  "filename": "src/stack-base.ts",
7195
- "line": 115
7223
+ "line": 123
7196
7224
  },
7197
7225
  "methods": [
7198
7226
  {
@@ -7202,7 +7230,7 @@
7202
7230
  },
7203
7231
  "locationInModule": {
7204
7232
  "filename": "src/stack-base.ts",
7205
- "line": 129
7233
+ "line": 138
7206
7234
  },
7207
7235
  "name": "resolve",
7208
7236
  "parameters": [
@@ -7233,7 +7261,7 @@
7233
7261
  },
7234
7262
  "locationInModule": {
7235
7263
  "filename": "src/stack-base.ts",
7236
- "line": 130
7264
+ "line": 139
7237
7265
  },
7238
7266
  "name": "uniqueResourceName",
7239
7267
  "parameters": [
@@ -7273,7 +7301,7 @@
7273
7301
  },
7274
7302
  "locationInModule": {
7275
7303
  "filename": "src/stack-base.ts",
7276
- "line": 134
7304
+ "line": 143
7277
7305
  },
7278
7306
  "name": "uniqueResourceNamePrefix",
7279
7307
  "parameters": [
@@ -7319,7 +7347,7 @@
7319
7347
  "immutable": true,
7320
7348
  "locationInModule": {
7321
7349
  "filename": "src/stack-base.ts",
7322
- "line": 128
7350
+ "line": 137
7323
7351
  },
7324
7352
  "name": "archiveProvider",
7325
7353
  "type": {
@@ -7335,7 +7363,7 @@
7335
7363
  "immutable": true,
7336
7364
  "locationInModule": {
7337
7365
  "filename": "src/stack-base.ts",
7338
- "line": 119
7366
+ "line": 127
7339
7367
  },
7340
7368
  "name": "environmentName",
7341
7369
  "type": {
@@ -7350,7 +7378,7 @@
7350
7378
  "immutable": true,
7351
7379
  "locationInModule": {
7352
7380
  "filename": "src/stack-base.ts",
7353
- "line": 120
7381
+ "line": 128
7354
7382
  },
7355
7383
  "name": "gridUUID",
7356
7384
  "type": {
@@ -7365,7 +7393,7 @@
7365
7393
  "immutable": true,
7366
7394
  "locationInModule": {
7367
7395
  "filename": "src/stack-base.ts",
7368
- "line": 121
7396
+ "line": 129
7369
7397
  },
7370
7398
  "name": "gridBackend",
7371
7399
  "optional": true,
@@ -8224,23 +8252,26 @@
8224
8252
  },
8225
8253
  "locationInModule": {
8226
8254
  "filename": "src/stack-base.ts",
8227
- "line": 228
8255
+ "line": 237
8228
8256
  },
8229
8257
  "parameters": [
8230
8258
  {
8231
8259
  "name": "scope",
8260
+ "optional": true,
8232
8261
  "type": {
8233
8262
  "fqn": "constructs.Construct"
8234
8263
  }
8235
8264
  },
8236
8265
  {
8237
8266
  "name": "id",
8267
+ "optional": true,
8238
8268
  "type": {
8239
8269
  "primitive": "string"
8240
8270
  }
8241
8271
  },
8242
8272
  {
8243
8273
  "name": "props",
8274
+ "optional": true,
8244
8275
  "type": {
8245
8276
  "fqn": "terraconstructs.StackBaseProps"
8246
8277
  }
@@ -8253,7 +8284,7 @@
8253
8284
  "kind": "class",
8254
8285
  "locationInModule": {
8255
8286
  "filename": "src/stack-base.ts",
8256
- "line": 146
8287
+ "line": 155
8257
8288
  },
8258
8289
  "methods": [
8259
8290
  {
@@ -8264,7 +8295,7 @@
8264
8295
  },
8265
8296
  "locationInModule": {
8266
8297
  "filename": "src/stack-base.ts",
8267
- "line": 152
8298
+ "line": 161
8268
8299
  },
8269
8300
  "name": "isTerraStack",
8270
8301
  "parameters": [
@@ -8290,7 +8321,7 @@
8290
8321
  },
8291
8322
  "locationInModule": {
8292
8323
  "filename": "src/stack-base.ts",
8293
- "line": 160
8324
+ "line": 169
8294
8325
  },
8295
8326
  "name": "ofTerraConstruct",
8296
8327
  "parameters": [
@@ -8320,7 +8351,7 @@
8320
8351
  },
8321
8352
  "locationInModule": {
8322
8353
  "filename": "src/stack-base.ts",
8323
- "line": 178
8354
+ "line": 187
8324
8355
  },
8325
8356
  "name": "uniqueId",
8326
8357
  "parameters": [
@@ -8357,7 +8388,7 @@
8357
8388
  },
8358
8389
  "locationInModule": {
8359
8390
  "filename": "src/stack-base.ts",
8360
- "line": 308
8391
+ "line": 345
8361
8392
  },
8362
8393
  "name": "resolve",
8363
8394
  "overrides": "terraconstructs.IStack",
@@ -8389,7 +8420,7 @@
8389
8420
  },
8390
8421
  "locationInModule": {
8391
8422
  "filename": "src/stack-base.ts",
8392
- "line": 319
8423
+ "line": 356
8393
8424
  },
8394
8425
  "name": "toJsonString",
8395
8426
  "parameters": [
@@ -8422,7 +8453,7 @@
8422
8453
  },
8423
8454
  "locationInModule": {
8424
8455
  "filename": "src/stack-base.ts",
8425
- "line": 259
8456
+ "line": 296
8426
8457
  },
8427
8458
  "name": "uniqueResourceName",
8428
8459
  "overrides": "terraconstructs.IStack",
@@ -8471,7 +8502,7 @@
8471
8502
  },
8472
8503
  "locationInModule": {
8473
8504
  "filename": "src/stack-base.ts",
8474
- "line": 291
8505
+ "line": 328
8475
8506
  },
8476
8507
  "name": "uniqueResourceNamePrefix",
8477
8508
  "overrides": "terraconstructs.IStack",
@@ -8523,7 +8554,7 @@
8523
8554
  "immutable": true,
8524
8555
  "locationInModule": {
8525
8556
  "filename": "src/stack-base.ts",
8526
- "line": 218
8557
+ "line": 227
8527
8558
  },
8528
8559
  "name": "archiveProvider",
8529
8560
  "overrides": "terraconstructs.IStack",
@@ -8539,7 +8570,7 @@
8539
8570
  "immutable": true,
8540
8571
  "locationInModule": {
8541
8572
  "filename": "src/stack-base.ts",
8542
- "line": 210
8573
+ "line": 278
8543
8574
  },
8544
8575
  "name": "environmentName",
8545
8576
  "overrides": "terraconstructs.IStack",
@@ -8549,13 +8580,12 @@
8549
8580
  },
8550
8581
  {
8551
8582
  "docs": {
8552
- "stability": "stable",
8553
- "summary": "Stack unique grid identifier."
8583
+ "stability": "stable"
8554
8584
  },
8555
8585
  "immutable": true,
8556
8586
  "locationInModule": {
8557
8587
  "filename": "src/stack-base.ts",
8558
- "line": 205
8588
+ "line": 274
8559
8589
  },
8560
8590
  "name": "gridUUID",
8561
8591
  "overrides": "terraconstructs.IStack",
@@ -8571,7 +8601,7 @@
8571
8601
  "immutable": true,
8572
8602
  "locationInModule": {
8573
8603
  "filename": "src/stack-base.ts",
8574
- "line": 215
8604
+ "line": 224
8575
8605
  },
8576
8606
  "name": "gridBackend",
8577
8607
  "optional": true,
@@ -8593,22 +8623,24 @@
8593
8623
  "kind": "interface",
8594
8624
  "locationInModule": {
8595
8625
  "filename": "src/stack-base.ts",
8596
- "line": 81
8626
+ "line": 85
8597
8627
  },
8598
8628
  "name": "StackBaseProps",
8599
8629
  "properties": [
8600
8630
  {
8601
8631
  "abstract": true,
8602
8632
  "docs": {
8633
+ "default": "- Default",
8603
8634
  "stability": "stable",
8604
8635
  "summary": "The environment name passed in from the CLI."
8605
8636
  },
8606
8637
  "immutable": true,
8607
8638
  "locationInModule": {
8608
8639
  "filename": "src/stack-base.ts",
8609
- "line": 95
8640
+ "line": 103
8610
8641
  },
8611
8642
  "name": "environmentName",
8643
+ "optional": true,
8612
8644
  "type": {
8613
8645
  "primitive": "string"
8614
8646
  }
@@ -8616,36 +8648,38 @@
8616
8648
  {
8617
8649
  "abstract": true,
8618
8650
  "docs": {
8619
- "remarks": "UUID is generated by the CLI and ensures resource Identity\nis decoupled from resource tagging for consistency.\n\nUUID may be user provided for imported resources",
8651
+ "remarks": "State will be fetched via GET, updated via POST, and purged with DELETE.\nThe method used for updating is configurable.\n\nThis backend optionally supports state locking.\nWhen locking support is enabled it will use LOCK and UNLOCK requests providing the lock info in the body.\nThe endpoint should return a 423: Locked or 409: Conflict with the holding lock info when\nit's already taken, 200: OK for success. Any other status will be considered an error.\nThe ID of the holding lock info will be added as a query parameter to state updates requests.\n\nRead more about this backend in the Terraform docs:\nhttps://developer.hashicorp.com/terraform/language/settings/backends/http",
8620
8652
  "stability": "stable",
8621
- "summary": "TerraConstruct UUID within the grid."
8653
+ "summary": "Stores the state using a simple REST client."
8622
8654
  },
8623
8655
  "immutable": true,
8624
8656
  "locationInModule": {
8625
8657
  "filename": "src/stack-base.ts",
8626
- "line": 90
8658
+ "line": 120
8627
8659
  },
8628
- "name": "gridUUID",
8660
+ "name": "gridBackendConfig",
8661
+ "optional": true,
8629
8662
  "type": {
8630
- "primitive": "string"
8663
+ "fqn": "cdktf.HttpBackendConfig"
8631
8664
  }
8632
8665
  },
8633
8666
  {
8634
8667
  "abstract": true,
8635
8668
  "docs": {
8636
- "remarks": "State will be fetched via GET, updated via POST, and purged with DELETE.\nThe method used for updating is configurable.\n\nThis backend optionally supports state locking.\nWhen locking support is enabled it will use LOCK and UNLOCK requests providing the lock info in the body.\nThe endpoint should return a 423: Locked or 409: Conflict with the holding lock info when\nit's already taken, 200: OK for success. Any other status will be considered an error.\nThe ID of the holding lock info will be added as a query parameter to state updates requests.\n\nRead more about this backend in the Terraform docs:\nhttps://developer.hashicorp.com/terraform/language/settings/backends/http",
8669
+ "default": "- Automatically generated",
8670
+ "remarks": "UUID is generated by the CLI and ensures resource Identity\nis decoupled from resource tagging for consistency.\n\nUUID may be user provided for imported resources",
8637
8671
  "stability": "stable",
8638
- "summary": "Stores the state using a simple REST client."
8672
+ "summary": "TerraConstruct UUID within the grid."
8639
8673
  },
8640
8674
  "immutable": true,
8641
8675
  "locationInModule": {
8642
8676
  "filename": "src/stack-base.ts",
8643
- "line": 112
8677
+ "line": 96
8644
8678
  },
8645
- "name": "gridBackendConfig",
8679
+ "name": "gridUUID",
8646
8680
  "optional": true,
8647
8681
  "type": {
8648
- "fqn": "cdktf.HttpBackendConfig"
8682
+ "primitive": "string"
8649
8683
  }
8650
8684
  }
8651
8685
  ],
@@ -15397,7 +15431,7 @@
15397
15431
  "kind": "interface",
15398
15432
  "locationInModule": {
15399
15433
  "filename": "src/stack-base.ts",
15400
- "line": 44
15434
+ "line": 48
15401
15435
  },
15402
15436
  "name": "UniqueResourceNameOptions",
15403
15437
  "properties": [
@@ -15411,7 +15445,7 @@
15411
15445
  "immutable": true,
15412
15446
  "locationInModule": {
15413
15447
  "filename": "src/stack-base.ts",
15414
- "line": 64
15448
+ "line": 68
15415
15449
  },
15416
15450
  "name": "allowedSpecialCharacters",
15417
15451
  "optional": true,
@@ -15429,7 +15463,7 @@
15429
15463
  "immutable": true,
15430
15464
  "locationInModule": {
15431
15465
  "filename": "src/stack-base.ts",
15432
- "line": 78
15466
+ "line": 82
15433
15467
  },
15434
15468
  "name": "lowerCase",
15435
15469
  "optional": true,
@@ -15447,7 +15481,7 @@
15447
15481
  "immutable": true,
15448
15482
  "locationInModule": {
15449
15483
  "filename": "src/stack-base.ts",
15450
- "line": 50
15484
+ "line": 54
15451
15485
  },
15452
15486
  "name": "maxLength",
15453
15487
  "optional": true,
@@ -15465,7 +15499,7 @@
15465
15499
  "immutable": true,
15466
15500
  "locationInModule": {
15467
15501
  "filename": "src/stack-base.ts",
15468
- "line": 71
15502
+ "line": 75
15469
15503
  },
15470
15504
  "name": "prefix",
15471
15505
  "optional": true,
@@ -15483,7 +15517,7 @@
15483
15517
  "immutable": true,
15484
15518
  "locationInModule": {
15485
15519
  "filename": "src/stack-base.ts",
15486
- "line": 57
15520
+ "line": 61
15487
15521
  },
15488
15522
  "name": "separator",
15489
15523
  "optional": true,
@@ -15508,7 +15542,7 @@
15508
15542
  "kind": "interface",
15509
15543
  "locationInModule": {
15510
15544
  "filename": "src/stack-base.ts",
15511
- "line": 30
15545
+ "line": 34
15512
15546
  },
15513
15547
  "name": "UniqueResourceNamePrefixOptions",
15514
15548
  "properties": [
@@ -15523,7 +15557,7 @@
15523
15557
  "immutable": true,
15524
15558
  "locationInModule": {
15525
15559
  "filename": "src/stack-base.ts",
15526
- "line": 38
15560
+ "line": 42
15527
15561
  },
15528
15562
  "name": "suffixLength",
15529
15563
  "optional": true,
@@ -17233,23 +17267,26 @@
17233
17267
  },
17234
17268
  "locationInModule": {
17235
17269
  "filename": "src/aws/aws-stack.ts",
17236
- "line": 169
17270
+ "line": 176
17237
17271
  },
17238
17272
  "parameters": [
17239
17273
  {
17240
17274
  "name": "scope",
17275
+ "optional": true,
17241
17276
  "type": {
17242
17277
  "fqn": "constructs.Construct"
17243
17278
  }
17244
17279
  },
17245
17280
  {
17246
17281
  "name": "id",
17282
+ "optional": true,
17247
17283
  "type": {
17248
17284
  "primitive": "string"
17249
17285
  }
17250
17286
  },
17251
17287
  {
17252
17288
  "name": "props",
17289
+ "optional": true,
17253
17290
  "type": {
17254
17291
  "fqn": "terraconstructs.aws.AwsStackProps"
17255
17292
  }
@@ -17262,7 +17299,7 @@
17262
17299
  "kind": "class",
17263
17300
  "locationInModule": {
17264
17301
  "filename": "src/aws/aws-stack.ts",
17265
- "line": 112
17302
+ "line": 116
17266
17303
  },
17267
17304
  "methods": [
17268
17305
  {
@@ -17273,7 +17310,7 @@
17273
17310
  },
17274
17311
  "locationInModule": {
17275
17312
  "filename": "src/aws/aws-stack.ts",
17276
- "line": 120
17313
+ "line": 124
17277
17314
  },
17278
17315
  "name": "isAwsStack",
17279
17316
  "parameters": [
@@ -17299,7 +17336,7 @@
17299
17336
  },
17300
17337
  "locationInModule": {
17301
17338
  "filename": "src/aws/aws-stack.ts",
17302
- "line": 130
17339
+ "line": 134
17303
17340
  },
17304
17341
  "name": "ofAwsConstruct",
17305
17342
  "parameters": [
@@ -17327,7 +17364,7 @@
17327
17364
  },
17328
17365
  "locationInModule": {
17329
17366
  "filename": "src/aws/aws-stack.ts",
17330
- "line": 506
17367
+ "line": 524
17331
17368
  },
17332
17369
  "name": "addDockerImageAsset",
17333
17370
  "overrides": "terraconstructs.aws.IAwsStack",
@@ -17352,7 +17389,7 @@
17352
17389
  },
17353
17390
  "locationInModule": {
17354
17391
  "filename": "src/aws/aws-stack.ts",
17355
- "line": 499
17392
+ "line": 517
17356
17393
  },
17357
17394
  "name": "addFileAsset",
17358
17395
  "overrides": "terraconstructs.aws.IAwsStack",
@@ -17378,7 +17415,7 @@
17378
17415
  },
17379
17416
  "locationInModule": {
17380
17417
  "filename": "src/aws/aws-stack.ts",
17381
- "line": 486
17418
+ "line": 504
17382
17419
  },
17383
17420
  "name": "availabilityZones",
17384
17421
  "parameters": [
@@ -17412,7 +17449,7 @@
17412
17449
  },
17413
17450
  "locationInModule": {
17414
17451
  "filename": "src/aws/aws-stack.ts",
17415
- "line": 397
17452
+ "line": 415
17416
17453
  },
17417
17454
  "name": "formatArn",
17418
17455
  "parameters": [
@@ -17439,7 +17476,7 @@
17439
17476
  },
17440
17477
  "locationInModule": {
17441
17478
  "filename": "src/aws/aws-stack.ts",
17442
- "line": 441
17479
+ "line": 459
17443
17480
  },
17444
17481
  "name": "parseArn",
17445
17482
  "parameters": [
@@ -17480,6 +17517,38 @@
17480
17517
  }
17481
17518
  }
17482
17519
  },
17520
+ {
17521
+ "docs": {
17522
+ "remarks": "Will return a definite value only if the region of the current stack is resolved.\nIf not, a lookup map will be added to the stack and the lookup will be done at\nCDK deployment time.\n\nWhat regions will be included in the lookup map is controlled by the\n`terraconstructs/core:target-partitions` context value: it must be set to a list\nof partitions, and only regions from the given partitions will be included.\nIf no such context key is set, all regions will be included.\n\nThis function is intended to be used by construct library authors. Application\nbuilders can rely on the abstractions offered by construct libraries and do\nnot have to worry about regional facts.\n\nIf `defaultValue` is not given, it is an error if the fact is unknown for\nthe given region.",
17523
+ "stability": "stable",
17524
+ "summary": "Look up a fact value for the given fact for the region of this stack."
17525
+ },
17526
+ "locationInModule": {
17527
+ "filename": "src/aws/aws-stack.ts",
17528
+ "line": 558
17529
+ },
17530
+ "name": "regionalFact",
17531
+ "parameters": [
17532
+ {
17533
+ "name": "factName",
17534
+ "type": {
17535
+ "primitive": "string"
17536
+ }
17537
+ },
17538
+ {
17539
+ "name": "defaultValue",
17540
+ "optional": true,
17541
+ "type": {
17542
+ "primitive": "string"
17543
+ }
17544
+ }
17545
+ ],
17546
+ "returns": {
17547
+ "type": {
17548
+ "primitive": "string"
17549
+ }
17550
+ }
17551
+ },
17483
17552
  {
17484
17553
  "docs": {
17485
17554
  "remarks": "Some service principal names used to be different for different partitions,\nand some were not.\n\nThese days all service principal names are standardized, and they are all\nof the form `<servicename>.amazonaws.com`.\n\nTo avoid breaking changes, handling is provided for services added with the formats below,\nhowever, no additional handling will be added for new regions or partitions.\n - s3\n - s3.amazonaws.com\n - s3.amazonaws.com.cn\n - s3.c2s.ic.gov\n - s3.sc2s.sgov.gov",
@@ -17488,7 +17557,7 @@
17488
17557
  },
17489
17558
  "locationInModule": {
17490
17559
  "filename": "src/aws/aws-stack.ts",
17491
- "line": 339
17560
+ "line": 356
17492
17561
  },
17493
17562
  "name": "servicePrincipalName",
17494
17563
  "overrides": "terraconstructs.aws.IAwsStack",
@@ -17527,7 +17596,7 @@
17527
17596
  },
17528
17597
  "locationInModule": {
17529
17598
  "filename": "src/aws/aws-stack.ts",
17530
- "line": 459
17599
+ "line": 477
17531
17600
  },
17532
17601
  "name": "splitArn",
17533
17602
  "parameters": [
@@ -17568,7 +17637,7 @@
17568
17637
  "immutable": true,
17569
17638
  "locationInModule": {
17570
17639
  "filename": "src/aws/aws-stack.ts",
17571
- "line": 292
17640
+ "line": 309
17572
17641
  },
17573
17642
  "name": "account",
17574
17643
  "overrides": "terraconstructs.aws.IAwsStack",
@@ -17585,7 +17654,7 @@
17585
17654
  "immutable": true,
17586
17655
  "locationInModule": {
17587
17656
  "filename": "src/aws/aws-stack.ts",
17588
- "line": 473
17657
+ "line": 491
17589
17658
  },
17590
17659
  "name": "availabilityZoneIterator",
17591
17660
  "type": {
@@ -17600,7 +17669,7 @@
17600
17669
  "immutable": true,
17601
17670
  "locationInModule": {
17602
17671
  "filename": "src/aws/aws-stack.ts",
17603
- "line": 302
17672
+ "line": 319
17604
17673
  },
17605
17674
  "name": "partition",
17606
17675
  "overrides": "terraconstructs.aws.IAwsStack",
@@ -17615,7 +17684,7 @@
17615
17684
  "immutable": true,
17616
17685
  "locationInModule": {
17617
17686
  "filename": "src/aws/aws-stack.ts",
17618
- "line": 199
17687
+ "line": 216
17619
17688
  },
17620
17689
  "name": "provider",
17621
17690
  "type": {
@@ -17630,7 +17699,7 @@
17630
17699
  "immutable": true,
17631
17700
  "locationInModule": {
17632
17701
  "filename": "src/aws/aws-stack.ts",
17633
- "line": 206
17702
+ "line": 223
17634
17703
  },
17635
17704
  "name": "region",
17636
17705
  "overrides": "terraconstructs.aws.IAwsStack",
@@ -17646,7 +17715,7 @@
17646
17715
  "immutable": true,
17647
17716
  "locationInModule": {
17648
17717
  "filename": "src/aws/aws-stack.ts",
17649
- "line": 312
17718
+ "line": 329
17650
17719
  },
17651
17720
  "name": "urlSuffix",
17652
17721
  "type": {
@@ -17669,7 +17738,7 @@
17669
17738
  "kind": "interface",
17670
17739
  "locationInModule": {
17671
17740
  "filename": "src/aws/aws-stack.ts",
17672
- "line": 35
17741
+ "line": 39
17673
17742
  },
17674
17743
  "name": "AwsStackProps",
17675
17744
  "namespace": "aws",
@@ -17677,54 +17746,55 @@
17677
17746
  {
17678
17747
  "abstract": true,
17679
17748
  "docs": {
17749
+ "default": "- AwsAssetManager with default settings",
17680
17750
  "stability": "stable",
17681
- "summary": "The AWS Provider configuration (without the alias field)."
17751
+ "summary": "Asset manager for handling file and Docker image assets."
17682
17752
  },
17683
17753
  "immutable": true,
17684
17754
  "locationInModule": {
17685
17755
  "filename": "src/aws/aws-stack.ts",
17686
- "line": 39
17756
+ "line": 50
17687
17757
  },
17688
- "name": "providerConfig",
17758
+ "name": "assetManager",
17759
+ "optional": true,
17689
17760
  "type": {
17690
- "fqn": "terraconstructs.aws.AwsProviderConfig"
17761
+ "fqn": "terraconstructs.IAssetManager"
17691
17762
  }
17692
17763
  },
17693
17764
  {
17694
17765
  "abstract": true,
17695
17766
  "docs": {
17696
- "default": "- AwsAssetManager with default settings",
17767
+ "default": "- Stack creates Bucket and Repository on demand",
17768
+ "remarks": "Use this to reference existing S3 Bucket and ECR Repository for assets.",
17697
17769
  "stability": "stable",
17698
- "summary": "Asset manager for handling file and Docker image assets."
17770
+ "summary": "Asset Management options."
17699
17771
  },
17700
17772
  "immutable": true,
17701
17773
  "locationInModule": {
17702
17774
  "filename": "src/aws/aws-stack.ts",
17703
- "line": 46
17775
+ "line": 59
17704
17776
  },
17705
- "name": "assetManager",
17777
+ "name": "assetOptions",
17706
17778
  "optional": true,
17707
17779
  "type": {
17708
- "fqn": "terraconstructs.IAssetManager"
17780
+ "fqn": "terraconstructs.aws.AwsAssetManagerOptions"
17709
17781
  }
17710
17782
  },
17711
17783
  {
17712
17784
  "abstract": true,
17713
17785
  "docs": {
17714
- "default": "- Stack creates Bucket and Repository on demand",
17715
- "remarks": "Use this to reference existing S3 Bucket and ECR Repository for assets.",
17716
17786
  "stability": "stable",
17717
- "summary": "Asset Management options."
17787
+ "summary": "The AWS Provider configuration (without the alias field)."
17718
17788
  },
17719
17789
  "immutable": true,
17720
17790
  "locationInModule": {
17721
17791
  "filename": "src/aws/aws-stack.ts",
17722
- "line": 55
17792
+ "line": 43
17723
17793
  },
17724
- "name": "assetOptions",
17794
+ "name": "providerConfig",
17725
17795
  "optional": true,
17726
17796
  "type": {
17727
- "fqn": "terraconstructs.aws.AwsAssetManagerOptions"
17797
+ "fqn": "terraconstructs.aws.AwsProviderConfig"
17728
17798
  }
17729
17799
  }
17730
17800
  ],
@@ -17868,7 +17938,7 @@
17868
17938
  "kind": "interface",
17869
17939
  "locationInModule": {
17870
17940
  "filename": "src/aws/aws-stack.ts",
17871
- "line": 59
17941
+ "line": 63
17872
17942
  },
17873
17943
  "methods": [
17874
17944
  {
@@ -17879,7 +17949,7 @@
17879
17949
  },
17880
17950
  "locationInModule": {
17881
17951
  "filename": "src/aws/aws-stack.ts",
17882
- "line": 93
17952
+ "line": 97
17883
17953
  },
17884
17954
  "name": "addDockerImageAsset",
17885
17955
  "parameters": [
@@ -17904,7 +17974,7 @@
17904
17974
  },
17905
17975
  "locationInModule": {
17906
17976
  "filename": "src/aws/aws-stack.ts",
17907
- "line": 88
17977
+ "line": 92
17908
17978
  },
17909
17979
  "name": "addFileAsset",
17910
17980
  "parameters": [
@@ -17929,7 +17999,7 @@
17929
17999
  },
17930
18000
  "locationInModule": {
17931
18001
  "filename": "src/aws/aws-stack.ts",
17932
- "line": 79
18002
+ "line": 83
17933
18003
  },
17934
18004
  "name": "servicePrincipalName",
17935
18005
  "parameters": [
@@ -17972,7 +18042,7 @@
17972
18042
  "immutable": true,
17973
18043
  "locationInModule": {
17974
18044
  "filename": "src/aws/aws-stack.ts",
17975
- "line": 67
18045
+ "line": 71
17976
18046
  },
17977
18047
  "name": "account",
17978
18048
  "type": {
@@ -17988,7 +18058,7 @@
17988
18058
  "immutable": true,
17989
18059
  "locationInModule": {
17990
18060
  "filename": "src/aws/aws-stack.ts",
17991
- "line": 71
18061
+ "line": 75
17992
18062
  },
17993
18063
  "name": "partition",
17994
18064
  "type": {
@@ -18004,7 +18074,7 @@
18004
18074
  "immutable": true,
18005
18075
  "locationInModule": {
18006
18076
  "filename": "src/aws/aws-stack.ts",
18007
- "line": 63
18077
+ "line": 67
18008
18078
  },
18009
18079
  "name": "region",
18010
18080
  "type": {
@@ -46535,7 +46605,7 @@
46535
46605
  },
46536
46606
  "locationInModule": {
46537
46607
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
46538
- "line": 297
46608
+ "line": 296
46539
46609
  },
46540
46610
  "parameters": [
46541
46611
  {
@@ -46567,7 +46637,7 @@
46567
46637
  "kind": "class",
46568
46638
  "locationInModule": {
46569
46639
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
46570
- "line": 174
46640
+ "line": 173
46571
46641
  },
46572
46642
  "methods": [
46573
46643
  {
@@ -46576,7 +46646,7 @@
46576
46646
  },
46577
46647
  "locationInModule": {
46578
46648
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
46579
- "line": 530
46649
+ "line": 529
46580
46650
  },
46581
46651
  "name": "lazyBoolAttr",
46582
46652
  "parameters": [
@@ -46600,7 +46670,7 @@
46600
46670
  },
46601
46671
  "locationInModule": {
46602
46672
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
46603
- "line": 535
46673
+ "line": 534
46604
46674
  },
46605
46675
  "name": "lazyNumberAttr",
46606
46676
  "parameters": [
@@ -46624,7 +46694,7 @@
46624
46694
  },
46625
46695
  "locationInModule": {
46626
46696
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
46627
- "line": 525
46697
+ "line": 524
46628
46698
  },
46629
46699
  "name": "lazyStringAttr",
46630
46700
  "parameters": [
@@ -46650,7 +46720,7 @@
46650
46720
  },
46651
46721
  "locationInModule": {
46652
46722
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
46653
- "line": 439
46723
+ "line": 438
46654
46724
  },
46655
46725
  "name": "logAccessLogs",
46656
46726
  "parameters": [
@@ -46676,7 +46746,7 @@
46676
46746
  },
46677
46747
  "locationInModule": {
46678
46748
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
46679
- "line": 521
46749
+ "line": 520
46680
46750
  },
46681
46751
  "name": "removeAttribute",
46682
46752
  "parameters": [
@@ -46694,7 +46764,7 @@
46694
46764
  },
46695
46765
  "locationInModule": {
46696
46766
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
46697
- "line": 541
46767
+ "line": 540
46698
46768
  },
46699
46769
  "name": "resourcePolicyPrincipal",
46700
46770
  "protected": true,
@@ -46713,7 +46783,7 @@
46713
46783
  },
46714
46784
  "locationInModule": {
46715
46785
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
46716
- "line": 514
46786
+ "line": 513
46717
46787
  },
46718
46788
  "name": "setAttribute",
46719
46789
  "parameters": [
@@ -46738,7 +46808,7 @@
46738
46808
  },
46739
46809
  "locationInModule": {
46740
46810
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
46741
- "line": 560
46811
+ "line": 558
46742
46812
  },
46743
46813
  "name": "validateLoadBalancer",
46744
46814
  "protected": true,
@@ -46769,7 +46839,7 @@
46769
46839
  "immutable": true,
46770
46840
  "locationInModule": {
46771
46841
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
46772
- "line": 277
46842
+ "line": 276
46773
46843
  },
46774
46844
  "name": "loadBalancerArn",
46775
46845
  "type": {
@@ -46788,7 +46858,7 @@
46788
46858
  "immutable": true,
46789
46859
  "locationInModule": {
46790
46860
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
46791
- "line": 241
46861
+ "line": 240
46792
46862
  },
46793
46863
  "name": "loadBalancerCanonicalHostedZoneId",
46794
46864
  "type": {
@@ -46807,7 +46877,7 @@
46807
46877
  "immutable": true,
46808
46878
  "locationInModule": {
46809
46879
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
46810
- "line": 250
46880
+ "line": 249
46811
46881
  },
46812
46882
  "name": "loadBalancerDnsName",
46813
46883
  "type": {
@@ -46826,7 +46896,7 @@
46826
46896
  "immutable": true,
46827
46897
  "locationInModule": {
46828
46898
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
46829
- "line": 259
46899
+ "line": 258
46830
46900
  },
46831
46901
  "name": "loadBalancerFullName",
46832
46902
  "type": {
@@ -46845,7 +46915,7 @@
46845
46915
  "immutable": true,
46846
46916
  "locationInModule": {
46847
46917
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
46848
- "line": 268
46918
+ "line": 267
46849
46919
  },
46850
46920
  "name": "loadBalancerName",
46851
46921
  "type": {
@@ -46862,7 +46932,7 @@
46862
46932
  "immutable": true,
46863
46933
  "locationInModule": {
46864
46934
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
46865
- "line": 282
46935
+ "line": 281
46866
46936
  },
46867
46937
  "name": "loadBalancerSecurityGroups",
46868
46938
  "type": {
@@ -46881,7 +46951,7 @@
46881
46951
  "immutable": true,
46882
46952
  "locationInModule": {
46883
46953
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
46884
- "line": 224
46954
+ "line": 223
46885
46955
  },
46886
46956
  "name": "loadBalancerV2Outputs",
46887
46957
  "type": {
@@ -46896,7 +46966,7 @@
46896
46966
  "immutable": true,
46897
46967
  "locationInModule": {
46898
46968
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
46899
- "line": 230
46969
+ "line": 229
46900
46970
  },
46901
46971
  "name": "outputs",
46902
46972
  "overrides": "terraconstructs.TerraConstructBase",
@@ -46918,7 +46988,7 @@
46918
46988
  "immutable": true,
46919
46989
  "locationInModule": {
46920
46990
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
46921
- "line": 289
46991
+ "line": 288
46922
46992
  },
46923
46993
  "name": "vpc",
46924
46994
  "optional": true,
@@ -46940,7 +47010,7 @@
46940
47010
  "kind": "interface",
46941
47011
  "locationInModule": {
46942
47012
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
46943
- "line": 141
47013
+ "line": 140
46944
47014
  },
46945
47015
  "name": "BaseLoadBalancerLookupOptions",
46946
47016
  "namespace": "aws.compute",
@@ -46955,7 +47025,7 @@
46955
47025
  "immutable": true,
46956
47026
  "locationInModule": {
46957
47027
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
46958
- "line": 146
47028
+ "line": 145
46959
47029
  },
46960
47030
  "name": "loadBalancerArn",
46961
47031
  "optional": true,
@@ -46973,7 +47043,7 @@
46973
47043
  "immutable": true,
46974
47044
  "locationInModule": {
46975
47045
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
46976
- "line": 152
47046
+ "line": 151
46977
47047
  },
46978
47048
  "name": "loadBalancerTags",
46979
47049
  "optional": true,
@@ -47003,7 +47073,7 @@
47003
47073
  "kind": "interface",
47004
47074
  "locationInModule": {
47005
47075
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
47006
- "line": 40
47076
+ "line": 39
47007
47077
  },
47008
47078
  "name": "BaseLoadBalancerProps",
47009
47079
  "namespace": "aws.compute",
@@ -47017,7 +47087,7 @@
47017
47087
  "immutable": true,
47018
47088
  "locationInModule": {
47019
47089
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
47020
- "line": 51
47090
+ "line": 50
47021
47091
  },
47022
47092
  "name": "vpc",
47023
47093
  "type": {
@@ -47035,7 +47105,7 @@
47035
47105
  "immutable": true,
47036
47106
  "locationInModule": {
47037
47107
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
47038
- "line": 82
47108
+ "line": 81
47039
47109
  },
47040
47110
  "name": "crossZoneEnabled",
47041
47111
  "optional": true,
@@ -47053,7 +47123,7 @@
47053
47123
  "immutable": true,
47054
47124
  "locationInModule": {
47055
47125
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
47056
- "line": 73
47126
+ "line": 72
47057
47127
  },
47058
47128
  "name": "deletionProtection",
47059
47129
  "optional": true,
@@ -47071,7 +47141,7 @@
47071
47141
  "immutable": true,
47072
47142
  "locationInModule": {
47073
47143
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
47074
- "line": 89
47144
+ "line": 88
47075
47145
  },
47076
47146
  "name": "denyAllIgwTraffic",
47077
47147
  "optional": true,
@@ -47089,7 +47159,7 @@
47089
47159
  "immutable": true,
47090
47160
  "locationInModule": {
47091
47161
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
47092
- "line": 58
47162
+ "line": 57
47093
47163
  },
47094
47164
  "name": "internetFacing",
47095
47165
  "optional": true,
@@ -47107,7 +47177,7 @@
47107
47177
  "immutable": true,
47108
47178
  "locationInModule": {
47109
47179
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
47110
- "line": 46
47180
+ "line": 45
47111
47181
  },
47112
47182
  "name": "loadBalancerName",
47113
47183
  "optional": true,
@@ -47125,7 +47195,7 @@
47125
47195
  "immutable": true,
47126
47196
  "locationInModule": {
47127
47197
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
47128
- "line": 66
47198
+ "line": 65
47129
47199
  },
47130
47200
  "name": "vpcSubnets",
47131
47201
  "optional": true,
@@ -69200,7 +69270,7 @@
69200
69270
  "kind": "interface",
69201
69271
  "locationInModule": {
69202
69272
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
69203
- "line": 114
69273
+ "line": 113
69204
69274
  },
69205
69275
  "name": "ILoadBalancerBaseV2",
69206
69276
  "namespace": "aws.compute",
@@ -69218,7 +69288,7 @@
69218
69288
  "immutable": true,
69219
69289
  "locationInModule": {
69220
69290
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
69221
- "line": 122
69291
+ "line": 121
69222
69292
  },
69223
69293
  "name": "loadBalancerCanonicalHostedZoneId",
69224
69294
  "type": {
@@ -69238,7 +69308,7 @@
69238
69308
  "immutable": true,
69239
69309
  "locationInModule": {
69240
69310
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
69241
- "line": 131
69311
+ "line": 130
69242
69312
  },
69243
69313
  "name": "loadBalancerDnsName",
69244
69314
  "type": {
@@ -69305,7 +69375,7 @@
69305
69375
  "kind": "interface",
69306
69376
  "locationInModule": {
69307
69377
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
69308
- "line": 133
69378
+ "line": 132
69309
69379
  },
69310
69380
  "name": "ILoadBalancerV2",
69311
69381
  "namespace": "aws.compute",
@@ -69319,7 +69389,7 @@
69319
69389
  "immutable": true,
69320
69390
  "locationInModule": {
69321
69391
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
69322
- "line": 135
69392
+ "line": 134
69323
69393
  },
69324
69394
  "name": "loadBalancerV2Outputs",
69325
69395
  "type": {
@@ -74089,7 +74159,7 @@
74089
74159
  },
74090
74160
  "locationInModule": {
74091
74161
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
74092
- "line": 599
74162
+ "line": 597
74093
74163
  },
74094
74164
  "parameters": [
74095
74165
  {
@@ -74120,7 +74190,7 @@
74120
74190
  "kind": "class",
74121
74191
  "locationInModule": {
74122
74192
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
74123
- "line": 598
74193
+ "line": 596
74124
74194
  },
74125
74195
  "name": "ImportedLoadBalancer",
74126
74196
  "namespace": "aws.compute",
@@ -74134,7 +74204,7 @@
74134
74204
  "immutable": true,
74135
74205
  "locationInModule": {
74136
74206
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
74137
- "line": 600
74207
+ "line": 598
74138
74208
  },
74139
74209
  "name": "loadBalancerCanonicalHostedZoneId",
74140
74210
  "overrides": "terraconstructs.aws.compute.ILoadBalancerBaseV2",
@@ -74151,7 +74221,7 @@
74151
74221
  "immutable": true,
74152
74222
  "locationInModule": {
74153
74223
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
74154
- "line": 601
74224
+ "line": 599
74155
74225
  },
74156
74226
  "name": "loadBalancerDnsName",
74157
74227
  "overrides": "terraconstructs.aws.compute.ILoadBalancerBaseV2",
@@ -90082,7 +90152,7 @@
90082
90152
  "kind": "interface",
90083
90153
  "locationInModule": {
90084
90154
  "filename": "src/aws/compute/runtime.ts",
90085
- "line": 9
90155
+ "line": 7
90086
90156
  },
90087
90157
  "name": "LambdaRuntimeProps",
90088
90158
  "namespace": "aws.compute",
@@ -90097,7 +90167,7 @@
90097
90167
  "immutable": true,
90098
90168
  "locationInModule": {
90099
90169
  "filename": "src/aws/compute/runtime.ts",
90100
- "line": 26
90170
+ "line": 24
90101
90171
  },
90102
90172
  "name": "bundlingDockerImage",
90103
90173
  "optional": true,
@@ -90115,7 +90185,7 @@
90115
90185
  "immutable": true,
90116
90186
  "locationInModule": {
90117
90187
  "filename": "src/aws/compute/runtime.ts",
90118
- "line": 20
90188
+ "line": 18
90119
90189
  },
90120
90190
  "name": "isVariable",
90121
90191
  "optional": true,
@@ -90133,7 +90203,7 @@
90133
90203
  "immutable": true,
90134
90204
  "locationInModule": {
90135
90205
  "filename": "src/aws/compute/runtime.ts",
90136
- "line": 32
90206
+ "line": 30
90137
90207
  },
90138
90208
  "name": "supportsCodeGuruProfiling",
90139
90209
  "optional": true,
@@ -90151,7 +90221,7 @@
90151
90221
  "immutable": true,
90152
90222
  "locationInModule": {
90153
90223
  "filename": "src/aws/compute/runtime.ts",
90154
- "line": 14
90224
+ "line": 12
90155
90225
  },
90156
90226
  "name": "supportsInlineCode",
90157
90227
  "optional": true,
@@ -90169,7 +90239,7 @@
90169
90239
  "immutable": true,
90170
90240
  "locationInModule": {
90171
90241
  "filename": "src/aws/compute/runtime.ts",
90172
- "line": 38
90242
+ "line": 36
90173
90243
  },
90174
90244
  "name": "supportsSnapStart",
90175
90245
  "optional": true,
@@ -94361,7 +94431,7 @@
94361
94431
  "kind": "interface",
94362
94432
  "locationInModule": {
94363
94433
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
94364
- "line": 95
94434
+ "line": 94
94365
94435
  },
94366
94436
  "name": "LoadBalancerV2Outputs",
94367
94437
  "namespace": "aws.compute",
@@ -94379,7 +94449,7 @@
94379
94449
  "immutable": true,
94380
94450
  "locationInModule": {
94381
94451
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
94382
- "line": 103
94452
+ "line": 102
94383
94453
  },
94384
94454
  "name": "loadBalancerCanonicalHostedZoneId",
94385
94455
  "type": {
@@ -94399,7 +94469,7 @@
94399
94469
  "immutable": true,
94400
94470
  "locationInModule": {
94401
94471
  "filename": "src/aws/compute/lb-shared/base-load-balancer.ts",
94402
- "line": 111
94472
+ "line": 110
94403
94473
  },
94404
94474
  "name": "loadBalancerDnsName",
94405
94475
  "type": {
@@ -112254,7 +112324,7 @@
112254
112324
  },
112255
112325
  "locationInModule": {
112256
112326
  "filename": "src/aws/compute/runtime.ts",
112257
- "line": 520
112327
+ "line": 518
112258
112328
  },
112259
112329
  "parameters": [
112260
112330
  {
@@ -112282,7 +112352,7 @@
112282
112352
  "kind": "class",
112283
112353
  "locationInModule": {
112284
112354
  "filename": "src/aws/compute/runtime.ts",
112285
- "line": 57
112355
+ "line": 55
112286
112356
  },
112287
112357
  "methods": [
112288
112358
  {
@@ -112291,7 +112361,7 @@
112291
112361
  },
112292
112362
  "locationInModule": {
112293
112363
  "filename": "src/aws/compute/runtime.ts",
112294
- "line": 543
112364
+ "line": 541
112295
112365
  },
112296
112366
  "name": "runtimeEquals",
112297
112367
  "parameters": [
@@ -112314,7 +112384,7 @@
112314
112384
  },
112315
112385
  "locationInModule": {
112316
112386
  "filename": "src/aws/compute/runtime.ts",
112317
- "line": 539
112387
+ "line": 537
112318
112388
  },
112319
112389
  "name": "toString",
112320
112390
  "returns": {
@@ -112336,7 +112406,7 @@
112336
112406
  "immutable": true,
112337
112407
  "locationInModule": {
112338
112408
  "filename": "src/aws/compute/runtime.ts",
112339
- "line": 59
112409
+ "line": 57
112340
112410
  },
112341
112411
  "name": "ALL",
112342
112412
  "static": true,
@@ -112358,7 +112428,7 @@
112358
112428
  "immutable": true,
112359
112429
  "locationInModule": {
112360
112430
  "filename": "src/aws/compute/runtime.ts",
112361
- "line": 358
112431
+ "line": 356
112362
112432
  },
112363
112433
  "name": "DOTNET_6",
112364
112434
  "static": true,
@@ -112375,7 +112445,7 @@
112375
112445
  "immutable": true,
112376
112446
  "locationInModule": {
112377
112447
  "filename": "src/aws/compute/runtime.ts",
112378
- "line": 366
112448
+ "line": 364
112379
112449
  },
112380
112450
  "name": "DOTNET_8",
112381
112451
  "static": true,
@@ -112392,7 +112462,7 @@
112392
112462
  "immutable": true,
112393
112463
  "locationInModule": {
112394
112464
  "filename": "src/aws/compute/runtime.ts",
112395
- "line": 377
112465
+ "line": 375
112396
112466
  },
112397
112467
  "name": "DOTNET_9",
112398
112468
  "static": true,
@@ -112410,7 +112480,7 @@
112410
112480
  "immutable": true,
112411
112481
  "locationInModule": {
112412
112482
  "filename": "src/aws/compute/runtime.ts",
112413
- "line": 389
112483
+ "line": 387
112414
112484
  },
112415
112485
  "name": "DOTNET_CORE_1",
112416
112486
  "static": true,
@@ -112428,7 +112498,7 @@
112428
112498
  "immutable": true,
112429
112499
  "locationInModule": {
112430
112500
  "filename": "src/aws/compute/runtime.ts",
112431
- "line": 398
112501
+ "line": 396
112432
112502
  },
112433
112503
  "name": "DOTNET_CORE_2",
112434
112504
  "static": true,
@@ -112446,7 +112516,7 @@
112446
112516
  "immutable": true,
112447
112517
  "locationInModule": {
112448
112518
  "filename": "src/aws/compute/runtime.ts",
112449
- "line": 407
112519
+ "line": 405
112450
112520
  },
112451
112521
  "name": "DOTNET_CORE_2_1",
112452
112522
  "static": true,
@@ -112464,7 +112534,7 @@
112464
112534
  "immutable": true,
112465
112535
  "locationInModule": {
112466
112536
  "filename": "src/aws/compute/runtime.ts",
112467
- "line": 416
112537
+ "line": 414
112468
112538
  },
112469
112539
  "name": "DOTNET_CORE_3_1",
112470
112540
  "static": true,
@@ -112481,7 +112551,7 @@
112481
112551
  "immutable": true,
112482
112552
  "locationInModule": {
112483
112553
  "filename": "src/aws/compute/runtime.ts",
112484
- "line": 482
112554
+ "line": 480
112485
112555
  },
112486
112556
  "name": "FROM_IMAGE",
112487
112557
  "static": true,
@@ -112499,7 +112569,7 @@
112499
112569
  "immutable": true,
112500
112570
  "locationInModule": {
112501
112571
  "filename": "src/aws/compute/runtime.ts",
112502
- "line": 425
112572
+ "line": 423
112503
112573
  },
112504
112574
  "name": "GO_1_X",
112505
112575
  "static": true,
@@ -112516,7 +112586,7 @@
112516
112586
  "immutable": true,
112517
112587
  "locationInModule": {
112518
112588
  "filename": "src/aws/compute/runtime.ts",
112519
- "line": 334
112589
+ "line": 332
112520
112590
  },
112521
112591
  "name": "JAVA_11",
112522
112592
  "static": true,
@@ -112533,7 +112603,7 @@
112533
112603
  "immutable": true,
112534
112604
  "locationInModule": {
112535
112605
  "filename": "src/aws/compute/runtime.ts",
112536
- "line": 342
112606
+ "line": 340
112537
112607
  },
112538
112608
  "name": "JAVA_17",
112539
112609
  "static": true,
@@ -112550,7 +112620,7 @@
112550
112620
  "immutable": true,
112551
112621
  "locationInModule": {
112552
112622
  "filename": "src/aws/compute/runtime.ts",
112553
- "line": 350
112623
+ "line": 348
112554
112624
  },
112555
112625
  "name": "JAVA_21",
112556
112626
  "static": true,
@@ -112568,7 +112638,7 @@
112568
112638
  "immutable": true,
112569
112639
  "locationInModule": {
112570
112640
  "filename": "src/aws/compute/runtime.ts",
112571
- "line": 316
112641
+ "line": 314
112572
112642
  },
112573
112643
  "name": "JAVA_8",
112574
112644
  "static": true,
@@ -112585,7 +112655,7 @@
112585
112655
  "immutable": true,
112586
112656
  "locationInModule": {
112587
112657
  "filename": "src/aws/compute/runtime.ts",
112588
- "line": 323
112658
+ "line": 321
112589
112659
  },
112590
112660
  "name": "JAVA_8_CORRETTO",
112591
112661
  "static": true,
@@ -112603,7 +112673,7 @@
112603
112673
  "immutable": true,
112604
112674
  "locationInModule": {
112605
112675
  "filename": "src/aws/compute/runtime.ts",
112606
- "line": 65
112676
+ "line": 63
112607
112677
  },
112608
112678
  "name": "NODEJS",
112609
112679
  "static": true,
@@ -112621,7 +112691,7 @@
112621
112691
  "immutable": true,
112622
112692
  "locationInModule": {
112623
112693
  "filename": "src/aws/compute/runtime.ts",
112624
- "line": 103
112694
+ "line": 101
112625
112695
  },
112626
112696
  "name": "NODEJS_10_X",
112627
112697
  "static": true,
@@ -112639,7 +112709,7 @@
112639
112709
  "immutable": true,
112640
112710
  "locationInModule": {
112641
112711
  "filename": "src/aws/compute/runtime.ts",
112642
- "line": 113
112712
+ "line": 111
112643
112713
  },
112644
112714
  "name": "NODEJS_12_X",
112645
112715
  "static": true,
@@ -112657,7 +112727,7 @@
112657
112727
  "immutable": true,
112658
112728
  "locationInModule": {
112659
112729
  "filename": "src/aws/compute/runtime.ts",
112660
- "line": 123
112730
+ "line": 121
112661
112731
  },
112662
112732
  "name": "NODEJS_14_X",
112663
112733
  "static": true,
@@ -112675,7 +112745,7 @@
112675
112745
  "immutable": true,
112676
112746
  "locationInModule": {
112677
112747
  "filename": "src/aws/compute/runtime.ts",
112678
- "line": 133
112748
+ "line": 131
112679
112749
  },
112680
112750
  "name": "NODEJS_16_X",
112681
112751
  "static": true,
@@ -112692,7 +112762,7 @@
112692
112762
  "immutable": true,
112693
112763
  "locationInModule": {
112694
112764
  "filename": "src/aws/compute/runtime.ts",
112695
- "line": 142
112765
+ "line": 140
112696
112766
  },
112697
112767
  "name": "NODEJS_18_X",
112698
112768
  "static": true,
@@ -112709,7 +112779,7 @@
112709
112779
  "immutable": true,
112710
112780
  "locationInModule": {
112711
112781
  "filename": "src/aws/compute/runtime.ts",
112712
- "line": 151
112782
+ "line": 149
112713
112783
  },
112714
112784
  "name": "NODEJS_20_X",
112715
112785
  "static": true,
@@ -112726,7 +112796,7 @@
112726
112796
  "immutable": true,
112727
112797
  "locationInModule": {
112728
112798
  "filename": "src/aws/compute/runtime.ts",
112729
- "line": 170
112799
+ "line": 168
112730
112800
  },
112731
112801
  "name": "NODEJS_22_X",
112732
112802
  "static": true,
@@ -112743,7 +112813,7 @@
112743
112813
  "immutable": true,
112744
112814
  "locationInModule": {
112745
112815
  "filename": "src/aws/compute/runtime.ts",
112746
- "line": 179
112816
+ "line": 177
112747
112817
  },
112748
112818
  "name": "NODEJS_24_X",
112749
112819
  "static": true,
@@ -112761,7 +112831,7 @@
112761
112831
  "immutable": true,
112762
112832
  "locationInModule": {
112763
112833
  "filename": "src/aws/compute/runtime.ts",
112764
- "line": 73
112834
+ "line": 71
112765
112835
  },
112766
112836
  "name": "NODEJS_4_3",
112767
112837
  "static": true,
@@ -112779,7 +112849,7 @@
112779
112849
  "immutable": true,
112780
112850
  "locationInModule": {
112781
112851
  "filename": "src/aws/compute/runtime.ts",
112782
- "line": 83
112852
+ "line": 81
112783
112853
  },
112784
112854
  "name": "NODEJS_6_10",
112785
112855
  "static": true,
@@ -112797,7 +112867,7 @@
112797
112867
  "immutable": true,
112798
112868
  "locationInModule": {
112799
112869
  "filename": "src/aws/compute/runtime.ts",
112800
- "line": 93
112870
+ "line": 91
112801
112871
  },
112802
112872
  "name": "NODEJS_8_10",
112803
112873
  "static": true,
@@ -112814,7 +112884,7 @@
112814
112884
  "immutable": true,
112815
112885
  "locationInModule": {
112816
112886
  "filename": "src/aws/compute/runtime.ts",
112817
- "line": 161
112887
+ "line": 159
112818
112888
  },
112819
112889
  "name": "NODEJS_LATEST",
112820
112890
  "static": true,
@@ -112832,7 +112902,7 @@
112832
112902
  "immutable": true,
112833
112903
  "locationInModule": {
112834
112904
  "filename": "src/aws/compute/runtime.ts",
112835
- "line": 458
112905
+ "line": 456
112836
112906
  },
112837
112907
  "name": "PROVIDED",
112838
112908
  "static": true,
@@ -112849,7 +112919,7 @@
112849
112919
  "immutable": true,
112850
112920
  "locationInModule": {
112851
112921
  "filename": "src/aws/compute/runtime.ts",
112852
- "line": 466
112922
+ "line": 464
112853
112923
  },
112854
112924
  "name": "PROVIDED_AL2",
112855
112925
  "static": true,
@@ -112866,7 +112936,7 @@
112866
112936
  "immutable": true,
112867
112937
  "locationInModule": {
112868
112938
  "filename": "src/aws/compute/runtime.ts",
112869
- "line": 474
112939
+ "line": 472
112870
112940
  },
112871
112941
  "name": "PROVIDED_AL2023",
112872
112942
  "static": true,
@@ -112884,7 +112954,7 @@
112884
112954
  "immutable": true,
112885
112955
  "locationInModule": {
112886
112956
  "filename": "src/aws/compute/runtime.ts",
112887
- "line": 189
112957
+ "line": 187
112888
112958
  },
112889
112959
  "name": "PYTHON_2_7",
112890
112960
  "static": true,
@@ -112901,7 +112971,7 @@
112901
112971
  "immutable": true,
112902
112972
  "locationInModule": {
112903
112973
  "filename": "src/aws/compute/runtime.ts",
112904
- "line": 252
112974
+ "line": 250
112905
112975
  },
112906
112976
  "name": "PYTHON_3_10",
112907
112977
  "static": true,
@@ -112918,7 +112988,7 @@
112918
112988
  "immutable": true,
112919
112989
  "locationInModule": {
112920
112990
  "filename": "src/aws/compute/runtime.ts",
112921
- "line": 264
112991
+ "line": 262
112922
112992
  },
112923
112993
  "name": "PYTHON_3_11",
112924
112994
  "static": true,
@@ -112935,7 +113005,7 @@
112935
113005
  "immutable": true,
112936
113006
  "locationInModule": {
112937
113007
  "filename": "src/aws/compute/runtime.ts",
112938
- "line": 276
113008
+ "line": 274
112939
113009
  },
112940
113010
  "name": "PYTHON_3_12",
112941
113011
  "static": true,
@@ -112952,7 +113022,7 @@
112952
113022
  "immutable": true,
112953
113023
  "locationInModule": {
112954
113024
  "filename": "src/aws/compute/runtime.ts",
112955
- "line": 289
113025
+ "line": 287
112956
113026
  },
112957
113027
  "name": "PYTHON_3_13",
112958
113028
  "static": true,
@@ -112969,7 +113039,7 @@
112969
113039
  "immutable": true,
112970
113040
  "locationInModule": {
112971
113041
  "filename": "src/aws/compute/runtime.ts",
112972
- "line": 302
113042
+ "line": 300
112973
113043
  },
112974
113044
  "name": "PYTHON_3_14",
112975
113045
  "static": true,
@@ -112988,7 +113058,7 @@
112988
113058
  "immutable": true,
112989
113059
  "locationInModule": {
112990
113060
  "filename": "src/aws/compute/runtime.ts",
112991
- "line": 202
113061
+ "line": 200
112992
113062
  },
112993
113063
  "name": "PYTHON_3_6",
112994
113064
  "static": true,
@@ -113006,7 +113076,7 @@
113006
113076
  "immutable": true,
113007
113077
  "locationInModule": {
113008
113078
  "filename": "src/aws/compute/runtime.ts",
113009
- "line": 215
113079
+ "line": 213
113010
113080
  },
113011
113081
  "name": "PYTHON_3_7",
113012
113082
  "static": true,
@@ -113024,7 +113094,7 @@
113024
113094
  "immutable": true,
113025
113095
  "locationInModule": {
113026
113096
  "filename": "src/aws/compute/runtime.ts",
113027
- "line": 228
113097
+ "line": 226
113028
113098
  },
113029
113099
  "name": "PYTHON_3_8",
113030
113100
  "static": true,
@@ -113041,7 +113111,7 @@
113041
113111
  "immutable": true,
113042
113112
  "locationInModule": {
113043
113113
  "filename": "src/aws/compute/runtime.ts",
113044
- "line": 240
113114
+ "line": 238
113045
113115
  },
113046
113116
  "name": "PYTHON_3_9",
113047
113117
  "static": true,
@@ -113059,7 +113129,7 @@
113059
113129
  "immutable": true,
113060
113130
  "locationInModule": {
113061
113131
  "filename": "src/aws/compute/runtime.ts",
113062
- "line": 431
113132
+ "line": 429
113063
113133
  },
113064
113134
  "name": "RUBY_2_5",
113065
113135
  "static": true,
@@ -113077,7 +113147,7 @@
113077
113147
  "immutable": true,
113078
113148
  "locationInModule": {
113079
113149
  "filename": "src/aws/compute/runtime.ts",
113080
- "line": 437
113150
+ "line": 435
113081
113151
  },
113082
113152
  "name": "RUBY_2_7",
113083
113153
  "static": true,
@@ -113094,7 +113164,7 @@
113094
113164
  "immutable": true,
113095
113165
  "locationInModule": {
113096
113166
  "filename": "src/aws/compute/runtime.ts",
113097
- "line": 442
113167
+ "line": 440
113098
113168
  },
113099
113169
  "name": "RUBY_3_2",
113100
113170
  "static": true,
@@ -113111,7 +113181,7 @@
113111
113181
  "immutable": true,
113112
113182
  "locationInModule": {
113113
113183
  "filename": "src/aws/compute/runtime.ts",
113114
- "line": 447
113184
+ "line": 445
113115
113185
  },
113116
113186
  "name": "RUBY_3_3",
113117
113187
  "static": true,
@@ -113128,7 +113198,7 @@
113128
113198
  "immutable": true,
113129
113199
  "locationInModule": {
113130
113200
  "filename": "src/aws/compute/runtime.ts",
113131
- "line": 452
113201
+ "line": 450
113132
113202
  },
113133
113203
  "name": "RUBY_3_4",
113134
113204
  "static": true,
@@ -113144,7 +113214,7 @@
113144
113214
  "immutable": true,
113145
113215
  "locationInModule": {
113146
113216
  "filename": "src/aws/compute/runtime.ts",
113147
- "line": 513
113217
+ "line": 511
113148
113218
  },
113149
113219
  "name": "bundlingImage",
113150
113220
  "type": {
@@ -113159,7 +113229,7 @@
113159
113229
  "immutable": true,
113160
113230
  "locationInModule": {
113161
113231
  "filename": "src/aws/compute/runtime.ts",
113162
- "line": 518
113232
+ "line": 516
113163
113233
  },
113164
113234
  "name": "isVariable",
113165
113235
  "type": {
@@ -113174,7 +113244,7 @@
113174
113244
  "immutable": true,
113175
113245
  "locationInModule": {
113176
113246
  "filename": "src/aws/compute/runtime.ts",
113177
- "line": 487
113247
+ "line": 485
113178
113248
  },
113179
113249
  "name": "name",
113180
113250
  "type": {
@@ -113189,7 +113259,7 @@
113189
113259
  "immutable": true,
113190
113260
  "locationInModule": {
113191
113261
  "filename": "src/aws/compute/runtime.ts",
113192
- "line": 498
113262
+ "line": 496
113193
113263
  },
113194
113264
  "name": "supportsCodeGuruProfiling",
113195
113265
  "type": {
@@ -113204,7 +113274,7 @@
113204
113274
  "immutable": true,
113205
113275
  "locationInModule": {
113206
113276
  "filename": "src/aws/compute/runtime.ts",
113207
- "line": 493
113277
+ "line": 491
113208
113278
  },
113209
113279
  "name": "supportsInlineCode",
113210
113280
  "type": {
@@ -113219,7 +113289,7 @@
113219
113289
  "immutable": true,
113220
113290
  "locationInModule": {
113221
113291
  "filename": "src/aws/compute/runtime.ts",
113222
- "line": 503
113292
+ "line": 501
113223
113293
  },
113224
113294
  "name": "supportsSnapStart",
113225
113295
  "type": {
@@ -113234,7 +113304,7 @@
113234
113304
  "immutable": true,
113235
113305
  "locationInModule": {
113236
113306
  "filename": "src/aws/compute/runtime.ts",
113237
- "line": 508
113307
+ "line": 506
113238
113308
  },
113239
113309
  "name": "family",
113240
113310
  "optional": true,
@@ -113254,7 +113324,7 @@
113254
113324
  "kind": "enum",
113255
113325
  "locationInModule": {
113256
113326
  "filename": "src/aws/compute/runtime.ts",
113257
- "line": 41
113327
+ "line": 39
113258
113328
  },
113259
113329
  "members": [
113260
113330
  {
@@ -186060,7 +186130,7 @@
186060
186130
  "kind": "interface",
186061
186131
  "locationInModule": {
186062
186132
  "filename": "src/aws/storage/bucket.ts",
186063
- "line": 1884
186133
+ "line": 1897
186064
186134
  },
186065
186135
  "name": "AddSourceOptions",
186066
186136
  "namespace": "aws.storage",
@@ -186074,7 +186144,7 @@
186074
186144
  "immutable": true,
186075
186145
  "locationInModule": {
186076
186146
  "filename": "src/aws/storage/bucket.ts",
186077
- "line": 1888
186147
+ "line": 1901
186078
186148
  },
186079
186149
  "name": "path",
186080
186150
  "type": {
@@ -186090,7 +186160,7 @@
186090
186160
  "immutable": true,
186091
186161
  "locationInModule": {
186092
186162
  "filename": "src/aws/storage/bucket.ts",
186093
- "line": 1892
186163
+ "line": 1905
186094
186164
  },
186095
186165
  "name": "prefix",
186096
186166
  "optional": true,
@@ -186497,7 +186567,7 @@
186497
186567
  },
186498
186568
  "locationInModule": {
186499
186569
  "filename": "src/aws/storage/bucket.ts",
186500
- "line": 1493
186570
+ "line": 1499
186501
186571
  },
186502
186572
  "parameters": [
186503
186573
  {
@@ -186527,7 +186597,7 @@
186527
186597
  "kind": "class",
186528
186598
  "locationInModule": {
186529
186599
  "filename": "src/aws/storage/bucket.ts",
186530
- "line": 1274
186600
+ "line": 1273
186531
186601
  },
186532
186602
  "methods": [
186533
186603
  {
@@ -186537,7 +186607,7 @@
186537
186607
  },
186538
186608
  "locationInModule": {
186539
186609
  "filename": "src/aws/storage/bucket.ts",
186540
- "line": 1292
186610
+ "line": 1291
186541
186611
  },
186542
186612
  "name": "fromBucketAttributes",
186543
186613
  "parameters": [
@@ -186583,7 +186653,7 @@
186583
186653
  },
186584
186654
  "locationInModule": {
186585
186655
  "filename": "src/aws/storage/bucket.ts",
186586
- "line": 1276
186656
+ "line": 1275
186587
186657
  },
186588
186658
  "name": "fromBucketName",
186589
186659
  "parameters": [
@@ -186620,7 +186690,7 @@
186620
186690
  },
186621
186691
  "locationInModule": {
186622
186692
  "filename": "src/aws/storage/bucket.ts",
186623
- "line": 1373
186693
+ "line": 1379
186624
186694
  },
186625
186695
  "name": "validateBucketName",
186626
186696
  "parameters": [
@@ -186658,7 +186728,7 @@
186658
186728
  "immutable": true,
186659
186729
  "locationInModule": {
186660
186730
  "filename": "src/aws/storage/bucket.ts",
186661
- "line": 1459
186731
+ "line": 1465
186662
186732
  },
186663
186733
  "name": "bucketArn",
186664
186734
  "overrides": "terraconstructs.aws.storage.BucketBase",
@@ -186673,7 +186743,7 @@
186673
186743
  "immutable": true,
186674
186744
  "locationInModule": {
186675
186745
  "filename": "src/aws/storage/bucket.ts",
186676
- "line": 1465
186746
+ "line": 1471
186677
186747
  },
186678
186748
  "name": "bucketDomainName",
186679
186749
  "overrides": "terraconstructs.aws.storage.BucketBase",
@@ -186689,7 +186759,7 @@
186689
186759
  "immutable": true,
186690
186760
  "locationInModule": {
186691
186761
  "filename": "src/aws/storage/bucket.ts",
186692
- "line": 1462
186762
+ "line": 1468
186693
186763
  },
186694
186764
  "name": "bucketName",
186695
186765
  "overrides": "terraconstructs.aws.storage.BucketBase",
@@ -186704,7 +186774,7 @@
186704
186774
  "immutable": true,
186705
186775
  "locationInModule": {
186706
186776
  "filename": "src/aws/storage/bucket.ts",
186707
- "line": 1468
186777
+ "line": 1474
186708
186778
  },
186709
186779
  "name": "bucketRegionalDomainName",
186710
186780
  "overrides": "terraconstructs.aws.storage.BucketBase",
@@ -186720,7 +186790,7 @@
186720
186790
  "immutable": true,
186721
186791
  "locationInModule": {
186722
186792
  "filename": "src/aws/storage/bucket.ts",
186723
- "line": 1480
186793
+ "line": 1486
186724
186794
  },
186725
186795
  "name": "hostedZoneId",
186726
186796
  "overrides": "terraconstructs.aws.storage.BucketBase",
@@ -186735,7 +186805,7 @@
186735
186805
  "immutable": true,
186736
186806
  "locationInModule": {
186737
186807
  "filename": "src/aws/storage/bucket.ts",
186738
- "line": 1447
186808
+ "line": 1453
186739
186809
  },
186740
186810
  "name": "resource",
186741
186811
  "protected": true,
@@ -186760,7 +186830,7 @@
186760
186830
  "immutable": true,
186761
186831
  "locationInModule": {
186762
186832
  "filename": "src/aws/storage/bucket.ts",
186763
- "line": 1477
186833
+ "line": 1483
186764
186834
  },
186765
186835
  "name": "versioned",
186766
186836
  "overrides": "terraconstructs.aws.storage.BucketBase",
@@ -186775,7 +186845,7 @@
186775
186845
  "immutable": true,
186776
186846
  "locationInModule": {
186777
186847
  "filename": "src/aws/storage/bucket.ts",
186778
- "line": 1451
186848
+ "line": 1457
186779
186849
  },
186780
186850
  "name": "corsConfig",
186781
186851
  "optional": true,
@@ -186792,7 +186862,7 @@
186792
186862
  "immutable": true,
186793
186863
  "locationInModule": {
186794
186864
  "filename": "src/aws/storage/bucket.ts",
186795
- "line": 1446
186865
+ "line": 1452
186796
186866
  },
186797
186867
  "name": "encryptionKey",
186798
186868
  "optional": true,
@@ -186808,7 +186878,7 @@
186808
186878
  "immutable": true,
186809
186879
  "locationInModule": {
186810
186880
  "filename": "src/aws/storage/bucket.ts",
186811
- "line": 1452
186881
+ "line": 1458
186812
186882
  },
186813
186883
  "name": "originAccessIdentity",
186814
186884
  "optional": true,
@@ -186826,7 +186896,7 @@
186826
186896
  "immutable": true,
186827
186897
  "locationInModule": {
186828
186898
  "filename": "src/aws/storage/bucket.ts",
186829
- "line": 1490
186899
+ "line": 1496
186830
186900
  },
186831
186901
  "name": "public",
186832
186902
  "optional": true,
@@ -186842,7 +186912,7 @@
186842
186912
  "immutable": true,
186843
186913
  "locationInModule": {
186844
186914
  "filename": "src/aws/storage/bucket.ts",
186845
- "line": 1450
186915
+ "line": 1456
186846
186916
  },
186847
186917
  "name": "websiteConfig",
186848
186918
  "optional": true,
@@ -186860,7 +186930,7 @@
186860
186930
  "immutable": true,
186861
186931
  "locationInModule": {
186862
186932
  "filename": "src/aws/storage/bucket.ts",
186863
- "line": 1471
186933
+ "line": 1477
186864
186934
  },
186865
186935
  "name": "websiteDomainName",
186866
186936
  "optional": true,
@@ -186876,7 +186946,7 @@
186876
186946
  "immutable": true,
186877
186947
  "locationInModule": {
186878
186948
  "filename": "src/aws/storage/bucket.ts",
186879
- "line": 1474
186949
+ "line": 1480
186880
186950
  },
186881
186951
  "name": "websiteEndpoint",
186882
186952
  "optional": true,
@@ -186892,7 +186962,7 @@
186892
186962
  },
186893
186963
  "locationInModule": {
186894
186964
  "filename": "src/aws/storage/bucket.ts",
186895
- "line": 1485
186965
+ "line": 1491
186896
186966
  },
186897
186967
  "name": "autoCreatePolicy",
186898
186968
  "overrides": "terraconstructs.aws.storage.BucketBase",
@@ -186909,7 +186979,7 @@
186909
186979
  },
186910
186980
  "locationInModule": {
186911
186981
  "filename": "src/aws/storage/bucket.ts",
186912
- "line": 1484
186982
+ "line": 1490
186913
186983
  },
186914
186984
  "name": "policy",
186915
186985
  "optional": true,
@@ -186932,7 +187002,7 @@
186932
187002
  "kind": "interface",
186933
187003
  "locationInModule": {
186934
187004
  "filename": "src/aws/storage/bucket.ts",
186935
- "line": 58
187005
+ "line": 55
186936
187006
  },
186937
187007
  "name": "BucketAttributes",
186938
187008
  "namespace": "aws.storage",
@@ -186947,7 +187017,7 @@
186947
187017
  "immutable": true,
186948
187018
  "locationInModule": {
186949
187019
  "filename": "src/aws/storage/bucket.ts",
186950
- "line": 116
187020
+ "line": 113
186951
187021
  },
186952
187022
  "name": "account",
186953
187023
  "optional": true,
@@ -186965,7 +187035,7 @@
186965
187035
  "immutable": true,
186966
187036
  "locationInModule": {
186967
187037
  "filename": "src/aws/storage/bucket.ts",
186968
- "line": 63
187038
+ "line": 60
186969
187039
  },
186970
187040
  "name": "bucketArn",
186971
187041
  "optional": true,
@@ -186983,7 +187053,7 @@
186983
187053
  "immutable": true,
186984
187054
  "locationInModule": {
186985
187055
  "filename": "src/aws/storage/bucket.ts",
186986
- "line": 78
187056
+ "line": 75
186987
187057
  },
186988
187058
  "name": "bucketDomainName",
186989
187059
  "optional": true,
@@ -187000,7 +187070,7 @@
187000
187070
  "immutable": true,
187001
187071
  "locationInModule": {
187002
187072
  "filename": "src/aws/storage/bucket.ts",
187003
- "line": 95
187073
+ "line": 92
187004
187074
  },
187005
187075
  "name": "bucketDualStackDomainName",
187006
187076
  "optional": true,
@@ -187018,7 +187088,7 @@
187018
187088
  "immutable": true,
187019
187089
  "locationInModule": {
187020
187090
  "filename": "src/aws/storage/bucket.ts",
187021
- "line": 71
187091
+ "line": 68
187022
187092
  },
187023
187093
  "name": "bucketName",
187024
187094
  "optional": true,
@@ -187035,7 +187105,7 @@
187035
187105
  "immutable": true,
187036
187106
  "locationInModule": {
187037
187107
  "filename": "src/aws/storage/bucket.ts",
187038
- "line": 90
187108
+ "line": 87
187039
187109
  },
187040
187110
  "name": "bucketRegionalDomainName",
187041
187111
  "optional": true,
@@ -187053,7 +187123,7 @@
187053
187123
  "immutable": true,
187054
187124
  "locationInModule": {
187055
187125
  "filename": "src/aws/storage/bucket.ts",
187056
- "line": 85
187126
+ "line": 82
187057
187127
  },
187058
187128
  "name": "bucketWebsiteUrl",
187059
187129
  "optional": true,
@@ -187071,7 +187141,7 @@
187071
187141
  "immutable": true,
187072
187142
  "locationInModule": {
187073
187143
  "filename": "src/aws/storage/bucket.ts",
187074
- "line": 102
187144
+ "line": 99
187075
187145
  },
187076
187146
  "name": "encryptionKey",
187077
187147
  "optional": true,
@@ -187089,7 +187159,7 @@
187089
187159
  "immutable": true,
187090
187160
  "locationInModule": {
187091
187161
  "filename": "src/aws/storage/bucket.ts",
187092
- "line": 109
187162
+ "line": 106
187093
187163
  },
187094
187164
  "name": "isWebsite",
187095
187165
  "optional": true,
@@ -187107,7 +187177,7 @@
187107
187177
  "immutable": true,
187108
187178
  "locationInModule": {
187109
187179
  "filename": "src/aws/storage/bucket.ts",
187110
- "line": 161
187180
+ "line": 158
187111
187181
  },
187112
187182
  "name": "originAccessIdentity",
187113
187183
  "optional": true,
@@ -187125,7 +187195,7 @@
187125
187195
  "immutable": true,
187126
187196
  "locationInModule": {
187127
187197
  "filename": "src/aws/storage/bucket.ts",
187128
- "line": 140
187198
+ "line": 137
187129
187199
  },
187130
187200
  "name": "public",
187131
187201
  "optional": true,
@@ -187144,7 +187214,7 @@
187144
187214
  "immutable": true,
187145
187215
  "locationInModule": {
187146
187216
  "filename": "src/aws/storage/bucket.ts",
187147
- "line": 125
187217
+ "line": 122
187148
187218
  },
187149
187219
  "name": "region",
187150
187220
  "optional": true,
@@ -187163,7 +187233,7 @@
187163
187233
  "immutable": true,
187164
187234
  "locationInModule": {
187165
187235
  "filename": "src/aws/storage/bucket.ts",
187166
- "line": 153
187236
+ "line": 150
187167
187237
  },
187168
187238
  "name": "versioned",
187169
187239
  "optional": true,
@@ -187188,7 +187258,7 @@
187188
187258
  },
187189
187259
  "locationInModule": {
187190
187260
  "filename": "src/aws/storage/bucket.ts",
187191
- "line": 775
187261
+ "line": 772
187192
187262
  },
187193
187263
  "parameters": [
187194
187264
  {
@@ -187218,7 +187288,7 @@
187218
187288
  "kind": "class",
187219
187289
  "locationInModule": {
187220
187290
  "filename": "src/aws/storage/bucket.ts",
187221
- "line": 704
187291
+ "line": 701
187222
187292
  },
187223
187293
  "methods": [
187224
187294
  {
@@ -187231,7 +187301,7 @@
187231
187301
  },
187232
187302
  "locationInModule": {
187233
187303
  "filename": "src/aws/storage/bucket.ts",
187234
- "line": 992
187304
+ "line": 989
187235
187305
  },
187236
187306
  "name": "addEventNotification",
187237
187307
  "overrides": "terraconstructs.aws.storage.IBucket",
@@ -187276,7 +187346,7 @@
187276
187346
  },
187277
187347
  "locationInModule": {
187278
187348
  "filename": "src/aws/storage/bucket.ts",
187279
- "line": 1024
187349
+ "line": 1021
187280
187350
  },
187281
187351
  "name": "addObjectCreatedNotification",
187282
187352
  "overrides": "terraconstructs.aws.storage.IBucket",
@@ -187311,7 +187381,7 @@
187311
187381
  },
187312
187382
  "locationInModule": {
187313
187383
  "filename": "src/aws/storage/bucket.ts",
187314
- "line": 1043
187384
+ "line": 1040
187315
187385
  },
187316
187386
  "name": "addObjectRemovedNotification",
187317
187387
  "overrides": "terraconstructs.aws.storage.IBucket",
@@ -187345,7 +187415,7 @@
187345
187415
  },
187346
187416
  "locationInModule": {
187347
187417
  "filename": "src/aws/storage/bucket.ts",
187348
- "line": 1106
187418
+ "line": 1103
187349
187419
  },
187350
187420
  "name": "addSource",
187351
187421
  "overrides": "terraconstructs.aws.storage.IBucket",
@@ -187382,7 +187452,7 @@
187382
187452
  },
187383
187453
  "locationInModule": {
187384
187454
  "filename": "src/aws/storage/bucket.ts",
187385
- "line": 803
187455
+ "line": 800
187386
187456
  },
187387
187457
  "name": "addToResourcePolicy",
187388
187458
  "overrides": "terraconstructs.aws.storage.IBucket",
@@ -187411,7 +187481,7 @@
187411
187481
  },
187412
187482
  "locationInModule": {
187413
187483
  "filename": "src/aws/storage/bucket.ts",
187414
- "line": 1206
187484
+ "line": 1205
187415
187485
  },
187416
187486
  "name": "arnForObjects",
187417
187487
  "overrides": "terraconstructs.aws.storage.IBucket",
@@ -187437,7 +187507,7 @@
187437
187507
  },
187438
187508
  "locationInModule": {
187439
187509
  "filename": "src/aws/storage/bucket.ts",
187440
- "line": 1068
187510
+ "line": 1065
187441
187511
  },
187442
187512
  "name": "enableEventBridgeNotification",
187443
187513
  "overrides": "terraconstructs.aws.storage.IBucket"
@@ -187449,7 +187519,7 @@
187449
187519
  },
187450
187520
  "locationInModule": {
187451
187521
  "filename": "src/aws/storage/bucket.ts",
187452
- "line": 892
187522
+ "line": 889
187453
187523
  },
187454
187524
  "name": "grantDelete",
187455
187525
  "overrides": "terraconstructs.aws.storage.IBucket",
@@ -187489,7 +187559,7 @@
187489
187559
  },
187490
187560
  "locationInModule": {
187491
187561
  "filename": "src/aws/storage/bucket.ts",
187492
- "line": 864
187562
+ "line": 861
187493
187563
  },
187494
187564
  "name": "grantPut",
187495
187565
  "overrides": "terraconstructs.aws.storage.IBucket",
@@ -187529,7 +187599,7 @@
187529
187599
  },
187530
187600
  "locationInModule": {
187531
187601
  "filename": "src/aws/storage/bucket.ts",
187532
- "line": 873
187602
+ "line": 870
187533
187603
  },
187534
187604
  "name": "grantPutAcl",
187535
187605
  "overrides": "terraconstructs.aws.storage.IBucket",
@@ -187562,7 +187632,7 @@
187562
187632
  },
187563
187633
  "locationInModule": {
187564
187634
  "filename": "src/aws/storage/bucket.ts",
187565
- "line": 828
187635
+ "line": 825
187566
187636
  },
187567
187637
  "name": "grantRead",
187568
187638
  "overrides": "terraconstructs.aws.storage.IBucket",
@@ -187602,7 +187672,7 @@
187602
187672
  },
187603
187673
  "locationInModule": {
187604
187674
  "filename": "src/aws/storage/bucket.ts",
187605
- "line": 901
187675
+ "line": 898
187606
187676
  },
187607
187677
  "name": "grantReadWrite",
187608
187678
  "overrides": "terraconstructs.aws.storage.IBucket",
@@ -187635,7 +187705,7 @@
187635
187705
  },
187636
187706
  "locationInModule": {
187637
187707
  "filename": "src/aws/storage/bucket.ts",
187638
- "line": 838
187708
+ "line": 835
187639
187709
  },
187640
187710
  "name": "grantWrite",
187641
187711
  "overrides": "terraconstructs.aws.storage.IBucket",
@@ -187679,7 +187749,7 @@
187679
187749
  },
187680
187750
  "locationInModule": {
187681
187751
  "filename": "src/aws/storage/bucket.ts",
187682
- "line": 1151
187752
+ "line": 1150
187683
187753
  },
187684
187754
  "name": "isWebsite",
187685
187755
  "overrides": "terraconstructs.aws.storage.IBucket",
@@ -187698,7 +187768,7 @@
187698
187768
  },
187699
187769
  "locationInModule": {
187700
187770
  "filename": "src/aws/storage/bucket.ts",
187701
- "line": 1189
187771
+ "line": 1188
187702
187772
  },
187703
187773
  "name": "s3UrlForObject",
187704
187774
  "overrides": "terraconstructs.aws.storage.IBucket",
@@ -187729,7 +187799,7 @@
187729
187799
  },
187730
187800
  "locationInModule": {
187731
187801
  "filename": "src/aws/storage/bucket.ts",
187732
- "line": 1228
187802
+ "line": 1227
187733
187803
  },
187734
187804
  "name": "toTerraform",
187735
187805
  "overrides": "cdktf.TerraformElement",
@@ -187748,7 +187818,7 @@
187748
187818
  },
187749
187819
  "locationInModule": {
187750
187820
  "filename": "src/aws/storage/bucket.ts",
187751
- "line": 1170
187821
+ "line": 1169
187752
187822
  },
187753
187823
  "name": "urlForObject",
187754
187824
  "overrides": "terraconstructs.aws.storage.IBucket",
@@ -187784,7 +187854,7 @@
187784
187854
  "immutable": true,
187785
187855
  "locationInModule": {
187786
187856
  "filename": "src/aws/storage/bucket.ts",
187787
- "line": 705
187857
+ "line": 702
187788
187858
  },
187789
187859
  "name": "bucketArn",
187790
187860
  "overrides": "terraconstructs.aws.storage.IBucket",
@@ -187800,7 +187870,7 @@
187800
187870
  "immutable": true,
187801
187871
  "locationInModule": {
187802
187872
  "filename": "src/aws/storage/bucket.ts",
187803
- "line": 708
187873
+ "line": 705
187804
187874
  },
187805
187875
  "name": "bucketDomainName",
187806
187876
  "type": {
@@ -187816,7 +187886,7 @@
187816
187886
  "immutable": true,
187817
187887
  "locationInModule": {
187818
187888
  "filename": "src/aws/storage/bucket.ts",
187819
- "line": 706
187889
+ "line": 703
187820
187890
  },
187821
187891
  "name": "bucketName",
187822
187892
  "overrides": "terraconstructs.aws.storage.IBucket",
@@ -187832,7 +187902,7 @@
187832
187902
  "immutable": true,
187833
187903
  "locationInModule": {
187834
187904
  "filename": "src/aws/storage/bucket.ts",
187835
- "line": 718
187905
+ "line": 715
187836
187906
  },
187837
187907
  "name": "bucketOutputs",
187838
187908
  "overrides": "terraconstructs.aws.storage.IBucket",
@@ -187848,7 +187918,7 @@
187848
187918
  "immutable": true,
187849
187919
  "locationInModule": {
187850
187920
  "filename": "src/aws/storage/bucket.ts",
187851
- "line": 709
187921
+ "line": 706
187852
187922
  },
187853
187923
  "name": "bucketRegionalDomainName",
187854
187924
  "type": {
@@ -187864,7 +187934,7 @@
187864
187934
  "immutable": true,
187865
187935
  "locationInModule": {
187866
187936
  "filename": "src/aws/storage/bucket.ts",
187867
- "line": 713
187937
+ "line": 710
187868
187938
  },
187869
187939
  "name": "hostedZoneId",
187870
187940
  "overrides": "terraconstructs.aws.storage.IBucket",
@@ -187880,7 +187950,7 @@
187880
187950
  "immutable": true,
187881
187951
  "locationInModule": {
187882
187952
  "filename": "src/aws/storage/bucket.ts",
187883
- "line": 731
187953
+ "line": 728
187884
187954
  },
187885
187955
  "name": "outputs",
187886
187956
  "overrides": "terraconstructs.TerraConstructBase",
@@ -187902,7 +187972,7 @@
187902
187972
  "immutable": true,
187903
187973
  "locationInModule": {
187904
187974
  "filename": "src/aws/storage/bucket.ts",
187905
- "line": 712
187975
+ "line": 709
187906
187976
  },
187907
187977
  "name": "versioned",
187908
187978
  "overrides": "terraconstructs.aws.storage.IBucket",
@@ -187919,7 +187989,7 @@
187919
187989
  "immutable": true,
187920
187990
  "locationInModule": {
187921
187991
  "filename": "src/aws/storage/bucket.ts",
187922
- "line": 717
187992
+ "line": 714
187923
187993
  },
187924
187994
  "name": "encryptionKey",
187925
187995
  "optional": true,
@@ -187936,7 +188006,7 @@
187936
188006
  "immutable": true,
187937
188007
  "locationInModule": {
187938
188008
  "filename": "src/aws/storage/bucket.ts",
187939
- "line": 737
188009
+ "line": 734
187940
188010
  },
187941
188011
  "name": "originAccessIdentity",
187942
188012
  "optional": true,
@@ -187954,7 +188024,7 @@
187954
188024
  "immutable": true,
187955
188025
  "locationInModule": {
187956
188026
  "filename": "src/aws/storage/bucket.ts",
187957
- "line": 711
188027
+ "line": 708
187958
188028
  },
187959
188029
  "name": "public",
187960
188030
  "optional": true,
@@ -187973,7 +188043,7 @@
187973
188043
  "immutable": true,
187974
188044
  "locationInModule": {
187975
188045
  "filename": "src/aws/storage/bucket.ts",
187976
- "line": 707
188046
+ "line": 704
187977
188047
  },
187978
188048
  "name": "websiteDomainName",
187979
188049
  "optional": true,
@@ -187990,7 +188060,7 @@
187990
188060
  "immutable": true,
187991
188061
  "locationInModule": {
187992
188062
  "filename": "src/aws/storage/bucket.ts",
187993
- "line": 710
188063
+ "line": 707
187994
188064
  },
187995
188065
  "name": "websiteEndpoint",
187996
188066
  "optional": true,
@@ -188006,7 +188076,7 @@
188006
188076
  },
188007
188077
  "locationInModule": {
188008
188078
  "filename": "src/aws/storage/bucket.ts",
188009
- "line": 758
188079
+ "line": 755
188010
188080
  },
188011
188081
  "name": "autoCreatePolicy",
188012
188082
  "protected": true,
@@ -188020,7 +188090,7 @@
188020
188090
  },
188021
188091
  "locationInModule": {
188022
188092
  "filename": "src/aws/storage/bucket.ts",
188023
- "line": 767
188093
+ "line": 764
188024
188094
  },
188025
188095
  "name": "notificationsHandlerRole",
188026
188096
  "optional": true,
@@ -188035,7 +188105,7 @@
188035
188105
  },
188036
188106
  "locationInModule": {
188037
188107
  "filename": "src/aws/storage/bucket.ts",
188038
- "line": 769
188108
+ "line": 766
188039
188109
  },
188040
188110
  "name": "notificationsSkipDestinationValidation",
188041
188111
  "optional": true,
@@ -188053,7 +188123,7 @@
188053
188123
  },
188054
188124
  "locationInModule": {
188055
188125
  "filename": "src/aws/storage/bucket.ts",
188056
- "line": 752
188126
+ "line": 749
188057
188127
  },
188058
188128
  "name": "policy",
188059
188129
  "optional": true,
@@ -188075,7 +188145,7 @@
188075
188145
  "kind": "enum",
188076
188146
  "locationInModule": {
188077
188147
  "filename": "src/aws/storage/bucket.ts",
188078
- "line": 1969
188148
+ "line": 1982
188079
188149
  },
188080
188150
  "members": [
188081
188151
  {
@@ -188442,7 +188512,7 @@
188442
188512
  "kind": "interface",
188443
188513
  "locationInModule": {
188444
188514
  "filename": "src/aws/storage/bucket.ts",
188445
- "line": 365
188515
+ "line": 362
188446
188516
  },
188447
188517
  "name": "BucketOutputs",
188448
188518
  "namespace": "aws.storage",
@@ -188459,7 +188529,7 @@
188459
188529
  "immutable": true,
188460
188530
  "locationInModule": {
188461
188531
  "filename": "src/aws/storage/bucket.ts",
188462
- "line": 376
188532
+ "line": 373
188463
188533
  },
188464
188534
  "name": "arn",
188465
188535
  "type": {
@@ -188478,7 +188548,7 @@
188478
188548
  "immutable": true,
188479
188549
  "locationInModule": {
188480
188550
  "filename": "src/aws/storage/bucket.ts",
188481
- "line": 394
188551
+ "line": 391
188482
188552
  },
188483
188553
  "name": "domainName",
188484
188554
  "type": {
@@ -188497,7 +188567,7 @@
188497
188567
  "immutable": true,
188498
188568
  "locationInModule": {
188499
188569
  "filename": "src/aws/storage/bucket.ts",
188500
- "line": 370
188570
+ "line": 367
188501
188571
  },
188502
188572
  "name": "name",
188503
188573
  "type": {
@@ -188516,7 +188586,7 @@
188516
188586
  "immutable": true,
188517
188587
  "locationInModule": {
188518
188588
  "filename": "src/aws/storage/bucket.ts",
188519
- "line": 400
188589
+ "line": 397
188520
188590
  },
188521
188591
  "name": "regionalDomainName",
188522
188592
  "type": {
@@ -188535,7 +188605,7 @@
188535
188605
  "immutable": true,
188536
188606
  "locationInModule": {
188537
188607
  "filename": "src/aws/storage/bucket.ts",
188538
- "line": 412
188608
+ "line": 409
188539
188609
  },
188540
188610
  "name": "encryptionKey",
188541
188611
  "optional": true,
@@ -188555,7 +188625,7 @@
188555
188625
  "immutable": true,
188556
188626
  "locationInModule": {
188557
188627
  "filename": "src/aws/storage/bucket.ts",
188558
- "line": 406
188628
+ "line": 403
188559
188629
  },
188560
188630
  "name": "originAccessIdentity",
188561
188631
  "optional": true,
@@ -188575,7 +188645,7 @@
188575
188645
  "immutable": true,
188576
188646
  "locationInModule": {
188577
188647
  "filename": "src/aws/storage/bucket.ts",
188578
- "line": 388
188648
+ "line": 385
188579
188649
  },
188580
188650
  "name": "websiteDomainName",
188581
188651
  "optional": true,
@@ -188595,7 +188665,7 @@
188595
188665
  "immutable": true,
188596
188666
  "locationInModule": {
188597
188667
  "filename": "src/aws/storage/bucket.ts",
188598
- "line": 382
188668
+ "line": 379
188599
188669
  },
188600
188670
  "name": "websiteUrl",
188601
188671
  "optional": true,
@@ -188771,7 +188841,7 @@
188771
188841
  "kind": "interface",
188772
188842
  "locationInModule": {
188773
188843
  "filename": "src/aws/storage/bucket.ts",
188774
- "line": 164
188844
+ "line": 161
188775
188845
  },
188776
188846
  "name": "BucketProps",
188777
188847
  "namespace": "aws.storage",
@@ -188787,7 +188857,7 @@
188787
188857
  "immutable": true,
188788
188858
  "locationInModule": {
188789
188859
  "filename": "src/aws/storage/bucket.ts",
188790
- "line": 200
188860
+ "line": 197
188791
188861
  },
188792
188862
  "name": "bucketKeyEnabled",
188793
188863
  "optional": true,
@@ -188806,7 +188876,7 @@
188806
188876
  "immutable": true,
188807
188877
  "locationInModule": {
188808
188878
  "filename": "src/aws/storage/bucket.ts",
188809
- "line": 234
188879
+ "line": 231
188810
188880
  },
188811
188881
  "name": "bucketName",
188812
188882
  "optional": true,
@@ -188825,7 +188895,7 @@
188825
188895
  "immutable": true,
188826
188896
  "locationInModule": {
188827
188897
  "filename": "src/aws/storage/bucket.ts",
188828
- "line": 357
188898
+ "line": 354
188829
188899
  },
188830
188900
  "name": "cloudfrontAccess",
188831
188901
  "optional": true,
@@ -188843,7 +188913,7 @@
188843
188913
  "immutable": true,
188844
188914
  "locationInModule": {
188845
188915
  "filename": "src/aws/storage/bucket.ts",
188846
- "line": 291
188916
+ "line": 288
188847
188917
  },
188848
188918
  "name": "corsConfig",
188849
188919
  "optional": true,
@@ -188862,7 +188932,7 @@
188862
188932
  "immutable": true,
188863
188933
  "locationInModule": {
188864
188934
  "filename": "src/aws/storage/bucket.ts",
188865
- "line": 174
188935
+ "line": 171
188866
188936
  },
188867
188937
  "name": "encryption",
188868
188938
  "optional": true,
@@ -188881,7 +188951,7 @@
188881
188951
  "immutable": true,
188882
188952
  "locationInModule": {
188883
188953
  "filename": "src/aws/storage/bucket.ts",
188884
- "line": 185
188954
+ "line": 182
188885
188955
  },
188886
188956
  "name": "encryptionKey",
188887
188957
  "optional": true,
@@ -188901,7 +188971,7 @@
188901
188971
  "immutable": true,
188902
188972
  "locationInModule": {
188903
188973
  "filename": "src/aws/storage/bucket.ts",
188904
- "line": 337
188974
+ "line": 334
188905
188975
  },
188906
188976
  "name": "enforceSSL",
188907
188977
  "optional": true,
@@ -188919,7 +188989,7 @@
188919
188989
  "immutable": true,
188920
188990
  "locationInModule": {
188921
188991
  "filename": "src/aws/storage/bucket.ts",
188922
- "line": 321
188992
+ "line": 318
188923
188993
  },
188924
188994
  "name": "eventBridgeEnabled",
188925
188995
  "optional": true,
@@ -188938,7 +189008,7 @@
188938
189008
  "immutable": true,
188939
189009
  "locationInModule": {
188940
189010
  "filename": "src/aws/storage/bucket.ts",
188941
- "line": 269
189011
+ "line": 266
188942
189012
  },
188943
189013
  "name": "forceDestroy",
188944
189014
  "optional": true,
@@ -188956,7 +189026,7 @@
188956
189026
  "immutable": true,
188957
189027
  "locationInModule": {
188958
189028
  "filename": "src/aws/storage/bucket.ts",
188959
- "line": 302
189029
+ "line": 299
188960
189030
  },
188961
189031
  "name": "lifecycleRules",
188962
189032
  "optional": true,
@@ -188981,7 +189051,7 @@
188981
189051
  "immutable": true,
188982
189052
  "locationInModule": {
188983
189053
  "filename": "src/aws/storage/bucket.ts",
188984
- "line": 348
189054
+ "line": 345
188985
189055
  },
188986
189056
  "name": "minimumTLSVersion",
188987
189057
  "optional": true,
@@ -189000,7 +189070,7 @@
189000
189070
  "immutable": true,
189001
189071
  "locationInModule": {
189002
189072
  "filename": "src/aws/storage/bucket.ts",
189003
- "line": 244
189073
+ "line": 241
189004
189074
  },
189005
189075
  "name": "namePrefix",
189006
189076
  "optional": true,
@@ -189019,7 +189089,7 @@
189019
189089
  "immutable": true,
189020
189090
  "locationInModule": {
189021
189091
  "filename": "src/aws/storage/bucket.ts",
189022
- "line": 220
189092
+ "line": 217
189023
189093
  },
189024
189094
  "name": "public",
189025
189095
  "optional": true,
@@ -189038,7 +189108,7 @@
189038
189108
  "immutable": true,
189039
189109
  "locationInModule": {
189040
189110
  "filename": "src/aws/storage/bucket.ts",
189041
- "line": 208
189111
+ "line": 205
189042
189112
  },
189043
189113
  "name": "sources",
189044
189114
  "optional": true,
@@ -189079,7 +189149,7 @@
189079
189149
  "immutable": true,
189080
189150
  "locationInModule": {
189081
189151
  "filename": "src/aws/storage/bucket.ts",
189082
- "line": 314
189152
+ "line": 311
189083
189153
  },
189084
189154
  "name": "versioned",
189085
189155
  "optional": true,
@@ -189097,7 +189167,7 @@
189097
189167
  "immutable": true,
189098
189168
  "locationInModule": {
189099
189169
  "filename": "src/aws/storage/bucket.ts",
189100
- "line": 282
189170
+ "line": 279
189101
189171
  },
189102
189172
  "name": "websiteConfig",
189103
189173
  "optional": true,
@@ -189506,7 +189576,7 @@
189506
189576
  "kind": "interface",
189507
189577
  "locationInModule": {
189508
189578
  "filename": "src/aws/storage/bucket.ts",
189509
- "line": 42
189579
+ "line": 39
189510
189580
  },
189511
189581
  "name": "CloudfrontAccessConfig",
189512
189582
  "namespace": "aws.storage",
@@ -189520,7 +189590,7 @@
189520
189590
  "immutable": true,
189521
189591
  "locationInModule": {
189522
189592
  "filename": "src/aws/storage/bucket.ts",
189523
- "line": 46
189593
+ "line": 43
189524
189594
  },
189525
189595
  "name": "enabled",
189526
189596
  "type": {
@@ -189537,7 +189607,7 @@
189537
189607
  "immutable": true,
189538
189608
  "locationInModule": {
189539
189609
  "filename": "src/aws/storage/bucket.ts",
189540
- "line": 52
189610
+ "line": 49
189541
189611
  },
189542
189612
  "name": "keyPatterns",
189543
189613
  "optional": true,
@@ -190242,7 +190312,7 @@
190242
190312
  "kind": "enum",
190243
190313
  "locationInModule": {
190244
190314
  "filename": "src/aws/storage/bucket.ts",
190245
- "line": 2010
190315
+ "line": 2023
190246
190316
  },
190247
190317
  "members": [
190248
190318
  {
@@ -190621,7 +190691,7 @@
190621
190691
  "kind": "interface",
190622
190692
  "locationInModule": {
190623
190693
  "filename": "src/aws/storage/bucket.ts",
190624
- "line": 418
190694
+ "line": 415
190625
190695
  },
190626
190696
  "methods": [
190627
190697
  {
@@ -190634,7 +190704,7 @@
190634
190704
  },
190635
190705
  "locationInModule": {
190636
190706
  "filename": "src/aws/storage/bucket.ts",
190637
- "line": 655
190707
+ "line": 652
190638
190708
  },
190639
190709
  "name": "addEventNotification",
190640
190710
  "parameters": [
@@ -190679,7 +190749,7 @@
190679
190749
  },
190680
190750
  "locationInModule": {
190681
190751
  "filename": "src/aws/storage/bucket.ts",
190682
- "line": 669
190752
+ "line": 666
190683
190753
  },
190684
190754
  "name": "addObjectCreatedNotification",
190685
190755
  "parameters": [
@@ -190714,7 +190784,7 @@
190714
190784
  },
190715
190785
  "locationInModule": {
190716
190786
  "filename": "src/aws/storage/bucket.ts",
190717
- "line": 682
190787
+ "line": 679
190718
190788
  },
190719
190789
  "name": "addObjectRemovedNotification",
190720
190790
  "parameters": [
@@ -190748,7 +190818,7 @@
190748
190818
  },
190749
190819
  "locationInModule": {
190750
190820
  "filename": "src/aws/storage/bucket.ts",
190751
- "line": 467
190821
+ "line": 464
190752
190822
  },
190753
190823
  "name": "addSource",
190754
190824
  "parameters": [
@@ -190782,7 +190852,7 @@
190782
190852
  },
190783
190853
  "locationInModule": {
190784
190854
  "filename": "src/aws/storage/bucket.ts",
190785
- "line": 525
190855
+ "line": 522
190786
190856
  },
190787
190857
  "name": "addToResourcePolicy",
190788
190858
  "parameters": [
@@ -190811,7 +190881,7 @@
190811
190881
  },
190812
190882
  "locationInModule": {
190813
190883
  "filename": "src/aws/storage/bucket.ts",
190814
- "line": 503
190884
+ "line": 500
190815
190885
  },
190816
190886
  "name": "arnForObjects",
190817
190887
  "parameters": [
@@ -190837,7 +190907,7 @@
190837
190907
  },
190838
190908
  "locationInModule": {
190839
190909
  "filename": "src/aws/storage/bucket.ts",
190840
- "line": 701
190910
+ "line": 698
190841
190911
  },
190842
190912
  "name": "enableEventBridgeNotification"
190843
190913
  },
@@ -190849,7 +190919,7 @@
190849
190919
  },
190850
190920
  "locationInModule": {
190851
190921
  "filename": "src/aws/storage/bucket.ts",
190852
- "line": 590
190922
+ "line": 587
190853
190923
  },
190854
190924
  "name": "grantDelete",
190855
190925
  "parameters": [
@@ -190889,7 +190959,7 @@
190889
190959
  },
190890
190960
  "locationInModule": {
190891
190961
  "filename": "src/aws/storage/bucket.ts",
190892
- "line": 570
190962
+ "line": 567
190893
190963
  },
190894
190964
  "name": "grantPut",
190895
190965
  "parameters": [
@@ -190929,7 +190999,7 @@
190929
190999
  },
190930
191000
  "locationInModule": {
190931
191001
  "filename": "src/aws/storage/bucket.ts",
190932
- "line": 581
191002
+ "line": 578
190933
191003
  },
190934
191004
  "name": "grantPutAcl",
190935
191005
  "parameters": [
@@ -190968,7 +191038,7 @@
190968
191038
  },
190969
191039
  "locationInModule": {
190970
191040
  "filename": "src/aws/storage/bucket.ts",
190971
- "line": 539
191041
+ "line": 536
190972
191042
  },
190973
191043
  "name": "grantRead",
190974
191044
  "parameters": [
@@ -191008,7 +191078,7 @@
191008
191078
  },
191009
191079
  "locationInModule": {
191010
191080
  "filename": "src/aws/storage/bucket.ts",
191011
- "line": 607
191081
+ "line": 604
191012
191082
  },
191013
191083
  "name": "grantReadWrite",
191014
191084
  "parameters": [
@@ -191048,7 +191118,7 @@
191048
191118
  },
191049
191119
  "locationInModule": {
191050
191120
  "filename": "src/aws/storage/bucket.ts",
191051
- "line": 556
191121
+ "line": 553
191052
191122
  },
191053
191123
  "name": "grantWrite",
191054
191124
  "parameters": [
@@ -191102,7 +191172,7 @@
191102
191172
  },
191103
191173
  "locationInModule": {
191104
191174
  "filename": "src/aws/storage/bucket.ts",
191105
- "line": 472
191175
+ "line": 469
191106
191176
  },
191107
191177
  "name": "isWebsite",
191108
191178
  "returns": {
@@ -191121,7 +191191,7 @@
191121
191191
  },
191122
191192
  "locationInModule": {
191123
191193
  "filename": "src/aws/storage/bucket.ts",
191124
- "line": 497
191194
+ "line": 494
191125
191195
  },
191126
191196
  "name": "s3UrlForObject",
191127
191197
  "parameters": [
@@ -191153,7 +191223,7 @@
191153
191223
  },
191154
191224
  "locationInModule": {
191155
191225
  "filename": "src/aws/storage/bucket.ts",
191156
- "line": 487
191226
+ "line": 484
191157
191227
  },
191158
191228
  "name": "urlForObject",
191159
191229
  "parameters": [
@@ -191188,7 +191258,7 @@
191188
191258
  "immutable": true,
191189
191259
  "locationInModule": {
191190
191260
  "filename": "src/aws/storage/bucket.ts",
191191
- "line": 425
191261
+ "line": 422
191192
191262
  },
191193
191263
  "name": "bucketArn",
191194
191264
  "type": {
@@ -191204,7 +191274,7 @@
191204
191274
  "immutable": true,
191205
191275
  "locationInModule": {
191206
191276
  "filename": "src/aws/storage/bucket.ts",
191207
- "line": 430
191277
+ "line": 427
191208
191278
  },
191209
191279
  "name": "bucketName",
191210
191280
  "type": {
@@ -191220,7 +191290,7 @@
191220
191290
  "immutable": true,
191221
191291
  "locationInModule": {
191222
191292
  "filename": "src/aws/storage/bucket.ts",
191223
- "line": 420
191293
+ "line": 417
191224
191294
  },
191225
191295
  "name": "bucketOutputs",
191226
191296
  "type": {
@@ -191236,7 +191306,7 @@
191236
191306
  "immutable": true,
191237
191307
  "locationInModule": {
191238
191308
  "filename": "src/aws/storage/bucket.ts",
191239
- "line": 436
191309
+ "line": 433
191240
191310
  },
191241
191311
  "name": "hostedZoneId",
191242
191312
  "type": {
@@ -191252,7 +191322,7 @@
191252
191322
  "immutable": true,
191253
191323
  "locationInModule": {
191254
191324
  "filename": "src/aws/storage/bucket.ts",
191255
- "line": 433
191325
+ "line": 430
191256
191326
  },
191257
191327
  "name": "versioned",
191258
191328
  "type": {
@@ -191268,7 +191338,7 @@
191268
191338
  "immutable": true,
191269
191339
  "locationInModule": {
191270
191340
  "filename": "src/aws/storage/bucket.ts",
191271
- "line": 454
191341
+ "line": 451
191272
191342
  },
191273
191343
  "name": "encryptionKey",
191274
191344
  "optional": true,
@@ -191285,7 +191355,7 @@
191285
191355
  "immutable": true,
191286
191356
  "locationInModule": {
191287
191357
  "filename": "src/aws/storage/bucket.ts",
191288
- "line": 449
191358
+ "line": 446
191289
191359
  },
191290
191360
  "name": "public",
191291
191361
  "optional": true,
@@ -191306,7 +191376,7 @@
191306
191376
  "immutable": true,
191307
191377
  "locationInModule": {
191308
191378
  "filename": "src/aws/storage/bucket.ts",
191309
- "line": 444
191379
+ "line": 441
191310
191380
  },
191311
191381
  "name": "websiteDomainName",
191312
191382
  "optional": true,
@@ -191323,7 +191393,7 @@
191323
191393
  },
191324
191394
  "locationInModule": {
191325
191395
  "filename": "src/aws/storage/bucket.ts",
191326
- "line": 462
191396
+ "line": 459
191327
191397
  },
191328
191398
  "name": "policy",
191329
191399
  "optional": true,
@@ -193677,7 +193747,7 @@
193677
193747
  "kind": "interface",
193678
193748
  "locationInModule": {
193679
193749
  "filename": "src/aws/storage/bucket.ts",
193680
- "line": 2233
193750
+ "line": 2246
193681
193751
  },
193682
193752
  "name": "NotificationKeyFilter",
193683
193753
  "namespace": "aws.storage",
@@ -193691,7 +193761,7 @@
193691
193761
  "immutable": true,
193692
193762
  "locationInModule": {
193693
193763
  "filename": "src/aws/storage/bucket.ts",
193694
- "line": 2237
193764
+ "line": 2250
193695
193765
  },
193696
193766
  "name": "id",
193697
193767
  "optional": true,
@@ -193708,7 +193778,7 @@
193708
193778
  "immutable": true,
193709
193779
  "locationInModule": {
193710
193780
  "filename": "src/aws/storage/bucket.ts",
193711
- "line": 2241
193781
+ "line": 2254
193712
193782
  },
193713
193783
  "name": "prefix",
193714
193784
  "optional": true,
@@ -193725,7 +193795,7 @@
193725
193795
  "immutable": true,
193726
193796
  "locationInModule": {
193727
193797
  "filename": "src/aws/storage/bucket.ts",
193728
- "line": 2246
193798
+ "line": 2259
193729
193799
  },
193730
193800
  "name": "suffix",
193731
193801
  "optional": true,
@@ -196382,7 +196452,7 @@
196382
196452
  "kind": "enum",
196383
196453
  "locationInModule": {
196384
196454
  "filename": "src/aws/storage/bucket.ts",
196385
- "line": 1904
196455
+ "line": 1917
196386
196456
  },
196387
196457
  "members": [
196388
196458
  {
@@ -202015,6 +202085,6 @@
202015
202085
  "symbolId": "src/aws/storage/notification-targets/queue:QueueDestination"
202016
202086
  }
202017
202087
  },
202018
- "version": "0.1.9",
202019
- "fingerprint": "+fsPBHWSiBiF+2AxOJK+TvVhy4rE3xTcm/jBbR7YNRE="
202088
+ "version": "0.1.10",
202089
+ "fingerprint": "8Rq11ecko2tDOu1duNksqwGUWIe880ThfAPQNxSUwuo="
202020
202090
  }