terraconstructs 0.1.4 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (270) hide show
  1. package/.jsii +662 -282
  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.js +44 -11
  63. package/lib/aws/compute/condition.js +1 -1
  64. package/lib/aws/compute/connections.js +1 -1
  65. package/lib/aws/compute/cors.js +1 -1
  66. package/lib/aws/compute/deployment.js +1 -1
  67. package/lib/aws/compute/domain-name.js +1 -1
  68. package/lib/aws/compute/event-invoke-config.js +1 -1
  69. package/lib/aws/compute/event-source-filter.js +2 -2
  70. package/lib/aws/compute/event-source-mapping.js +1 -1
  71. package/lib/aws/compute/event-sources/s3-onfailure-destination.js +1 -1
  72. package/lib/aws/compute/event-sources/s3.js +1 -1
  73. package/lib/aws/compute/event-sources/sqs-dlq.js +1 -1
  74. package/lib/aws/compute/event-sources/sqs.js +1 -1
  75. package/lib/aws/compute/fields.js +4 -4
  76. package/lib/aws/compute/function-alias.js +1 -1
  77. package/lib/aws/compute/function-base.d.ts +20 -0
  78. package/lib/aws/compute/function-base.js +23 -3
  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.d.ts +88 -1
  85. package/lib/aws/compute/function.js +108 -18
  86. package/lib/aws/compute/gateway-response.js +2 -2
  87. package/lib/aws/compute/handler.js +1 -1
  88. package/lib/aws/compute/instance-types.js +1 -1
  89. package/lib/aws/compute/instance.js +1 -1
  90. package/lib/aws/compute/integration.js +1 -1
  91. package/lib/aws/compute/integrations/aws.js +1 -1
  92. package/lib/aws/compute/integrations/http.js +1 -1
  93. package/lib/aws/compute/integrations/lambda.js +1 -1
  94. package/lib/aws/compute/integrations/mock.js +1 -1
  95. package/lib/aws/compute/integrations/stepfunctions.js +1 -1
  96. package/lib/aws/compute/ip-addresses.js +2 -2
  97. package/lib/aws/compute/ipam.js +1 -1
  98. package/lib/aws/compute/key-pair.js +1 -1
  99. package/lib/aws/compute/lambda-api.js +1 -1
  100. package/lib/aws/compute/launch-template.js +2 -2
  101. package/lib/aws/compute/lb-shared/base-listener.js +1 -1
  102. package/lib/aws/compute/lb-shared/base-load-balancer.js +2 -2
  103. package/lib/aws/compute/lb-shared/base-target-group.js +1 -1
  104. package/lib/aws/compute/lb-shared/listener-certificate.js +1 -1
  105. package/lib/aws/compute/lb-shared/load-balancer-targets.js +2 -2
  106. package/lib/aws/compute/lb-targets/alb-target.js +3 -3
  107. package/lib/aws/compute/lb-targets/instance-target.js +2 -2
  108. package/lib/aws/compute/lb-targets/ip-target.js +1 -1
  109. package/lib/aws/compute/lb-targets/lambda-target.js +1 -1
  110. package/lib/aws/compute/load-balancer.js +3 -3
  111. package/lib/aws/compute/machine-image/amazon-linux-2022.js +2 -2
  112. package/lib/aws/compute/machine-image/amazon-linux-2023.js +2 -2
  113. package/lib/aws/compute/machine-image/amazon-linux2.js +2 -2
  114. package/lib/aws/compute/machine-image/common.js +1 -1
  115. package/lib/aws/compute/machine-image/machine-image.js +8 -8
  116. package/lib/aws/compute/method.js +1 -1
  117. package/lib/aws/compute/model.js +3 -3
  118. package/lib/aws/compute/nat.js +5 -5
  119. package/lib/aws/compute/network-acl-types.js +2 -2
  120. package/lib/aws/compute/network-acl.js +3 -3
  121. package/lib/aws/compute/nlb/network-listener-action.js +1 -1
  122. package/lib/aws/compute/nlb/network-listener.js +1 -1
  123. package/lib/aws/compute/nlb/network-load-balancer.js +1 -1
  124. package/lib/aws/compute/nlb/network-target-group.js +1 -1
  125. package/lib/aws/compute/peer.js +1 -1
  126. package/lib/aws/compute/placement-group.js +1 -1
  127. package/lib/aws/compute/port.js +1 -1
  128. package/lib/aws/compute/prefix-list.js +1 -1
  129. package/lib/aws/compute/requestvalidator.js +1 -1
  130. package/lib/aws/compute/resource.js +3 -3
  131. package/lib/aws/compute/restapi.js +3 -3
  132. package/lib/aws/compute/route.js +8 -8
  133. package/lib/aws/compute/runtime.js +1 -1
  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/edge/certificate.js +1 -1
  185. package/lib/aws/edge/distribution.js +3 -3
  186. package/lib/aws/edge/dns-alias-record-targets.d.ts +40 -1
  187. package/lib/aws/edge/dns-alias-record-targets.js +71 -9
  188. package/lib/aws/edge/dns-record.js +13 -13
  189. package/lib/aws/edge/dns-zone.js +1 -1
  190. package/lib/aws/edge/function.js +2 -2
  191. package/lib/aws/edge/key-value-store.js +4 -4
  192. package/lib/aws/edge/origin.js +3 -3
  193. package/lib/aws/edge/response-headers-policy.js +1 -1
  194. package/lib/aws/encryption/alias.js +1 -1
  195. package/lib/aws/encryption/key.js +1 -1
  196. package/lib/aws/encryption/via-service-principal.js +1 -1
  197. package/lib/aws/iam/grant.js +2 -2
  198. package/lib/aws/iam/group.js +1 -1
  199. package/lib/aws/iam/instance-profile.js +1 -1
  200. package/lib/aws/iam/managed-policy.js +1 -1
  201. package/lib/aws/iam/oidc-provider.js +1 -1
  202. package/lib/aws/iam/policy-document.js +1 -1
  203. package/lib/aws/iam/policy-statement.js +1 -1
  204. package/lib/aws/iam/policy.js +1 -1
  205. package/lib/aws/iam/principals.js +20 -20
  206. package/lib/aws/iam/role.js +1 -1
  207. package/lib/aws/iam/saml-provider.js +2 -2
  208. package/lib/aws/iam/unknown-principal.js +1 -1
  209. package/lib/aws/iam/user.js +1 -1
  210. package/lib/aws/network/simple-ipv4-vpc.d.ts +1 -0
  211. package/lib/aws/network/simple-ipv4-vpc.js +3 -2
  212. package/lib/aws/network/subnet-group.js +3 -3
  213. package/lib/aws/network/subnet.d.ts +9 -0
  214. package/lib/aws/network/subnet.js +14 -5
  215. package/lib/aws/notify/archive.js +1 -1
  216. package/lib/aws/notify/connection.js +3 -3
  217. package/lib/aws/notify/event-bus.js +3 -3
  218. package/lib/aws/notify/event-pattern.js +1 -1
  219. package/lib/aws/notify/input.js +2 -2
  220. package/lib/aws/notify/kinesis-stream.js +1 -1
  221. package/lib/aws/notify/notification-rule.js +1 -1
  222. package/lib/aws/notify/policy.js +1 -1
  223. package/lib/aws/notify/queue-policy.js +1 -1
  224. package/lib/aws/notify/queue.js +1 -1
  225. package/lib/aws/notify/resource-policy.js +1 -1
  226. package/lib/aws/notify/rule.js +1 -1
  227. package/lib/aws/notify/schedule.js +1 -1
  228. package/lib/aws/notify/subscription-filter.js +1 -1
  229. package/lib/aws/notify/subscription.js +4 -4
  230. package/lib/aws/notify/subscriptions/email.js +1 -1
  231. package/lib/aws/notify/subscriptions/lambda.js +1 -1
  232. package/lib/aws/notify/subscriptions/sms.js +1 -1
  233. package/lib/aws/notify/subscriptions/sqs.js +1 -1
  234. package/lib/aws/notify/subscriptions/url.js +1 -1
  235. package/lib/aws/notify/targets/event-bus.js +1 -1
  236. package/lib/aws/notify/targets/function.js +1 -1
  237. package/lib/aws/notify/targets/log-group.js +2 -2
  238. package/lib/aws/notify/targets/sqs.js +1 -1
  239. package/lib/aws/notify/targets/state-machine.js +1 -1
  240. package/lib/aws/notify/topic-base.js +1 -1
  241. package/lib/aws/notify/topic.js +1 -1
  242. package/lib/aws/storage/assets/image-asset.js +3 -3
  243. package/lib/aws/storage/assets/s3.js +1 -1
  244. package/lib/aws/storage/auth-token.js +2 -2
  245. package/lib/aws/storage/billing.js +1 -1
  246. package/lib/aws/storage/bucket-notifications.js +1 -1
  247. package/lib/aws/storage/bucket-policy.js +1 -1
  248. package/lib/aws/storage/bucket-source.js +1 -1
  249. package/lib/aws/storage/bucket.js +2 -2
  250. package/lib/aws/storage/capacity.js +1 -1
  251. package/lib/aws/storage/ecr-repository.js +3 -3
  252. package/lib/aws/storage/encryption.js +6 -14
  253. package/lib/aws/storage/notification-targets/function.js +1 -1
  254. package/lib/aws/storage/notification-targets/queue.js +1 -1
  255. package/lib/aws/storage/origin-access-identity.js +1 -1
  256. package/lib/aws/storage/parameter.js +2 -2
  257. package/lib/aws/storage/table.js +3 -3
  258. package/lib/bundling.js +3 -3
  259. package/lib/construct-base.js +2 -2
  260. package/lib/duration.js +1 -1
  261. package/lib/errors.d.ts +118 -0
  262. package/lib/errors.js +215 -0
  263. package/lib/expiration.js +1 -1
  264. package/lib/fs/ignore.js +4 -4
  265. package/lib/fs/index.js +1 -1
  266. package/lib/size.js +1 -1
  267. package/lib/stack-base.js +1 -1
  268. package/lib/terra-func.js +1 -1
  269. package/lib/time-zone.js +1 -1
  270. package/package.json +1 -1
package/.jsii CHANGED
@@ -43503,7 +43503,7 @@
43503
43503
  "kind": "enum",
43504
43504
  "locationInModule": {
43505
43505
  "filename": "src/aws/compute/function.ts",
43506
- "line": 1171
43506
+ "line": 1396
43507
43507
  },
