terraconstructs 0.1.1 → 0.1.2

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 (265) hide show
  1. package/.jsii +185 -119
  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.js +1 -1
  7. package/lib/aws/aws-tags.js +2 -2
  8. package/lib/aws/cloudwatch/actions/appscaling.js +1 -1
  9. package/lib/aws/cloudwatch/actions/ec2.js +1 -1
  10. package/lib/aws/cloudwatch/actions/lambda.js +1 -1
  11. package/lib/aws/cloudwatch/actions/sns.js +1 -1
  12. package/lib/aws/cloudwatch/actions/ssm.js +2 -2
  13. package/lib/aws/cloudwatch/alarm-base.js +1 -1
  14. package/lib/aws/cloudwatch/alarm-rule.js +1 -1
  15. package/lib/aws/cloudwatch/alarm-status-widget.js +1 -1
  16. package/lib/aws/cloudwatch/alarm.js +1 -1
  17. package/lib/aws/cloudwatch/composite-alarm.js +1 -1
  18. package/lib/aws/cloudwatch/dashboard.js +1 -1
  19. package/lib/aws/cloudwatch/data-protection-policy.js +3 -3
  20. package/lib/aws/cloudwatch/graph.js +8 -8
  21. package/lib/aws/cloudwatch/layout.js +3 -3
  22. package/lib/aws/cloudwatch/log-destinations/kinesis.js +1 -1
  23. package/lib/aws/cloudwatch/log-destinations/lambda.js +1 -1
  24. package/lib/aws/cloudwatch/log-group.js +1 -1
  25. package/lib/aws/cloudwatch/log-query.js +1 -1
  26. package/lib/aws/cloudwatch/log-stream.js +1 -1
  27. package/lib/aws/cloudwatch/metric-filter.js +1 -1
  28. package/lib/aws/cloudwatch/metric.js +2 -2
  29. package/lib/aws/cloudwatch/pattern.js +3 -3
  30. package/lib/aws/cloudwatch/policy.js +1 -1
  31. package/lib/aws/cloudwatch/query-definition.js +2 -2
  32. package/lib/aws/cloudwatch/stats.js +1 -1
  33. package/lib/aws/cloudwatch/subscription-filter.js +1 -1
  34. package/lib/aws/cloudwatch/text.js +1 -1
  35. package/lib/aws/cloudwatch/variable.js +3 -3
  36. package/lib/aws/cloudwatch/widget.js +1 -1
  37. package/lib/aws/compute/access-log.js +4 -4
  38. package/lib/aws/compute/activity.js +1 -1
  39. package/lib/aws/compute/alb/application-listener-action.js +1 -1
  40. package/lib/aws/compute/alb/application-listener-certificate.js +1 -1
  41. package/lib/aws/compute/alb/application-listener-rule.js +1 -1
  42. package/lib/aws/compute/alb/application-listener.js +1 -1
  43. package/lib/aws/compute/alb/application-load-balancer.js +1 -1
  44. package/lib/aws/compute/alb/application-target-group.js +1 -1
  45. package/lib/aws/compute/alb/conditions.js +1 -1
  46. package/lib/aws/compute/alb/trust-store-revocation.js +1 -1
  47. package/lib/aws/compute/alb/trust-store.js +1 -1
  48. package/lib/aws/compute/api-definition.js +3 -3
  49. package/lib/aws/compute/api-key.js +2 -2
  50. package/lib/aws/compute/architecture.js +1 -1
  51. package/lib/aws/compute/aspects/require-imdsv2-aspect.js +2 -2
  52. package/lib/aws/compute/authorizer.js +1 -1
  53. package/lib/aws/compute/authorizers/identity-source.js +1 -1
  54. package/lib/aws/compute/authorizers/lambda.js +2 -2
  55. package/lib/aws/compute/base-path-mapping.js +1 -1
  56. package/lib/aws/compute/base-scalable-attribute.js +1 -1
  57. package/lib/aws/compute/bastion-host.js +1 -1
  58. package/lib/aws/compute/chain.js +1 -1
  59. package/lib/aws/compute/client-vpn-authorization-rule.js +1 -1
  60. package/lib/aws/compute/client-vpn-endpoint.js +2 -2
  61. package/lib/aws/compute/client-vpn-route.js +2 -2
  62. package/lib/aws/compute/code.d.ts +11 -2
  63. package/lib/aws/compute/code.js +51 -12
  64. package/lib/aws/compute/condition.js +1 -1
  65. package/lib/aws/compute/connections.js +1 -1
  66. package/lib/aws/compute/cors.js +1 -1
  67. package/lib/aws/compute/deployment.js +1 -1
  68. package/lib/aws/compute/domain-name.js +1 -1
  69. package/lib/aws/compute/event-invoke-config.js +1 -1
  70. package/lib/aws/compute/event-source-filter.js +2 -2
  71. package/lib/aws/compute/event-source-mapping.js +1 -1
  72. package/lib/aws/compute/event-sources/s3-onfailure-destination.js +1 -1
  73. package/lib/aws/compute/event-sources/s3.js +1 -1
  74. package/lib/aws/compute/event-sources/sqs-dlq.js +1 -1
  75. package/lib/aws/compute/event-sources/sqs.js +1 -1
  76. package/lib/aws/compute/fields.js +4 -4
  77. package/lib/aws/compute/function-alias.js +1 -1
  78. package/lib/aws/compute/function-base.js +2 -2
  79. package/lib/aws/compute/function-destinations/event-bridge.js +1 -1
  80. package/lib/aws/compute/function-destinations/function.js +1 -1
  81. package/lib/aws/compute/function-destinations/sqs.js +1 -1
  82. package/lib/aws/compute/function-nodejs/function.js +1 -1
  83. package/lib/aws/compute/function-url.js +1 -1
  84. package/lib/aws/compute/function.js +1 -1
  85. package/lib/aws/compute/gateway-response.js +2 -2
  86. package/lib/aws/compute/handler.js +1 -1
  87. package/lib/aws/compute/instance-types.js +1 -1
  88. package/lib/aws/compute/instance.js +1 -1
  89. package/lib/aws/compute/integration.js +1 -1
  90. package/lib/aws/compute/integrations/aws.js +1 -1
  91. package/lib/aws/compute/integrations/http.js +1 -1
  92. package/lib/aws/compute/integrations/lambda.js +1 -1
  93. package/lib/aws/compute/integrations/mock.js +1 -1
  94. package/lib/aws/compute/integrations/stepfunctions.js +1 -1
  95. package/lib/aws/compute/ip-addresses.js +2 -2
  96. package/lib/aws/compute/ipam.js +1 -1
  97. package/lib/aws/compute/key-pair.js +1 -1
  98. package/lib/aws/compute/lambda-api.js +1 -1
  99. package/lib/aws/compute/launch-template.js +2 -2
  100. package/lib/aws/compute/lb-shared/base-listener.js +1 -1
  101. package/lib/aws/compute/lb-shared/base-load-balancer.js +2 -2
  102. package/lib/aws/compute/lb-shared/base-target-group.js +1 -1
  103. package/lib/aws/compute/lb-shared/listener-certificate.js +1 -1
  104. package/lib/aws/compute/lb-shared/load-balancer-targets.js +2 -2
  105. package/lib/aws/compute/lb-targets/alb-target.js +3 -3
  106. package/lib/aws/compute/lb-targets/instance-target.js +2 -2
  107. package/lib/aws/compute/lb-targets/ip-target.js +1 -1
  108. package/lib/aws/compute/lb-targets/lambda-target.js +1 -1
  109. package/lib/aws/compute/load-balancer.js +3 -3
  110. package/lib/aws/compute/machine-image/amazon-linux-2022.js +2 -2
  111. package/lib/aws/compute/machine-image/amazon-linux-2023.js +2 -2
  112. package/lib/aws/compute/machine-image/amazon-linux2.js +2 -2
  113. package/lib/aws/compute/machine-image/common.js +1 -1
  114. package/lib/aws/compute/machine-image/machine-image.js +8 -8
  115. package/lib/aws/compute/method.js +7 -4
  116. package/lib/aws/compute/model.js +3 -3
  117. package/lib/aws/compute/nat.js +5 -5
  118. package/lib/aws/compute/network-acl-types.js +2 -2
  119. package/lib/aws/compute/network-acl.js +3 -3
  120. package/lib/aws/compute/nlb/network-listener-action.js +1 -1
  121. package/lib/aws/compute/nlb/network-listener.js +1 -1
  122. package/lib/aws/compute/nlb/network-load-balancer.js +1 -1
  123. package/lib/aws/compute/nlb/network-target-group.js +1 -1
  124. package/lib/aws/compute/peer.js +1 -1
  125. package/lib/aws/compute/placement-group.js +1 -1
  126. package/lib/aws/compute/port.js +1 -1
  127. package/lib/aws/compute/prefix-list.js +1 -1
  128. package/lib/aws/compute/requestvalidator.js +1 -1
  129. package/lib/aws/compute/resource.js +3 -3
  130. package/lib/aws/compute/restapi.js +3 -3
  131. package/lib/aws/compute/route.js +8 -8
  132. package/lib/aws/compute/runtime.js +1 -1
  133. package/lib/aws/compute/scalable-target.js +1 -1
  134. package/lib/aws/compute/schedule.js +1 -1
  135. package/lib/aws/compute/security-group.js +1 -1
  136. package/lib/aws/compute/stage.js +2 -2
  137. package/lib/aws/compute/state-graph.js +1 -1
  138. package/lib/aws/compute/state-machine-fragment.js +1 -1
  139. package/lib/aws/compute/state-machine.js +4 -4
  140. package/lib/aws/compute/states/choice.js +1 -1
  141. package/lib/aws/compute/states/custom-state.js +1 -1
  142. package/lib/aws/compute/states/distributed-map/item-batcher.js +1 -1
  143. package/lib/aws/compute/states/distributed-map/item-reader.js +5 -5
  144. package/lib/aws/compute/states/distributed-map/result-writer.js +1 -1
  145. package/lib/aws/compute/states/distributed-map.js +1 -1
  146. package/lib/aws/compute/states/fail.js +1 -1
  147. package/lib/aws/compute/states/map-base.js +1 -1
  148. package/lib/aws/compute/states/map.js +1 -1
  149. package/lib/aws/compute/states/parallel.js +1 -1
  150. package/lib/aws/compute/states/pass.js +2 -2
  151. package/lib/aws/compute/states/state.js +1 -1
  152. package/lib/aws/compute/states/succeed.js +1 -1
  153. package/lib/aws/compute/states/task-base.js +2 -2
  154. package/lib/aws/compute/states/task.js +1 -1
  155. package/lib/aws/compute/states/wait.js +2 -2
  156. package/lib/aws/compute/step-scaling-action.js +1 -1
  157. package/lib/aws/compute/step-scaling-policy.js +1 -1
  158. package/lib/aws/compute/stepfunctions-api.js +1 -1
  159. package/lib/aws/compute/subnet-v2.js +2 -2
  160. package/lib/aws/compute/subnet.js +1 -1
  161. package/lib/aws/compute/target-tracking-scaling-policy.js +1 -1
  162. package/lib/aws/compute/task-credentials.js +1 -1
  163. package/lib/aws/compute/task-input.js +1 -1
  164. package/lib/aws/compute/tasks/aws-sdk/call-aws-service.js +1 -1
  165. package/lib/aws/compute/tasks/eventbridge/put-events.js +1 -1
  166. package/lib/aws/compute/tasks/http/invoke.js +1 -1
  167. package/lib/aws/compute/tasks/lambda/invoke.js +1 -1
  168. package/lib/aws/compute/tasks/sqs/send-message.js +1 -1
  169. package/lib/aws/compute/tasks/stepfunctions/invoke-activity.js +1 -1
  170. package/lib/aws/compute/tasks/stepfunctions/start-execution.js +1 -1
  171. package/lib/aws/compute/types.js +1 -1
  172. package/lib/aws/compute/usage-plan.js +1 -1
  173. package/lib/aws/compute/user-data.js +3 -3
  174. package/lib/aws/compute/volume.js +2 -2
  175. package/lib/aws/compute/vpc-endpoint-service.js +1 -1
  176. package/lib/aws/compute/vpc-endpoint.js +6 -6
  177. package/lib/aws/compute/vpc-flow-logs.js +4 -4
  178. package/lib/aws/compute/vpc-link.js +1 -1
  179. package/lib/aws/compute/vpc-v2-base.js +1 -1
  180. package/lib/aws/compute/vpc-v2.js +2 -2
  181. package/lib/aws/compute/vpc.js +4 -4
  182. package/lib/aws/compute/vpn.js +3 -3
  183. package/lib/aws/edge/certificate.js +1 -1
  184. package/lib/aws/edge/distribution.js +3 -3
  185. package/lib/aws/edge/dns-alias-record-targets.js +3 -3
  186. package/lib/aws/edge/dns-record.js +13 -13
  187. package/lib/aws/edge/dns-zone.js +1 -1
  188. package/lib/aws/edge/function.js +2 -2
  189. package/lib/aws/edge/key-value-store.js +4 -4
  190. package/lib/aws/edge/origin.js +3 -3
  191. package/lib/aws/edge/response-headers-policy.js +1 -1
  192. package/lib/aws/encryption/alias.js +1 -1
  193. package/lib/aws/encryption/key.js +1 -1
  194. package/lib/aws/encryption/via-service-principal.js +1 -1
  195. package/lib/aws/iam/grant.js +2 -2
  196. package/lib/aws/iam/group.js +1 -1
  197. package/lib/aws/iam/instance-profile.js +1 -1
  198. package/lib/aws/iam/managed-policy.js +1 -1
  199. package/lib/aws/iam/oidc-provider.js +1 -1
  200. package/lib/aws/iam/policy-document.js +1 -1
  201. package/lib/aws/iam/policy-statement.js +1 -1
  202. package/lib/aws/iam/policy.js +1 -1
  203. package/lib/aws/iam/principals.js +20 -20
  204. package/lib/aws/iam/role.js +1 -1
  205. package/lib/aws/iam/saml-provider.js +2 -2
  206. package/lib/aws/iam/unknown-principal.js +1 -1
  207. package/lib/aws/iam/user.js +1 -1
  208. package/lib/aws/network/simple-ipv4-vpc.js +1 -1
  209. package/lib/aws/network/subnet-group.js +3 -3
  210. package/lib/aws/network/subnet.js +4 -4
  211. package/lib/aws/notify/archive.js +1 -1
  212. package/lib/aws/notify/connection.js +3 -3
  213. package/lib/aws/notify/event-bus.js +3 -3
  214. package/lib/aws/notify/event-pattern.js +1 -1
  215. package/lib/aws/notify/input.js +2 -2
  216. package/lib/aws/notify/kinesis-stream.js +1 -1
  217. package/lib/aws/notify/notification-rule.js +1 -1
  218. package/lib/aws/notify/policy.js +1 -1
  219. package/lib/aws/notify/queue-policy.js +1 -1
  220. package/lib/aws/notify/queue.js +1 -1
  221. package/lib/aws/notify/resource-policy.js +1 -1
  222. package/lib/aws/notify/rule.js +1 -1
  223. package/lib/aws/notify/schedule.js +1 -1
  224. package/lib/aws/notify/subscription-filter.js +1 -1
  225. package/lib/aws/notify/subscription.js +4 -4
  226. package/lib/aws/notify/subscriptions/email.js +1 -1
  227. package/lib/aws/notify/subscriptions/lambda.js +1 -1
  228. package/lib/aws/notify/subscriptions/sms.js +1 -1
  229. package/lib/aws/notify/subscriptions/sqs.js +1 -1
  230. package/lib/aws/notify/subscriptions/url.js +1 -1
  231. package/lib/aws/notify/targets/event-bus.js +1 -1
  232. package/lib/aws/notify/targets/function.js +1 -1
  233. package/lib/aws/notify/targets/log-group.js +2 -2
  234. package/lib/aws/notify/targets/sqs.js +1 -1
  235. package/lib/aws/notify/targets/state-machine.js +1 -1
  236. package/lib/aws/notify/topic-base.js +1 -1
  237. package/lib/aws/notify/topic.js +1 -1
  238. package/lib/aws/storage/assets/image-asset.js +3 -3
  239. package/lib/aws/storage/assets/s3.js +1 -1
  240. package/lib/aws/storage/auth-token.js +2 -2
  241. package/lib/aws/storage/billing.js +1 -1
  242. package/lib/aws/storage/bucket-notifications.js +1 -1
  243. package/lib/aws/storage/bucket-policy.js +1 -1
  244. package/lib/aws/storage/bucket-source.js +1 -1
  245. package/lib/aws/storage/bucket.js +2 -2
  246. package/lib/aws/storage/capacity.js +1 -1
  247. package/lib/aws/storage/ecr-repository.js +3 -3
  248. package/lib/aws/storage/encryption.js +1 -1
  249. package/lib/aws/storage/notification-targets/function.js +1 -1
  250. package/lib/aws/storage/notification-targets/queue.js +1 -1
  251. package/lib/aws/storage/origin-access-identity.js +1 -1
  252. package/lib/aws/storage/parameter.js +2 -2
  253. package/lib/aws/storage/table.js +3 -3
  254. package/lib/bundling.js +3 -3
  255. package/lib/construct-base.js +2 -2
  256. package/lib/duration.js +1 -1
  257. package/lib/expiration.js +1 -1
  258. package/lib/fs/ignore.js +4 -4
  259. package/lib/fs/index.js +1 -1
  260. package/lib/size.js +1 -1
  261. package/lib/stack-base.d.ts +10 -0
  262. package/lib/stack-base.js +9 -2
  263. package/lib/terra-func.js +1 -1
  264. package/lib/time-zone.js +1 -1
  265. package/package.json +3 -1
