terraconstructs 0.1.0 → 0.1.1

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 (269) hide show
  1. package/.jsii +161 -92
  2. package/.mise.toml +1 -1
  3. package/go.mod +1 -1
  4. package/go.sum +2 -2
  5. package/lib/asset-staging.js +1 -1
  6. package/lib/aws/arn.js +1 -1
  7. package/lib/aws/aws-asset-manager.js +1 -1
  8. package/lib/aws/aws-construct.js +1 -1
  9. package/lib/aws/aws-stack.js +1 -1
  10. package/lib/aws/aws-tags.js +2 -2
  11. package/lib/aws/cloudwatch/actions/appscaling.js +1 -1
  12. package/lib/aws/cloudwatch/actions/ec2.js +1 -1
  13. package/lib/aws/cloudwatch/actions/lambda.js +1 -1
  14. package/lib/aws/cloudwatch/actions/sns.js +1 -1
  15. package/lib/aws/cloudwatch/actions/ssm.js +2 -2
  16. package/lib/aws/cloudwatch/alarm-base.js +1 -1
  17. package/lib/aws/cloudwatch/alarm-rule.js +1 -1
  18. package/lib/aws/cloudwatch/alarm-status-widget.js +1 -1
  19. package/lib/aws/cloudwatch/alarm.js +1 -1
  20. package/lib/aws/cloudwatch/composite-alarm.js +1 -1
  21. package/lib/aws/cloudwatch/dashboard.js +1 -1
  22. package/lib/aws/cloudwatch/data-protection-policy.js +3 -3
  23. package/lib/aws/cloudwatch/graph.js +8 -8
  24. package/lib/aws/cloudwatch/layout.js +3 -3
  25. package/lib/aws/cloudwatch/log-destinations/kinesis.js +1 -1
  26. package/lib/aws/cloudwatch/log-destinations/lambda.js +1 -1
  27. package/lib/aws/cloudwatch/log-group.js +1 -1
  28. package/lib/aws/cloudwatch/log-query.js +1 -1
  29. package/lib/aws/cloudwatch/log-stream.js +1 -1
  30. package/lib/aws/cloudwatch/metric-filter.js +1 -1
  31. package/lib/aws/cloudwatch/metric.js +2 -2
  32. package/lib/aws/cloudwatch/pattern.js +3 -3
  33. package/lib/aws/cloudwatch/policy.js +1 -1
  34. package/lib/aws/cloudwatch/query-definition.js +2 -2
  35. package/lib/aws/cloudwatch/stats.js +1 -1
  36. package/lib/aws/cloudwatch/subscription-filter.js +1 -1
  37. package/lib/aws/cloudwatch/text.js +1 -1
  38. package/lib/aws/cloudwatch/variable.js +3 -3
  39. package/lib/aws/cloudwatch/widget.js +1 -1
  40. package/lib/aws/compute/access-log.js +4 -4
  41. package/lib/aws/compute/activity.js +1 -1
  42. package/lib/aws/compute/alb/application-listener-action.js +1 -1
  43. package/lib/aws/compute/alb/application-listener-certificate.js +1 -1
  44. package/lib/aws/compute/alb/application-listener-rule.js +1 -1
  45. package/lib/aws/compute/alb/application-listener.js +1 -1
  46. package/lib/aws/compute/alb/application-load-balancer.js +1 -1
  47. package/lib/aws/compute/alb/application-target-group.js +1 -1
  48. package/lib/aws/compute/alb/conditions.js +1 -1
  49. package/lib/aws/compute/alb/trust-store-revocation.js +1 -1
  50. package/lib/aws/compute/alb/trust-store.js +1 -1
  51. package/lib/aws/compute/api-definition.js +3 -3
  52. package/lib/aws/compute/api-key.js +2 -2
  53. package/lib/aws/compute/architecture.js +1 -1
  54. package/lib/aws/compute/aspects/require-imdsv2-aspect.js +2 -2
  55. package/lib/aws/compute/authorizer.js +1 -1
  56. package/lib/aws/compute/authorizers/identity-source.js +1 -1
  57. package/lib/aws/compute/authorizers/lambda.js +4 -4
  58. package/lib/aws/compute/base-path-mapping.js +1 -1
  59. package/lib/aws/compute/base-scalable-attribute.js +1 -1
  60. package/lib/aws/compute/bastion-host.js +1 -1
  61. package/lib/aws/compute/chain.js +1 -1
  62. package/lib/aws/compute/client-vpn-authorization-rule.js +1 -1
  63. package/lib/aws/compute/client-vpn-endpoint.js +2 -2
  64. package/lib/aws/compute/client-vpn-route.js +2 -2
  65. package/lib/aws/compute/code.js +8 -8
  66. package/lib/aws/compute/condition.js +1 -1
  67. package/lib/aws/compute/connections.js +1 -1
  68. package/lib/aws/compute/cors.js +1 -1
  69. package/lib/aws/compute/deployment.js +1 -1
  70. package/lib/aws/compute/domain-name.js +1 -1
  71. package/lib/aws/compute/event-invoke-config.js +1 -1
  72. package/lib/aws/compute/event-source-filter.js +2 -2
  73. package/lib/aws/compute/event-source-mapping.js +1 -1
  74. package/lib/aws/compute/event-sources/s3-onfailure-destination.js +1 -1
  75. package/lib/aws/compute/event-sources/s3.js +1 -1
  76. package/lib/aws/compute/event-sources/sqs-dlq.js +1 -1
  77. package/lib/aws/compute/event-sources/sqs.js +1 -1
  78. package/lib/aws/compute/fields.js +4 -4
  79. package/lib/aws/compute/function-alias.d.ts +1 -0
  80. package/lib/aws/compute/function-alias.js +8 -2
  81. package/lib/aws/compute/function-base.d.ts +8 -0
  82. package/lib/aws/compute/function-base.js +3 -3
  83. package/lib/aws/compute/function-destinations/event-bridge.js +1 -1
  84. package/lib/aws/compute/function-destinations/function.js +1 -1
  85. package/lib/aws/compute/function-destinations/sqs.js +1 -1
  86. package/lib/aws/compute/function-nodejs/function.js +1 -1
  87. package/lib/aws/compute/function-url.js +1 -1
  88. package/lib/aws/compute/function.d.ts +9 -1
  89. package/lib/aws/compute/function.js +17 -3
  90. package/lib/aws/compute/gateway-response.js +2 -2
  91. package/lib/aws/compute/handler.js +1 -1
  92. package/lib/aws/compute/instance-types.js +1 -1
  93. package/lib/aws/compute/instance.js +1 -1
  94. package/lib/aws/compute/integration.js +1 -1
  95. package/lib/aws/compute/integrations/aws.js +1 -1
  96. package/lib/aws/compute/integrations/http.js +1 -1
  97. package/lib/aws/compute/integrations/lambda.js +1 -1
  98. package/lib/aws/compute/integrations/mock.js +1 -1
  99. package/lib/aws/compute/integrations/stepfunctions.js +1 -1
  100. package/lib/aws/compute/ip-addresses.js +2 -2
  101. package/lib/aws/compute/ipam.js +1 -1
  102. package/lib/aws/compute/key-pair.js +1 -1
  103. package/lib/aws/compute/lambda-api.js +1 -1
  104. package/lib/aws/compute/launch-template.js +2 -2
  105. package/lib/aws/compute/lb-shared/base-listener.js +1 -1
  106. package/lib/aws/compute/lb-shared/base-load-balancer.js +2 -2
  107. package/lib/aws/compute/lb-shared/base-target-group.js +1 -1
  108. package/lib/aws/compute/lb-shared/listener-certificate.js +1 -1
  109. package/lib/aws/compute/lb-shared/load-balancer-targets.js +2 -2
  110. package/lib/aws/compute/lb-targets/alb-target.js +3 -3
  111. package/lib/aws/compute/lb-targets/instance-target.js +2 -2
  112. package/lib/aws/compute/lb-targets/ip-target.js +1 -1
  113. package/lib/aws/compute/lb-targets/lambda-target.js +1 -1
  114. package/lib/aws/compute/load-balancer.js +3 -3
  115. package/lib/aws/compute/machine-image/amazon-linux-2022.js +2 -2
  116. package/lib/aws/compute/machine-image/amazon-linux-2023.js +2 -2
  117. package/lib/aws/compute/machine-image/amazon-linux2.js +2 -2
  118. package/lib/aws/compute/machine-image/common.js +1 -1
  119. package/lib/aws/compute/machine-image/machine-image.js +8 -8
  120. package/lib/aws/compute/method.js +1 -1
  121. package/lib/aws/compute/model.js +3 -3
  122. package/lib/aws/compute/nat.js +5 -5
  123. package/lib/aws/compute/network-acl-types.js +2 -2
  124. package/lib/aws/compute/network-acl.js +3 -3
  125. package/lib/aws/compute/nlb/network-listener-action.js +1 -1
  126. package/lib/aws/compute/nlb/network-listener.js +1 -1
  127. package/lib/aws/compute/nlb/network-load-balancer.js +1 -1
  128. package/lib/aws/compute/nlb/network-target-group.js +1 -1
  129. package/lib/aws/compute/peer.js +1 -1
  130. package/lib/aws/compute/placement-group.js +1 -1
  131. package/lib/aws/compute/port.js +1 -1
  132. package/lib/aws/compute/prefix-list.js +1 -1
  133. package/lib/aws/compute/requestvalidator.js +1 -1
  134. package/lib/aws/compute/resource.js +3 -3
  135. package/lib/aws/compute/restapi.js +3 -3
  136. package/lib/aws/compute/route.js +8 -8
  137. package/lib/aws/compute/runtime.js +1 -1
  138. package/lib/aws/compute/scalable-target.js +1 -1
  139. package/lib/aws/compute/schedule.js +1 -1
  140. package/lib/aws/compute/security-group.js +1 -1
  141. package/lib/aws/compute/stage.js +2 -2
  142. package/lib/aws/compute/state-graph.js +1 -1
  143. package/lib/aws/compute/state-machine-fragment.js +1 -1
  144. package/lib/aws/compute/state-machine.js +4 -4
  145. package/lib/aws/compute/states/choice.js +1 -1
  146. package/lib/aws/compute/states/custom-state.js +1 -1
  147. package/lib/aws/compute/states/distributed-map/item-batcher.js +1 -1
  148. package/lib/aws/compute/states/distributed-map/item-reader.js +5 -5
  149. package/lib/aws/compute/states/distributed-map/result-writer.js +1 -1
  150. package/lib/aws/compute/states/distributed-map.js +1 -1
  151. package/lib/aws/compute/states/fail.js +1 -1
  152. package/lib/aws/compute/states/map-base.js +1 -1
  153. package/lib/aws/compute/states/map.js +1 -1
  154. package/lib/aws/compute/states/parallel.js +1 -1
  155. package/lib/aws/compute/states/pass.js +2 -2
  156. package/lib/aws/compute/states/state.js +1 -1
  157. package/lib/aws/compute/states/succeed.js +1 -1
  158. package/lib/aws/compute/states/task-base.js +2 -2
  159. package/lib/aws/compute/states/task.js +1 -1
  160. package/lib/aws/compute/states/wait.js +2 -2
  161. package/lib/aws/compute/step-scaling-action.js +1 -1
  162. package/lib/aws/compute/step-scaling-policy.js +1 -1
  163. package/lib/aws/compute/stepfunctions-api.js +1 -1
  164. package/lib/aws/compute/subnet-v2.js +2 -2
  165. package/lib/aws/compute/subnet.js +1 -1
  166. package/lib/aws/compute/target-tracking-scaling-policy.js +1 -1
  167. package/lib/aws/compute/task-credentials.js +1 -1
  168. package/lib/aws/compute/task-input.js +1 -1
  169. package/lib/aws/compute/tasks/aws-sdk/call-aws-service.js +1 -1
  170. package/lib/aws/compute/tasks/eventbridge/put-events.js +1 -1
  171. package/lib/aws/compute/tasks/http/invoke.js +1 -1
  172. package/lib/aws/compute/tasks/lambda/invoke.js +1 -1
  173. package/lib/aws/compute/tasks/sqs/send-message.js +1 -1
  174. package/lib/aws/compute/tasks/stepfunctions/invoke-activity.js +1 -1
  175. package/lib/aws/compute/tasks/stepfunctions/start-execution.js +1 -1
  176. package/lib/aws/compute/types.js +1 -1
  177. package/lib/aws/compute/usage-plan.js +1 -1
  178. package/lib/aws/compute/user-data.js +3 -3
  179. package/lib/aws/compute/volume.js +2 -2
  180. package/lib/aws/compute/vpc-endpoint-service.js +1 -1
  181. package/lib/aws/compute/vpc-endpoint.js +6 -6
  182. package/lib/aws/compute/vpc-flow-logs.js +4 -4
  183. package/lib/aws/compute/vpc-link.js +1 -1
  184. package/lib/aws/compute/vpc-v2-base.js +1 -1
  185. package/lib/aws/compute/vpc-v2.js +2 -2
  186. package/lib/aws/compute/vpc.js +4 -4
  187. package/lib/aws/compute/vpn.js +3 -3
  188. package/lib/aws/edge/certificate.js +1 -1
  189. package/lib/aws/edge/distribution.js +3 -3
  190. package/lib/aws/edge/dns-alias-record-targets.js +3 -3
  191. package/lib/aws/edge/dns-record.js +13 -13
  192. package/lib/aws/edge/dns-zone.js +1 -1
  193. package/lib/aws/edge/function.js +2 -2
  194. package/lib/aws/edge/key-value-store.js +4 -4
  195. package/lib/aws/edge/origin.js +3 -3
  196. package/lib/aws/edge/response-headers-policy.js +1 -1
  197. package/lib/aws/encryption/alias.js +1 -1
  198. package/lib/aws/encryption/key.js +1 -1
  199. package/lib/aws/encryption/via-service-principal.js +1 -1
  200. package/lib/aws/iam/grant.js +2 -2
  201. package/lib/aws/iam/group.js +1 -1
  202. package/lib/aws/iam/instance-profile.js +1 -1
  203. package/lib/aws/iam/managed-policy.js +1 -1
  204. package/lib/aws/iam/oidc-provider.js +1 -1
  205. package/lib/aws/iam/policy-document.js +1 -1
  206. package/lib/aws/iam/policy-statement.js +1 -1
  207. package/lib/aws/iam/policy.js +1 -1
  208. package/lib/aws/iam/principals.js +20 -20
  209. package/lib/aws/iam/role.js +1 -1
  210. package/lib/aws/iam/saml-provider.js +2 -2
  211. package/lib/aws/iam/unknown-principal.js +1 -1
  212. package/lib/aws/iam/user.js +1 -1
  213. package/lib/aws/network/simple-ipv4-vpc.js +1 -1
  214. package/lib/aws/network/subnet-group.js +3 -3
  215. package/lib/aws/network/subnet.js +4 -4
  216. package/lib/aws/notify/archive.js +1 -1
  217. package/lib/aws/notify/connection.js +3 -3
  218. package/lib/aws/notify/event-bus.js +3 -3
  219. package/lib/aws/notify/event-pattern.js +1 -1
  220. package/lib/aws/notify/input.js +2 -2
  221. package/lib/aws/notify/kinesis-stream.js +1 -1
  222. package/lib/aws/notify/notification-rule.js +1 -1
  223. package/lib/aws/notify/policy.js +1 -1
  224. package/lib/aws/notify/queue-policy.js +1 -1
  225. package/lib/aws/notify/queue.js +1 -1
  226. package/lib/aws/notify/resource-policy.js +1 -1
  227. package/lib/aws/notify/rule.js +1 -1
  228. package/lib/aws/notify/schedule.js +1 -1
  229. package/lib/aws/notify/subscription-filter.js +1 -1
  230. package/lib/aws/notify/subscription.js +4 -4
  231. package/lib/aws/notify/subscriptions/email.js +1 -1
  232. package/lib/aws/notify/subscriptions/lambda.js +1 -1
  233. package/lib/aws/notify/subscriptions/sms.js +1 -1
  234. package/lib/aws/notify/subscriptions/sqs.js +1 -1
  235. package/lib/aws/notify/subscriptions/url.js +1 -1
  236. package/lib/aws/notify/targets/event-bus.js +1 -1
  237. package/lib/aws/notify/targets/function.js +1 -1
  238. package/lib/aws/notify/targets/log-group.js +2 -2
  239. package/lib/aws/notify/targets/sqs.js +1 -1
  240. package/lib/aws/notify/targets/state-machine.js +1 -1
  241. package/lib/aws/notify/topic-base.js +1 -1
  242. package/lib/aws/notify/topic.js +1 -1
  243. package/lib/aws/storage/assets/image-asset.js +3 -3
  244. package/lib/aws/storage/assets/s3.js +1 -1
  245. package/lib/aws/storage/auth-token.js +2 -2
  246. package/lib/aws/storage/billing.js +1 -1
  247. package/lib/aws/storage/bucket-notifications.js +1 -1
  248. package/lib/aws/storage/bucket-policy.js +1 -1
  249. package/lib/aws/storage/bucket-source.js +1 -1
  250. package/lib/aws/storage/bucket.js +2 -2
  251. package/lib/aws/storage/capacity.js +1 -1
  252. package/lib/aws/storage/ecr-repository.js +3 -3
  253. package/lib/aws/storage/encryption.js +1 -1
  254. package/lib/aws/storage/notification-targets/function.js +1 -1
  255. package/lib/aws/storage/notification-targets/queue.js +1 -1
  256. package/lib/aws/storage/origin-access-identity.js +1 -1
  257. package/lib/aws/storage/parameter.js +2 -2
  258. package/lib/aws/storage/table.js +3 -3
  259. package/lib/bundling.js +3 -3
  260. package/lib/construct-base.js +2 -2
  261. package/lib/duration.js +1 -1
  262. package/lib/expiration.js +1 -1
  263. package/lib/fs/ignore.js +4 -4
  264. package/lib/fs/index.js +1 -1
  265. package/lib/size.js +1 -1
  266. package/lib/stack-base.js +1 -1
  267. package/lib/terra-func.js +1 -1
  268. package/lib/time-zone.js +1 -1
  269. package/package.json +1 -1