43508
43508
  "members": [
43509
43509
  {
@@ -44645,7 +44645,7 @@
44645
44645
  },
44646
44646
  "locationInModule": {
44647
44647
  "filename": "src/aws/compute/code.ts",
44648
- "line": 473
44648
+ "line": 509
44649
44649
  },
44650
44650
  "parameters": [
44651
44651
  {
@@ -44669,7 +44669,7 @@
44669
44669
  "kind": "class",
44670
44670
  "locationInModule": {
44671
44671
  "filename": "src/aws/compute/code.ts",
44672
- "line": 466
44672
+ "line": 502
44673
44673
  },
44674
44674
  "methods": [
44675
44675
  {
@@ -44679,7 +44679,7 @@
44679
44679
  },
44680
44680
  "locationInModule": {
44681
44681
  "filename": "src/aws/compute/code.ts",
44682
- "line": 480
44682
+ "line": 516
44683
44683
  },
44684
44684
  "name": "bind",
44685
44685
  "overrides": "terraconstructs.aws.compute.Code",
@@ -44709,7 +44709,7 @@
44709
44709
  "immutable": true,
44710
44710
  "locationInModule": {
44711
44711
  "filename": "src/aws/compute/code.ts",
44712
- "line": 467
44712
+ "line": 503
44713
44713
  },
44714
44714
  "name": "isInline",
44715
44715
  "overrides": "terraconstructs.aws.compute.Code",
@@ -44725,7 +44725,7 @@
44725
44725
  "immutable": true,
44726
44726
  "locationInModule": {
44727
44727
  "filename": "src/aws/compute/code.ts",
44728
- "line": 474
44728
+ "line": 510
44729
44729
  },
44730
44730
  "name": "path",
44731
44731
  "type": {
@@ -44749,7 +44749,7 @@
44749
44749
  },
44750
44750
  "locationInModule": {
44751
44751
  "filename": "src/aws/compute/code.ts",
44752
- "line": 772
44752
+ "line": 808
44753
44753
  },
44754
44754
  "parameters": [
44755
44755
  {
@@ -44769,7 +44769,7 @@
44769
44769
  "kind": "class",
44770
44770
  "locationInModule": {
44771
44771
  "filename": "src/aws/compute/code.ts",
44772
- "line": 768
44772
+ "line": 804
44773
44773
  },
44774
44774
  "methods": [
44775
44775
  {
@@ -44779,7 +44779,7 @@
44779
44779
  },
44780
44780
  "locationInModule": {
44781
44781
  "filename": "src/aws/compute/code.ts",
44782
- "line": 779
44782
+ "line": 815
44783
44783
  },
44784
44784
  "name": "bind",
44785
44785
  "overrides": "terraconstructs.aws.compute.Code",
@@ -44809,7 +44809,7 @@
44809
44809
  "immutable": true,
44810
44810
  "locationInModule": {
44811
44811
  "filename": "src/aws/compute/code.ts",
44812
- "line": 769
44812
+ "line": 805
44813
44813
  },
44814
44814
  "name": "isInline",
44815
44815
  "overrides": "terraconstructs.aws.compute.Code",
@@ -44834,7 +44834,7 @@
44834
44834
  "kind": "interface",
44835
44835
  "locationInModule": {
44836
44836
  "filename": "src/aws/compute/code.ts",
44837
- "line": 737
44837
+ "line": 773
44838
44838
  },
44839
44839
  "name": "AssetImageCodeProps",
44840
44840
  "namespace": "aws.compute",
@@ -44851,7 +44851,7 @@
44851
44851
  "immutable": true,
44852
44852
  "locationInModule": {
44853
44853
  "filename": "src/aws/compute/code.ts",
44854
- "line": 745
44854
+ "line": 781
44855
44855
  },
44856
44856
  "name": "cmd",
44857
44857
  "optional": true,
@@ -44876,7 +44876,7 @@
44876
44876
  "immutable": true,
44877
44877
  "locationInModule": {
44878
44878
  "filename": "src/aws/compute/code.ts",
44879
- "line": 754
44879
+ "line": 790
44880
44880
  },
44881
44881
  "name": "entrypoint",
44882
44882
  "optional": true,
@@ -44901,7 +44901,7 @@
44901
44901
  "immutable": true,
44902
44902
  "locationInModule": {
44903
44903
  "filename": "src/aws/compute/code.ts",
44904
- "line": 762
44904
+ "line": 798
44905
44905
  },
44906
44906
  "name": "workingDirectory",
44907
44907
  "optional": true,
@@ -48837,7 +48837,7 @@
48837
48837
  "kind": "interface",
48838
48838
  "locationInModule": {
48839
48839
  "filename": "src/aws/compute/code.ts",
48840
- "line": 863
48840
+ "line": 899
48841
48841
  },
48842
48842
  "name": "BucketOptions",
48843
48843
  "namespace": "aws.compute",
@@ -48851,7 +48851,7 @@
48851
48851
  "immutable": true,
48852
48852
  "locationInModule": {
48853
48853
  "filename": "src/aws/compute/code.ts",
48854
- "line": 867
48854
+ "line": 903
48855
48855
  },
48856
48856
  "name": "objectVersion",
48857
48857
  "optional": true,
@@ -48869,7 +48869,7 @@
48869
48869
  "immutable": true,
48870
48870
  "locationInModule": {
48871
48871
  "filename": "src/aws/compute/code.ts",
48872
- "line": 872
48872
+ "line": 908
48873
48873
  },
48874
48874
  "name": "sourceKMSKey",
48875
48875
  "optional": true,
@@ -51705,7 +51705,7 @@
51705
51705
  "kind": "class",
51706
51706
  "locationInModule": {
51707
51707
  "filename": "src/aws/compute/code.ts",
51708
- "line": 26
51708
+ "line": 27
51709
51709
  },
51710
51710
  "methods": [
51711
51711
  {
@@ -51716,7 +51716,7 @@
51716
51716
  },
51717
51717
  "locationInModule": {
51718
51718
  "filename": "src/aws/compute/code.ts",
51719
- "line": 175
51719
+ "line": 176
51720
51720
  },
51721
51721
  "name": "asset",
51722
51722
  "parameters": [
@@ -51742,7 +51742,7 @@
51742
51742
  },
51743
51743
  "locationInModule": {
51744
51744
  "filename": "src/aws/compute/code.ts",
51745
- "line": 61
51745
+ "line": 62
51746
51746
  },
51747
51747
  "name": "bucket",
51748
51748
  "parameters": [
@@ -51780,7 +51780,7 @@
51780
51780
  },
51781
51781
  "locationInModule": {
51782
51782
  "filename": "src/aws/compute/code.ts",
51783
- "line": 91
51783
+ "line": 92
51784
51784
  },
51785
51785
  "name": "fromAsset",
51786
51786
  "parameters": [
@@ -51815,7 +51815,7 @@
51815
51815
  },
51816
51816
  "locationInModule": {
51817
51817
  "filename": "src/aws/compute/code.ts",
51818
- "line": 218
51818
+ "line": 219
51819
51819
  },
51820
51820
  "name": "fromAssetImage",
51821
51821
  "parameters": [
@@ -51853,7 +51853,7 @@
51853
51853
  },
51854
51854
  "locationInModule": {
51855
51855
  "filename": "src/aws/compute/code.ts",
51856
- "line": 33
51856
+ "line": 34
51857
51857
  },
51858
51858
  "name": "fromBucket",
51859
51859
  "parameters": [
@@ -51900,7 +51900,7 @@
51900
51900
  },
51901
51901
  "locationInModule": {
51902
51902
  "filename": "src/aws/compute/code.ts",
51903
- "line": 49
51903
+ "line": 50
51904
51904
  },
51905
51905
  "name": "fromBucketV2",
51906
51906
  "parameters": [
@@ -51948,7 +51948,7 @@
51948
51948
  },
51949
51949
  "locationInModule": {
51950
51950
  "filename": "src/aws/compute/code.ts",
51951
- "line": 107
51951
+ "line": 108
51952
51952
  },
51953
51953
  "name": "fromCustomCommand",
51954
51954
  "parameters": [
@@ -52001,7 +52001,7 @@
52001
52001
  },
52002
52002
  "locationInModule": {
52003
52003
  "filename": "src/aws/compute/code.ts",
52004
- "line": 150
52004
+ "line": 151
52005
52005
  },
52006
52006
  "name": "fromDockerBuild",
52007
52007
  "parameters": [
@@ -52039,7 +52039,7 @@
52039
52039
  },
52040
52040
  "locationInModule": {
52041
52041
  "filename": "src/aws/compute/code.ts",
52042
- "line": 206
52042
+ "line": 207
52043
52043
  },
52044
52044
  "name": "fromEcrImage",
52045
52045
  "parameters": [
@@ -52078,7 +52078,7 @@
52078
52078
  },
52079
52079
  "locationInModule": {
52080
52080
  "filename": "src/aws/compute/code.ts",
52081
- "line": 74
52081
+ "line": 75
52082
52082
  },
52083
52083
  "name": "fromInline",
52084
52084
  "parameters": [
@@ -52107,7 +52107,7 @@
52107
52107
  },
52108
52108
  "locationInModule": {
52109
52109
  "filename": "src/aws/compute/code.ts",
52110
- "line": 185
52110
+ "line": 186
52111
52111
  },
52112
52112
  "name": "fromTerraformVariables",
52113
52113
  "parameters": [
@@ -52137,7 +52137,7 @@
52137
52137
  },
52138
52138
  "locationInModule": {
52139
52139
  "filename": "src/aws/compute/code.ts",
52140
- "line": 82
52140
+ "line": 83
52141
52141
  },
52142
52142
  "name": "inline",
52143
52143
  "parameters": [
@@ -52163,7 +52163,7 @@
52163
52163
  },
52164
52164
  "locationInModule": {
52165
52165
  "filename": "src/aws/compute/code.ts",
52166
- "line": 195
52166
+ "line": 196
52167
52167
  },
52168
52168
  "name": "terraformVariables",
52169
52169
  "parameters": [
@@ -52190,7 +52190,7 @@
52190
52190
  },
52191
52191
  "locationInModule": {
52192
52192
  "filename": "src/aws/compute/code.ts",
52193
- "line": 240
52193
+ "line": 241
52194
52194
  },
52195
52195
  "name": "bind",
52196
52196
  "parameters": [
@@ -52225,7 +52225,7 @@
52225
52225
  "immutable": true,
52226
52226
  "locationInModule": {
52227
52227
  "filename": "src/aws/compute/code.ts",
52228
- "line": 231
52228
+ "line": 232
52229
52229
  },
52230
52230
  "name": "isInline",
52231
52231
  "type": {
@@ -52246,7 +52246,7 @@
52246
52246
  "kind": "interface",
52247
52247
  "locationInModule": {
52248
52248
  "filename": "src/aws/compute/code.ts",
52249
- "line": 259
52249
+ "line": 260
52250
52250
  },
52251
52251
  "name": "CodeConfig",
52252
52252
  "namespace": "aws.compute",
@@ -52261,7 +52261,7 @@
52261
52261
  "immutable": true,
52262
52262
  "locationInModule": {
52263
52263
  "filename": "src/aws/compute/code.ts",
52264
- "line": 276
52264
+ "line": 277
52265
52265
  },
52266
52266
  "name": "image",
52267
52267
  "optional": true,
@@ -52279,7 +52279,7 @@
52279
52279
  "immutable": true,
52280
52280
  "locationInModule": {
52281
52281
  "filename": "src/aws/compute/code.ts",
52282
- "line": 270
52282
+ "line": 271
52283
52283
  },
52284
52284
  "name": "inlineCode",
52285
52285
  "optional": true,
@@ -52297,7 +52297,7 @@
52297
52297
  "immutable": true,
52298
52298
  "locationInModule": {
52299
52299
  "filename": "src/aws/compute/code.ts",
52300
- "line": 264
52300
+ "line": 265
52301
52301
  },
52302
52302
  "name": "s3Location",
52303
52303
  "optional": true,
@@ -52314,7 +52314,7 @@
52314
52314
  "immutable": true,
52315
52315
  "locationInModule": {
52316
52316
  "filename": "src/aws/compute/code.ts",
52317
- "line": 287
52317
+ "line": 288
52318
52318
  },
52319
52319
  "name": "sourceCodeHash",
52320
52320
  "optional": true,
@@ -52332,7 +52332,7 @@
52332
52332
  "immutable": true,
52333
52333
  "locationInModule": {
52334
52334
  "filename": "src/aws/compute/code.ts",
52335
- "line": 282
52335
+ "line": 283
52336
52336
  },
52337
52337
  "name": "sourceKMSKeyArn",
52338
52338
  "optional": true,
@@ -52354,7 +52354,7 @@
52354
52354
  "kind": "interface",
52355
52355
  "locationInModule": {
52356
52356
  "filename": "src/aws/compute/code.ts",
52357
- "line": 293
52357
+ "line": 294
52358
52358
  },
52359
52359
  "name": "CodeImageConfig",
52360
52360
  "namespace": "aws.compute",
@@ -52368,7 +52368,7 @@
52368
52368
  "immutable": true,
52369
52369
  "locationInModule": {
52370
52370
  "filename": "src/aws/compute/code.ts",
52371
- "line": 297
52371
+ "line": 298
52372
52372
  },
52373
52373
  "name": "imageUri",
52374
52374
  "type": {
@@ -52387,7 +52387,7 @@
52387
52387
  "immutable": true,
52388
52388
  "locationInModule": {
52389
52389
  "filename": "src/aws/compute/code.ts",
52390
- "line": 305
52390
+ "line": 306
52391
52391
  },
52392
52392
  "name": "cmd",
52393
52393
  "optional": true,
@@ -52412,7 +52412,7 @@
52412
52412
  "immutable": true,
52413
52413
  "locationInModule": {
52414
52414
  "filename": "src/aws/compute/code.ts",
52415
- "line": 314
52415
+ "line": 315
52416
52416
  },
52417
52417
  "name": "entrypoint",
52418
52418
  "optional": true,
@@ -52437,7 +52437,7 @@
52437
52437
  "immutable": true,
52438
52438
  "locationInModule": {
52439
52439
  "filename": "src/aws/compute/code.ts",
52440
- "line": 322
52440
+ "line": 323
52441
52441
  },
52442
52442
  "name": "workingDirectory",
52443
52443
  "optional": true,
@@ -55555,7 +55555,7 @@
55555
55555
  "kind": "interface",
55556
55556
  "locationInModule": {
55557
55557
  "filename": "src/aws/compute/code.ts",
55558
- "line": 851
55558
+ "line": 887
55559
55559
  },
55560
55560
  "name": "CustomCommandOptions",
55561
55561
  "namespace": "aws.compute",
@@ -55570,7 +55570,7 @@
55570
55570
  "immutable": true,
55571
55571
  "locationInModule": {
55572
55572
  "filename": "src/aws/compute/code.ts",
55573
- "line": 857
55573
+ "line": 893
55574
55574
  },
55575
55575
  "name": "commandOptions",
55576
55576
  "optional": true,
@@ -56919,7 +56919,7 @@
56919
56919
  "kind": "interface",
56920
56920
  "locationInModule": {
56921
56921
  "filename": "src/aws/compute/function.ts",
56922
- "line": 1219
56922
+ "line": 1444
56923
56923
  },
56924
56924
  "name": "DlqDestinationConfig",
56925
56925
  "namespace": "aws.compute",
@@ -56933,7 +56933,7 @@
56933
56933
  "immutable": true,
56934
56934
  "locationInModule": {
56935
56935
  "filename": "src/aws/compute/function.ts",
56936
- "line": 1223
56936
+ "line": 1448
56937
56937
  },
56938
56938
  "name": "destination",
56939
56939
  "type": {
@@ -56957,7 +56957,7 @@
56957
56957
  "kind": "interface",
56958
56958
  "locationInModule": {
56959
56959
  "filename": "src/aws/compute/code.ts",
56960
- "line": 830
56960
+ "line": 866
56961
56961
  },
56962
56962
  "name": "DockerBuildAssetOptions",
56963
56963
  "namespace": "aws.compute",
@@ -56972,7 +56972,7 @@
56972
56972
  "immutable": true,
56973
56973
  "locationInModule": {
56974
56974
  "filename": "src/aws/compute/code.ts",
56975
- "line": 837
56975
+ "line": 873
56976
56976
  },
56977
56977
  "name": "imagePath",
56978
56978
  "optional": true,
@@ -56990,7 +56990,7 @@
56990
56990
  "immutable": true,
56991
56991
  "locationInModule": {
56992
56992
  "filename": "src/aws/compute/code.ts",
56993
- "line": 845
56993
+ "line": 881
56994
56994
  },
56995
56995
  "name": "outputPath",
56996
56996
  "optional": true,
@@ -57806,7 +57806,7 @@
57806
57806
  },
57807
57807
  "locationInModule": {
57808
57808
  "filename": "src/aws/compute/code.ts",
57809
- "line": 711
57809
+ "line": 747
57810
57810
  },
57811
57811
  "parameters": [
57812
57812
  {
@@ -57827,7 +57827,7 @@
57827
57827
  "kind": "class",
57828
57828
  "locationInModule": {
57829
57829
  "filename": "src/aws/compute/code.ts",
57830
- "line": 708
57830
+ "line": 744
57831
57831
  },
57832
57832
  "methods": [
57833
57833
  {
@@ -57837,7 +57837,7 @@
57837
57837
  },
57838
57838
  "locationInModule": {
57839
57839
  "filename": "src/aws/compute/code.ts",
57840
- "line": 718
57840
+ "line": 754
57841
57841
  },
57842
57842
  "name": "bind",
57843
57843
  "overrides": "terraconstructs.aws.compute.Code",
@@ -57867,7 +57867,7 @@
57867
57867
  "immutable": true,
57868
57868
  "locationInModule": {
57869
57869
  "filename": "src/aws/compute/code.ts",
57870
- "line": 709
57870
+ "line": 745
57871
57871
  },
57872
57872
  "name": "isInline",
57873
57873
  "overrides": "terraconstructs.aws.compute.Code",
@@ -57889,7 +57889,7 @@
57889
57889
  "kind": "interface",
57890
57890
  "locationInModule": {
57891
57891
  "filename": "src/aws/compute/code.ts",
57892
- "line": 665
57892
+ "line": 701
57893
57893
  },
57894
57894
  "name": "EcrImageCodeProps",
57895
57895
  "namespace": "aws.compute",
@@ -57906,7 +57906,7 @@
57906
57906
  "immutable": true,
57907
57907
  "locationInModule": {
57908
57908
  "filename": "src/aws/compute/code.ts",
57909
- "line": 672
57909
+ "line": 708
57910
57910
  },
57911
57911
  "name": "cmd",
57912
57912
  "optional": true,
@@ -57931,7 +57931,7 @@
57931
57931
  "immutable": true,
57932
57932
  "locationInModule": {
57933
57933
  "filename": "src/aws/compute/code.ts",
57934
- "line": 681
57934
+ "line": 717
57935
57935
  },
57936
57936
  "name": "entrypoint",
57937
57937
  "optional": true,
@@ -57955,7 +57955,7 @@
57955
57955
  "immutable": true,
57956
57956
  "locationInModule": {
57957
57957
  "filename": "src/aws/compute/code.ts",
57958
- "line": 696
57958
+ "line": 732
57959
57959
  },
57960
57960
  "name": "tag",
57961
57961
  "optional": true,
@@ -57973,7 +57973,7 @@
57973
57973
  "immutable": true,
57974
57974
  "locationInModule": {
57975
57975
  "filename": "src/aws/compute/code.ts",
57976
- "line": 702
57976
+ "line": 738
57977
57977
  },
57978
57978
  "name": "tagOrDigest",
57979
57979
  "optional": true,
@@ -57993,7 +57993,7 @@
57993
57993
  "immutable": true,
57994
57994
  "locationInModule": {
57995
57995
  "filename": "src/aws/compute/code.ts",
57996
- "line": 689
57996
+ "line": 725
57997
57997
  },
57998
57998
  "name": "workingDirectory",
57999
57999
  "optional": true,
@@ -61835,7 +61835,7 @@
61835
61835
  "kind": "interface",
61836
61836
  "locationInModule": {
61837
61837
  "filename": "src/aws/compute/function-base.ts",
61838
- "line": 32
61838
+ "line": 34
61839
61839
  },
61840
61840
  "name": "FunctionAttributes",
61841
61841
  "namespace": "aws.compute",
@@ -61850,7 +61850,7 @@
61850
61850
  "immutable": true,
61851
61851
  "locationInModule": {
61852
61852
  "filename": "src/aws/compute/function-base.ts",
61853
- "line": 38
61853
+ "line": 40
61854
61854
  },
61855
61855
  "name": "functionArn",
61856
61856
  "type": {
@@ -61867,7 +61867,7 @@
61867
61867
  "immutable": true,
61868
61868
  "locationInModule": {
61869
61869
  "filename": "src/aws/compute/function-base.ts",
61870
- "line": 86
61870
+ "line": 88
61871
61871
  },
61872
61872
  "name": "architecture",
61873
61873
  "optional": true,
@@ -61885,7 +61885,7 @@
61885
61885
  "immutable": true,
61886
61886
  "locationInModule": {
61887
61887
  "filename": "src/aws/compute/function-base.ts",
61888
- "line": 45
61888
+ "line": 47
61889
61889
  },
61890
61890
  "name": "role",
61891
61891
  "optional": true,
@@ -61904,7 +61904,7 @@
61904
61904
  "immutable": true,
61905
61905
  "locationInModule": {
61906
61906
  "filename": "src/aws/compute/function-base.ts",
61907
- "line": 66
61907
+ "line": 68
61908
61908
  },
61909
61909
  "name": "sameEnvironment",
61910
61910
  "optional": true,
@@ -61922,7 +61922,7 @@
61922
61922
  "immutable": true,
61923
61923
  "locationInModule": {
61924
61924
  "filename": "src/aws/compute/function-base.ts",
61925
- "line": 53
61925
+ "line": 55
61926
61926
  },
61927
61927
  "name": "securityGroup",
61928
61928
  "optional": true,
@@ -61950,7 +61950,7 @@
61950
61950
  "immutable": true,
61951
61951
  "locationInModule": {
61952
61952
  "filename": "src/aws/compute/function-base.ts",
61953
- "line": 80
61953
+ "line": 82
61954
61954
  },
61955
61955
  "name": "skipPermissions",
61956
61956
  "optional": true,
@@ -61974,11 +61974,69 @@
61974
61974
  "kind": "interface",
61975
61975
  "locationInModule": {
61976
61976
  "filename": "src/aws/compute/function.ts",
61977
- "line": 63
61977
+ "line": 67
61978
61978
  },
61979
61979
  "name": "FunctionOptions",
61980
61980
  "namespace": "aws.compute",
61981
61981
  "properties": [
61982
+ {
61983
+ "abstract": true,
61984
+ "docs": {
61985
+ "default": "false",
61986
+ "remarks": "If set to true, there will only be a single egress rule which allows all\noutbound ipv6 traffic. If set to false, you must individually add traffic rules to allow the\nLambda to connect to network targets using ipv6.\n\nDo not specify this property if the `securityGroups` or `securityGroup` property is set.\nInstead, configure `allowAllIpv6Outbound` directly on the security group.",
61987
+ "stability": "stable",
61988
+ "summary": "Whether to allow the Lambda to send all ipv6 network traffic."
61989
+ },
61990
+ "immutable": true,
61991
+ "locationInModule": {
61992
+ "filename": "src/aws/compute/function.ts",
61993
+ "line": 264
61994
+ },
61995
+ "name": "allowAllIpv6Outbound",
61996
+ "optional": true,
61997
+ "type": {
61998
+ "primitive": "boolean"
61999
+ }
62000
+ },
62001
+ {
62002
+ "abstract": true,
62003
+ "docs": {
62004
+ "default": "true",
62005
+ "remarks": "If set to false, you must individually add traffic rules to allow the\nLambda to connect to network targets.\n\nDo not specify this property if the `securityGroups` or `securityGroup` property is set.\nInstead, configure `allowAllOutbound` directly on the security group.",
62006
+ "stability": "stable",
62007
+ "summary": "Whether to allow the Lambda to send all network traffic (except ipv6)."
62008
+ },
62009
+ "immutable": true,
62010
+ "locationInModule": {
62011
+ "filename": "src/aws/compute/function.ts",
62012
+ "line": 250
62013
+ },
62014
+ "name": "allowAllOutbound",
62015
+ "optional": true,
62016
+ "type": {
62017
+ "primitive": "boolean"
62018
+ }
62019
+ },
62020
+ {
62021
+ "abstract": true,
62022
+ "docs": {
62023
+ "default": "false",
62024
+ "remarks": "Use this property to acknowledge this limitation and still place the function in a public subnet.",
62025
+ "see": "https://stackoverflow.com/questions/52992085/why-cant-an-aws-lambda-function-inside-a-public-subnet-in-a-vpc-connect-to-the/52994841#52994841",
62026
+ "stability": "stable",
62027
+ "summary": "Lambda Functions in a public subnet can NOT access the internet."
62028
+ },
62029
+ "immutable": true,
62030
+ "locationInModule": {
62031
+ "filename": "src/aws/compute/function.ts",
62032
+ "line": 179
62033
+ },
62034
+ "name": "allowPublicSubnet",
62035
+ "optional": true,
62036
+ "type": {
62037
+ "primitive": "boolean"
62038
+ }
62039
+ },
61982
62040
  {
61983
62041
  "abstract": true,
61984
62042
  "docs": {
@@ -61989,7 +62047,7 @@
61989
62047
  "immutable": true,
61990
62048
  "locationInModule": {
61991
62049
  "filename": "src/aws/compute/function.ts",
61992
- "line": 244
62050
+ "line": 329
61993
62051
  },
61994
62052
  "name": "applicationLogLevel",
61995
62053
  "optional": true,
@@ -62007,7 +62065,7 @@
62007
62065
  "immutable": true,
62008
62066
  "locationInModule": {
62009
62067
  "filename": "src/aws/compute/function.ts",
62010
- "line": 103
62068
+ "line": 107
62011
62069
  },
62012
62070
  "name": "architecture",
62013
62071
  "optional": true,
@@ -62026,7 +62084,7 @@
62026
62084
  "immutable": true,
62027
62085
  "locationInModule": {
62028
62086
  "filename": "src/aws/compute/function.ts",
62029
- "line": 189
62087
+ "line": 274
62030
62088
  },
62031
62089
  "name": "deadLetterQueue",
62032
62090
  "optional": true,
@@ -62045,7 +62103,7 @@
62045
62103
  "immutable": true,
62046
62104
  "locationInModule": {
62047
62105
  "filename": "src/aws/compute/function.ts",
62048
- "line": 197
62106
+ "line": 282
62049
62107
  },
62050
62108
  "name": "deadLetterQueueEnabled",
62051
62109
  "optional": true,
@@ -62062,7 +62120,7 @@
62062
62120
  "immutable": true,
62063
62121
  "locationInModule": {
62064
62122
  "filename": "src/aws/compute/function.ts",
62065
- "line": 97
62123
+ "line": 101
62066
62124
  },
62067
62125
  "name": "description",
62068
62126
  "optional": true,
@@ -62080,7 +62138,7 @@
62080
62138
  "immutable": true,
62081
62139
  "locationInModule": {
62082
62140
  "filename": "src/aws/compute/function.ts",
62083
- "line": 92
62141
+ "line": 96
62084
62142
  },
62085
62143
  "name": "environment",
62086
62144
  "optional": true,
@@ -62104,7 +62162,7 @@
62104
62162
  "immutable": true,
62105
62163
  "locationInModule": {
62106
62164
  "filename": "src/aws/compute/function.ts",
62107
- "line": 208
62165
+ "line": 293
62108
62166
  },
62109
62167
  "name": "events",
62110
62168
  "optional": true,
@@ -62128,7 +62186,7 @@
62128
62186
  "immutable": true,
62129
62187
  "locationInModule": {
62130
62188
  "filename": "src/aws/compute/function.ts",
62131
- "line": 74
62189
+ "line": 78
62132
62190
  },
62133
62191
  "name": "functionName",
62134
62192
  "optional": true,
@@ -62146,7 +62204,7 @@
62146
62204
  "immutable": true,
62147
62205
  "locationInModule": {
62148
62206
  "filename": "src/aws/compute/function.ts",
62149
- "line": 82
62207
+ "line": 86
62150
62208
  },
62151
62209
  "name": "functionNamePrefix",
62152
62210
  "optional": true,
@@ -62165,7 +62223,7 @@
62165
62223
  "immutable": true,
62166
62224
  "locationInModule": {
62167
62225
  "filename": "src/aws/compute/function.ts",
62168
- "line": 148
62226
+ "line": 152
62169
62227
  },
62170
62228
  "name": "initialPolicy",
62171
62229
  "optional": true,
@@ -62178,6 +62236,25 @@
62178
62236
  }
62179
62237
  }
62180
62238
  },
62239
+ {
62240
+ "abstract": true,
62241
+ "docs": {
62242
+ "default": "false",
62243
+ "remarks": "Only used if 'vpc' is supplied.",
62244
+ "stability": "stable",
62245
+ "summary": "Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets."
62246
+ },
62247
+ "immutable": true,
62248
+ "locationInModule": {
62249
+ "filename": "src/aws/compute/function.ts",
62250
+ "line": 213
62251
+ },
62252
+ "name": "ipv6AllowedForDualStack",
62253
+ "optional": true,
62254
+ "type": {
62255
+ "primitive": "boolean"
62256
+ }
62257
+ },
62181
62258
  {
62182
62259
  "abstract": true,
62183
62260
  "docs": {
@@ -62187,7 +62264,7 @@
62187
62264
  "immutable": true,
62188
62265
  "locationInModule": {
62189
62266
  "filename": "src/aws/compute/function.ts",
62190
- "line": 139
62267
+ "line": 143
62191
62268
  },
62192
62269
  "name": "layers",
62193
62270
  "optional": true,
@@ -62210,7 +62287,7 @@
62210
62287
  "immutable": true,
62211
62288
  "locationInModule": {
62212
62289
  "filename": "src/aws/compute/function.ts",
62213
- "line": 238
62290
+ "line": 323
62214
62291
  },
62215
62292
  "name": "loggingFormat",
62216
62293
  "optional": true,
@@ -62228,7 +62305,7 @@
62228
62305
  "immutable": true,
62229
62306
  "locationInModule": {
62230
62307
  "filename": "src/aws/compute/function.ts",
62231
- "line": 118
62308
+ "line": 122
62232
62309
  },
62233
62310
  "name": "logRetentionInDays",
62234
62311
  "optional": true,
@@ -62246,7 +62323,7 @@
62246
62323
  "immutable": true,
62247
62324
  "locationInModule": {
62248
62325
  "filename": "src/aws/compute/function.ts",
62249
- "line": 125
62326
+ "line": 129
62250
62327
  },
62251
62328
  "name": "memorySize",
62252
62329
  "optional": true,
@@ -62257,14 +62334,15 @@
62257
62334
  {
62258
62335
  "abstract": true,
62259
62336
  "docs": {
62337
+ "deprecated": "- This property is deprecated, use vpc and other related properties instead",
62260
62338
  "remarks": "The Lambda function iam role will receive permission to\nmanage ENIs within the provided network.\n\nWhen you connect a function to a VPC, it can only access resources and the internet through that VPC.\n\nSee [VPC Settings](https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html).",
62261
- "stability": "stable",
62339
+ "stability": "deprecated",
62262
62340
  "summary": "Config for network connectivity to AWS resources in a VPC, specify a list of subnet, and optionally security groups, in the VPC."
62263
62341
  },
62264
62342
  "immutable": true,
62265
62343
  "locationInModule": {
62266
62344
  "filename": "src/aws/compute/function.ts",
62267
- "line": 179
62345
+ "line": 194
62268
62346
  },
62269
62347
  "name": "networkConfig",
62270
62348
  "optional": true,
@@ -62283,7 +62361,7 @@
62283
62361
  "immutable": true,
62284
62362
  "locationInModule": {
62285
62363
  "filename": "src/aws/compute/function.ts",
62286
- "line": 257
62364
+ "line": 342
62287
62365
  },
62288
62366
  "name": "publish",
62289
62367
  "optional": true,
@@ -62309,7 +62387,7 @@
62309
62387
  "immutable": true,
62310
62388
  "locationInModule": {
62311
62389
  "filename": "src/aws/compute/function.ts",
62312
- "line": 213
62390
+ "line": 298
62313
62391
  },
62314
62392
  "name": "reservedConcurrentExecutions",
62315
62393
  "optional": true,
@@ -62328,7 +62406,7 @@
62328
62406
  "immutable": true,
62329
62407
  "locationInModule": {
62330
62408
  "filename": "src/aws/compute/function.ts",
62331
- "line": 166
62409
+ "line": 170
62332
62410
  },
62333
62411
  "name": "role",
62334
62412
  "optional": true,
@@ -62336,6 +62414,30 @@
62336
62414
  "fqn": "terraconstructs.aws.iam.IRole"
62337
62415
  }
62338
62416
  },
62417
+ {
62418
+ "abstract": true,
62419
+ "docs": {
62420
+ "default": "- If the function is placed within a VPC and a security group is\nnot specified, either by this or securityGroup prop, a dedicated security\ngroup will be created for this function.",
62421
+ "remarks": "Only used if 'vpc' is supplied.",
62422
+ "stability": "stable",
62423
+ "summary": "The list of security groups to associate with the Lambda's network interfaces."
62424
+ },
62425
+ "immutable": true,
62426
+ "locationInModule": {
62427
+ "filename": "src/aws/compute/function.ts",
62428
+ "line": 237
62429
+ },
62430
+ "name": "securityGroups",
62431
+ "optional": true,
62432
+ "type": {
62433
+ "collection": {
62434
+ "elementtype": {
62435
+ "fqn": "terraconstructs.aws.compute.ISecurityGroup"
62436
+ },
62437
+ "kind": "array"
62438
+ }
62439
+ }
62440
+ },
62339
62441
  {
62340
62442
  "abstract": true,
62341
62443
  "docs": {
@@ -62347,7 +62449,7 @@
62347
62449
  "immutable": true,
62348
62450
  "locationInModule": {
62349
62451
  "filename": "src/aws/compute/function.ts",
62350
- "line": 232
62452
+ "line": 317
62351
62453
  },
62352
62454
  "name": "skipPermissions",
62353
62455
  "optional": true,
@@ -62365,7 +62467,7 @@
62365
62467
  "immutable": true,
62366
62468
  "locationInModule": {
62367
62469
  "filename": "src/aws/compute/function.ts",
62368
- "line": 250
62470
+ "line": 335
62369
62471
  },
62370
62472
  "name": "systemLogLevel",
62371
62473
  "optional": true,
@@ -62382,7 +62484,7 @@
62382
62484
  "immutable": true,
62383
62485
  "locationInModule": {
62384
62486
  "filename": "src/aws/compute/function.ts",
62385
- "line": 218
62487
+ "line": 303
62386
62488
  },
62387
62489
  "name": "tags",
62388
62490
  "optional": true,
@@ -62406,7 +62508,7 @@
62406
62508
  "immutable": true,
62407
62509
  "locationInModule": {
62408
62510
  "filename": "src/aws/compute/function.ts",
62409
- "line": 134
62511
+ "line": 138
62410
62512
  },
62411
62513
  "name": "timeout",
62412
62514
  "optional": true,
@@ -62425,13 +62527,51 @@
62425
62527
  "immutable": true,
62426
62528
  "locationInModule": {
62427
62529
  "filename": "src/aws/compute/function.ts",
62428
- "line": 113
62530
+ "line": 117
62429
62531
  },
62430
62532
  "name": "tracing",
62431
62533
  "optional": true,
62432
62534
  "type": {
62433
62535
  "fqn": "terraconstructs.aws.compute.Tracing"
62434
62536
  }
62537
+ },
62538
+ {
62539
+ "abstract": true,
62540
+ "docs": {
62541
+ "default": "- Function is not placed within a VPC.",
62542
+ "remarks": "Specify this if the Lambda function needs to access resources in a VPC.\nThis is required when `vpcSubnets` is specified.",
62543
+ "stability": "stable",
62544
+ "summary": "VPC network to place Lambda network interfaces."
62545
+ },
62546
+ "immutable": true,
62547
+ "locationInModule": {
62548
+ "filename": "src/aws/compute/function.ts",
62549
+ "line": 204
62550
+ },
62551
+ "name": "vpc",
62552
+ "optional": true,
62553
+ "type": {
62554
+ "fqn": "terraconstructs.aws.compute.IVpc"
62555
+ }
62556
+ },
62557
+ {
62558
+ "abstract": true,
62559
+ "docs": {
62560
+ "default": "- the Vpc default strategy if not specified",
62561
+ "remarks": "This requires `vpc` to be specified in order for interfaces to actually be\nplaced in the subnets. If `vpc` is not specify, this will raise an error.\n\nNote: Internet access for Lambda Functions requires a NAT Gateway, so picking\npublic subnets is not allowed (unless `allowPublicSubnet` is set to `true`).",
62562
+ "stability": "stable",
62563
+ "summary": "Where to place the network interfaces within the VPC."
62564
+ },
62565
+ "immutable": true,
62566
+ "locationInModule": {
62567
+ "filename": "src/aws/compute/function.ts",
62568
+ "line": 226
62569
+ },
62570
+ "name": "vpcSubnets",
62571
+ "optional": true,
62572
+ "type": {
62573
+ "fqn": "terraconstructs.aws.compute.SubnetSelection"
62574
+ }
62435
62575
  }
62436
62576
  ],
62437
62577
  "symbolId": "src/aws/compute/function:FunctionOptions"
@@ -62446,7 +62586,7 @@
62446
62586
  "kind": "interface",
62447
62587
  "locationInModule": {
62448
62588
  "filename": "src/aws/compute/function.ts",
62449
- "line": 36
62589
+ "line": 40
62450
62590
  },
62451
62591
  "name": "FunctionOutputs",
62452
62592
  "namespace": "aws.compute",
@@ -62460,7 +62600,7 @@
62460
62600
  "immutable": true,
62461
62601
  "locationInModule": {
62462
62602
  "filename": "src/aws/compute/function.ts",
62463
- "line": 45
62603
+ "line": 49
62464
62604
  },
62465
62605
  "name": "arn",
62466
62606
  "type": {
@@ -62476,7 +62616,7 @@
62476
62616
  "immutable": true,
62477
62617
  "locationInModule": {
62478
62618
  "filename": "src/aws/compute/function.ts",
62479
- "line": 40
62619
+ "line": 44
62480
62620
  },
62481
62621
  "name": "name",
62482
62622
  "type": {
@@ -62492,7 +62632,7 @@
62492
62632
  "immutable": true,
62493
62633
  "locationInModule": {
62494
62634
  "filename": "src/aws/compute/function.ts",
62495
- "line": 50
62635
+ "line": 54
62496
62636
  },
62497
62637
  "name": "roleArn",
62498
62638
  "type": {
@@ -62508,7 +62648,7 @@
62508
62648
  "immutable": true,
62509
62649
  "locationInModule": {
62510
62650
  "filename": "src/aws/compute/function.ts",
62511
- "line": 60
62651
+ "line": 64
62512
62652
  },
62513
62653
  "name": "defaultSecurityGroup",
62514
62654
  "optional": true,
@@ -62534,7 +62674,7 @@
62534
62674
  "immutable": true,
62535
62675
  "locationInModule": {
62536
62676
  "filename": "src/aws/compute/function.ts",
62537
- "line": 55
62677
+ "line": 59
62538
62678
  },
62539
62679
  "name": "url",
62540
62680
  "optional": true,
@@ -62567,7 +62707,7 @@
62567
62707
  "kind": "interface",
62568
62708
  "locationInModule": {
62569
62709
  "filename": "src/aws/compute/function.ts",
62570
- "line": 260
62710
+ "line": 345
62571
62711
  },
62572
62712
  "name": "FunctionProps",
62573
62713
  "namespace": "aws.compute",
@@ -62582,7 +62722,7 @@
62582
62722
  "immutable": true,
62583
62723
  "locationInModule": {
62584
62724
  "filename": "src/aws/compute/function.ts",
62585
- "line": 275
62725
+ "line": 360
62586
62726
  },
62587
62727
  "name": "code",
62588
62728
  "type": {
@@ -62599,7 +62739,7 @@
62599
62739
  "immutable": true,
62600
62740
  "locationInModule": {
62601
62741
  "filename": "src/aws/compute/function.ts",
62602
- "line": 289
62742
+ "line": 374
62603
62743
  },
62604
62744
  "name": "handler",
62605
62745
  "type": {
@@ -62616,7 +62756,7 @@
62616
62756
  "immutable": true,
62617
62757
  "locationInModule": {
62618
62758
  "filename": "src/aws/compute/function.ts",
62619
- "line": 268
62759
+ "line": 353
62620
62760
  },
62621
62761
  "name": "runtime",
62622
62762
  "type": {
@@ -66952,7 +67092,7 @@
66952
67092
  "kind": "interface",
66953
67093
  "locationInModule": {
66954
67094
  "filename": "src/aws/compute/function-base.ts",
66955
- "line": 839
67095
+ "line": 873
66956
67096
  },
66957
67097
  "methods": [
66958
67098
  {
@@ -66963,7 +67103,7 @@
66963
67103
  },
66964
67104
  "locationInModule": {
66965
67105
  "filename": "src/aws/compute/function-base.ts",
66966
- "line": 846
67106
+ "line": 880
66967
67107
  },
66968
67108
  "name": "bind",
66969
67109
  "parameters": [
@@ -66993,7 +67133,7 @@
66993
67133
  "kind": "interface",
66994
67134
  "locationInModule": {
66995
67135
  "filename": "src/aws/compute/function.ts",
66996
- "line": 1229
67136
+ "line": 1454
66997
67137
  },
66998
67138
  "methods": [
66999
67139
  {
@@ -67004,7 +67144,7 @@
67004
67144
  },
67005
67145
  "locationInModule": {
67006
67146
  "filename": "src/aws/compute/function.ts",
67007
- "line": 1233
67147
+ "line": 1458
67008
67148
  },
67009
67149
  "name": "bind",
67010
67150
  "parameters": [
@@ -67175,7 +67315,7 @@
67175
67315
  "kind": "interface",
67176
67316
  "locationInModule": {
67177
67317
  "filename": "src/aws/compute/function-base.ts",
67178
- "line": 92
67318
+ "line": 94
67179
67319
  },
67180
67320
  "methods": [
67181
67321
  {
@@ -67187,7 +67327,7 @@
67187
67327
  },
67188
67328
  "locationInModule": {
67189
67329
  "filename": "src/aws/compute/function-base.ts",
67190
- "line": 159
67330
+ "line": 161
67191
67331
  },
67192
67332
  "name": "addEventSource",
67193
67333
  "parameters": [
@@ -67207,7 +67347,7 @@
67207
67347
  },
67208
67348
  "locationInModule": {
67209
67349
  "filename": "src/aws/compute/function-base.ts",
67210
- "line": 145
67350
+ "line": 147
67211
67351
  },
67212
67352
  "name": "addEventSourceMapping",
67213
67353
  "parameters": [
@@ -67244,7 +67384,7 @@
67244
67384
  },
67245
67385
  "locationInModule": {
67246
67386
  "filename": "src/aws/compute/function-base.ts",
67247
- "line": 209
67387
+ "line": 211
67248
67388
  },
67249
67389
  "name": "addFunctionUrl",
67250
67390
  "parameters": [
@@ -67271,7 +67411,7 @@
67271
67411
  },
67272
67412
  "locationInModule": {
67273
67413
  "filename": "src/aws/compute/function-base.ts",
67274
- "line": 166
67414
+ "line": 168
67275
67415
  },
67276
67416
  "name": "addPermission",
67277
67417
  "parameters": [
@@ -67303,7 +67443,7 @@
67303
67443
  },
67304
67444
  "locationInModule": {
67305
67445
  "filename": "src/aws/compute/function-base.ts",
67306
- "line": 171
67446
+ "line": 173
67307
67447
  },
67308
67448
  "name": "addToRolePolicy",
67309
67449
  "parameters": [
@@ -67323,7 +67463,7 @@
67323
67463
  },
67324
67464
  "locationInModule": {
67325
67465
  "filename": "src/aws/compute/function-base.ts",
67326
- "line": 204
67466
+ "line": 206
67327
67467
  },
67328
67468
  "name": "configureAsyncInvoke",
67329
67469
  "parameters": [
@@ -67343,7 +67483,7 @@
67343
67483
  },
67344
67484
  "locationInModule": {
67345
67485
  "filename": "src/aws/compute/function-base.ts",
67346
- "line": 176
67486
+ "line": 178
67347
67487
  },
67348
67488
  "name": "grantInvoke",
67349
67489
  "parameters": [
@@ -67368,7 +67508,7 @@
67368
67508
  },
67369
67509
  "locationInModule": {
67370
67510
  "filename": "src/aws/compute/function-base.ts",
67371
- "line": 197
67511
+ "line": 199
67372
67512
  },
67373
67513
  "name": "grantInvokeCompositePrincipal",
67374
67514
  "parameters": [
@@ -67398,7 +67538,7 @@
67398
67538
  },
67399
67539
  "locationInModule": {
67400
67540
  "filename": "src/aws/compute/function-base.ts",
67401
- "line": 182
67541
+ "line": 184
67402
67542
  },
67403
67543
  "name": "grantInvokeLatestVersion",
67404
67544
  "parameters": [
@@ -67423,7 +67563,7 @@
67423
67563
  },
67424
67564
  "locationInModule": {
67425
67565
  "filename": "src/aws/compute/function-base.ts",
67426
- "line": 192
67566
+ "line": 194
67427
67567
  },
67428
67568
  "name": "grantInvokeUrl",
67429
67569
  "parameters": [
@@ -67448,7 +67588,7 @@
67448
67588
  },
67449
67589
  "locationInModule": {
67450
67590
  "filename": "src/aws/compute/function-base.ts",
67451
- "line": 187
67591
+ "line": 189
67452
67592
  },
67453
67593
  "name": "grantInvokeVersion",
67454
67594
  "parameters": [
@@ -67624,7 +67764,7 @@
67624
67764
  "immutable": true,
67625
67765
  "locationInModule": {
67626
67766
  "filename": "src/aws/compute/function-base.ts",
67627
- "line": 120
67767
+ "line": 122
67628
67768
  },
67629
67769
  "name": "architecture",
67630
67770
  "type": {
@@ -67643,7 +67783,7 @@
67643
67783
  "immutable": true,
67644
67784
  "locationInModule": {
67645
67785
  "filename": "src/aws/compute/function-base.ts",
67646
- "line": 105
67786
+ "line": 107
67647
67787
  },
67648
67788
  "name": "functionArn",
67649
67789
  "type": {
@@ -67659,7 +67799,7 @@
67659
67799
  "immutable": true,
67660
67800
  "locationInModule": {
67661
67801
  "filename": "src/aws/compute/function-base.ts",
67662
- "line": 138
67802
+ "line": 140
67663
67803
  },
67664
67804
  "name": "functionInvokeArn",
67665
67805
  "type": {
@@ -67678,7 +67818,7 @@
67678
67818
  "immutable": true,
67679
67819
  "locationInModule": {
67680
67820
  "filename": "src/aws/compute/function-base.ts",
67681
- "line": 98
67821
+ "line": 100
67682
67822
  },
67683
67823
  "name": "functionName",
67684
67824
  "type": {
@@ -67694,7 +67834,7 @@
67694
67834
  "immutable": true,
67695
67835
  "locationInModule": {
67696
67836
  "filename": "src/aws/compute/function-base.ts",
67697
- "line": 133
67837
+ "line": 135
67698
67838
  },
67699
67839
  "name": "functionQualifiedInvokeArn",
67700
67840
  "type": {
@@ -67710,7 +67850,7 @@
67710
67850
  "immutable": true,
67711
67851
  "locationInModule": {
67712
67852
  "filename": "src/aws/compute/function-base.ts",
67713
- "line": 115
67853
+ "line": 117
67714
67854
  },
67715
67855
  "name": "permissionsNode",
67716
67856
  "type": {
@@ -67727,7 +67867,7 @@
67727
67867
  "immutable": true,
67728
67868
  "locationInModule": {
67729
67869
  "filename": "src/aws/compute/function-base.ts",
67730
- "line": 128
67870
+ "line": 130
67731
67871
  },
67732
67872
  "name": "resourceArnsForGrantInvoke",
67733
67873
  "type": {
@@ -67748,7 +67888,7 @@
67748
67888
  "immutable": true,
67749
67889
  "locationInModule": {
67750
67890
  "filename": "src/aws/compute/function-base.ts",
67751
- "line": 110
67891
+ "line": 112
67752
67892
  },
67753
67893
  "name": "role",
67754
67894
  "optional": true,
@@ -73876,7 +74016,7 @@
73876
74016
  },
73877
74017
  "locationInModule": {
73878
74018
  "filename": "src/aws/compute/code.ts",
73879
- "line": 404
74019
+ "line": 433
73880
74020
  },
73881
74021
  "parameters": [
73882
74022
  {
@@ -73890,7 +74030,7 @@
73890
74030
  "kind": "class",
73891
74031
  "locationInModule": {
73892
74032
  "filename": "src/aws/compute/code.ts",
73893
- "line": 400
74033
+ "line": 429
73894
74034
  },
73895
74035
  "methods": [
73896
74036
  {
@@ -73900,7 +74040,7 @@
73900
74040
  },
73901
74041
  "locationInModule": {
73902
74042
  "filename": "src/aws/compute/code.ts",
73903
- "line": 413
74043
+ "line": 442
73904
74044
  },
73905
74045
  "name": "bind",
73906
74046
  "overrides": "terraconstructs.aws.compute.Code",
@@ -73930,7 +74070,7 @@
73930
74070
  "immutable": true,
73931
74071
  "locationInModule": {
73932
74072
  "filename": "src/aws/compute/code.ts",
73933
- "line": 401
74073
+ "line": 430
73934
74074
  },
73935
74075
  "name": "isInline",
73936
74076
  "overrides": "terraconstructs.aws.compute.Code",
@@ -88097,7 +88237,7 @@
88097
88237
  },
88098
88238
  "locationInModule": {
88099
88239
  "filename": "src/aws/compute/function.ts",
88100
- "line": 644
88240
+ "line": 734
88101
88241
  },
88102
88242
  "parameters": [
88103
88243
  {
@@ -88126,7 +88266,7 @@
88126
88266
  "kind": "class",
88127
88267
  "locationInModule": {
88128
88268
  "filename": "src/aws/compute/function.ts",
88129
- "line": 318
88269
+ "line": 403
88130
88270
  },
88131
88271
  "methods": [
88132
88272
  {
@@ -88137,7 +88277,7 @@
88137
88277
  },
88138
88278
  "locationInModule": {
88139
88279
  "filename": "src/aws/compute/function.ts",
88140
- "line": 354
88280
+ "line": 439
88141
88281
  },
88142
88282
  "name": "fromFunctionArn",
88143
88283
  "parameters": [
@@ -88175,7 +88315,7 @@
88175
88315
  },
88176
88316
  "locationInModule": {
88177
88317
  "filename": "src/aws/compute/function.ts",
88178
- "line": 373
88318
+ "line": 458
88179
88319
  },
88180
88320
  "name": "fromFunctionAttributes",
88181
88321
  "parameters": [
@@ -88221,7 +88361,7 @@
88221
88361
  },
88222
88362
  "locationInModule": {
88223
88363
  "filename": "src/aws/compute/function.ts",
88224
- "line": 332
88364
+ "line": 417
88225
88365
  },
88226
88366
  "name": "fromFunctionName",
88227
88367
  "parameters": [
@@ -88259,7 +88399,7 @@
88259
88399
  },
88260
88400
  "locationInModule": {
88261
88401
  "filename": "src/aws/compute/function.ts",
88262
- "line": 968
88402
+ "line": 1067
88263
88403
  },
88264
88404
  "name": "addAlias",
88265
88405
  "parameters": [
@@ -88297,7 +88437,7 @@
88297
88437
  },
88298
88438
  "locationInModule": {
88299
88439
  "filename": "src/aws/compute/function.ts",
88300
- "line": 878
88440
+ "line": 975
88301
88441
  },
88302
88442
  "name": "addEnvironment",
88303
88443
  "parameters": [
@@ -88333,7 +88473,7 @@
88333
88473
  },
88334
88474
  "locationInModule": {
88335
88475
  "filename": "src/aws/compute/function.ts",
88336
- "line": 910
88476
+ "line": 1008
88337
88477
  },
88338
88478
  "name": "addFunctionUrl",
88339
88479
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -88364,7 +88504,7 @@
88364
88504
  "immutable": true,
88365
88505
  "locationInModule": {
88366
88506
  "filename": "src/aws/compute/function.ts",
88367
- "line": 516
88507
+ "line": 601
88368
88508
  },
88369
88509
  "name": "architecture",
88370
88510
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -88381,7 +88521,7 @@
88381
88521
  "immutable": true,
88382
88522
  "locationInModule": {
88383
88523
  "filename": "src/aws/compute/function.ts",
88384
- "line": 545
88524
+ "line": 635
88385
88525
  },
88386
88526
  "name": "canCreatePermissions",
88387
88527
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -88398,7 +88538,7 @@
88398
88538
  "immutable": true,
88399
88539
  "locationInModule": {
88400
88540
  "filename": "src/aws/compute/function.ts",
88401
- "line": 620
88541
+ "line": 710
88402
88542
  },
88403
88543
  "name": "environment",
88404
88544
  "type": {
@@ -88417,7 +88557,7 @@
88417
88557
  "immutable": true,
88418
88558
  "locationInModule": {
88419
88559
  "filename": "src/aws/compute/function.ts",
88420
- "line": 635
88560
+ "line": 725
88421
88561
  },
88422
88562
  "name": "eventSources",
88423
88563
  "type": {
@@ -88437,7 +88577,7 @@
88437
88577
  "immutable": true,
88438
88578
  "locationInModule": {
88439
88579
  "filename": "src/aws/compute/function.ts",
88440
- "line": 483
88580
+ "line": 568
88441
88581
  },
88442
88582
  "name": "functionArn",
88443
88583
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -88454,7 +88594,7 @@
88454
88594
  "immutable": true,
88455
88595
  "locationInModule": {
88456
88596
  "filename": "src/aws/compute/function.ts",
88457
- "line": 509
88597
+ "line": 594
88458
88598
  },
88459
88599
  "name": "functionInvokeArn",
88460
88600
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -88470,7 +88610,7 @@
88470
88610
  "immutable": true,
88471
88611
  "locationInModule": {
88472
88612
  "filename": "src/aws/compute/function.ts",
88473
- "line": 478
88613
+ "line": 563
88474
88614
  },
88475
88615
  "name": "functionName",
88476
88616
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -88486,7 +88626,7 @@
88486
88626
  "immutable": true,
88487
88627
  "locationInModule": {
88488
88628
  "filename": "src/aws/compute/function.ts",
88489
- "line": 468
88629
+ "line": 553
88490
88630
  },
88491
88631
  "name": "functionOutputs",
88492
88632
  "type": {
@@ -88502,7 +88642,7 @@
88502
88642
  "immutable": true,
88503
88643
  "locationInModule": {
88504
88644
  "filename": "src/aws/compute/function.ts",
88505
- "line": 491
88645
+ "line": 576
88506
88646
  },
88507
88647
  "name": "functionQualifiedArn",
88508
88648
  "type": {
@@ -88518,7 +88658,7 @@
88518
88658
  "immutable": true,
88519
88659
  "locationInModule": {
88520
88660
  "filename": "src/aws/compute/function.ts",
88521
- "line": 500
88661
+ "line": 585
88522
88662
  },
88523
88663
  "name": "functionQualifiedInvokeArn",
88524
88664
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -88534,7 +88674,7 @@
88534
88674
  "immutable": true,
88535
88675
  "locationInModule": {
88536
88676
  "filename": "src/aws/compute/function.ts",
88537
- "line": 521
88677
+ "line": 606
88538
88678
  },
88539
88679
  "name": "grantPrincipal",
88540
88680
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -88550,7 +88690,7 @@
88550
88690
  "immutable": true,
88551
88691
  "locationInModule": {
88552
88692
  "filename": "src/aws/compute/function.ts",
88553
- "line": 471
88693
+ "line": 556
88554
88694
  },
88555
88695
  "name": "outputs",
88556
88696
  "overrides": "terraconstructs.TerraConstructBase",
@@ -88571,7 +88711,7 @@
88571
88711
  "immutable": true,
88572
88712
  "locationInModule": {
88573
88713
  "filename": "src/aws/compute/function.ts",
88574
- "line": 543
88714
+ "line": 633
88575
88715
  },
88576
88716
  "name": "permissionsNode",
88577
88717
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -88586,7 +88726,7 @@
88586
88726
  "immutable": true,
88587
88727
  "locationInModule": {
88588
88728
  "filename": "src/aws/compute/function.ts",
88589
- "line": 463
88729
+ "line": 548
88590
88730
  },
88591
88731
  "name": "resource",
88592
88732
  "protected": true,
@@ -88602,7 +88742,7 @@
88602
88742
  "immutable": true,
88603
88743
  "locationInModule": {
88604
88744
  "filename": "src/aws/compute/function.ts",
88605
- "line": 608
88745
+ "line": 698
88606
88746
  },
88607
88747
  "name": "resourceArnsForGrantInvoke",
88608
88748
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -88615,6 +88755,21 @@
88615
88755
  }
88616
88756
  }
88617
88757
  },
88758
+ {
88759
+ "docs": {
88760
+ "stability": "stable",
88761
+ "summary": "The runtime configured for this lambda."
88762
+ },
88763
+ "immutable": true,
88764
+ "locationInModule": {
88765
+ "filename": "src/aws/compute/function.ts",
88766
+ "line": 618
88767
+ },
88768
+ "name": "runtime",
88769
+ "type": {
88770
+ "fqn": "terraconstructs.aws.compute.Runtime"
88771
+ }
88772
+ },
88618
88773
  {
88619
88774
  "docs": {
88620
88775
  "stability": "stable",
@@ -88623,7 +88778,7 @@
88623
88778
  "immutable": true,
88624
88779
  "locationInModule": {
88625
88780
  "filename": "src/aws/compute/function.ts",
88626
- "line": 324
88781
+ "line": 409
88627
88782
  },
88628
88783
  "name": "version",
88629
88784
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -88639,7 +88794,7 @@
88639
88794
  "immutable": true,
88640
88795
  "locationInModule": {
88641
88796
  "filename": "src/aws/compute/function.ts",
88642
- "line": 533
88797
+ "line": 623
88643
88798
  },
88644
88799
  "name": "deadLetterQueue",
88645
88800
  "optional": true,
@@ -88656,7 +88811,7 @@
88656
88811
  "immutable": true,
88657
88812
  "locationInModule": {
88658
88813
  "filename": "src/aws/compute/function.ts",
88659
- "line": 528
88814
+ "line": 613
88660
88815
  },
88661
88816
  "name": "role",
88662
88817
  "optional": true,
@@ -88672,7 +88827,7 @@
88672
88827
  "immutable": true,
88673
88828
  "locationInModule": {
88674
88829
  "filename": "src/aws/compute/function.ts",
88675
- "line": 640
88830
+ "line": 730
88676
88831
  },
88677
88832
  "name": "securityGroup",
88678
88833
  "optional": true,
@@ -88688,7 +88843,7 @@
88688
88843
  "immutable": true,
88689
88844
  "locationInModule": {
88690
88845
  "filename": "src/aws/compute/function.ts",
88691
- "line": 538
88846
+ "line": 628
88692
88847
  },
88693
88848
  "name": "timeout",
88694
88849
  "optional": true,
@@ -88705,7 +88860,7 @@
88705
88860
  "immutable": true,
88706
88861
  "locationInModule": {
88707
88862
  "filename": "src/aws/compute/function.ts",
88708
- "line": 628
88863
+ "line": 718
88709
88864
  },
88710
88865
  "name": "url",
88711
88866
  "optional": true,
@@ -88760,7 +88915,7 @@
88760
88915
  "kind": "class",
88761
88916
  "locationInModule": {
88762
88917
  "filename": "src/aws/compute/function-base.ts",
88763
- "line": 212
88918
+ "line": 214
88764
88919
  },
88765
88920
  "methods": [
88766
88921
  {
@@ -88771,7 +88926,7 @@
88771
88926
  },
88772
88927
  "locationInModule": {
88773
88928
  "filename": "src/aws/compute/function-base.ts",
88774
- "line": 505
88929
+ "line": 539
88775
88930
  },
88776
88931
  "name": "addEventSource",
88777
88932
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -88791,7 +88946,7 @@
88791
88946
  },
88792
88947
  "locationInModule": {
88793
88948
  "filename": "src/aws/compute/function-base.ts",
88794
- "line": 379
88949
+ "line": 413
88795
88950
  },
88796
88951
  "name": "addEventSourceMapping",
88797
88952
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -88822,7 +88977,7 @@
88822
88977
  },
88823
88978
  "locationInModule": {
88824
88979
  "filename": "src/aws/compute/function-base.ts",
88825
- "line": 525
88980
+ "line": 559
88826
88981
  },
88827
88982
  "name": "addFunctionUrl",
88828
88983
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -88849,7 +89004,7 @@
88849
89004
  },
88850
89005
  "locationInModule": {
88851
89006
  "filename": "src/aws/compute/function-base.ts",
88852
- "line": 314
89007
+ "line": 324
88853
89008
  },
88854
89009
  "name": "addPermission",
88855
89010
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -88881,7 +89036,7 @@
88881
89036
  },
88882
89037
  "locationInModule": {
88883
89038
  "filename": "src/aws/compute/function-base.ts",
88884
- "line": 371
89039
+ "line": 381
88885
89040
  },
88886
89041
  "name": "addToRolePolicy",
88887
89042
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -88901,7 +89056,7 @@
88901
89056
  },
88902
89057
  "locationInModule": {
88903
89058
  "filename": "src/aws/compute/function-base.ts",
88904
- "line": 509
89059
+ "line": 543
88905
89060
  },
88906
89061
  "name": "configureAsyncInvoke",
88907
89062
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -88921,7 +89076,7 @@
88921
89076
  },
88922
89077
  "locationInModule": {
88923
89078
  "filename": "src/aws/compute/function-base.ts",
88924
- "line": 392
89079
+ "line": 426
88925
89080
  },
88926
89081
  "name": "grantInvoke",
88927
89082
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -88946,7 +89101,7 @@
88946
89101
  },
88947
89102
  "locationInModule": {
88948
89103
  "filename": "src/aws/compute/function-base.ts",
88949
- "line": 497
89104
+ "line": 531
88950
89105
  },
88951
89106
  "name": "grantInvokeCompositePrincipal",
88952
89107
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -88976,7 +89131,7 @@
88976
89131
  },
88977
89132
  "locationInModule": {
88978
89133
  "filename": "src/aws/compute/function-base.ts",
88979
- "line": 423
89134
+ "line": 457
88980
89135
  },
88981
89136
  "name": "grantInvokeLatestVersion",
88982
89137
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -89001,7 +89156,7 @@
89001
89156
  },
89002
89157
  "locationInModule": {
89003
89158
  "filename": "src/aws/compute/function-base.ts",
89004
- "line": 474
89159
+ "line": 508
89005
89160
  },
89006
89161
  "name": "grantInvokeUrl",
89007
89162
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -89026,7 +89181,7 @@
89026
89181
  },
89027
89182
  "locationInModule": {
89028
89183
  "filename": "src/aws/compute/function-base.ts",
89029
- "line": 430
89184
+ "line": 464
89030
89185
  },
89031
89186
  "name": "grantInvokeVersion",
89032
89187
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -89203,7 +89358,7 @@
89203
89358
  "immutable": true,
89204
89359
  "locationInModule": {
89205
89360
  "filename": "src/aws/compute/function-base.ts",
89206
- "line": 273
89361
+ "line": 275
89207
89362
  },
89208
89363
  "name": "architecture",
89209
89364
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -89221,7 +89376,7 @@
89221
89376
  "immutable": true,
89222
89377
  "locationInModule": {
89223
89378
  "filename": "src/aws/compute/function-base.ts",
89224
- "line": 281
89379
+ "line": 283
89225
89380
  },
89226
89381
  "name": "canCreatePermissions",
89227
89382
  "protected": true,
@@ -89229,6 +89384,22 @@
89229
89384
  "primitive": "boolean"
89230
89385
  }
89231
89386
  },
89387
+ {
89388
+ "docs": {
89389
+ "remarks": "Will fail if not a VPC-enabled Lambda Function",
89390
+ "stability": "stable",
89391
+ "summary": "Access the Connections object."
89392
+ },
89393
+ "immutable": true,
89394
+ "locationInModule": {
89395
+ "filename": "src/aws/compute/function-base.ts",
89396
+ "line": 394
89397
+ },
89398
+ "name": "connections",
89399
+ "type": {
89400
+ "fqn": "terraconstructs.aws.compute.Connections"
89401
+ }
89402
+ },
89232
89403
  {
89233
89404
  "abstract": true,
89234
89405
  "docs": {
@@ -89239,7 +89410,7 @@
89239
89410
  "immutable": true,
89240
89411
  "locationInModule": {
89241
89412
  "filename": "src/aws/compute/function-base.ts",
89242
- "line": 231
89413
+ "line": 233
89243
89414
  },
89244
89415
  "name": "functionArn",
89245
89416
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -89257,7 +89428,7 @@
89257
89428
  "immutable": true,
89258
89429
  "locationInModule": {
89259
89430
  "filename": "src/aws/compute/function-base.ts",
89260
- "line": 241
89431
+ "line": 243
89261
89432
  },
89262
89433
  "name": "functionInvokeArn",
89263
89434
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -89274,7 +89445,7 @@
89274
89445
  "immutable": true,
89275
89446
  "locationInModule": {
89276
89447
  "filename": "src/aws/compute/function-base.ts",
89277
- "line": 219
89448
+ "line": 221
89278
89449
  },
89279
89450
  "name": "functionName",
89280
89451
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -89292,7 +89463,7 @@
89292
89463
  "immutable": true,
89293
89464
  "locationInModule": {
89294
89465
  "filename": "src/aws/compute/function-base.ts",
89295
- "line": 236
89466
+ "line": 238
89296
89467
  },
89297
89468
  "name": "functionQualifiedInvokeArn",
89298
89469
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -89309,7 +89480,7 @@
89309
89480
  "immutable": true,
89310
89481
  "locationInModule": {
89311
89482
  "filename": "src/aws/compute/function-base.ts",
89312
- "line": 224
89483
+ "line": 226
89313
89484
  },
89314
89485
  "name": "grantPrincipal",
89315
89486
  "overrides": "terraconstructs.aws.iam.IGrantable",
@@ -89317,6 +89488,22 @@
89317
89488
  "fqn": "terraconstructs.aws.iam.IPrincipal"
89318
89489
  }
89319
89490
  },
89491
+ {
89492
+ "docs": {
89493
+ "remarks": "If this is is `false`, trying to access the `connections` object will fail.",
89494
+ "stability": "stable",
89495
+ "summary": "Whether or not this Lambda function was bound to a VPC."
89496
+ },
89497
+ "immutable": true,
89498
+ "locationInModule": {
89499
+ "filename": "src/aws/compute/function-base.ts",
89500
+ "line": 409
89501
+ },
89502
+ "name": "isBoundToVpc",
89503
+ "type": {
89504
+ "primitive": "boolean"
89505
+ }
89506
+ },
89320
89507
  {
89321
89508
  "abstract": true,
89322
89509
  "docs": {
@@ -89326,7 +89513,7 @@
89326
89513
  "immutable": true,
89327
89514
  "locationInModule": {
89328
89515
  "filename": "src/aws/compute/function-base.ts",
89329
- "line": 268
89516
+ "line": 270
89330
89517
  },
89331
89518
  "name": "permissionsNode",
89332
89519
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -89343,7 +89530,7 @@
89343
89530
  "immutable": true,
89344
89531
  "locationInModule": {
89345
89532
  "filename": "src/aws/compute/function-base.ts",
89346
- "line": 286
89533
+ "line": 288
89347
89534
  },
89348
89535
  "name": "resourceArnsForGrantInvoke",
89349
89536
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -89367,7 +89554,7 @@
89367
89554
  "immutable": true,
89368
89555
  "locationInModule": {
89369
89556
  "filename": "src/aws/compute/function-base.ts",
89370
- "line": 250
89557
+ "line": 252
89371
89558
  },
89372
89559
  "name": "version",
89373
89560
  "type": {
@@ -89384,7 +89571,7 @@
89384
89571
  "immutable": true,
89385
89572
  "locationInModule": {
89386
89573
  "filename": "src/aws/compute/function-base.ts",
89387
- "line": 263
89574
+ "line": 265
89388
89575
  },
89389
89576
  "name": "role",
89390
89577
  "optional": true,
@@ -95003,7 +95190,7 @@
95003
95190
  "kind": "enum",
95004
95191
  "locationInModule": {
95005
95192
  "filename": "src/aws/compute/function.ts",
95006
- "line": 1205
95193
+ "line": 1430
95007
95194
  },
95008
95195
  "members": [
95009
95196
  {
@@ -106562,7 +106749,7 @@
106562
106749
  "kind": "class",
106563
106750
  "locationInModule": {
106564
106751
  "filename": "src/aws/compute/function-base.ts",
106565
- "line": 811
106752
+ "line": 845
106566
106753
  },
106567
106754
  "methods": [
106568
106755
  {
@@ -106572,7 +106759,7 @@
106572
106759
  },
106573
106760
  "locationInModule": {
106574
106761
  "filename": "src/aws/compute/function-base.ts",
106575
- "line": 821
106762
+ "line": 855
106576
106763
  },
106577
106764
  "name": "configureAsyncInvoke",
106578
106765
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -106598,7 +106785,7 @@
106598
106785
  "immutable": true,
106599
106786
  "locationInModule": {
106600
106787
  "filename": "src/aws/compute/function-base.ts",
106601
- "line": 813
106788
+ "line": 847
106602
106789
  },
106603
106790
  "name": "lambda",
106604
106791
  "type": {
@@ -106613,7 +106800,7 @@
106613
106800
  "immutable": true,
106614
106801
  "locationInModule": {
106615
106802
  "filename": "src/aws/compute/function-base.ts",
106616
- "line": 815
106803
+ "line": 849
106617
106804
  },
106618
106805
  "name": "permissionsNode",
106619
106806
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -106629,7 +106816,7 @@
106629
106816
  "immutable": true,
106630
106817
  "locationInModule": {
106631
106818
  "filename": "src/aws/compute/function-base.ts",
106632
- "line": 817
106819
+ "line": 851
106633
106820
  },
106634
106821
  "name": "resourceArnsForGrantInvoke",
106635
106822
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -109026,7 +109213,7 @@
109026
109213
  "kind": "interface",
109027
109214
  "locationInModule": {
109028
109215
  "filename": "src/aws/compute/code.ts",
109029
- "line": 534
109216
+ "line": 570
109030
109217
  },
109031
109218
  "name": "ResourceBindOptions",
109032
109219
  "namespace": "aws.compute",
@@ -109042,7 +109229,7 @@
109042
109229
  "immutable": true,
109043
109230
  "locationInModule": {
109044
109231
  "filename": "src/aws/compute/code.ts",
109045
- "line": 540
109232
+ "line": 576
109046
109233
  },
109047
109234
  "name": "resourceProperty",
109048
109235
  "optional": true,
@@ -112842,7 +113029,7 @@
112842
113029
  },
112843
113030
  "locationInModule": {
112844
113031
  "filename": "src/aws/compute/code.ts",
112845
- "line": 332
113032
+ "line": 333
112846
113033
  },
112847
113034
  "parameters": [
112848
113035
  {
@@ -112869,7 +113056,7 @@
112869
113056
  "kind": "class",
112870
113057
  "locationInModule": {
112871
113058
  "filename": "src/aws/compute/code.ts",
112872
- "line": 328
113059
+ "line": 329
112873
113060
  },
112874
113061
  "methods": [
112875
113062
  {
@@ -112879,7 +113066,7 @@
112879
113066
  },
112880
113067
  "locationInModule": {
112881
113068
  "filename": "src/aws/compute/code.ts",
112882
- "line": 350
113069
+ "line": 351
112883
113070
  },
112884
113071
  "name": "bind",
112885
113072
  "overrides": "terraconstructs.aws.compute.Code",
@@ -112909,7 +113096,7 @@
112909
113096
  "immutable": true,
112910
113097
  "locationInModule": {
112911
113098
  "filename": "src/aws/compute/code.ts",
112912
- "line": 329
113099
+ "line": 330
112913
113100
  },
112914
113101
  "name": "isInline",
112915
113102
  "overrides": "terraconstructs.aws.compute.Code",
@@ -112935,7 +113122,7 @@
112935
113122
  },
112936
113123
  "locationInModule": {
112937
113124
  "filename": "src/aws/compute/code.ts",
112938
- "line": 368
113125
+ "line": 369
112939
113126
  },
112940
113127
  "parameters": [
112941
113128
  {
@@ -112962,7 +113149,7 @@
112962
113149
  "kind": "class",
112963
113150
  "locationInModule": {
112964
113151
  "filename": "src/aws/compute/code.ts",
112965
- "line": 364
113152
+ "line": 365
112966
113153
  },
112967
113154
  "methods": [
112968
113155
  {
@@ -112972,7 +113159,7 @@
112972
113159
  },
112973
113160
  "locationInModule": {
112974
113161
  "filename": "src/aws/compute/code.ts",
112975
- "line": 385
113162
+ "line": 386
112976
113163
  },
112977
113164
  "name": "bind",
112978
113165
  "overrides": "terraconstructs.aws.compute.Code",
@@ -113002,7 +113189,7 @@
113002
113189
  "immutable": true,
113003
113190
  "locationInModule": {
113004
113191
  "filename": "src/aws/compute/code.ts",
113005
- "line": 365
113192
+ "line": 366
113006
113193
  },
113007
113194
  "name": "isInline",
113008
113195
  "overrides": "terraconstructs.aws.compute.Code",
@@ -122953,7 +123140,7 @@
122953
123140
  "kind": "enum",
122954
123141
  "locationInModule": {
122955
123142
  "filename": "src/aws/compute/function.ts",
122956
- "line": 1151
123143
+ "line": 1376
122957
123144
  },
122958
123145
  "members": [
122959
123146
  {
@@ -125002,7 +125189,7 @@
125002
125189
  },
125003
125190
  "locationInModule": {
125004
125191
  "filename": "src/aws/compute/code.ts",
125005
- "line": 582
125192
+ "line": 618
125006
125193
  },
125007
125194
  "parameters": [
125008
125195
  {
@@ -125017,7 +125204,7 @@
125017
125204
  "kind": "class",
125018
125205
  "locationInModule": {
125019
125206
  "filename": "src/aws/compute/code.ts",
125020
- "line": 576
125207
+ "line": 612
125021
125208
  },
125022
125209
  "methods": [
125023
125210
  {
@@ -125028,7 +125215,7 @@
125028
125215
  },
125029
125216
  "locationInModule": {
125030
125217
  "filename": "src/aws/compute/code.ts",
125031
- "line": 632
125218
+ "line": 668
125032
125219
  },
125033
125220
  "name": "assign",
125034
125221
  "parameters": [
@@ -125060,7 +125247,7 @@
125060
125247
  },
125061
125248
  "locationInModule": {
125062
125249
  "filename": "src/aws/compute/code.ts",
125063
- "line": 590
125250
+ "line": 626
125064
125251
  },
125065
125252
  "name": "bind",
125066
125253
  "overrides": "terraconstructs.aws.compute.Code",
@@ -125089,7 +125276,7 @@
125089
125276
  "immutable": true,
125090
125277
  "locationInModule": {
125091
125278
  "filename": "src/aws/compute/code.ts",
125092
- "line": 639
125279
+ "line": 675
125093
125280
  },
125094
125281
  "name": "bucketNameVar",
125095
125282
  "type": {
@@ -125104,7 +125291,7 @@
125104
125291
  "immutable": true,
125105
125292
  "locationInModule": {
125106
125293
  "filename": "src/aws/compute/code.ts",
125107
- "line": 577
125294
+ "line": 613
125108
125295
  },
125109
125296
  "name": "isInline",
125110
125297
  "overrides": "terraconstructs.aws.compute.Code",
@@ -125119,7 +125306,7 @@
125119
125306
  "immutable": true,
125120
125307
  "locationInModule": {
125121
125308
  "filename": "src/aws/compute/code.ts",
125122
- "line": 650
125309
+ "line": 686
125123
125310
  },
125124
125311
  "name": "objectKeyVar",
125125
125312
  "type": {
@@ -125140,7 +125327,7 @@
125140
125327
  "kind": "interface",
125141
125328
  "locationInModule": {
125142
125329
  "filename": "src/aws/compute/code.ts",
125143
- "line": 546
125330
+ "line": 582
125144
125331
  },
125145
125332
  "name": "TerraformVariablesCodeProps",
125146
125333
  "namespace": "aws.compute",
@@ -125156,7 +125343,7 @@
125156
125343
  "immutable": true,
125157
125344
  "locationInModule": {
125158
125345
  "filename": "src/aws/compute/code.ts",
125159
- "line": 554
125346
+ "line": 590
125160
125347
  },
125161
125348
  "name": "bucketNameVar",
125162
125349
  "optional": true,
@@ -125175,7 +125362,7 @@
125175
125362
  "immutable": true,
125176
125363
  "locationInModule": {
125177
125364
  "filename": "src/aws/compute/code.ts",
125178
- "line": 563
125365
+ "line": 599
125179
125366
  },
125180
125367
  "name": "objectKeyVar",
125181
125368
  "optional": true,
@@ -125193,7 +125380,7 @@
125193
125380
  "immutable": true,
125194
125381
  "locationInModule": {
125195
125382
  "filename": "src/aws/compute/code.ts",
125196
- "line": 568
125383
+ "line": 604
125197
125384
  },
125198
125385
  "name": "sourceKMSKey",
125199
125386
  "optional": true,
@@ -125792,7 +125979,7 @@
125792
125979
  "kind": "enum",
125793
125980
  "locationInModule": {
125794
125981
  "filename": "src/aws/compute/function.ts",
125795
- "line": 1129
125982
+ "line": 1354
125796
125983
  },
125797
125984
  "members": [
125798
125985
  {
@@ -145987,6 +146174,194 @@
145987
146174
  ],
145988
146175
  "symbolId": "src/aws/edge/distribution:AllowedMethods"
145989
146176
  },
146177
+ "terraconstructs.aws.edge.ApiGatewayDomain": {
146178
+ "assembly": "terraconstructs",
146179
+ "docs": {
146180
+ "remarks": "Use the `ApiGatewayTarget` class if you wish to map the alias to an REST API with a\ndomain name defined through the `RestApiProps.domainName` prop.",
146181
+ "stability": "stable",
146182
+ "summary": "Defines an API Gateway domain name as the alias target."
146183
+ },
146184
+ "fqn": "terraconstructs.aws.edge.ApiGatewayDomain",
146185
+ "initializer": {
146186
+ "docs": {
146187
+ "stability": "stable"
146188
+ },
146189
+ "locationInModule": {
146190
+ "filename": "src/aws/edge/dns-alias-record-targets.ts",
146191
+ "line": 100
146192
+ },
146193
+ "parameters": [
146194
+ {
146195
+ "name": "domainName",
146196
+ "type": {
146197
+ "fqn": "terraconstructs.aws.compute.IDomainName"
146198
+ }
146199
+ }
146200
+ ]
146201
+ },
146202
+ "interfaces": [
146203
+ "terraconstructs.aws.edge.IAliasRecordTarget"
146204
+ ],
146205
+ "kind": "class",
146206
+ "locationInModule": {
146207
+ "filename": "src/aws/edge/dns-alias-record-targets.ts",
146208
+ "line": 99
146209
+ },
146210
+ "methods": [
146211
+ {
146212
+ "docs": {
146213
+ "stability": "stable",
146214
+ "summary": "Return hosted zone ID and DNS name, usable for Route53 alias targets."
146215
+ },
146216
+ "locationInModule": {
146217
+ "filename": "src/aws/edge/dns-alias-record-targets.ts",
146218
+ "line": 102
146219
+ },
146220
+ "name": "bind",
146221
+ "overrides": "terraconstructs.aws.edge.IAliasRecordTarget",
146222
+ "parameters": [
146223
+ {
146224
+ "name": "_record",
146225
+ "type": {
146226
+ "fqn": "terraconstructs.aws.edge.IRecordSet"
146227
+ }
146228
+ },
146229
+ {
146230
+ "name": "_zone",
146231
+ "optional": true,
146232
+ "type": {
146233
+ "fqn": "terraconstructs.aws.edge.IDnsZone"
146234
+ }
146235
+ }
146236
+ ],
146237
+ "returns": {
146238
+ "type": {
146239
+ "fqn": "@cdktf/provider-aws.route53Record.Route53RecordAlias"
146240
+ }
146241
+ }
146242
+ }
146243
+ ],
146244
+ "name": "ApiGatewayDomain",
146245
+ "namespace": "aws.edge",
146246
+ "symbolId": "src/aws/edge/dns-alias-record-targets:ApiGatewayDomain"
146247
+ },
146248
+ "terraconstructs.aws.edge.ApiGatewayTarget": {
146249
+ "assembly": "terraconstructs",
146250
+ "base": "terraconstructs.aws.edge.ApiGatewayDomain",
146251
+ "docs": {
146252
+ "remarks": "You can direct the alias to any `apigateway.DomainName` resource through the\n`ApiGatewayDomain` class.",
146253
+ "stability": "stable",
146254
+ "summary": "Defines an API Gateway REST API as the alias target. Requires that the domain name will be defined through `RestApiProps.domainName`."
146255
+ },
146256
+ "fqn": "terraconstructs.aws.edge.ApiGatewayTarget",
146257
+ "initializer": {
146258
+ "docs": {
146259
+ "stability": "stable"
146260
+ },
146261
+ "locationInModule": {
146262
+ "filename": "src/aws/edge/dns-alias-record-targets.ts",
146263
+ "line": 122
146264
+ },
146265
+ "parameters": [
146266
+ {
146267
+ "name": "api",
146268
+ "type": {
146269
+ "fqn": "terraconstructs.aws.compute.RestApiBase"
146270
+ }
146271
+ }
146272
+ ]
146273
+ },
146274
+ "kind": "class",
146275
+ "locationInModule": {
146276
+ "filename": "src/aws/edge/dns-alias-record-targets.ts",
146277
+ "line": 121
146278
+ },
146279
+ "name": "ApiGatewayTarget",
146280
+ "namespace": "aws.edge",
146281
+ "symbolId": "src/aws/edge/dns-alias-record-targets:ApiGatewayTarget"
146282
+ },
146283
+ "terraconstructs.aws.edge.ApiGatewayv2DomainProperties": {
146284
+ "assembly": "terraconstructs",
146285
+ "docs": {
146286
+ "stability": "stable",
146287
+ "summary": "Defines an API Gateway V2 domain name as the alias target."
146288
+ },
146289
+ "fqn": "terraconstructs.aws.edge.ApiGatewayv2DomainProperties",
146290
+ "initializer": {
146291
+ "docs": {
146292
+ "stability": "stable"
146293
+ },
146294
+ "locationInModule": {
146295
+ "filename": "src/aws/edge/dns-alias-record-targets.ts",
146296
+ "line": 139
146297
+ },
146298
+ "parameters": [
146299
+ {
146300
+ "docs": {
146301
+ "summary": "the domain name associated with the regional endpoint for this custom domain name."
146302
+ },
146303
+ "name": "regionalDomainName",
146304
+ "type": {
146305
+ "primitive": "string"
146306
+ }
146307
+ },
146308
+ {
146309
+ "docs": {
146310
+ "summary": "the region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint."
146311
+ },
146312
+ "name": "regionalHostedZoneId",
146313
+ "type": {
146314
+ "primitive": "string"
146315
+ }
146316
+ }
146317
+ ]
146318
+ },
146319
+ "interfaces": [
146320
+ "terraconstructs.aws.edge.IAliasRecordTarget"
146321
+ ],
146322
+ "kind": "class",
146323
+ "locationInModule": {
146324
+ "filename": "src/aws/edge/dns-alias-record-targets.ts",
146325
+ "line": 134
146326
+ },
146327
+ "methods": [
146328
+ {
146329
+ "docs": {
146330
+ "stability": "stable",
146331
+ "summary": "Return hosted zone ID and DNS name, usable for Route53 alias targets."
146332
+ },
146333
+ "locationInModule": {
146334
+ "filename": "src/aws/edge/dns-alias-record-targets.ts",
146335
+ "line": 144
146336
+ },
146337
+ "name": "bind",
146338
+ "overrides": "terraconstructs.aws.edge.IAliasRecordTarget",
146339
+ "parameters": [
146340
+ {
146341
+ "name": "_record",
146342
+ "type": {
146343
+ "fqn": "terraconstructs.aws.edge.IRecordSet"
146344
+ }
146345
+ },
146346
+ {
146347
+ "name": "_zone",
146348
+ "optional": true,
146349
+ "type": {
146350
+ "fqn": "terraconstructs.aws.edge.IDnsZone"
146351
+ }
146352
+ }
146353
+ ],
146354
+ "returns": {
146355
+ "type": {
146356
+ "fqn": "@cdktf/provider-aws.route53Record.Route53RecordAlias"
146357
+ }
146358
+ }
146359
+ }
146360
+ ],
146361
+ "name": "ApiGatewayv2DomainProperties",
146362
+ "namespace": "aws.edge",
146363
+ "symbolId": "src/aws/edge/dns-alias-record-targets:ApiGatewayv2DomainProperties"
146364
+ },
145990
146365
  "terraconstructs.aws.edge.BehaviorOptions": {
145991
146366
  "assembly": "terraconstructs",
145992
146367
  "datatype": true,
@@ -146038,7 +146413,7 @@
146038
146413
  },
146039
146414
  "locationInModule": {
146040
146415
  "filename": "src/aws/edge/dns-alias-record-targets.ts",
146041
- "line": 42
146416
+ "line": 44
146042
146417
  },
146043
146418
  "parameters": [
146044
146419
  {
@@ -146055,7 +146430,7 @@
146055
146430
  "kind": "class",
146056
146431
  "locationInModule": {
146057
146432
  "filename": "src/aws/edge/dns-alias-record-targets.ts",
146058
- "line": 41
146433
+ "line": 43
146059
146434
  },
146060
146435
  "methods": [
146061
146436
  {
@@ -146065,7 +146440,7 @@
146065
146440
  },
146066
146441
  "locationInModule": {
146067
146442
  "filename": "src/aws/edge/dns-alias-record-targets.ts",
146068
- "line": 44
146443
+ "line": 46
146069
146444
  },
146070
146445
  "name": "bind",
146071
146446
  "overrides": "terraconstructs.aws.edge.IAliasRecordTarget",
@@ -147410,7 +147785,7 @@
147410
147785
  },
147411
147786
  "locationInModule": {
147412
147787
  "filename": "src/aws/edge/dns-alias-record-targets.ts",
147413
- "line": 24
147788
+ "line": 26
147414
147789
  },
147415
147790
  "parameters": [
147416
147791
  {
@@ -147427,7 +147802,7 @@
147427
147802
  "kind": "class",
147428
147803
  "locationInModule": {
147429
147804
  "filename": "src/aws/edge/dns-alias-record-targets.ts",
147430
- "line": 23
147805
+ "line": 25
147431
147806
  },
147432
147807
  "methods": [
147433
147808
  {
@@ -147437,7 +147812,7 @@
147437
147812
  },
147438
147813
  "locationInModule": {
147439
147814
  "filename": "src/aws/edge/dns-alias-record-targets.ts",
147440
- "line": 26
147815
+ "line": 28
147441
147816
  },
147442
147817
  "name": "bind",
147443
147818
  "overrides": "terraconstructs.aws.edge.IAliasRecordTarget",
@@ -149239,13 +149614,13 @@
149239
149614
  "assembly": "terraconstructs",
149240
149615
  "docs": {
149241
149616
  "stability": "stable",
149242
- "summary": "Classes that are valid alias record targets, like CloudFront distributions and load balancers, should implement this interface."
149617
+ "summary": "Classes that are valid alias record targets, like CloudFront distributions load balancers, should implement this interface."
149243
149618
  },
149244
149619
  "fqn": "terraconstructs.aws.edge.IAliasRecordTarget",
149245
149620
  "kind": "interface",
149246
149621
  "locationInModule": {
149247
149622
  "filename": "src/aws/edge/dns-alias-record-targets.ts",
149248
- "line": 13
149623
+ "line": 15
149249
149624
  },
149250
149625
  "methods": [
149251
149626
  {
@@ -149256,7 +149631,7 @@
149256
149631
  },
149257
149632
  "locationInModule": {
149258
149633
  "filename": "src/aws/edge/dns-alias-record-targets.ts",
149259
- "line": 17
149634
+ "line": 19
149260
149635
  },
149261
149636
  "name": "bind",
149262
149637
  "parameters": [
@@ -150449,7 +150824,8 @@
150449
150824
  "terraconstructs.aws.edge.LoadBalancerTarget": {
150450
150825
  "assembly": "terraconstructs",
150451
150826
  "docs": {
150452
- "stability": "stable"
150827
+ "stability": "stable",
150828
+ "summary": "Use an ELBv2 as an alias record target."
150453
150829
  },
150454
150830
  "fqn": "terraconstructs.aws.edge.LoadBalancerTarget",
150455
150831
  "initializer": {
@@ -150458,7 +150834,7 @@
150458
150834
  },
150459
150835
  "locationInModule": {
150460
150836
  "filename": "src/aws/edge/dns-alias-record-targets.ts",
150461
- "line": 77
150837
+ "line": 79
150462
150838
  },
150463
150839
  "parameters": [
150464
150840
  {
@@ -150475,7 +150851,7 @@
150475
150851
  "kind": "class",
150476
150852
  "locationInModule": {
150477
150853
  "filename": "src/aws/edge/dns-alias-record-targets.ts",
150478
- "line": 66
150854
+ "line": 68
150479
150855
  },
150480
150856
  "methods": [
150481
150857
  {
@@ -150484,7 +150860,7 @@
150484
150860
  },
150485
150861
  "locationInModule": {
150486
150862
  "filename": "src/aws/edge/dns-alias-record-targets.ts",
150487
- "line": 67
150863
+ "line": 69
150488
150864
  },
150489
150865
  "name": "fromAttributes",
150490
150866
  "parameters": [
@@ -150515,7 +150891,7 @@
150515
150891
  },
150516
150892
  "locationInModule": {
150517
150893
  "filename": "src/aws/edge/dns-alias-record-targets.ts",
150518
- "line": 79
150894
+ "line": 81
150519
150895
  },
150520
150896
  "name": "bind",
150521
150897
  "overrides": "terraconstructs.aws.edge.IAliasRecordTarget",
@@ -168010,16 +168386,17 @@
168010
168386
  "assembly": "terraconstructs",
168011
168387
  "base": "terraconstructs.aws.network.BaseSubnet",
168012
168388
  "docs": {
168013
- "stability": "stable"
168389
+ "deprecated": ": use compute/subnets instead",
168390
+ "stability": "deprecated"
168014
168391
  },
168015
168392
  "fqn": "terraconstructs.aws.network.DataSubnet",
168016
168393
  "initializer": {
168017
168394
  "docs": {
168018
- "stability": "stable"
168395
+ "stability": "deprecated"
168019
168396
  },
168020
168397
  "locationInModule": {
168021
168398
  "filename": "src/aws/network/subnet.ts",
168022
- "line": 195
168399
+ "line": 204
168023
168400
  },
168024
168401
  "parameters": [
168025
168402
  {
@@ -168045,19 +168422,19 @@
168045
168422
  "kind": "class",
168046
168423
  "locationInModule": {
168047
168424
  "filename": "src/aws/network/subnet.ts",
168048
- "line": 192
168425
+ "line": 201
168049
168426
  },
168050
168427
  "name": "DataSubnet",
168051
168428
  "namespace": "aws.network",
168052
168429
  "properties": [
168053
168430
  {
168054
168431
  "docs": {
168055
- "stability": "stable"
168432
+ "stability": "deprecated"
168056
168433
  },
168057
168434
  "immutable": true,
168058
168435
  "locationInModule": {
168059
168436
  "filename": "src/aws/network/subnet.ts",
168060
- "line": 209
168437
+ "line": 218
168061
168438
  },
168062
168439
  "name": "routeTableId",
168063
168440
  "type": {
@@ -168763,16 +169140,17 @@
168763
169140
  "assembly": "terraconstructs",
168764
169141
  "base": "terraconstructs.aws.network.BaseSubnet",
168765
169142
  "docs": {
168766
- "stability": "stable"
169143
+ "deprecated": ": use compute/subnets instead",
169144
+ "stability": "deprecated"
168767
169145
  },
168768
169146
  "fqn": "terraconstructs.aws.network.PrivateSubnet",
168769
169147
  "initializer": {
168770
169148
  "docs": {
168771
- "stability": "stable"
169149
+ "stability": "deprecated"
168772
169150
  },
168773
169151
  "locationInModule": {
168774
169152
  "filename": "src/aws/network/subnet.ts",
168775
- "line": 173
169153
+ "line": 179
168776
169154
  },
168777
169155
  "parameters": [
168778
169156
  {
@@ -168798,19 +169176,19 @@
168798
169176
  "kind": "class",
168799
169177
  "locationInModule": {
168800
169178
  "filename": "src/aws/network/subnet.ts",
168801
- "line": 170
169179
+ "line": 176
168802
169180
  },
168803
169181
  "name": "PrivateSubnet",
168804
169182
  "namespace": "aws.network",
168805
169183
  "properties": [
168806
169184
  {
168807
169185
  "docs": {
168808
- "stability": "stable"
169186
+ "stability": "deprecated"
168809
169187
  },
168810
169188
  "immutable": true,
168811
169189
  "locationInModule": {
168812
169190
  "filename": "src/aws/network/subnet.ts",
168813
- "line": 187
169191
+ "line": 193
168814
169192
  },
168815
169193
  "name": "routeTableId",
168816
169194
  "type": {
@@ -168833,7 +169211,7 @@
168833
169211
  "kind": "interface",
168834
169212
  "locationInModule": {
168835
169213
  "filename": "src/aws/network/subnet.ts",
168836
- "line": 166
169214
+ "line": 169
168837
169215
  },
168838
169216
  "name": "PrivateSubnetProps",
168839
169217
  "namespace": "aws.network",
@@ -168846,7 +169224,7 @@
168846
169224
  "immutable": true,
168847
169225
  "locationInModule": {
168848
169226
  "filename": "src/aws/network/subnet.ts",
168849
- "line": 167
169227
+ "line": 170
168850
169228
  },
168851
169229
  "name": "routeTable",
168852
169230
  "type": {
@@ -168860,16 +169238,17 @@
168860
169238
  "assembly": "terraconstructs",
168861
169239
  "base": "terraconstructs.aws.network.BaseSubnet",
168862
169240
  "docs": {
168863
- "stability": "stable"
169241
+ "deprecated": ": use compute/subnets instead",
169242
+ "stability": "deprecated"
168864
169243
  },
168865
169244
  "fqn": "terraconstructs.aws.network.PublicSubnet",
168866
169245
  "initializer": {
168867
169246
  "docs": {
168868
- "stability": "stable"
169247
+ "stability": "deprecated"
168869
169248
  },
168870
169249
  "locationInModule": {
168871
169250
  "filename": "src/aws/network/subnet.ts",
168872
- "line": 134
169251
+ "line": 137
168873
169252
  },
168874
169253
  "parameters": [
168875
169254
  {
@@ -168895,19 +169274,19 @@
168895
169274
  "kind": "class",
168896
169275
  "locationInModule": {
168897
169276
  "filename": "src/aws/network/subnet.ts",
168898
- "line": 130
169277
+ "line": 133
168899
169278
  },
168900
169279
  "name": "PublicSubnet",
168901
169280
  "namespace": "aws.network",
168902
169281
  "properties": [
168903
169282
  {
168904
169283
  "docs": {
168905
- "stability": "stable"
169284
+ "stability": "deprecated"
168906
169285
  },
168907
169286
  "immutable": true,
168908
169287
  "locationInModule": {
168909
169288
  "filename": "src/aws/network/subnet.ts",
168910
- "line": 161
169289
+ "line": 164
168911
169290
  },
168912
169291
  "name": "natgateway",
168913
169292
  "optional": true,
@@ -169087,18 +169466,19 @@
169087
169466
  "beacon-class": "network.SimpleIPv4Vpc",
169088
169467
  "resource": "aws_vpc"
169089
169468
  },
169469
+ "deprecated": "use compute/vpc instead",
169090
169470
  "remarks": "See the package-level documentation of this package for an overview\nof the various dimensions in which you can configure your VPC.\n\nFor example:\n\n```ts\nconst network = new network.SimpleIPv4(awsStack, \"network\", {\n ipv4CidrBlock: \"10.0.0.0/16\",\n internalDomain: \"example.local\",\n});\n\n// Add a subnet group for RDS\nnetwork.enableDbSubnetGroup();\n```",
169091
- "stability": "stable",
169471
+ "stability": "deprecated",
169092
169472
  "summary": "Define an AWS Virtual Private Cloud simple IPv4 network."
169093
169473
  },
169094
169474
  "fqn": "terraconstructs.aws.network.SimpleIPv4Vpc",
169095
169475
  "initializer": {
169096
169476
  "docs": {
169097
- "stability": "stable"
169477
+ "stability": "deprecated"
169098
169478
  },
169099
169479
  "locationInModule": {
169100
169480
  "filename": "src/aws/network/simple-ipv4-vpc.ts",
169101
- "line": 116
169481
+ "line": 117
169102
169482
  },
169103
169483
  "parameters": [
169104
169484
  {
@@ -169127,29 +169507,29 @@
169127
169507
  "kind": "class",
169128
169508
  "locationInModule": {
169129
169509
  "filename": "src/aws/network/simple-ipv4-vpc.ts",
169130
- "line": 69
169510
+ "line": 70
169131
169511
  },
169132
169512
  "methods": [
169133
169513
  {
169134
169514
  "docs": {
169135
- "stability": "stable",
169515
+ "stability": "deprecated",
169136
169516
  "summary": "Adds a Subnet Group for RDS and DocDb clusters."
169137
169517
  },
169138
169518
  "locationInModule": {
169139
169519
  "filename": "src/aws/network/simple-ipv4-vpc.ts",
169140
- "line": 192
169520
+ "line": 193
169141
169521
  },
169142
169522
  "name": "enableDbSubnetGroup",
169143
169523
  "overrides": "terraconstructs.aws.network.INetwork"
169144
169524
  },
169145
169525
  {
169146
169526
  "docs": {
169147
- "stability": "stable",
169527
+ "stability": "deprecated",
169148
169528
  "summary": "Adds a Subnet Group for ElastiCache clusters."
169149
169529
  },
169150
169530
  "locationInModule": {
169151
169531
  "filename": "src/aws/network/simple-ipv4-vpc.ts",
169152
- "line": 204
169532
+ "line": 205
169153
169533
  },
169154
169534
  "name": "enableElastiCacheSubnetGroup",
169155
169535
  "overrides": "terraconstructs.aws.network.INetwork"
@@ -169160,13 +169540,13 @@
169160
169540
  "properties": [
169161
169541
  {
169162
169542
  "docs": {
169163
- "stability": "stable",
169543
+ "stability": "deprecated",
169164
169544
  "summary": "The Data Subnets of the network."
169165
169545
  },
169166
169546
  "immutable": true,
169167
169547
  "locationInModule": {
169168
169548
  "filename": "src/aws/network/simple-ipv4-vpc.ts",
169169
- "line": 97
169549
+ "line": 98
169170
169550
  },
169171
169551
  "name": "dataSubnets",
169172
169552
  "overrides": "terraconstructs.aws.network.INetwork",
@@ -169181,13 +169561,13 @@
169181
169561
  },
169182
169562
  {
169183
169563
  "docs": {
169184
- "stability": "stable",
169564
+ "stability": "deprecated",
169185
169565
  "summary": "Strongly typed outputs."
169186
169566
  },
169187
169567
  "immutable": true,
169188
169568
  "locationInModule": {
169189
169569
  "filename": "src/aws/network/simple-ipv4-vpc.ts",
169190
- "line": 72
169570
+ "line": 73
169191
169571
  },
169192
169572
  "name": "networkOutputs",
169193
169573
  "overrides": "terraconstructs.aws.network.INetwork",
@@ -169197,13 +169577,13 @@
169197
169577
  },
169198
169578
  {
169199
169579
  "docs": {
169200
- "stability": "stable",
169580
+ "stability": "deprecated",
169201
169581
  "summary": "Outputs to register with the parent Scope or undefined if there are no outputs."
169202
169582
  },
169203
169583
  "immutable": true,
169204
169584
  "locationInModule": {
169205
169585
  "filename": "src/aws/network/simple-ipv4-vpc.ts",
169206
- "line": 75
169586
+ "line": 76
169207
169587
  },
169208
169588
  "name": "outputs",
169209
169589
  "overrides": "terraconstructs.TerraConstructBase",
@@ -169218,13 +169598,13 @@
169218
169598
  },
169219
169599
  {
169220
169600
  "docs": {
169221
- "stability": "stable",
169601
+ "stability": "deprecated",
169222
169602
  "summary": "The Private Subnets of the network."
169223
169603
  },
169224
169604
  "immutable": true,
169225
169605
  "locationInModule": {
169226
169606
  "filename": "src/aws/network/simple-ipv4-vpc.ts",
169227
- "line": 93
169607
+ "line": 94
169228
169608
  },
169229
169609
  "name": "privateSubnets",
169230
169610
  "overrides": "terraconstructs.aws.network.INetwork",
@@ -169239,13 +169619,13 @@
169239
169619
  },
169240
169620
  {
169241
169621
  "docs": {
169242
- "stability": "stable",
169622
+ "stability": "deprecated",
169243
169623
  "summary": "The Public Subnets of the network."
169244
169624
  },
169245
169625
  "immutable": true,
169246
169626
  "locationInModule": {
169247
169627
  "filename": "src/aws/network/simple-ipv4-vpc.ts",
169248
- "line": 89
169628
+ "line": 90
169249
169629
  },
169250
169630
  "name": "publicSubnets",
169251
169631
  "overrides": "terraconstructs.aws.network.INetwork",
@@ -169260,13 +169640,13 @@
169260
169640
  },
169261
169641
  {
169262
169642
  "docs": {
169263
- "stability": "stable",
169643
+ "stability": "deprecated",
169264
169644
  "summary": "The Service Discovery Private DNS Namespace."
169265
169645
  },
169266
169646
  "immutable": true,
169267
169647
  "locationInModule": {
169268
169648
  "filename": "src/aws/network/simple-ipv4-vpc.ts",
169269
- "line": 112
169649
+ "line": 113
169270
169650
  },
169271
169651
  "name": "serviceDiscoveryNamespaceArn",
169272
169652
  "overrides": "terraconstructs.aws.network.INetwork",
@@ -169276,13 +169656,13 @@
169276
169656
  },
169277
169657
  {
169278
169658
  "docs": {
169279
- "stability": "stable",
169659
+ "stability": "deprecated",
169280
169660
  "summary": "The VPC ID of the network."
169281
169661
  },
169282
169662
  "immutable": true,
169283
169663
  "locationInModule": {
169284
169664
  "filename": "src/aws/network/simple-ipv4-vpc.ts",
169285
- "line": 85
169665
+ "line": 86
169286
169666
  },
169287
169667
  "name": "vpcId",
169288
169668
  "overrides": "terraconstructs.aws.network.INetwork",
@@ -169292,13 +169672,13 @@
169292
169672
  },
169293
169673
  {
169294
169674
  "docs": {
169295
- "stability": "stable",
169675
+ "stability": "deprecated",
169296
169676
  "summary": "The Db Subnet Group if enabled."
169297
169677
  },
169298
169678
  "immutable": true,
169299
169679
  "locationInModule": {
169300
169680
  "filename": "src/aws/network/simple-ipv4-vpc.ts",
169301
- "line": 102
169681
+ "line": 103
169302
169682
  },
169303
169683
  "name": "dbSubnetGroup",
169304
169684
  "optional": true,
@@ -169309,13 +169689,13 @@
169309
169689
  },
169310
169690
  {
169311
169691
  "docs": {
169312
- "stability": "stable",
169692
+ "stability": "deprecated",
169313
169693
  "summary": "The ElastiCache Subnet Group if enabled."
169314
169694
  },
169315
169695
  "immutable": true,
169316
169696
  "locationInModule": {
169317
169697
  "filename": "src/aws/network/simple-ipv4-vpc.ts",
169318
- "line": 107
169698
+ "line": 108
169319
169699
  },
169320
169700
  "name": "elastiCacheSubnetGroup",
169321
169701
  "optional": true,
@@ -198484,7 +198864,7 @@
198484
198864
  },
198485
198865
  "locationInModule": {
198486
198866
  "filename": "src/aws/storage/encryption.ts",
198487
- "line": 152
198867
+ "line": 143
198488
198868
  },
198489
198869
  "parameters": [
198490
198870
  {
@@ -198518,7 +198898,7 @@
198518
198898
  "kind": "class",
198519
198899
  "locationInModule": {
198520
198900
  "filename": "src/aws/storage/encryption.ts",
198521
- "line": 23
198901
+ "line": 14
198522
198902
  },
198523
198903
  "methods": [
198524
198904
  {
@@ -198528,7 +198908,7 @@
198528
198908
  },
198529
198909
  "locationInModule": {
198530
198910
  "filename": "src/aws/storage/encryption.ts",
198531
- "line": 51
198911
+ "line": 42
198532
198912
  },
198533
198913
  "name": "awsManagedKey",
198534
198914
  "returns": {
@@ -198545,7 +198925,7 @@
198545
198925
  },
198546
198926
  "locationInModule": {
198547
198927
  "filename": "src/aws/storage/encryption.ts",
198548
- "line": 80
198928
+ "line": 71
198549
198929
  },
198550
198930
  "name": "customerManagedKey",
198551
198931
  "parameters": [
@@ -198598,7 +198978,7 @@
198598
198978
  },
198599
198979
  "locationInModule": {
198600
198980
  "filename": "src/aws/storage/encryption.ts",
198601
- "line": 27
198981
+ "line": 18
198602
198982
  },
198603
198983
  "name": "dynamoOwnedKey",
198604
198984
  "returns": {
@@ -198619,7 +198999,7 @@
198619
198999
  "immutable": true,
198620
199000
  "locationInModule": {
198621
199001
  "filename": "src/aws/storage/encryption.ts",
198622
- "line": 153
199002
+ "line": 144
198623
199003
  },
198624
199004
  "name": "type",
198625
199005
  "type": {
@@ -198633,7 +199013,7 @@
198633
199013
  "immutable": true,
198634
199014
  "locationInModule": {
198635
199015
  "filename": "src/aws/storage/encryption.ts",
198636
- "line": 155
199016
+ "line": 146
198637
199017
  },
198638
199018
  "name": "replicaKeyArns",
198639
199019
  "optional": true,
@@ -198653,7 +199033,7 @@
198653
199033
  "immutable": true,
198654
199034
  "locationInModule": {
198655
199035
  "filename": "src/aws/storage/encryption.ts",
198656
- "line": 154
199036
+ "line": 145
198657
199037
  },
198658
199038
  "name": "tableKey",
198659
199039
  "optional": true,
@@ -201256,6 +201636,6 @@
201256
201636
  "symbolId": "src/aws/storage/notification-targets/queue:QueueDestination"
201257
201637
  }
201258
201638
  },
201259
- "version": "0.1.4",
201260
- "fingerprint": "Wg8hy0xrMe2KbXdrxeAAkBzgmhBUZVacO3Dxc+vk7x8="
201639
+ "version": "0.1.6",
201640
+ "fingerprint": "UbneUwAqvDPg/UNR2nGOKPwe7JsS6qdi8hAMbMEkz/k="
201261
201641
  }