package/.jsii CHANGED
@@ -15,6 +15,7 @@
15
15
  "minimatch": "^3.1.2"
16
16
  },
17
17
  "dependencies": {
18
+ "@cdktf/provider-archive": "^11.0.0",
18
19
  "@cdktf/provider-aws": "^20.1.0",
19
20
  "@cdktf/provider-cloudinit": "^11.0.0",
20
21
  "@cdktf/provider-docker": "^12.0.2",
@@ -24,6 +25,37 @@
24
25
  "constructs": "^10.4.2"
25
26
  },
26
27
  "dependencyClosure": {
28
+ "@cdktf/provider-archive": {
29
+ "submodules": {
30
+ "@cdktf/provider-archive.dataArchiveFile": {},
31
+ "@cdktf/provider-archive.file": {},
32
+ "@cdktf/provider-archive.provider": {}
33
+ },
34
+ "targets": {
35
+ "dotnet": {
36
+ "namespace": "HashiCorp.Cdktf.Providers.Archive",
37
+ "packageId": "HashiCorp.Cdktf.Providers.Archive"
38
+ },
39
+ "go": {
40
+ "moduleName": "github.com/cdktf/cdktf-provider-archive-go",
41
+ "packageName": "archive"
42
+ },
43
+ "java": {
44
+ "maven": {
45
+ "artifactId": "cdktf-provider-archive",
46
+ "groupId": "com.hashicorp"
47
+ },
48
+ "package": "com.hashicorp.cdktf.providers.archive"
49
+ },
50
+ "js": {
51
+ "npm": "@cdktf/provider-archive"
52
+ },
53
+ "python": {
54
+ "distName": "cdktf-cdktf-provider-archive",
55
+ "module": "cdktf_cdktf_provider_archive"
56
+ }
57
+ }
58
+ },
27
59
  "@cdktf/provider-aws": {
28
60
  "submodules": {
29
61
  "@cdktf/provider-aws.accessanalyzerAnalyzer": {},
@@ -6957,7 +6989,7 @@
6957
6989
  "kind": "interface",
6958
6990
  "locationInModule": {
6959
6991
  "filename": "src/stack-base.ts",
6960
- "line": 114
6992
+ "line": 115
6961
6993
  },
6962
6994
  "methods": [
6963
6995
  {
@@ -6967,7 +6999,7 @@
6967
6999
  },
6968
7000
  "locationInModule": {
6969
7001
  "filename": "src/stack-base.ts",
6970
- "line": 121
7002
+ "line": 129
6971
7003
  },
6972
7004
  "name": "resolve",
6973
7005
  "parameters": [
@@ -6998,7 +7030,7 @@
6998
7030
  },
6999
7031
  "locationInModule": {
7000
7032
  "filename": "src/stack-base.ts",
7001
- "line": 122
7033
+ "line": 130
7002
7034
  },
7003
7035
  "name": "uniqueResourceName",
7004
7036
  "parameters": [
@@ -7038,7 +7070,7 @@
7038
7070
  },
7039
7071
  "locationInModule": {
7040
7072
  "filename": "src/stack-base.ts",
7041
- "line": 126
7073
+ "line": 134
7042
7074
  },
7043
7075
  "name": "uniqueResourceNamePrefix",
7044
7076
  "parameters": [
@@ -7074,6 +7106,23 @@
7074
7106
  ],
7075
7107
  "name": "IStack",
7076
7108
  "properties": [
7109
+ {
7110
+ "abstract": true,
7111
+ "docs": {
7112
+ "remarks": "This is used for example for inline Code content in aws Lambda Functions.\n\nref: https://github.com/hashicorp/terraform-provider-aws/issues/9774#issuecomment-669356786",
7113
+ "stability": "stable",
7114
+ "summary": "A singleton Archive Provider used to archive assets."
7115
+ },
7116
+ "immutable": true,
7117
+ "locationInModule": {
7118
+ "filename": "src/stack-base.ts",
7119
+ "line": 128
7120
+ },
7121
+ "name": "archiveProvider",
7122
+ "type": {
7123
+ "fqn": "@cdktf/provider-archive.provider.ArchiveProvider"
7124
+ }
7125
+ },
7077
7126
  {
7078
7127
  "abstract": true,
7079
7128
  "docs": {
@@ -7083,7 +7132,7 @@
7083
7132
  "immutable": true,
7084
7133
  "locationInModule": {
7085
7134
  "filename": "src/stack-base.ts",
7086
- "line": 118
7135
+ "line": 119
7087
7136
  },
7088
7137
  "name": "environmentName",
7089
7138
  "type": {
@@ -7098,7 +7147,7 @@
7098
7147
  "immutable": true,
7099
7148
  "locationInModule": {
7100
7149
  "filename": "src/stack-base.ts",
7101
- "line": 119
7150
+ "line": 120
7102
7151
  },
7103
7152
  "name": "gridUUID",
7104
7153
  "type": {
@@ -7113,7 +7162,7 @@
7113
7162
  "immutable": true,
7114
7163
  "locationInModule": {
7115
7164
  "filename": "src/stack-base.ts",
7116
- "line": 120
7165
+ "line": 121
7117
7166
  },
7118
7167
  "name": "gridBackend",
7119
7168
  "optional": true,
@@ -7972,7 +8021,7 @@
7972
8021
  },
7973
8022
  "locationInModule": {
7974
8023
  "filename": "src/stack-base.ts",
7975
- "line": 209
8024
+ "line": 228
7976
8025
  },
7977
8026
  "parameters": [
7978
8027
  {
@@ -8001,7 +8050,7 @@
8001
8050
  "kind": "class",
8002
8051
  "locationInModule": {
8003
8052
  "filename": "src/stack-base.ts",
8004
- "line": 138
8053
+ "line": 146
8005
8054
  },
8006
8055
  "methods": [
8007
8056
  {
@@ -8012,7 +8061,7 @@
8012
8061
  },
8013
8062
  "locationInModule": {
8014
8063
  "filename": "src/stack-base.ts",
8015
- "line": 144
8064
+ "line": 152
8016
8065
  },
8017
8066
  "name": "isTerraStack",
8018
8067
  "parameters": [
@@ -8038,7 +8087,7 @@
8038
8087
  },
8039
8088
  "locationInModule": {
8040
8089
  "filename": "src/stack-base.ts",
8041
- "line": 152
8090
+ "line": 160
8042
8091
  },
8043
8092
  "name": "ofTerraConstruct",
8044
8093
  "parameters": [
@@ -8068,7 +8117,7 @@
8068
8117
  },
8069
8118
  "locationInModule": {
8070
8119
  "filename": "src/stack-base.ts",
8071
- "line": 170
8120
+ "line": 178
8072
8121
  },
8073
8122
  "name": "uniqueId",
8074
8123
  "parameters": [
@@ -8105,7 +8154,7 @@
8105
8154
  },
8106
8155
  "locationInModule": {
8107
8156
  "filename": "src/stack-base.ts",
8108
- "line": 289
8157
+ "line": 308
8109
8158
  },
8110
8159
  "name": "resolve",
8111
8160
  "overrides": "terraconstructs.IStack",
@@ -8137,7 +8186,7 @@
8137
8186
  },
8138
8187
  "locationInModule": {
8139
8188
  "filename": "src/stack-base.ts",
8140
- "line": 300
8189
+ "line": 319
8141
8190
  },
8142
8191
  "name": "toJsonString",
8143
8192
  "parameters": [
@@ -8170,7 +8219,7 @@
8170
8219
  },
8171
8220
  "locationInModule": {
8172
8221
  "filename": "src/stack-base.ts",
8173
- "line": 240
8222
+ "line": 259
8174
8223
  },
8175
8224
  "name": "uniqueResourceName",
8176
8225
  "overrides": "terraconstructs.IStack",
@@ -8219,7 +8268,7 @@
8219
8268
  },
8220
8269
  "locationInModule": {
8221
8270
  "filename": "src/stack-base.ts",
8222
- "line": 272
8271
+ "line": 291
8223
8272
  },
8224
8273
  "name": "uniqueResourceNamePrefix",
8225
8274
  "overrides": "terraconstructs.IStack",
@@ -8262,6 +8311,23 @@
8262
8311
  ],
8263
8312
  "name": "StackBase",
8264
8313
  "properties": [
8314
+ {
8315
+ "docs": {
8316
+ "remarks": "This is used for example for inline Code content in aws Lambda Functions.\n\nref: https://github.com/hashicorp/terraform-provider-aws/issues/9774#issuecomment-669356786",
8317
+ "stability": "stable",
8318
+ "summary": "A singleton Archive Provider used to archive assets."
8319
+ },
8320
+ "immutable": true,
8321
+ "locationInModule": {
8322
+ "filename": "src/stack-base.ts",
8323
+ "line": 218
8324
+ },
8325
+ "name": "archiveProvider",
8326
+ "overrides": "terraconstructs.IStack",
8327
+ "type": {
8328
+ "fqn": "@cdktf/provider-archive.provider.ArchiveProvider"
8329
+ }
8330
+ },
8265
8331
  {
8266
8332
  "docs": {
8267
8333
  "stability": "stable",
@@ -8270,7 +8336,7 @@
8270
8336
  "immutable": true,
8271
8337
  "locationInModule": {
8272
8338
  "filename": "src/stack-base.ts",
8273
- "line": 202
8339
+ "line": 210
8274
8340
  },
8275
8341
  "name": "environmentName",
8276
8342
  "overrides": "terraconstructs.IStack",
@@ -8286,7 +8352,7 @@
8286
8352
  "immutable": true,
8287
8353
  "locationInModule": {
8288
8354
  "filename": "src/stack-base.ts",
8289
- "line": 197
8355
+ "line": 205
8290
8356
  },
8291
8357
  "name": "gridUUID",
8292
8358
  "overrides": "terraconstructs.IStack",
@@ -8302,7 +8368,7 @@
8302
8368
  "immutable": true,
8303
8369
  "locationInModule": {
8304
8370
  "filename": "src/stack-base.ts",
8305
- "line": 207
8371
+ "line": 215
8306
8372
  },
8307
8373
  "name": "gridBackend",
8308
8374
  "optional": true,
@@ -8324,7 +8390,7 @@
8324
8390
  "kind": "interface",
8325
8391
  "locationInModule": {
8326
8392
  "filename": "src/stack-base.ts",
8327
- "line": 80
8393
+ "line": 81
8328
8394
  },
8329
8395
  "name": "StackBaseProps",
8330
8396
  "properties": [
@@ -8337,7 +8403,7 @@
8337
8403
  "immutable": true,
8338
8404
  "locationInModule": {
8339
8405
  "filename": "src/stack-base.ts",
8340
- "line": 94
8406
+ "line": 95
8341
8407
  },
8342
8408
  "name": "environmentName",
8343
8409
  "type": {
@@ -8354,7 +8420,7 @@
8354
8420
  "immutable": true,
8355
8421
  "locationInModule": {
8356
8422
  "filename": "src/stack-base.ts",
8357
- "line": 89
8423
+ "line": 90
8358
8424
  },
8359
8425
  "name": "gridUUID",
8360
8426
  "type": {
@@ -8371,7 +8437,7 @@
8371
8437
  "immutable": true,
8372
8438
  "locationInModule": {
8373
8439
  "filename": "src/stack-base.ts",
8374
- "line": 111
8440
+ "line": 112
8375
8441
  },
8376
8442
  "name": "gridBackendConfig",
8377
8443
  "optional": true,
@@ -15128,7 +15194,7 @@
15128
15194
  "kind": "interface",
15129
15195
  "locationInModule": {
15130
15196
  "filename": "src/stack-base.ts",
15131
- "line": 43
15197
+ "line": 44
15132
15198
  },
15133
15199
  "name": "UniqueResourceNameOptions",
15134
15200
  "properties": [
@@ -15142,7 +15208,7 @@
15142
15208
  "immutable": true,
15143
15209
  "locationInModule": {
15144
15210
  "filename": "src/stack-base.ts",
15145
- "line": 63
15211
+ "line": 64
15146
15212
  },
15147
15213
  "name": "allowedSpecialCharacters",
15148
15214
  "optional": true,
@@ -15160,7 +15226,7 @@
15160
15226
  "immutable": true,
15161
15227
  "locationInModule": {
15162
15228
  "filename": "src/stack-base.ts",
15163
- "line": 77
15229
+ "line": 78
15164
15230
  },
15165
15231
  "name": "lowerCase",
15166
15232
  "optional": true,
@@ -15178,7 +15244,7 @@
15178
15244
  "immutable": true,
15179
15245
  "locationInModule": {
15180
15246
  "filename": "src/stack-base.ts",
15181
- "line": 49
15247
+ "line": 50
15182
15248
  },
15183
15249
  "name": "maxLength",
15184
15250
  "optional": true,
@@ -15196,7 +15262,7 @@
15196
15262
  "immutable": true,
15197
15263
  "locationInModule": {
15198
15264
  "filename": "src/stack-base.ts",
15199
- "line": 70
15265
+ "line": 71
15200
15266
  },
15201
15267
  "name": "prefix",
15202
15268
  "optional": true,
@@ -15214,7 +15280,7 @@
15214
15280
  "immutable": true,
15215
15281
  "locationInModule": {
15216
15282
  "filename": "src/stack-base.ts",
15217
- "line": 56
15283
+ "line": 57
15218
15284
  },
15219
15285
  "name": "separator",
15220
15286
  "optional": true,
@@ -15239,7 +15305,7 @@
15239
15305
  "kind": "interface",
15240
15306
  "locationInModule": {
15241
15307
  "filename": "src/stack-base.ts",
15242
- "line": 29
15308
+ "line": 30
15243
15309
  },
15244
15310
  "name": "UniqueResourceNamePrefixOptions",
15245
15311
  "properties": [
@@ -15254,7 +15320,7 @@
15254
15320
  "immutable": true,
15255
15321
  "locationInModule": {
15256
15322
  "filename": "src/stack-base.ts",
15257
- "line": 37
15323
+ "line": 38
15258
15324
  },
15259
15325
  "name": "suffixLength",
15260
15326
  "optional": true,
@@ -44579,7 +44645,7 @@
44579
44645
  },
44580
44646
  "locationInModule": {
44581
44647
  "filename": "src/aws/compute/code.ts",
44582
- "line": 426
44648
+ "line": 473
44583
44649
  },
44584
44650
  "parameters": [
44585
44651
  {
@@ -44603,7 +44669,7 @@
44603
44669
  "kind": "class",
44604
44670
  "locationInModule": {
44605
44671
  "filename": "src/aws/compute/code.ts",
44606
- "line": 419
44672
+ "line": 466
44607
44673
  },
44608
44674
  "methods": [
44609
44675
  {
@@ -44613,7 +44679,7 @@
44613
44679
  },
44614
44680
  "locationInModule": {
44615
44681
  "filename": "src/aws/compute/code.ts",
44616
- "line": 433
44682
+ "line": 480
44617
44683
  },
44618
44684
  "name": "bind",
44619
44685
  "overrides": "terraconstructs.aws.compute.Code",
@@ -44643,7 +44709,7 @@
44643
44709
  "immutable": true,
44644
44710
  "locationInModule": {
44645
44711
  "filename": "src/aws/compute/code.ts",
44646
- "line": 420
44712
+ "line": 467
44647
44713
  },
44648
44714
  "name": "isInline",
44649
44715
  "overrides": "terraconstructs.aws.compute.Code",
@@ -44659,7 +44725,7 @@
44659
44725
  "immutable": true,
44660
44726
  "locationInModule": {
44661
44727
  "filename": "src/aws/compute/code.ts",
44662
- "line": 427
44728
+ "line": 474
44663
44729
  },
44664
44730
  "name": "path",
44665
44731
  "type": {
@@ -44683,7 +44749,7 @@
44683
44749
  },
44684
44750
  "locationInModule": {
44685
44751
  "filename": "src/aws/compute/code.ts",
44686
- "line": 725
44752
+ "line": 772
44687
44753
  },
44688
44754
  "parameters": [
44689
44755
  {
@@ -44703,7 +44769,7 @@
44703
44769
  "kind": "class",
44704
44770
  "locationInModule": {
44705
44771
  "filename": "src/aws/compute/code.ts",
44706
- "line": 721
44772
+ "line": 768
44707
44773
  },
44708
44774
  "methods": [
44709
44775
  {
@@ -44713,7 +44779,7 @@
44713
44779
  },
44714
44780
  "locationInModule": {
44715
44781
  "filename": "src/aws/compute/code.ts",
44716
- "line": 732
44782
+ "line": 779
44717
44783
  },
44718
44784
  "name": "bind",
44719
44785
  "overrides": "terraconstructs.aws.compute.Code",
@@ -44743,7 +44809,7 @@
44743
44809
  "immutable": true,
44744
44810
  "locationInModule": {
44745
44811
  "filename": "src/aws/compute/code.ts",
44746
- "line": 722
44812
+ "line": 769
44747
44813
  },
44748
44814
  "name": "isInline",
44749
44815
  "overrides": "terraconstructs.aws.compute.Code",
@@ -44768,7 +44834,7 @@
44768
44834
  "kind": "interface",
44769
44835
  "locationInModule": {
44770
44836
  "filename": "src/aws/compute/code.ts",
44771
- "line": 690
44837
+ "line": 737
44772
44838
  },
44773
44839
  "name": "AssetImageCodeProps",
44774
44840
  "namespace": "aws.compute",
@@ -44785,7 +44851,7 @@
44785
44851
  "immutable": true,
44786
44852
  "locationInModule": {
44787
44853
  "filename": "src/aws/compute/code.ts",
44788
- "line": 698
44854
+ "line": 745
44789
44855
  },
44790
44856
  "name": "cmd",
44791
44857
  "optional": true,
@@ -44810,7 +44876,7 @@
44810
44876
  "immutable": true,
44811
44877
  "locationInModule": {
44812
44878
  "filename": "src/aws/compute/code.ts",
44813
- "line": 707
44879
+ "line": 754
44814
44880
  },
44815
44881
  "name": "entrypoint",
44816
44882
  "optional": true,
@@ -44835,7 +44901,7 @@
44835
44901
  "immutable": true,
44836
44902
  "locationInModule": {
44837
44903
  "filename": "src/aws/compute/code.ts",
44838
- "line": 715
44904
+ "line": 762
44839
44905
  },
44840
44906
  "name": "workingDirectory",
44841
44907
  "optional": true,
@@ -45106,7 +45172,7 @@
45106
45172
  "kind": "enum",
45107
45173
  "locationInModule": {
45108
45174
  "filename": "src/aws/compute/method.ts",
45109
- "line": 717
45175
+ "line": 722
45110
45176
  },
45111
45177
  "members": [
45112
45178
  {
@@ -48771,7 +48837,7 @@
48771
48837
  "kind": "interface",
48772
48838
  "locationInModule": {
48773
48839
  "filename": "src/aws/compute/code.ts",
48774
- "line": 816
48840
+ "line": 863
48775
48841
  },
48776
48842
  "name": "BucketOptions",
48777
48843
  "namespace": "aws.compute",
@@ -48785,7 +48851,7 @@
48785
48851
  "immutable": true,
48786
48852
  "locationInModule": {
48787
48853
  "filename": "src/aws/compute/code.ts",
48788
- "line": 820
48854
+ "line": 867
48789
48855
  },
48790
48856
  "name": "objectVersion",
48791
48857
  "optional": true,
@@ -48803,7 +48869,7 @@
48803
48869
  "immutable": true,
48804
48870
  "locationInModule": {
48805
48871
  "filename": "src/aws/compute/code.ts",
48806
- "line": 825
48872
+ "line": 872
48807
48873
  },
48808
48874
  "name": "sourceKMSKey",
48809
48875
  "optional": true,
@@ -51639,7 +51705,7 @@
51639
51705
  "kind": "class",
51640
51706
  "locationInModule": {
51641
51707
  "filename": "src/aws/compute/code.ts",
51642
- "line": 23
51708
+ "line": 26
51643
51709
  },
51644
51710
  "methods": [
51645
51711
  {
@@ -51650,7 +51716,7 @@
51650
51716
  },
51651
51717
  "locationInModule": {
51652
51718
  "filename": "src/aws/compute/code.ts",
51653
- "line": 172
51719
+ "line": 175
51654
51720
  },
51655
51721
  "name": "asset",
51656
51722
  "parameters": [
@@ -51676,7 +51742,7 @@
51676
51742
  },
51677
51743
  "locationInModule": {
51678
51744
  "filename": "src/aws/compute/code.ts",
51679
- "line": 58
51745
+ "line": 61
51680
51746
  },
51681
51747
  "name": "bucket",
51682
51748
  "parameters": [
@@ -51714,7 +51780,7 @@
51714
51780
  },
51715
51781
  "locationInModule": {
51716
51782
  "filename": "src/aws/compute/code.ts",
51717
- "line": 88
51783
+ "line": 91
51718
51784
  },
51719
51785
  "name": "fromAsset",
51720
51786
  "parameters": [
@@ -51749,7 +51815,7 @@
51749
51815
  },
51750
51816
  "locationInModule": {
51751
51817
  "filename": "src/aws/compute/code.ts",
51752
- "line": 215
51818
+ "line": 218
51753
51819
  },
51754
51820
  "name": "fromAssetImage",
51755
51821
  "parameters": [
@@ -51787,7 +51853,7 @@
51787
51853
  },
51788
51854
  "locationInModule": {
51789
51855
  "filename": "src/aws/compute/code.ts",
51790
- "line": 30
51856
+ "line": 33
51791
51857
  },
51792
51858
  "name": "fromBucket",
51793
51859
  "parameters": [
@@ -51834,7 +51900,7 @@
51834
51900
  },
51835
51901
  "locationInModule": {
51836
51902
  "filename": "src/aws/compute/code.ts",
51837
- "line": 46
51903
+ "line": 49
51838
51904
  },
51839
51905
  "name": "fromBucketV2",
51840
51906
  "parameters": [
@@ -51882,7 +51948,7 @@
51882
51948
  },
51883
51949
  "locationInModule": {
51884
51950
  "filename": "src/aws/compute/code.ts",
51885
- "line": 104
51951
+ "line": 107
51886
51952
  },
51887
51953
  "name": "fromCustomCommand",
51888
51954
  "parameters": [
@@ -51935,7 +52001,7 @@
51935
52001
  },
51936
52002
  "locationInModule": {
51937
52003
  "filename": "src/aws/compute/code.ts",
51938
- "line": 147
52004
+ "line": 150
51939
52005
  },
51940
52006
  "name": "fromDockerBuild",
51941
52007
  "parameters": [
@@ -51973,7 +52039,7 @@
51973
52039
  },
51974
52040
  "locationInModule": {
51975
52041
  "filename": "src/aws/compute/code.ts",
51976
- "line": 203
52042
+ "line": 206
51977
52043
  },
51978
52044
  "name": "fromEcrImage",
51979
52045
  "parameters": [
@@ -52012,7 +52078,7 @@
52012
52078
  },
52013
52079
  "locationInModule": {
52014
52080
  "filename": "src/aws/compute/code.ts",
52015
- "line": 71
52081
+ "line": 74
52016
52082
  },
52017
52083
  "name": "fromInline",
52018
52084
  "parameters": [
@@ -52041,7 +52107,7 @@
52041
52107
  },
52042
52108
  "locationInModule": {
52043
52109
  "filename": "src/aws/compute/code.ts",
52044
- "line": 182
52110
+ "line": 185
52045
52111
  },
52046
52112
  "name": "fromTerraformVariables",
52047
52113
  "parameters": [
@@ -52071,7 +52137,7 @@
52071
52137
  },
52072
52138
  "locationInModule": {
52073
52139
  "filename": "src/aws/compute/code.ts",
52074
- "line": 79
52140
+ "line": 82
52075
52141
  },
52076
52142
  "name": "inline",
52077
52143
  "parameters": [
@@ -52091,13 +52157,13 @@
52091
52157
  },
52092
52158
  {
52093
52159
  "docs": {
52094
- "deprecated": "use `fromCfnParameters`",
52160
+ "deprecated": "use `fromTerraformVariables`",
52095
52161
  "stability": "deprecated",
52096
52162
  "summary": "DEPRECATED."
52097
52163
  },
52098
52164
  "locationInModule": {
52099
52165
  "filename": "src/aws/compute/code.ts",
52100
- "line": 192
52166
+ "line": 195
52101
52167
  },
52102
52168
  "name": "terraformVariables",
52103
52169
  "parameters": [
@@ -52124,7 +52190,7 @@
52124
52190
  },
52125
52191
  "locationInModule": {
52126
52192
  "filename": "src/aws/compute/code.ts",
52127
- "line": 237
52193
+ "line": 240
52128
52194
  },
52129
52195
  "name": "bind",
52130
52196
  "parameters": [
@@ -52159,7 +52225,7 @@
52159
52225
  "immutable": true,
52160
52226
  "locationInModule": {
52161
52227
  "filename": "src/aws/compute/code.ts",
52162
- "line": 228
52228
+ "line": 231
52163
52229
  },
52164
52230
  "name": "isInline",
52165
52231
  "type": {
@@ -52180,7 +52246,7 @@
52180
52246
  "kind": "interface",
52181
52247
  "locationInModule": {
52182
52248
  "filename": "src/aws/compute/code.ts",
52183
- "line": 256
52249
+ "line": 259
52184
52250
  },
52185
52251
  "name": "CodeConfig",
52186
52252
  "namespace": "aws.compute",
@@ -52195,7 +52261,7 @@
52195
52261
  "immutable": true,
52196
52262
  "locationInModule": {
52197
52263
  "filename": "src/aws/compute/code.ts",
52198
- "line": 273
52264
+ "line": 276
52199
52265
  },
52200
52266
  "name": "image",
52201
52267
  "optional": true,
@@ -52213,7 +52279,7 @@
52213
52279
  "immutable": true,
52214
52280
  "locationInModule": {
52215
52281
  "filename": "src/aws/compute/code.ts",
52216
- "line": 267
52282
+ "line": 270
52217
52283
  },
52218
52284
  "name": "inlineCode",
52219
52285
  "optional": true,
@@ -52231,7 +52297,7 @@
52231
52297
  "immutable": true,
52232
52298
  "locationInModule": {
52233
52299
  "filename": "src/aws/compute/code.ts",
52234
- "line": 261
52300
+ "line": 264
52235
52301
  },
52236
52302
  "name": "s3Location",
52237
52303
  "optional": true,
@@ -52248,7 +52314,7 @@
52248
52314
  "immutable": true,
52249
52315
  "locationInModule": {
52250
52316
  "filename": "src/aws/compute/code.ts",
52251
- "line": 284
52317
+ "line": 287
52252
52318
  },
52253
52319
  "name": "sourceCodeHash",
52254
52320
  "optional": true,
@@ -52266,7 +52332,7 @@
52266
52332
  "immutable": true,
52267
52333
  "locationInModule": {
52268
52334
  "filename": "src/aws/compute/code.ts",
52269
- "line": 279
52335
+ "line": 282
52270
52336
  },
52271
52337
  "name": "sourceKMSKeyArn",
52272
52338
  "optional": true,
@@ -52288,7 +52354,7 @@
52288
52354
  "kind": "interface",
52289
52355
  "locationInModule": {
52290
52356
  "filename": "src/aws/compute/code.ts",
52291
- "line": 290
52357
+ "line": 293
52292
52358
  },
52293
52359
  "name": "CodeImageConfig",
52294
52360
  "namespace": "aws.compute",
@@ -52302,7 +52368,7 @@
52302
52368
  "immutable": true,
52303
52369
  "locationInModule": {
52304
52370
  "filename": "src/aws/compute/code.ts",
52305
- "line": 294
52371
+ "line": 297
52306
52372
  },
52307
52373
  "name": "imageUri",
52308
52374
  "type": {
@@ -52321,7 +52387,7 @@
52321
52387
  "immutable": true,
52322
52388
  "locationInModule": {
52323
52389
  "filename": "src/aws/compute/code.ts",
52324
- "line": 302
52390
+ "line": 305
52325
52391
  },
52326
52392
  "name": "cmd",
52327
52393
  "optional": true,
@@ -52346,7 +52412,7 @@
52346
52412
  "immutable": true,
52347
52413
  "locationInModule": {
52348
52414
  "filename": "src/aws/compute/code.ts",
52349
- "line": 311
52415
+ "line": 314
52350
52416
  },
52351
52417
  "name": "entrypoint",
52352
52418
  "optional": true,
@@ -52371,7 +52437,7 @@
52371
52437
  "immutable": true,
52372
52438
  "locationInModule": {
52373
52439
  "filename": "src/aws/compute/code.ts",
52374
- "line": 319
52440
+ "line": 322
52375
52441
  },
52376
52442
  "name": "workingDirectory",
52377
52443
  "optional": true,
@@ -55489,7 +55555,7 @@
55489
55555
  "kind": "interface",
55490
55556
  "locationInModule": {
55491
55557
  "filename": "src/aws/compute/code.ts",
55492
- "line": 804
55558
+ "line": 851
55493
55559
  },
55494
55560
  "name": "CustomCommandOptions",
55495
55561
  "namespace": "aws.compute",
@@ -55504,7 +55570,7 @@
55504
55570
  "immutable": true,
55505
55571
  "locationInModule": {
55506
55572
  "filename": "src/aws/compute/code.ts",
55507
- "line": 810
55573
+ "line": 857
55508
55574
  },
55509
55575
  "name": "commandOptions",
55510
55576
  "optional": true,
@@ -56891,7 +56957,7 @@
56891
56957
  "kind": "interface",
56892
56958
  "locationInModule": {
56893
56959
  "filename": "src/aws/compute/code.ts",
56894
- "line": 783
56960
+ "line": 830
56895
56961
  },
56896
56962
  "name": "DockerBuildAssetOptions",
56897
56963
  "namespace": "aws.compute",
@@ -56906,7 +56972,7 @@
56906
56972
  "immutable": true,
56907
56973
  "locationInModule": {
56908
56974
  "filename": "src/aws/compute/code.ts",
56909
- "line": 790
56975
+ "line": 837
56910
56976
  },
56911
56977
  "name": "imagePath",
56912
56978
  "optional": true,
@@ -56924,7 +56990,7 @@
56924
56990
  "immutable": true,
56925
56991
  "locationInModule": {
56926
56992
  "filename": "src/aws/compute/code.ts",
56927
- "line": 798
56993
+ "line": 845
56928
56994
  },
56929
56995
  "name": "outputPath",
56930
56996
  "optional": true,
@@ -57740,7 +57806,7 @@
57740
57806
  },
57741
57807
  "locationInModule": {
57742
57808
  "filename": "src/aws/compute/code.ts",
57743
- "line": 664
57809
+ "line": 711
57744
57810
  },
57745
57811
  "parameters": [
57746
57812
  {
@@ -57761,7 +57827,7 @@
57761
57827
  "kind": "class",
57762
57828
  "locationInModule": {
57763
57829
  "filename": "src/aws/compute/code.ts",
57764
- "line": 661
57830
+ "line": 708
57765
57831
  },
57766
57832
  "methods": [
57767
57833
  {
@@ -57771,7 +57837,7 @@
57771
57837
  },
57772
57838
  "locationInModule": {
57773
57839
  "filename": "src/aws/compute/code.ts",
57774
- "line": 671
57840
+ "line": 718
57775
57841
  },
57776
57842
  "name": "bind",
57777
57843
  "overrides": "terraconstructs.aws.compute.Code",
@@ -57801,7 +57867,7 @@
57801
57867
  "immutable": true,
57802
57868
  "locationInModule": {
57803
57869
  "filename": "src/aws/compute/code.ts",
57804
- "line": 662
57870
+ "line": 709
57805
57871
  },
57806
57872
  "name": "isInline",
57807
57873
  "overrides": "terraconstructs.aws.compute.Code",
@@ -57823,7 +57889,7 @@
57823
57889
  "kind": "interface",
57824
57890
  "locationInModule": {
57825
57891
  "filename": "src/aws/compute/code.ts",
57826
- "line": 618
57892
+ "line": 665
57827
57893
  },
57828
57894
  "name": "EcrImageCodeProps",
57829
57895
  "namespace": "aws.compute",
@@ -57840,7 +57906,7 @@
57840
57906
  "immutable": true,
57841
57907
  "locationInModule": {
57842
57908
  "filename": "src/aws/compute/code.ts",
57843
- "line": 625
57909
+ "line": 672
57844
57910
  },
57845
57911
  "name": "cmd",
57846
57912
  "optional": true,
@@ -57865,7 +57931,7 @@
57865
57931
  "immutable": true,
57866
57932
  "locationInModule": {
57867
57933
  "filename": "src/aws/compute/code.ts",
57868
- "line": 634
57934
+ "line": 681
57869
57935
  },
57870
57936
  "name": "entrypoint",
57871
57937
  "optional": true,
@@ -57889,7 +57955,7 @@
57889
57955
  "immutable": true,
57890
57956
  "locationInModule": {
57891
57957
  "filename": "src/aws/compute/code.ts",
57892
- "line": 649
57958
+ "line": 696
57893
57959
  },
57894
57960
  "name": "tag",
57895
57961
  "optional": true,
@@ -57907,7 +57973,7 @@
57907
57973
  "immutable": true,
57908
57974
  "locationInModule": {
57909
57975
  "filename": "src/aws/compute/code.ts",
57910
- "line": 655
57976
+ "line": 702
57911
57977
  },
57912
57978
  "name": "tagOrDigest",
57913
57979
  "optional": true,
@@ -57927,7 +57993,7 @@
57927
57993
  "immutable": true,
57928
57994
  "locationInModule": {
57929
57995
  "filename": "src/aws/compute/code.ts",
57930
- "line": 642
57996
+ "line": 689
57931
57997
  },
57932
57998
  "name": "workingDirectory",
57933
57999
  "optional": true,
@@ -73810,7 +73876,7 @@
73810
73876
  },
73811
73877
  "locationInModule": {
73812
73878
  "filename": "src/aws/compute/code.ts",
73813
- "line": 400
73879
+ "line": 404
73814
73880
  },
73815
73881
  "parameters": [
73816
73882
  {
@@ -73824,7 +73890,7 @@
73824
73890
  "kind": "class",
73825
73891
  "locationInModule": {
73826
73892
  "filename": "src/aws/compute/code.ts",
73827
- "line": 397
73893
+ "line": 400
73828
73894
  },
73829
73895
  "methods": [
73830
73896
  {
@@ -73834,13 +73900,13 @@
73834
73900
  },
73835
73901
  "locationInModule": {
73836
73902
  "filename": "src/aws/compute/code.ts",
73837
- "line": 409
73903
+ "line": 413
73838
73904
  },
73839
73905
  "name": "bind",
73840
73906
  "overrides": "terraconstructs.aws.compute.Code",
73841
73907
  "parameters": [
73842
73908
  {
73843
- "name": "_scope",
73909
+ "name": "scope",
73844
73910
  "type": {
73845
73911
  "fqn": "constructs.Construct"
73846
73912
  }
@@ -73864,7 +73930,7 @@
73864
73930
  "immutable": true,
73865
73931
  "locationInModule": {
73866
73932
  "filename": "src/aws/compute/code.ts",
73867
- "line": 398
73933
+ "line": 401
73868
73934
  },
73869
73935
  "name": "isInline",
73870
73936
  "overrides": "terraconstructs.aws.compute.Code",
@@ -108960,7 +109026,7 @@
108960
109026
  "kind": "interface",
108961
109027
  "locationInModule": {
108962
109028
  "filename": "src/aws/compute/code.ts",
108963
- "line": 487
109029
+ "line": 534
108964
109030
  },
108965
109031
  "name": "ResourceBindOptions",
108966
109032
  "namespace": "aws.compute",
@@ -108976,7 +109042,7 @@
108976
109042
  "immutable": true,
108977
109043
  "locationInModule": {
108978
109044
  "filename": "src/aws/compute/code.ts",
108979
- "line": 493
109045
+ "line": 540
108980
109046
  },
108981
109047
  "name": "resourceProperty",
108982
109048
  "optional": true,
@@ -112776,7 +112842,7 @@
112776
112842
  },
112777
112843
  "locationInModule": {
112778
112844
  "filename": "src/aws/compute/code.ts",
112779
- "line": 329
112845
+ "line": 332
112780
112846
  },
112781
112847
  "parameters": [
112782
112848
  {
@@ -112803,7 +112869,7 @@
112803
112869
  "kind": "class",
112804
112870
  "locationInModule": {
112805
112871
  "filename": "src/aws/compute/code.ts",
112806
- "line": 325
112872
+ "line": 328
112807
112873
  },
112808
112874
  "methods": [
112809
112875
  {
@@ -112813,7 +112879,7 @@
112813
112879
  },
112814
112880
  "locationInModule": {
112815
112881
  "filename": "src/aws/compute/code.ts",
112816
- "line": 347
112882
+ "line": 350
112817
112883
  },
112818
112884
  "name": "bind",
112819
112885
  "overrides": "terraconstructs.aws.compute.Code",
@@ -112843,7 +112909,7 @@
112843
112909
  "immutable": true,
112844
112910
  "locationInModule": {
112845
112911
  "filename": "src/aws/compute/code.ts",
112846
- "line": 326
112912
+ "line": 329
112847
112913
  },
112848
112914
  "name": "isInline",
112849
112915
  "overrides": "terraconstructs.aws.compute.Code",
@@ -112869,7 +112935,7 @@
112869
112935
  },
112870
112936
  "locationInModule": {
112871
112937
  "filename": "src/aws/compute/code.ts",
112872
- "line": 365
112938
+ "line": 368
112873
112939
  },
112874
112940
  "parameters": [
112875
112941
  {
@@ -112896,7 +112962,7 @@
112896
112962
  "kind": "class",
112897
112963
  "locationInModule": {
112898
112964
  "filename": "src/aws/compute/code.ts",
112899
- "line": 361
112965
+ "line": 364
112900
112966
  },
112901
112967
  "methods": [
112902
112968
  {
@@ -112906,7 +112972,7 @@
112906
112972
  },
112907
112973
  "locationInModule": {
112908
112974
  "filename": "src/aws/compute/code.ts",
112909
- "line": 382
112975
+ "line": 385
112910
112976
  },
112911
112977
  "name": "bind",
112912
112978
  "overrides": "terraconstructs.aws.compute.Code",
@@ -112936,7 +113002,7 @@
112936
113002
  "immutable": true,
112937
113003
  "locationInModule": {
112938
113004
  "filename": "src/aws/compute/code.ts",
112939
- "line": 362
113005
+ "line": 365
112940
113006
  },
112941
113007
  "name": "isInline",
112942
113008
  "overrides": "terraconstructs.aws.compute.Code",
@@ -124936,7 +125002,7 @@
124936
125002
  },
124937
125003
  "locationInModule": {
124938
125004
  "filename": "src/aws/compute/code.ts",
124939
- "line": 535
125005
+ "line": 582
124940
125006
  },
124941
125007
  "parameters": [
124942
125008
  {
@@ -124951,7 +125017,7 @@
124951
125017
  "kind": "class",
124952
125018
  "locationInModule": {
124953
125019
  "filename": "src/aws/compute/code.ts",
124954
- "line": 529
125020
+ "line": 576
124955
125021
  },
124956
125022
  "methods": [
124957
125023
  {
@@ -124962,7 +125028,7 @@
124962
125028
  },
124963
125029
  "locationInModule": {
124964
125030
  "filename": "src/aws/compute/code.ts",
124965
- "line": 585
125031
+ "line": 632
124966
125032
  },
124967
125033
  "name": "assign",
124968
125034
  "parameters": [
@@ -124994,7 +125060,7 @@
124994
125060
  },
124995
125061
  "locationInModule": {
124996
125062
  "filename": "src/aws/compute/code.ts",
124997
- "line": 543
125063
+ "line": 590
124998
125064
  },
124999
125065
  "name": "bind",
125000
125066
  "overrides": "terraconstructs.aws.compute.Code",
@@ -125023,7 +125089,7 @@
125023
125089
  "immutable": true,
125024
125090
  "locationInModule": {
125025
125091
  "filename": "src/aws/compute/code.ts",
125026
- "line": 592
125092
+ "line": 639
125027
125093
  },
125028
125094
  "name": "bucketNameVar",
125029
125095
  "type": {
@@ -125038,7 +125104,7 @@
125038
125104
  "immutable": true,
125039
125105
  "locationInModule": {
125040
125106
  "filename": "src/aws/compute/code.ts",
125041
- "line": 530
125107
+ "line": 577
125042
125108
  },
125043
125109
  "name": "isInline",
125044
125110
  "overrides": "terraconstructs.aws.compute.Code",
@@ -125053,7 +125119,7 @@
125053
125119
  "immutable": true,
125054
125120
  "locationInModule": {
125055
125121
  "filename": "src/aws/compute/code.ts",
125056
- "line": 603
125122
+ "line": 650
125057
125123
  },
125058
125124
  "name": "objectKeyVar",
125059
125125
  "type": {
@@ -125074,7 +125140,7 @@
125074
125140
  "kind": "interface",
125075
125141
  "locationInModule": {
125076
125142
  "filename": "src/aws/compute/code.ts",
125077
- "line": 499
125143
+ "line": 546
125078
125144
  },
125079
125145
  "name": "TerraformVariablesCodeProps",
125080
125146
  "namespace": "aws.compute",
@@ -125090,7 +125156,7 @@
125090
125156
  "immutable": true,
125091
125157
  "locationInModule": {
125092
125158
  "filename": "src/aws/compute/code.ts",
125093
- "line": 507
125159
+ "line": 554
125094
125160
  },
125095
125161
  "name": "bucketNameVar",
125096
125162
  "optional": true,
@@ -125109,7 +125175,7 @@
125109
125175
  "immutable": true,
125110
125176
  "locationInModule": {
125111
125177
  "filename": "src/aws/compute/code.ts",
125112
- "line": 516
125178
+ "line": 563
125113
125179
  },
125114
125180
  "name": "objectKeyVar",
125115
125181
  "optional": true,
@@ -125127,7 +125193,7 @@
125127
125193
  "immutable": true,
125128
125194
  "locationInModule": {
125129
125195
  "filename": "src/aws/compute/code.ts",
125130
- "line": 521
125196
+ "line": 568
125131
125197
  },
125132
125198
  "name": "sourceKMSKey",
125133
125199
  "optional": true,
@@ -201190,6 +201256,6 @@
201190
201256
  "symbolId": "src/aws/storage/notification-targets/queue:QueueDestination"
201191
201257
  }
201192
201258
  },
201193
- "version": "0.1.1",
201194
- "fingerprint": "EPmVCR8xkyNfK6Qzt4bzoc1FQ9CqzmehnZcBV7aOkV4="
201259
+ "version": "0.1.2",
201260
+ "fingerprint": "d0fkNI6E63NzWS5veaUlQrDWDf6xv3fqopXD99Kh3N8="
201195
201261
  }