package/.jsii CHANGED
@@ -38155,7 +38155,7 @@
38155
38155
  },
38156
38156
  "locationInModule": {
38157
38157
  "filename": "src/aws/compute/function-alias.ts",
38158
- "line": 226
38158
+ "line": 232
38159
38159
  },
38160
38160
  "parameters": [
38161
38161
  {
@@ -38238,7 +38238,7 @@
38238
38238
  "immutable": true,
38239
38239
  "locationInModule": {
38240
38240
  "filename": "src/aws/compute/function-alias.ts",
38241
- "line": 190
38241
+ "line": 193
38242
38242
  },
38243
38243
  "name": "aliasName",
38244
38244
  "overrides": "terraconstructs.aws.compute.IAlias",
@@ -38254,7 +38254,7 @@
38254
38254
  "immutable": true,
38255
38255
  "locationInModule": {
38256
38256
  "filename": "src/aws/compute/function-alias.ts",
38257
- "line": 178
38257
+ "line": 181
38258
38258
  },
38259
38259
  "name": "aliasOutputs",
38260
38260
  "overrides": "terraconstructs.aws.compute.IAlias",
@@ -38270,7 +38270,7 @@
38270
38270
  "immutable": true,
38271
38271
  "locationInModule": {
38272
38272
  "filename": "src/aws/compute/function-alias.ts",
38273
- "line": 202
38273
+ "line": 205
38274
38274
  },
38275
38275
  "name": "architecture",
38276
38276
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -38287,7 +38287,7 @@
38287
38287
  "immutable": true,
38288
38288
  "locationInModule": {
38289
38289
  "filename": "src/aws/compute/function-alias.ts",
38290
- "line": 220
38290
+ "line": 226
38291
38291
  },
38292
38292
  "name": "canCreatePermissions",
38293
38293
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -38305,7 +38305,7 @@
38305
38305
  "immutable": true,
38306
38306
  "locationInModule": {
38307
38307
  "filename": "src/aws/compute/function-alias.ts",
38308
- "line": 212
38308
+ "line": 215
38309
38309
  },
38310
38310
  "name": "functionArn",
38311
38311
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -38313,6 +38313,23 @@
38313
38313
  "primitive": "string"
38314
38314
  }
38315
38315
  },
38316
+ {
38317
+ "docs": {
38318
+ "remarks": "See also invoke_arn.",
38319
+ "stability": "stable",
38320
+ "summary": "ARN to be used for invoking Lambda Function from API Gateway."
38321
+ },
38322
+ "immutable": true,
38323
+ "locationInModule": {
38324
+ "filename": "src/aws/compute/function-alias.ts",
38325
+ "line": 220
38326
+ },
38327
+ "name": "functionInvokeArn",
38328
+ "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
38329
+ "type": {
38330
+ "primitive": "string"
38331
+ }
38332
+ },
38316
38333
  {
38317
38334
  "docs": {
38318
38335
  "remarks": "Used to be able to use Alias in place of a regular Lambda. Lambda accepts\nARNs everywhere it accepts function names.",
@@ -38322,7 +38339,7 @@
38322
38339
  "immutable": true,
38323
38340
  "locationInModule": {
38324
38341
  "filename": "src/aws/compute/function-alias.ts",
38325
- "line": 198
38342
+ "line": 201
38326
38343
  },
38327
38344
  "name": "functionName",
38328
38345
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -38339,7 +38356,7 @@
38339
38356
  "immutable": true,
38340
38357
  "locationInModule": {
38341
38358
  "filename": "src/aws/compute/function-alias.ts",
38342
- "line": 214
38359
+ "line": 217
38343
38360
  },
38344
38361
  "name": "functionQualifiedInvokeArn",
38345
38362
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -38355,7 +38372,7 @@
38355
38372
  "immutable": true,
38356
38373
  "locationInModule": {
38357
38374
  "filename": "src/aws/compute/function-alias.ts",
38358
- "line": 299
38375
+ "line": 305
38359
38376
  },
38360
38377
  "name": "grantPrincipal",
38361
38378
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -38371,7 +38388,7 @@
38371
38388
  "immutable": true,
38372
38389
  "locationInModule": {
38373
38390
  "filename": "src/aws/compute/function-alias.ts",
38374
- "line": 200
38391
+ "line": 203
38375
38392
  },
38376
38393
  "name": "lambda",
38377
38394
  "overrides": "terraconstructs.aws.compute.QualifiedFunctionBase",
@@ -38387,7 +38404,7 @@
38387
38404
  "immutable": true,
38388
38405
  "locationInModule": {
38389
38406
  "filename": "src/aws/compute/function-alias.ts",
38390
- "line": 181
38407
+ "line": 184
38391
38408
  },
38392
38409
  "name": "outputs",
38393
38410
  "overrides": "terraconstructs.TerraConstructBase",
@@ -38407,7 +38424,7 @@
38407
38424
  "immutable": true,
38408
38425
  "locationInModule": {
38409
38426
  "filename": "src/aws/compute/function-alias.ts",
38410
- "line": 218
38427
+ "line": 224
38411
38428
  },
38412
38429
  "name": "qualifier",
38413
38430
  "protected": true,
@@ -38422,7 +38439,7 @@
38422
38439
  "immutable": true,
38423
38440
  "locationInModule": {
38424
38441
  "filename": "src/aws/compute/function-alias.ts",
38425
- "line": 176
38442
+ "line": 179
38426
38443
  },
38427
38444
  "name": "resource",
38428
38445
  "type": {
@@ -38438,7 +38455,7 @@
38438
38455
  "immutable": true,
38439
38456
  "locationInModule": {
38440
38457
  "filename": "src/aws/compute/function-alias.ts",
38441
- "line": 204
38458
+ "line": 207
38442
38459
  },
38443
38460
  "name": "version",
38444
38461
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -38455,7 +38472,7 @@
38455
38472
  "immutable": true,
38456
38473
  "locationInModule": {
38457
38474
  "filename": "src/aws/compute/function-alias.ts",
38458
- "line": 303
38475
+ "line": 309
38459
38476
  },
38460
38477
  "name": "role",
38461
38478
  "optional": true,
@@ -43420,7 +43437,7 @@
43420
43437
  "kind": "enum",
43421
43438
  "locationInModule": {
43422
43439
  "filename": "src/aws/compute/function.ts",
43423
- "line": 1153
43440
+ "line": 1171
43424
43441
  },
43425
43442
  "members": [
43426
43443
  {
@@ -56836,7 +56853,7 @@
56836
56853
  "kind": "interface",
56837
56854
  "locationInModule": {
56838
56855
  "filename": "src/aws/compute/function.ts",
56839
- "line": 1201
56856
+ "line": 1219
56840
56857
  },
56841
56858
  "name": "DlqDestinationConfig",
56842
56859
  "namespace": "aws.compute",
@@ -56850,7 +56867,7 @@
56850
56867
  "immutable": true,
56851
56868
  "locationInModule": {
56852
56869
  "filename": "src/aws/compute/function.ts",
56853
- "line": 1205
56870
+ "line": 1223
56854
56871
  },
56855
56872
  "name": "destination",
56856
56873
  "type": {
@@ -66869,7 +66886,7 @@
66869
66886
  "kind": "interface",
66870
66887
  "locationInModule": {
66871
66888
  "filename": "src/aws/compute/function-base.ts",
66872
- "line": 829
66889
+ "line": 839
66873
66890
  },
66874
66891
  "methods": [
66875
66892
  {
@@ -66880,7 +66897,7 @@
66880
66897
  },
66881
66898
  "locationInModule": {
66882
66899
  "filename": "src/aws/compute/function-base.ts",
66883
- "line": 836
66900
+ "line": 846
66884
66901
  },
66885
66902
  "name": "bind",
66886
66903
  "parameters": [
@@ -66910,7 +66927,7 @@
66910
66927
  "kind": "interface",
66911
66928
  "locationInModule": {
66912
66929
  "filename": "src/aws/compute/function.ts",
66913
- "line": 1211
66930
+ "line": 1229
66914
66931
  },
66915
66932
  "methods": [
66916
66933
  {
@@ -66921,7 +66938,7 @@
66921
66938
  },
66922
66939
  "locationInModule": {
66923
66940
  "filename": "src/aws/compute/function.ts",
66924
- "line": 1215
66941
+ "line": 1233
66925
66942
  },
66926
66943
  "name": "bind",
66927
66944
  "parameters": [
@@ -67104,7 +67121,7 @@
67104
67121
  },
67105
67122
  "locationInModule": {
67106
67123
  "filename": "src/aws/compute/function-base.ts",
67107
- "line": 154
67124
+ "line": 159
67108
67125
  },
67109
67126
  "name": "addEventSource",
67110
67127
  "parameters": [
@@ -67124,7 +67141,7 @@
67124
67141
  },
67125
67142
  "locationInModule": {
67126
67143
  "filename": "src/aws/compute/function-base.ts",
67127
- "line": 140
67144
+ "line": 145
67128
67145
  },
67129
67146
  "name": "addEventSourceMapping",
67130
67147
  "parameters": [
@@ -67161,7 +67178,7 @@
67161
67178
  },
67162
67179
  "locationInModule": {
67163
67180
  "filename": "src/aws/compute/function-base.ts",
67164
- "line": 204
67181
+ "line": 209
67165
67182
  },
67166
67183
  "name": "addFunctionUrl",
67167
67184
  "parameters": [
@@ -67188,7 +67205,7 @@
67188
67205
  },
67189
67206
  "locationInModule": {
67190
67207
  "filename": "src/aws/compute/function-base.ts",
67191
- "line": 161
67208
+ "line": 166
67192
67209
  },
67193
67210
  "name": "addPermission",
67194
67211
  "parameters": [
@@ -67220,7 +67237,7 @@
67220
67237
  },
67221
67238
  "locationInModule": {
67222
67239
  "filename": "src/aws/compute/function-base.ts",
67223
- "line": 166
67240
+ "line": 171
67224
67241
  },
67225
67242
  "name": "addToRolePolicy",
67226
67243
  "parameters": [
@@ -67240,7 +67257,7 @@
67240
67257
  },
67241
67258
  "locationInModule": {
67242
67259
  "filename": "src/aws/compute/function-base.ts",
67243
- "line": 199
67260
+ "line": 204
67244
67261
  },
67245
67262
  "name": "configureAsyncInvoke",
67246
67263
  "parameters": [
@@ -67260,7 +67277,7 @@
67260
67277
  },
67261
67278
  "locationInModule": {
67262
67279
  "filename": "src/aws/compute/function-base.ts",
67263
- "line": 171
67280
+ "line": 176
67264
67281
  },
67265
67282
  "name": "grantInvoke",
67266
67283
  "parameters": [
@@ -67285,7 +67302,7 @@
67285
67302
  },
67286
67303
  "locationInModule": {
67287
67304
  "filename": "src/aws/compute/function-base.ts",
67288
- "line": 192
67305
+ "line": 197
67289
67306
  },
67290
67307
  "name": "grantInvokeCompositePrincipal",
67291
67308
  "parameters": [
@@ -67315,7 +67332,7 @@
67315
67332
  },
67316
67333
  "locationInModule": {
67317
67334
  "filename": "src/aws/compute/function-base.ts",
67318
- "line": 177
67335
+ "line": 182
67319
67336
  },
67320
67337
  "name": "grantInvokeLatestVersion",
67321
67338
  "parameters": [
@@ -67340,7 +67357,7 @@
67340
67357
  },
67341
67358
  "locationInModule": {
67342
67359
  "filename": "src/aws/compute/function-base.ts",
67343
- "line": 187
67360
+ "line": 192
67344
67361
  },
67345
67362
  "name": "grantInvokeUrl",
67346
67363
  "parameters": [
@@ -67365,7 +67382,7 @@
67365
67382
  },
67366
67383
  "locationInModule": {
67367
67384
  "filename": "src/aws/compute/function-base.ts",
67368
- "line": 182
67385
+ "line": 187
67369
67386
  },
67370
67387
  "name": "grantInvokeVersion",
67371
67388
  "parameters": [
@@ -67567,6 +67584,22 @@
67567
67584
  "primitive": "string"
67568
67585
  }
67569
67586
  },
67587
+ {
67588
+ "abstract": true,
67589
+ "docs": {
67590
+ "stability": "stable",
67591
+ "summary": "ARN to be used for invoking Lambda Function from API Gateway."
67592
+ },
67593
+ "immutable": true,
67594
+ "locationInModule": {
67595
+ "filename": "src/aws/compute/function-base.ts",
67596
+ "line": 138
67597
+ },
67598
+ "name": "functionInvokeArn",
67599
+ "type": {
67600
+ "primitive": "string"
67601
+ }
67602
+ },
67570
67603
  {
67571
67604
  "abstract": true,
67572
67605
  "docs": {
@@ -87998,7 +88031,7 @@
87998
88031
  },
87999
88032
  "locationInModule": {
88000
88033
  "filename": "src/aws/compute/function.ts",
88001
- "line": 626
88034
+ "line": 644
88002
88035
  },
88003
88036
  "parameters": [
88004
88037
  {
@@ -88160,7 +88193,7 @@
88160
88193
  },
88161
88194
  "locationInModule": {
88162
88195
  "filename": "src/aws/compute/function.ts",
88163
- "line": 950
88196
+ "line": 968
88164
88197
  },
88165
88198
  "name": "addAlias",
88166
88199
  "parameters": [
@@ -88198,7 +88231,7 @@
88198
88231
  },
88199
88232
  "locationInModule": {
88200
88233
  "filename": "src/aws/compute/function.ts",
88201
- "line": 860
88234
+ "line": 878
88202
88235
  },
88203
88236
  "name": "addEnvironment",
88204
88237
  "parameters": [
@@ -88234,7 +88267,7 @@
88234
88267
  },
88235
88268
  "locationInModule": {
88236
88269
  "filename": "src/aws/compute/function.ts",
88237
- "line": 892
88270
+ "line": 910
88238
88271
  },
88239
88272
  "name": "addFunctionUrl",
88240
88273
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -88265,7 +88298,7 @@
88265
88298
  "immutable": true,
88266
88299
  "locationInModule": {
88267
88300
  "filename": "src/aws/compute/function.ts",
88268
- "line": 498
88301
+ "line": 516
88269
88302
  },
88270
88303
  "name": "architecture",
88271
88304
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -88282,7 +88315,7 @@
88282
88315
  "immutable": true,
88283
88316
  "locationInModule": {
88284
88317
  "filename": "src/aws/compute/function.ts",
88285
- "line": 527
88318
+ "line": 545
88286
88319
  },
88287
88320
  "name": "canCreatePermissions",
88288
88321
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -88299,7 +88332,7 @@
88299
88332
  "immutable": true,
88300
88333
  "locationInModule": {
88301
88334
  "filename": "src/aws/compute/function.ts",
88302
- "line": 602
88335
+ "line": 620
88303
88336
  },
88304
88337
  "name": "environment",
88305
88338
  "type": {
@@ -88318,7 +88351,7 @@
88318
88351
  "immutable": true,
88319
88352
  "locationInModule": {
88320
88353
  "filename": "src/aws/compute/function.ts",
88321
- "line": 617
88354
+ "line": 635
88322
88355
  },
88323
88356
  "name": "eventSources",
88324
88357
  "type": {
@@ -88338,7 +88371,7 @@
88338
88371
  "immutable": true,
88339
88372
  "locationInModule": {
88340
88373
  "filename": "src/aws/compute/function.ts",
88341
- "line": 476
88374
+ "line": 483
88342
88375
  },
88343
88376
  "name": "functionArn",
88344
88377
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -88346,6 +88379,23 @@
88346
88379
  "primitive": "string"
88347
88380
  }
88348
88381
  },
88382
+ {
88383
+ "docs": {
88384
+ "remarks": "NOTE: Use this for Authorizers",
88385
+ "stability": "stable",
88386
+ "summary": "The Invoke ARN fo the function to be used from API Gateway."
88387
+ },
88388
+ "immutable": true,
88389
+ "locationInModule": {
88390
+ "filename": "src/aws/compute/function.ts",
88391
+ "line": 509
88392
+ },
88393
+ "name": "functionInvokeArn",
88394
+ "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
88395
+ "type": {
88396
+ "primitive": "string"
88397
+ }
88398
+ },
88349
88399
  {
88350
88400
  "docs": {
88351
88401
  "stability": "stable",
@@ -88354,7 +88404,7 @@
88354
88404
  "immutable": true,
88355
88405
  "locationInModule": {
88356
88406
  "filename": "src/aws/compute/function.ts",
88357
- "line": 471
88407
+ "line": 478
88358
88408
  },
88359
88409
  "name": "functionName",
88360
88410
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -88370,7 +88420,7 @@
88370
88420
  "immutable": true,
88371
88421
  "locationInModule": {
88372
88422
  "filename": "src/aws/compute/function.ts",
88373
- "line": 461
88423
+ "line": 468
88374
88424
  },
88375
88425
  "name": "functionOutputs",
88376
88426
  "type": {
@@ -88386,7 +88436,7 @@
88386
88436
  "immutable": true,
88387
88437
  "locationInModule": {
88388
88438
  "filename": "src/aws/compute/function.ts",
88389
- "line": 484
88439
+ "line": 491
88390
88440
  },
88391
88441
  "name": "functionQualifiedArn",
88392
88442
  "type": {
@@ -88395,13 +88445,14 @@
88395
88445
  },
88396
88446
  {
88397
88447
  "docs": {
88448
+ "remarks": "NOTE: This does not seem to work with Authorizers",
88398
88449
  "stability": "stable",
88399
- "summary": "The ARN fo the function."
88450
+ "summary": "The Fully Qualified Invoke ARN fo the function to be used from API Gateway."
88400
88451
  },
88401
88452
  "immutable": true,
88402
88453
  "locationInModule": {
88403
88454
  "filename": "src/aws/compute/function.ts",
88404
- "line": 491
88455
+ "line": 500
88405
88456
  },
88406
88457
  "name": "functionQualifiedInvokeArn",
88407
88458
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -88417,7 +88468,7 @@
88417
88468
  "immutable": true,
88418
88469
  "locationInModule": {
88419
88470
  "filename": "src/aws/compute/function.ts",
88420
- "line": 503
88471
+ "line": 521
88421
88472
  },
88422
88473
  "name": "grantPrincipal",
88423
88474
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -88433,7 +88484,7 @@
88433
88484
  "immutable": true,
88434
88485
  "locationInModule": {
88435
88486
  "filename": "src/aws/compute/function.ts",
88436
- "line": 464
88487
+ "line": 471
88437
88488
  },
88438
88489
  "name": "outputs",
88439
88490
  "overrides": "terraconstructs.TerraConstructBase",
@@ -88454,7 +88505,7 @@
88454
88505
  "immutable": true,
88455
88506
  "locationInModule": {
88456
88507
  "filename": "src/aws/compute/function.ts",
88457
- "line": 525
88508
+ "line": 543
88458
88509
  },
88459
88510
  "name": "permissionsNode",
88460
88511
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -88469,7 +88520,7 @@
88469
88520
  "immutable": true,
88470
88521
  "locationInModule": {
88471
88522
  "filename": "src/aws/compute/function.ts",
88472
- "line": 456
88523
+ "line": 463
88473
88524
  },
88474
88525
  "name": "resource",
88475
88526
  "protected": true,
@@ -88485,7 +88536,7 @@
88485
88536
  "immutable": true,
88486
88537
  "locationInModule": {
88487
88538
  "filename": "src/aws/compute/function.ts",
88488
- "line": 590
88539
+ "line": 608
88489
88540
  },
88490
88541
  "name": "resourceArnsForGrantInvoke",
88491
88542
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -88522,7 +88573,7 @@
88522
88573
  "immutable": true,
88523
88574
  "locationInModule": {
88524
88575
  "filename": "src/aws/compute/function.ts",
88525
- "line": 515
88576
+ "line": 533
88526
88577
  },
88527
88578
  "name": "deadLetterQueue",
88528
88579
  "optional": true,
@@ -88539,7 +88590,7 @@
88539
88590
  "immutable": true,
88540
88591
  "locationInModule": {
88541
88592
  "filename": "src/aws/compute/function.ts",
88542
- "line": 510
88593
+ "line": 528
88543
88594
  },
88544
88595
  "name": "role",
88545
88596
  "optional": true,
@@ -88555,7 +88606,7 @@
88555
88606
  "immutable": true,
88556
88607
  "locationInModule": {
88557
88608
  "filename": "src/aws/compute/function.ts",
88558
- "line": 622
88609
+ "line": 640
88559
88610
  },
88560
88611
  "name": "securityGroup",
88561
88612
  "optional": true,
@@ -88571,7 +88622,7 @@
88571
88622
  "immutable": true,
88572
88623
  "locationInModule": {
88573
88624
  "filename": "src/aws/compute/function.ts",
88574
- "line": 520
88625
+ "line": 538
88575
88626
  },
88576
88627
  "name": "timeout",
88577
88628
  "optional": true,
@@ -88588,7 +88639,7 @@
88588
88639
  "immutable": true,
88589
88640
  "locationInModule": {
88590
88641
  "filename": "src/aws/compute/function.ts",
88591
- "line": 610
88642
+ "line": 628
88592
88643
  },
88593
88644
  "name": "url",
88594
88645
  "optional": true,
@@ -88643,7 +88694,7 @@
88643
88694
  "kind": "class",
88644
88695
  "locationInModule": {
88645
88696
  "filename": "src/aws/compute/function-base.ts",
88646
- "line": 207
88697
+ "line": 212
88647
88698
  },
88648
88699
  "methods": [
88649
88700
  {
@@ -88654,7 +88705,7 @@
88654
88705
  },
88655
88706
  "locationInModule": {
88656
88707
  "filename": "src/aws/compute/function-base.ts",
88657
- "line": 495
88708
+ "line": 505
88658
88709
  },
88659
88710
  "name": "addEventSource",
88660
88711
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -88674,7 +88725,7 @@
88674
88725
  },
88675
88726
  "locationInModule": {
88676
88727
  "filename": "src/aws/compute/function-base.ts",
88677
- "line": 369
88728
+ "line": 379
88678
88729
  },
88679
88730
  "name": "addEventSourceMapping",
88680
88731
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -88705,7 +88756,7 @@
88705
88756
  },
88706
88757
  "locationInModule": {
88707
88758
  "filename": "src/aws/compute/function-base.ts",
88708
- "line": 515
88759
+ "line": 525
88709
88760
  },
88710
88761
  "name": "addFunctionUrl",
88711
88762
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -88732,7 +88783,7 @@
88732
88783
  },
88733
88784
  "locationInModule": {
88734
88785
  "filename": "src/aws/compute/function-base.ts",
88735
- "line": 304
88786
+ "line": 314
88736
88787
  },
88737
88788
  "name": "addPermission",
88738
88789
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -88764,7 +88815,7 @@
88764
88815
  },
88765
88816
  "locationInModule": {
88766
88817
  "filename": "src/aws/compute/function-base.ts",
88767
- "line": 361
88818
+ "line": 371
88768
88819
  },
88769
88820
  "name": "addToRolePolicy",
88770
88821
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -88784,7 +88835,7 @@
88784
88835
  },
88785
88836
  "locationInModule": {
88786
88837
  "filename": "src/aws/compute/function-base.ts",
88787
- "line": 499
88838
+ "line": 509
88788
88839
  },
88789
88840
  "name": "configureAsyncInvoke",
88790
88841
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -88804,7 +88855,7 @@
88804
88855
  },
88805
88856
  "locationInModule": {
88806
88857
  "filename": "src/aws/compute/function-base.ts",
88807
- "line": 382
88858
+ "line": 392
88808
88859
  },
88809
88860
  "name": "grantInvoke",
88810
88861
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -88829,7 +88880,7 @@
88829
88880
  },
88830
88881
  "locationInModule": {
88831
88882
  "filename": "src/aws/compute/function-base.ts",
88832
- "line": 487
88883
+ "line": 497
88833
88884
  },
88834
88885
  "name": "grantInvokeCompositePrincipal",
88835
88886
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -88859,7 +88910,7 @@
88859
88910
  },
88860
88911
  "locationInModule": {
88861
88912
  "filename": "src/aws/compute/function-base.ts",
88862
- "line": 413
88913
+ "line": 423
88863
88914
  },
88864
88915
  "name": "grantInvokeLatestVersion",
88865
88916
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -88884,7 +88935,7 @@
88884
88935
  },
88885
88936
  "locationInModule": {
88886
88937
  "filename": "src/aws/compute/function-base.ts",
88887
- "line": 464
88938
+ "line": 474
88888
88939
  },
88889
88940
  "name": "grantInvokeUrl",
88890
88941
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -88909,7 +88960,7 @@
88909
88960
  },
88910
88961
  "locationInModule": {
88911
88962
  "filename": "src/aws/compute/function-base.ts",
88912
- "line": 420
88963
+ "line": 430
88913
88964
  },
88914
88965
  "name": "grantInvokeVersion",
88915
88966
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -89086,7 +89137,7 @@
89086
89137
  "immutable": true,
89087
89138
  "locationInModule": {
89088
89139
  "filename": "src/aws/compute/function-base.ts",
89089
- "line": 263
89140
+ "line": 273
89090
89141
  },
89091
89142
  "name": "architecture",
89092
89143
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -89104,7 +89155,7 @@
89104
89155
  "immutable": true,
89105
89156
  "locationInModule": {
89106
89157
  "filename": "src/aws/compute/function-base.ts",
89107
- "line": 271
89158
+ "line": 281
89108
89159
  },
89109
89160
  "name": "canCreatePermissions",
89110
89161
  "protected": true,
@@ -89122,7 +89173,7 @@
89122
89173
  "immutable": true,
89123
89174
  "locationInModule": {
89124
89175
  "filename": "src/aws/compute/function-base.ts",
89125
- "line": 226
89176
+ "line": 231
89126
89177
  },
89127
89178
  "name": "functionArn",
89128
89179
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -89130,6 +89181,24 @@
89130
89181
  "primitive": "string"
89131
89182
  }
89132
89183
  },
89184
+ {
89185
+ "abstract": true,
89186
+ "docs": {
89187
+ "remarks": "See also invoke_arn.",
89188
+ "stability": "stable",
89189
+ "summary": "ARN to be used for invoking Lambda Function from API Gateway."
89190
+ },
89191
+ "immutable": true,
89192
+ "locationInModule": {
89193
+ "filename": "src/aws/compute/function-base.ts",
89194
+ "line": 241
89195
+ },
89196
+ "name": "functionInvokeArn",
89197
+ "overrides": "terraconstructs.aws.compute.IFunction",
89198
+ "type": {
89199
+ "primitive": "string"
89200
+ }
89201
+ },
89133
89202
  {
89134
89203
  "abstract": true,
89135
89204
  "docs": {
@@ -89139,7 +89208,7 @@
89139
89208
  "immutable": true,
89140
89209
  "locationInModule": {
89141
89210
  "filename": "src/aws/compute/function-base.ts",
89142
- "line": 214
89211
+ "line": 219
89143
89212
  },
89144
89213
  "name": "functionName",
89145
89214
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -89157,7 +89226,7 @@
89157
89226
  "immutable": true,
89158
89227
  "locationInModule": {
89159
89228
  "filename": "src/aws/compute/function-base.ts",
89160
- "line": 231
89229
+ "line": 236
89161
89230
  },
89162
89231
  "name": "functionQualifiedInvokeArn",
89163
89232
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -89174,7 +89243,7 @@
89174
89243
  "immutable": true,
89175
89244
  "locationInModule": {
89176
89245
  "filename": "src/aws/compute/function-base.ts",
89177
- "line": 219
89246
+ "line": 224
89178
89247
  },
89179
89248
  "name": "grantPrincipal",
89180
89249
  "overrides": "terraconstructs.aws.iam.IGrantable",
@@ -89191,7 +89260,7 @@
89191
89260
  "immutable": true,
89192
89261
  "locationInModule": {
89193
89262
  "filename": "src/aws/compute/function-base.ts",
89194
- "line": 258
89263
+ "line": 268
89195
89264
  },
89196
89265
  "name": "permissionsNode",
89197
89266
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -89208,7 +89277,7 @@
89208
89277
  "immutable": true,
89209
89278
  "locationInModule": {
89210
89279
  "filename": "src/aws/compute/function-base.ts",
89211
- "line": 276
89280
+ "line": 286
89212
89281
  },
89213
89282
  "name": "resourceArnsForGrantInvoke",
89214
89283
  "overrides": "terraconstructs.aws.compute.IFunction",
@@ -89232,7 +89301,7 @@
89232
89301
  "immutable": true,
89233
89302
  "locationInModule": {
89234
89303
  "filename": "src/aws/compute/function-base.ts",
89235
- "line": 240
89304
+ "line": 250
89236
89305
  },
89237
89306
  "name": "version",
89238
89307
  "type": {
@@ -89249,7 +89318,7 @@
89249
89318
  "immutable": true,
89250
89319
  "locationInModule": {
89251
89320
  "filename": "src/aws/compute/function-base.ts",
89252
- "line": 253
89321
+ "line": 263
89253
89322
  },
89254
89323
  "name": "role",
89255
89324
  "optional": true,
@@ -94868,7 +94937,7 @@
94868
94937
  "kind": "enum",
94869
94938
  "locationInModule": {
94870
94939
  "filename": "src/aws/compute/function.ts",
94871
- "line": 1187
94940
+ "line": 1205
94872
94941
  },
94873
94942
  "members": [
94874
94943
  {
@@ -106427,7 +106496,7 @@
106427
106496
  "kind": "class",
106428
106497
  "locationInModule": {
106429
106498
  "filename": "src/aws/compute/function-base.ts",
106430
- "line": 801
106499
+ "line": 811
106431
106500
  },
106432
106501
  "methods": [
106433
106502
  {
@@ -106437,7 +106506,7 @@
106437
106506
  },
106438
106507
  "locationInModule": {
106439
106508
  "filename": "src/aws/compute/function-base.ts",
106440
- "line": 811
106509
+ "line": 821
106441
106510
  },
106442
106511
  "name": "configureAsyncInvoke",
106443
106512
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -106463,7 +106532,7 @@
106463
106532
  "immutable": true,
106464
106533
  "locationInModule": {
106465
106534
  "filename": "src/aws/compute/function-base.ts",
106466
- "line": 803
106535
+ "line": 813
106467
106536
  },
106468
106537
  "name": "lambda",
106469
106538
  "type": {
@@ -106478,7 +106547,7 @@
106478
106547
  "immutable": true,
106479
106548
  "locationInModule": {
106480
106549
  "filename": "src/aws/compute/function-base.ts",
106481
- "line": 805
106550
+ "line": 815
106482
106551
  },
106483
106552
  "name": "permissionsNode",
106484
106553
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -106494,7 +106563,7 @@
106494
106563
  "immutable": true,
106495
106564
  "locationInModule": {
106496
106565
  "filename": "src/aws/compute/function-base.ts",
106497
- "line": 807
106566
+ "line": 817
106498
106567
  },
106499
106568
  "name": "resourceArnsForGrantInvoke",
106500
106569
  "overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
@@ -122818,7 +122887,7 @@
122818
122887
  "kind": "enum",
122819
122888
  "locationInModule": {
122820
122889
  "filename": "src/aws/compute/function.ts",
122821
- "line": 1133
122890
+ "line": 1151
122822
122891
  },
122823
122892
  "members": [
122824
122893
  {
@@ -125657,7 +125726,7 @@
125657
125726
  "kind": "enum",
125658
125727
  "locationInModule": {
125659
125728
  "filename": "src/aws/compute/function.ts",
125660
- "line": 1111
125729
+ "line": 1129
125661
125730
  },
125662
125731
  "members": [
125663
125732
  {
@@ -127190,7 +127259,7 @@
127190
127259
  "kind": "interface",
127191
127260
  "locationInModule": {
127192
127261
  "filename": "src/aws/compute/function-alias.ts",
127193
- "line": 394
127262
+ "line": 400
127194
127263
  },
127195
127264
  "name": "VersionWeight",
127196
127265
  "namespace": "aws.compute",
@@ -127204,7 +127273,7 @@
127204
127273
  "immutable": true,
127205
127274
  "locationInModule": {
127206
127275
  "filename": "src/aws/compute/function-alias.ts",
127207
- "line": 398
127276
+ "line": 404
127208
127277
  },
127209
127278
  "name": "version",
127210
127279
  "type": {
@@ -127220,7 +127289,7 @@
127220
127289
  "immutable": true,
127221
127290
  "locationInModule": {
127222
127291
  "filename": "src/aws/compute/function-alias.ts",
127223
- "line": 403
127292
+ "line": 409
127224
127293
  },
127225
127294
  "name": "weight",
127226
127295
  "type": {
@@ -201121,6 +201190,6 @@
201121
201190
  "symbolId": "src/aws/storage/notification-targets/queue:QueueDestination"
201122
201191
  }
201123
201192
  },
201124
- "version": "0.1.0",
201125
- "fingerprint": "ZStSBDTfDvWzSDodwrw2gheJBy4EeBPLXc3E1zxR0jM="
201193
+ "version": "0.1.1",
201194
+ "fingerprint": "EPmVCR8xkyNfK6Qzt4bzoc1FQ9CqzmehnZcBV7aOkV4="
201126
201195
  }