terraconstructs 0.1.4 → 0.1.5
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.
- package/.jsii +459 -268
- package/lib/asset-staging.js +1 -1
- package/lib/aws/arn.js +1 -1
- package/lib/aws/aws-asset-manager.js +1 -1
- package/lib/aws/aws-construct.js +1 -1
- package/lib/aws/aws-stack.js +1 -1
- package/lib/aws/aws-tags.js +2 -2
- package/lib/aws/cloudwatch/actions/appscaling.js +1 -1
- package/lib/aws/cloudwatch/actions/ec2.js +1 -1
- package/lib/aws/cloudwatch/actions/lambda.js +1 -1
- package/lib/aws/cloudwatch/actions/sns.js +1 -1
- package/lib/aws/cloudwatch/actions/ssm.js +2 -2
- package/lib/aws/cloudwatch/alarm-base.js +1 -1
- package/lib/aws/cloudwatch/alarm-rule.js +1 -1
- package/lib/aws/cloudwatch/alarm-status-widget.js +1 -1
- package/lib/aws/cloudwatch/alarm.js +1 -1
- package/lib/aws/cloudwatch/composite-alarm.js +1 -1
- package/lib/aws/cloudwatch/dashboard.js +1 -1
- package/lib/aws/cloudwatch/data-protection-policy.js +3 -3
- package/lib/aws/cloudwatch/graph.js +8 -8
- package/lib/aws/cloudwatch/layout.js +3 -3
- package/lib/aws/cloudwatch/log-destinations/kinesis.js +1 -1
- package/lib/aws/cloudwatch/log-destinations/lambda.js +1 -1
- package/lib/aws/cloudwatch/log-group.js +1 -1
- package/lib/aws/cloudwatch/log-query.js +1 -1
- package/lib/aws/cloudwatch/log-stream.js +1 -1
- package/lib/aws/cloudwatch/metric-filter.js +1 -1
- package/lib/aws/cloudwatch/metric.js +2 -2
- package/lib/aws/cloudwatch/pattern.js +3 -3
- package/lib/aws/cloudwatch/policy.js +1 -1
- package/lib/aws/cloudwatch/query-definition.js +2 -2
- package/lib/aws/cloudwatch/stats.js +1 -1
- package/lib/aws/cloudwatch/subscription-filter.js +1 -1
- package/lib/aws/cloudwatch/text.js +1 -1
- package/lib/aws/cloudwatch/variable.js +3 -3
- package/lib/aws/cloudwatch/widget.js +1 -1
- package/lib/aws/compute/access-log.js +4 -4
- package/lib/aws/compute/activity.js +1 -1
- package/lib/aws/compute/alb/application-listener-action.js +1 -1
- package/lib/aws/compute/alb/application-listener-certificate.js +1 -1
- package/lib/aws/compute/alb/application-listener-rule.js +1 -1
- package/lib/aws/compute/alb/application-listener.js +1 -1
- package/lib/aws/compute/alb/application-load-balancer.js +1 -1
- package/lib/aws/compute/alb/application-target-group.js +1 -1
- package/lib/aws/compute/alb/conditions.js +1 -1
- package/lib/aws/compute/alb/trust-store-revocation.js +1 -1
- package/lib/aws/compute/alb/trust-store.js +1 -1
- package/lib/aws/compute/api-definition.js +3 -3
- package/lib/aws/compute/api-key.js +2 -2
- package/lib/aws/compute/architecture.js +1 -1
- package/lib/aws/compute/aspects/require-imdsv2-aspect.js +2 -2
- package/lib/aws/compute/authorizer.js +1 -1
- package/lib/aws/compute/authorizers/identity-source.js +1 -1
- package/lib/aws/compute/authorizers/lambda.js +2 -2
- package/lib/aws/compute/base-path-mapping.js +1 -1
- package/lib/aws/compute/base-scalable-attribute.js +1 -1
- package/lib/aws/compute/bastion-host.js +1 -1
- package/lib/aws/compute/chain.js +1 -1
- package/lib/aws/compute/client-vpn-authorization-rule.js +1 -1
- package/lib/aws/compute/client-vpn-endpoint.js +2 -2
- package/lib/aws/compute/client-vpn-route.js +2 -2
- package/lib/aws/compute/code.js +44 -11
- package/lib/aws/compute/condition.js +1 -1
- package/lib/aws/compute/connections.js +1 -1
- package/lib/aws/compute/cors.js +1 -1
- package/lib/aws/compute/deployment.js +1 -1
- package/lib/aws/compute/domain-name.js +1 -1
- package/lib/aws/compute/event-invoke-config.js +1 -1
- package/lib/aws/compute/event-source-filter.js +2 -2
- package/lib/aws/compute/event-source-mapping.js +1 -1
- package/lib/aws/compute/event-sources/s3-onfailure-destination.js +1 -1
- package/lib/aws/compute/event-sources/s3.js +1 -1
- package/lib/aws/compute/event-sources/sqs-dlq.js +1 -1
- package/lib/aws/compute/event-sources/sqs.js +1 -1
- package/lib/aws/compute/fields.js +4 -4
- package/lib/aws/compute/function-alias.js +1 -1
- package/lib/aws/compute/function-base.d.ts +20 -0
- package/lib/aws/compute/function-base.js +23 -3
- package/lib/aws/compute/function-destinations/event-bridge.js +1 -1
- package/lib/aws/compute/function-destinations/function.js +1 -1
- package/lib/aws/compute/function-destinations/sqs.js +1 -1
- package/lib/aws/compute/function-nodejs/function.js +1 -1
- package/lib/aws/compute/function-url.js +1 -1
- package/lib/aws/compute/function.d.ts +88 -1
- package/lib/aws/compute/function.js +108 -18
- package/lib/aws/compute/gateway-response.js +2 -2
- package/lib/aws/compute/handler.js +1 -1
- package/lib/aws/compute/instance-types.js +1 -1
- package/lib/aws/compute/instance.js +1 -1
- package/lib/aws/compute/integration.js +1 -1
- package/lib/aws/compute/integrations/aws.js +1 -1
- package/lib/aws/compute/integrations/http.js +1 -1
- package/lib/aws/compute/integrations/lambda.js +1 -1
- package/lib/aws/compute/integrations/mock.js +1 -1
- package/lib/aws/compute/integrations/stepfunctions.js +1 -1
- package/lib/aws/compute/ip-addresses.js +2 -2
- package/lib/aws/compute/ipam.js +1 -1
- package/lib/aws/compute/key-pair.js +1 -1
- package/lib/aws/compute/lambda-api.js +1 -1
- package/lib/aws/compute/launch-template.js +2 -2
- package/lib/aws/compute/lb-shared/base-listener.js +1 -1
- package/lib/aws/compute/lb-shared/base-load-balancer.js +2 -2
- package/lib/aws/compute/lb-shared/base-target-group.js +1 -1
- package/lib/aws/compute/lb-shared/listener-certificate.js +1 -1
- package/lib/aws/compute/lb-shared/load-balancer-targets.js +2 -2
- package/lib/aws/compute/lb-targets/alb-target.js +3 -3
- package/lib/aws/compute/lb-targets/instance-target.js +2 -2
- package/lib/aws/compute/lb-targets/ip-target.js +1 -1
- package/lib/aws/compute/lb-targets/lambda-target.js +1 -1
- package/lib/aws/compute/load-balancer.js +3 -3
- package/lib/aws/compute/machine-image/amazon-linux-2022.js +2 -2
- package/lib/aws/compute/machine-image/amazon-linux-2023.js +2 -2
- package/lib/aws/compute/machine-image/amazon-linux2.js +2 -2
- package/lib/aws/compute/machine-image/common.js +1 -1
- package/lib/aws/compute/machine-image/machine-image.js +8 -8
- package/lib/aws/compute/method.js +1 -1
- package/lib/aws/compute/model.js +3 -3
- package/lib/aws/compute/nat.js +5 -5
- package/lib/aws/compute/network-acl-types.js +2 -2
- package/lib/aws/compute/network-acl.js +3 -3
- package/lib/aws/compute/nlb/network-listener-action.js +1 -1
- package/lib/aws/compute/nlb/network-listener.js +1 -1
- package/lib/aws/compute/nlb/network-load-balancer.js +1 -1
- package/lib/aws/compute/nlb/network-target-group.js +1 -1
- package/lib/aws/compute/peer.js +1 -1
- package/lib/aws/compute/placement-group.js +1 -1
- package/lib/aws/compute/port.js +1 -1
- package/lib/aws/compute/prefix-list.js +1 -1
- package/lib/aws/compute/requestvalidator.js +1 -1
- package/lib/aws/compute/resource.js +3 -3
- package/lib/aws/compute/restapi.js +3 -3
- package/lib/aws/compute/route.js +8 -8
- package/lib/aws/compute/runtime.js +1 -1
- package/lib/aws/compute/scalable-target.js +1 -1
- package/lib/aws/compute/schedule.js +1 -1
- package/lib/aws/compute/security-group.js +1 -1
- package/lib/aws/compute/stage.js +2 -2
- package/lib/aws/compute/state-graph.js +1 -1
- package/lib/aws/compute/state-machine-fragment.js +1 -1
- package/lib/aws/compute/state-machine.js +4 -4
- package/lib/aws/compute/states/choice.js +1 -1
- package/lib/aws/compute/states/custom-state.js +1 -1
- package/lib/aws/compute/states/distributed-map/item-batcher.js +1 -1
- package/lib/aws/compute/states/distributed-map/item-reader.js +5 -5
- package/lib/aws/compute/states/distributed-map/result-writer.js +1 -1
- package/lib/aws/compute/states/distributed-map.js +1 -1
- package/lib/aws/compute/states/fail.js +1 -1
- package/lib/aws/compute/states/map-base.js +1 -1
- package/lib/aws/compute/states/map.js +1 -1
- package/lib/aws/compute/states/parallel.js +1 -1
- package/lib/aws/compute/states/pass.js +2 -2
- package/lib/aws/compute/states/state.js +1 -1
- package/lib/aws/compute/states/succeed.js +1 -1
- package/lib/aws/compute/states/task-base.js +2 -2
- package/lib/aws/compute/states/task.js +1 -1
- package/lib/aws/compute/states/wait.js +2 -2
- package/lib/aws/compute/step-scaling-action.js +1 -1
- package/lib/aws/compute/step-scaling-policy.js +1 -1
- package/lib/aws/compute/stepfunctions-api.js +1 -1
- package/lib/aws/compute/subnet-v2.js +2 -2
- package/lib/aws/compute/subnet.js +1 -1
- package/lib/aws/compute/target-tracking-scaling-policy.js +1 -1
- package/lib/aws/compute/task-credentials.js +1 -1
- package/lib/aws/compute/task-input.js +1 -1
- package/lib/aws/compute/tasks/aws-sdk/call-aws-service.js +1 -1
- package/lib/aws/compute/tasks/eventbridge/put-events.js +1 -1
- package/lib/aws/compute/tasks/http/invoke.js +1 -1
- package/lib/aws/compute/tasks/lambda/invoke.js +1 -1
- package/lib/aws/compute/tasks/sqs/send-message.js +1 -1
- package/lib/aws/compute/tasks/stepfunctions/invoke-activity.js +1 -1
- package/lib/aws/compute/tasks/stepfunctions/start-execution.js +1 -1
- package/lib/aws/compute/types.js +1 -1
- package/lib/aws/compute/usage-plan.js +1 -1
- package/lib/aws/compute/user-data.js +3 -3
- package/lib/aws/compute/volume.js +2 -2
- package/lib/aws/compute/vpc-endpoint-service.js +1 -1
- package/lib/aws/compute/vpc-endpoint.js +6 -6
- package/lib/aws/compute/vpc-flow-logs.js +4 -4
- package/lib/aws/compute/vpc-link.js +1 -1
- package/lib/aws/compute/vpc-v2-base.js +1 -1
- package/lib/aws/compute/vpc-v2.js +2 -2
- package/lib/aws/compute/vpc.js +4 -4
- package/lib/aws/compute/vpn.js +3 -3
- package/lib/aws/edge/certificate.js +1 -1
- package/lib/aws/edge/distribution.js +3 -3
- package/lib/aws/edge/dns-alias-record-targets.js +3 -3
- package/lib/aws/edge/dns-record.js +13 -13
- package/lib/aws/edge/dns-zone.js +1 -1
- package/lib/aws/edge/function.js +2 -2
- package/lib/aws/edge/key-value-store.js +4 -4
- package/lib/aws/edge/origin.js +3 -3
- package/lib/aws/edge/response-headers-policy.js +1 -1
- package/lib/aws/encryption/alias.js +1 -1
- package/lib/aws/encryption/key.js +1 -1
- package/lib/aws/encryption/via-service-principal.js +1 -1
- package/lib/aws/iam/grant.js +2 -2
- package/lib/aws/iam/group.js +1 -1
- package/lib/aws/iam/instance-profile.js +1 -1
- package/lib/aws/iam/managed-policy.js +1 -1
- package/lib/aws/iam/oidc-provider.js +1 -1
- package/lib/aws/iam/policy-document.js +1 -1
- package/lib/aws/iam/policy-statement.js +1 -1
- package/lib/aws/iam/policy.js +1 -1
- package/lib/aws/iam/principals.js +20 -20
- package/lib/aws/iam/role.js +1 -1
- package/lib/aws/iam/saml-provider.js +2 -2
- package/lib/aws/iam/unknown-principal.js +1 -1
- package/lib/aws/iam/user.js +1 -1
- package/lib/aws/network/simple-ipv4-vpc.d.ts +1 -0
- package/lib/aws/network/simple-ipv4-vpc.js +3 -2
- package/lib/aws/network/subnet-group.js +3 -3
- package/lib/aws/network/subnet.d.ts +9 -0
- package/lib/aws/network/subnet.js +14 -5
- package/lib/aws/notify/archive.js +1 -1
- package/lib/aws/notify/connection.js +3 -3
- package/lib/aws/notify/event-bus.js +3 -3
- package/lib/aws/notify/event-pattern.js +1 -1
- package/lib/aws/notify/input.js +2 -2
- package/lib/aws/notify/kinesis-stream.js +1 -1
- package/lib/aws/notify/notification-rule.js +1 -1
- package/lib/aws/notify/policy.js +1 -1
- package/lib/aws/notify/queue-policy.js +1 -1
- package/lib/aws/notify/queue.js +1 -1
- package/lib/aws/notify/resource-policy.js +1 -1
- package/lib/aws/notify/rule.js +1 -1
- package/lib/aws/notify/schedule.js +1 -1
- package/lib/aws/notify/subscription-filter.js +1 -1
- package/lib/aws/notify/subscription.js +4 -4
- package/lib/aws/notify/subscriptions/email.js +1 -1
- package/lib/aws/notify/subscriptions/lambda.js +1 -1
- package/lib/aws/notify/subscriptions/sms.js +1 -1
- package/lib/aws/notify/subscriptions/sqs.js +1 -1
- package/lib/aws/notify/subscriptions/url.js +1 -1
- package/lib/aws/notify/targets/event-bus.js +1 -1
- package/lib/aws/notify/targets/function.js +1 -1
- package/lib/aws/notify/targets/log-group.js +2 -2
- package/lib/aws/notify/targets/sqs.js +1 -1
- package/lib/aws/notify/targets/state-machine.js +1 -1
- package/lib/aws/notify/topic-base.js +1 -1
- package/lib/aws/notify/topic.js +1 -1
- package/lib/aws/storage/assets/image-asset.js +3 -3
- package/lib/aws/storage/assets/s3.js +1 -1
- package/lib/aws/storage/auth-token.js +2 -2
- package/lib/aws/storage/billing.js +1 -1
- package/lib/aws/storage/bucket-notifications.js +1 -1
- package/lib/aws/storage/bucket-policy.js +1 -1
- package/lib/aws/storage/bucket-source.js +1 -1
- package/lib/aws/storage/bucket.js +2 -2
- package/lib/aws/storage/capacity.js +1 -1
- package/lib/aws/storage/ecr-repository.js +3 -3
- package/lib/aws/storage/encryption.js +6 -14
- package/lib/aws/storage/notification-targets/function.js +1 -1
- package/lib/aws/storage/notification-targets/queue.js +1 -1
- package/lib/aws/storage/origin-access-identity.js +1 -1
- package/lib/aws/storage/parameter.js +2 -2
- package/lib/aws/storage/table.js +3 -3
- package/lib/bundling.js +3 -3
- package/lib/construct-base.js +2 -2
- package/lib/duration.js +1 -1
- package/lib/errors.d.ts +118 -0
- package/lib/errors.js +215 -0
- package/lib/expiration.js +1 -1
- package/lib/fs/ignore.js +4 -4
- package/lib/fs/index.js +1 -1
- package/lib/size.js +1 -1
- package/lib/stack-base.js +1 -1
- package/lib/terra-func.js +1 -1
- package/lib/time-zone.js +1 -1
- 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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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": "
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
125982
|
+
"line": 1354
|
|
125796
125983
|
},
|
|
125797
125984
|
"members": [
|
|
125798
125985
|
{
|
|
@@ -168010,16 +168197,17 @@
|
|
|
168010
168197
|
"assembly": "terraconstructs",
|
|
168011
168198
|
"base": "terraconstructs.aws.network.BaseSubnet",
|
|
168012
168199
|
"docs": {
|
|
168013
|
-
"
|
|
168200
|
+
"deprecated": ": use compute/subnets instead",
|
|
168201
|
+
"stability": "deprecated"
|
|
168014
168202
|
},
|
|
168015
168203
|
"fqn": "terraconstructs.aws.network.DataSubnet",
|
|
168016
168204
|
"initializer": {
|
|
168017
168205
|
"docs": {
|
|
168018
|
-
"stability": "
|
|
168206
|
+
"stability": "deprecated"
|
|
168019
168207
|
},
|
|
168020
168208
|
"locationInModule": {
|
|
168021
168209
|
"filename": "src/aws/network/subnet.ts",
|
|
168022
|
-
"line":
|
|
168210
|
+
"line": 204
|
|
168023
168211
|
},
|
|
168024
168212
|
"parameters": [
|
|
168025
168213
|
{
|
|
@@ -168045,19 +168233,19 @@
|
|
|
168045
168233
|
"kind": "class",
|
|
168046
168234
|
"locationInModule": {
|
|
168047
168235
|
"filename": "src/aws/network/subnet.ts",
|
|
168048
|
-
"line":
|
|
168236
|
+
"line": 201
|
|
168049
168237
|
},
|
|
168050
168238
|
"name": "DataSubnet",
|
|
168051
168239
|
"namespace": "aws.network",
|
|
168052
168240
|
"properties": [
|
|
168053
168241
|
{
|
|
168054
168242
|
"docs": {
|
|
168055
|
-
"stability": "
|
|
168243
|
+
"stability": "deprecated"
|
|
168056
168244
|
},
|
|
168057
168245
|
"immutable": true,
|
|
168058
168246
|
"locationInModule": {
|
|
168059
168247
|
"filename": "src/aws/network/subnet.ts",
|
|
168060
|
-
"line":
|
|
168248
|
+
"line": 218
|
|
168061
168249
|
},
|
|
168062
168250
|
"name": "routeTableId",
|
|
168063
168251
|
"type": {
|
|
@@ -168763,16 +168951,17 @@
|
|
|
168763
168951
|
"assembly": "terraconstructs",
|
|
168764
168952
|
"base": "terraconstructs.aws.network.BaseSubnet",
|
|
168765
168953
|
"docs": {
|
|
168766
|
-
"
|
|
168954
|
+
"deprecated": ": use compute/subnets instead",
|
|
168955
|
+
"stability": "deprecated"
|
|
168767
168956
|
},
|
|
168768
168957
|
"fqn": "terraconstructs.aws.network.PrivateSubnet",
|
|
168769
168958
|
"initializer": {
|
|
168770
168959
|
"docs": {
|
|
168771
|
-
"stability": "
|
|
168960
|
+
"stability": "deprecated"
|
|
168772
168961
|
},
|
|
168773
168962
|
"locationInModule": {
|
|
168774
168963
|
"filename": "src/aws/network/subnet.ts",
|
|
168775
|
-
"line":
|
|
168964
|
+
"line": 179
|
|
168776
168965
|
},
|
|
168777
168966
|
"parameters": [
|
|
168778
168967
|
{
|
|
@@ -168798,19 +168987,19 @@
|
|
|
168798
168987
|
"kind": "class",
|
|
168799
168988
|
"locationInModule": {
|
|
168800
168989
|
"filename": "src/aws/network/subnet.ts",
|
|
168801
|
-
"line":
|
|
168990
|
+
"line": 176
|
|
168802
168991
|
},
|
|
168803
168992
|
"name": "PrivateSubnet",
|
|
168804
168993
|
"namespace": "aws.network",
|
|
168805
168994
|
"properties": [
|
|
168806
168995
|
{
|
|
168807
168996
|
"docs": {
|
|
168808
|
-
"stability": "
|
|
168997
|
+
"stability": "deprecated"
|
|
168809
168998
|
},
|
|
168810
168999
|
"immutable": true,
|
|
168811
169000
|
"locationInModule": {
|
|
168812
169001
|
"filename": "src/aws/network/subnet.ts",
|
|
168813
|
-
"line":
|
|
169002
|
+
"line": 193
|
|
168814
169003
|
},
|
|
168815
169004
|
"name": "routeTableId",
|
|
168816
169005
|
"type": {
|
|
@@ -168833,7 +169022,7 @@
|
|
|
168833
169022
|
"kind": "interface",
|
|
168834
169023
|
"locationInModule": {
|
|
168835
169024
|
"filename": "src/aws/network/subnet.ts",
|
|
168836
|
-
"line":
|
|
169025
|
+
"line": 169
|
|
168837
169026
|
},
|
|
168838
169027
|
"name": "PrivateSubnetProps",
|
|
168839
169028
|
"namespace": "aws.network",
|
|
@@ -168846,7 +169035,7 @@
|
|
|
168846
169035
|
"immutable": true,
|
|
168847
169036
|
"locationInModule": {
|
|
168848
169037
|
"filename": "src/aws/network/subnet.ts",
|
|
168849
|
-
"line":
|
|
169038
|
+
"line": 170
|
|
168850
169039
|
},
|
|
168851
169040
|
"name": "routeTable",
|
|
168852
169041
|
"type": {
|
|
@@ -168860,16 +169049,17 @@
|
|
|
168860
169049
|
"assembly": "terraconstructs",
|
|
168861
169050
|
"base": "terraconstructs.aws.network.BaseSubnet",
|
|
168862
169051
|
"docs": {
|
|
168863
|
-
"
|
|
169052
|
+
"deprecated": ": use compute/subnets instead",
|
|
169053
|
+
"stability": "deprecated"
|
|
168864
169054
|
},
|
|
168865
169055
|
"fqn": "terraconstructs.aws.network.PublicSubnet",
|
|
168866
169056
|
"initializer": {
|
|
168867
169057
|
"docs": {
|
|
168868
|
-
"stability": "
|
|
169058
|
+
"stability": "deprecated"
|
|
168869
169059
|
},
|
|
168870
169060
|
"locationInModule": {
|
|
168871
169061
|
"filename": "src/aws/network/subnet.ts",
|
|
168872
|
-
"line":
|
|
169062
|
+
"line": 137
|
|
168873
169063
|
},
|
|
168874
169064
|
"parameters": [
|
|
168875
169065
|
{
|
|
@@ -168895,19 +169085,19 @@
|
|
|
168895
169085
|
"kind": "class",
|
|
168896
169086
|
"locationInModule": {
|
|
168897
169087
|
"filename": "src/aws/network/subnet.ts",
|
|
168898
|
-
"line":
|
|
169088
|
+
"line": 133
|
|
168899
169089
|
},
|
|
168900
169090
|
"name": "PublicSubnet",
|
|
168901
169091
|
"namespace": "aws.network",
|
|
168902
169092
|
"properties": [
|
|
168903
169093
|
{
|
|
168904
169094
|
"docs": {
|
|
168905
|
-
"stability": "
|
|
169095
|
+
"stability": "deprecated"
|
|
168906
169096
|
},
|
|
168907
169097
|
"immutable": true,
|
|
168908
169098
|
"locationInModule": {
|
|
168909
169099
|
"filename": "src/aws/network/subnet.ts",
|
|
168910
|
-
"line":
|
|
169100
|
+
"line": 164
|
|
168911
169101
|
},
|
|
168912
169102
|
"name": "natgateway",
|
|
168913
169103
|
"optional": true,
|
|
@@ -169087,18 +169277,19 @@
|
|
|
169087
169277
|
"beacon-class": "network.SimpleIPv4Vpc",
|
|
169088
169278
|
"resource": "aws_vpc"
|
|
169089
169279
|
},
|
|
169280
|
+
"deprecated": "use compute/vpc instead",
|
|
169090
169281
|
"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": "
|
|
169282
|
+
"stability": "deprecated",
|
|
169092
169283
|
"summary": "Define an AWS Virtual Private Cloud simple IPv4 network."
|
|
169093
169284
|
},
|
|
169094
169285
|
"fqn": "terraconstructs.aws.network.SimpleIPv4Vpc",
|
|
169095
169286
|
"initializer": {
|
|
169096
169287
|
"docs": {
|
|
169097
|
-
"stability": "
|
|
169288
|
+
"stability": "deprecated"
|
|
169098
169289
|
},
|
|
169099
169290
|
"locationInModule": {
|
|
169100
169291
|
"filename": "src/aws/network/simple-ipv4-vpc.ts",
|
|
169101
|
-
"line":
|
|
169292
|
+
"line": 117
|
|
169102
169293
|
},
|
|
169103
169294
|
"parameters": [
|
|
169104
169295
|
{
|
|
@@ -169127,29 +169318,29 @@
|
|
|
169127
169318
|
"kind": "class",
|
|
169128
169319
|
"locationInModule": {
|
|
169129
169320
|
"filename": "src/aws/network/simple-ipv4-vpc.ts",
|
|
169130
|
-
"line":
|
|
169321
|
+
"line": 70
|
|
169131
169322
|
},
|
|
169132
169323
|
"methods": [
|
|
169133
169324
|
{
|
|
169134
169325
|
"docs": {
|
|
169135
|
-
"stability": "
|
|
169326
|
+
"stability": "deprecated",
|
|
169136
169327
|
"summary": "Adds a Subnet Group for RDS and DocDb clusters."
|
|
169137
169328
|
},
|
|
169138
169329
|
"locationInModule": {
|
|
169139
169330
|
"filename": "src/aws/network/simple-ipv4-vpc.ts",
|
|
169140
|
-
"line":
|
|
169331
|
+
"line": 193
|
|
169141
169332
|
},
|
|
169142
169333
|
"name": "enableDbSubnetGroup",
|
|
169143
169334
|
"overrides": "terraconstructs.aws.network.INetwork"
|
|
169144
169335
|
},
|
|
169145
169336
|
{
|
|
169146
169337
|
"docs": {
|
|
169147
|
-
"stability": "
|
|
169338
|
+
"stability": "deprecated",
|
|
169148
169339
|
"summary": "Adds a Subnet Group for ElastiCache clusters."
|
|
169149
169340
|
},
|
|
169150
169341
|
"locationInModule": {
|
|
169151
169342
|
"filename": "src/aws/network/simple-ipv4-vpc.ts",
|
|
169152
|
-
"line":
|
|
169343
|
+
"line": 205
|
|
169153
169344
|
},
|
|
169154
169345
|
"name": "enableElastiCacheSubnetGroup",
|
|
169155
169346
|
"overrides": "terraconstructs.aws.network.INetwork"
|
|
@@ -169160,13 +169351,13 @@
|
|
|
169160
169351
|
"properties": [
|
|
169161
169352
|
{
|
|
169162
169353
|
"docs": {
|
|
169163
|
-
"stability": "
|
|
169354
|
+
"stability": "deprecated",
|
|
169164
169355
|
"summary": "The Data Subnets of the network."
|
|
169165
169356
|
},
|
|
169166
169357
|
"immutable": true,
|
|
169167
169358
|
"locationInModule": {
|
|
169168
169359
|
"filename": "src/aws/network/simple-ipv4-vpc.ts",
|
|
169169
|
-
"line":
|
|
169360
|
+
"line": 98
|
|
169170
169361
|
},
|
|
169171
169362
|
"name": "dataSubnets",
|
|
169172
169363
|
"overrides": "terraconstructs.aws.network.INetwork",
|
|
@@ -169181,13 +169372,13 @@
|
|
|
169181
169372
|
},
|
|
169182
169373
|
{
|
|
169183
169374
|
"docs": {
|
|
169184
|
-
"stability": "
|
|
169375
|
+
"stability": "deprecated",
|
|
169185
169376
|
"summary": "Strongly typed outputs."
|
|
169186
169377
|
},
|
|
169187
169378
|
"immutable": true,
|
|
169188
169379
|
"locationInModule": {
|
|
169189
169380
|
"filename": "src/aws/network/simple-ipv4-vpc.ts",
|
|
169190
|
-
"line":
|
|
169381
|
+
"line": 73
|
|
169191
169382
|
},
|
|
169192
169383
|
"name": "networkOutputs",
|
|
169193
169384
|
"overrides": "terraconstructs.aws.network.INetwork",
|
|
@@ -169197,13 +169388,13 @@
|
|
|
169197
169388
|
},
|
|
169198
169389
|
{
|
|
169199
169390
|
"docs": {
|
|
169200
|
-
"stability": "
|
|
169391
|
+
"stability": "deprecated",
|
|
169201
169392
|
"summary": "Outputs to register with the parent Scope or undefined if there are no outputs."
|
|
169202
169393
|
},
|
|
169203
169394
|
"immutable": true,
|
|
169204
169395
|
"locationInModule": {
|
|
169205
169396
|
"filename": "src/aws/network/simple-ipv4-vpc.ts",
|
|
169206
|
-
"line":
|
|
169397
|
+
"line": 76
|
|
169207
169398
|
},
|
|
169208
169399
|
"name": "outputs",
|
|
169209
169400
|
"overrides": "terraconstructs.TerraConstructBase",
|
|
@@ -169218,13 +169409,13 @@
|
|
|
169218
169409
|
},
|
|
169219
169410
|
{
|
|
169220
169411
|
"docs": {
|
|
169221
|
-
"stability": "
|
|
169412
|
+
"stability": "deprecated",
|
|
169222
169413
|
"summary": "The Private Subnets of the network."
|
|
169223
169414
|
},
|
|
169224
169415
|
"immutable": true,
|
|
169225
169416
|
"locationInModule": {
|
|
169226
169417
|
"filename": "src/aws/network/simple-ipv4-vpc.ts",
|
|
169227
|
-
"line":
|
|
169418
|
+
"line": 94
|
|
169228
169419
|
},
|
|
169229
169420
|
"name": "privateSubnets",
|
|
169230
169421
|
"overrides": "terraconstructs.aws.network.INetwork",
|
|
@@ -169239,13 +169430,13 @@
|
|
|
169239
169430
|
},
|
|
169240
169431
|
{
|
|
169241
169432
|
"docs": {
|
|
169242
|
-
"stability": "
|
|
169433
|
+
"stability": "deprecated",
|
|
169243
169434
|
"summary": "The Public Subnets of the network."
|
|
169244
169435
|
},
|
|
169245
169436
|
"immutable": true,
|
|
169246
169437
|
"locationInModule": {
|
|
169247
169438
|
"filename": "src/aws/network/simple-ipv4-vpc.ts",
|
|
169248
|
-
"line":
|
|
169439
|
+
"line": 90
|
|
169249
169440
|
},
|
|
169250
169441
|
"name": "publicSubnets",
|
|
169251
169442
|
"overrides": "terraconstructs.aws.network.INetwork",
|
|
@@ -169260,13 +169451,13 @@
|
|
|
169260
169451
|
},
|
|
169261
169452
|
{
|
|
169262
169453
|
"docs": {
|
|
169263
|
-
"stability": "
|
|
169454
|
+
"stability": "deprecated",
|
|
169264
169455
|
"summary": "The Service Discovery Private DNS Namespace."
|
|
169265
169456
|
},
|
|
169266
169457
|
"immutable": true,
|
|
169267
169458
|
"locationInModule": {
|
|
169268
169459
|
"filename": "src/aws/network/simple-ipv4-vpc.ts",
|
|
169269
|
-
"line":
|
|
169460
|
+
"line": 113
|
|
169270
169461
|
},
|
|
169271
169462
|
"name": "serviceDiscoveryNamespaceArn",
|
|
169272
169463
|
"overrides": "terraconstructs.aws.network.INetwork",
|
|
@@ -169276,13 +169467,13 @@
|
|
|
169276
169467
|
},
|
|
169277
169468
|
{
|
|
169278
169469
|
"docs": {
|
|
169279
|
-
"stability": "
|
|
169470
|
+
"stability": "deprecated",
|
|
169280
169471
|
"summary": "The VPC ID of the network."
|
|
169281
169472
|
},
|
|
169282
169473
|
"immutable": true,
|
|
169283
169474
|
"locationInModule": {
|
|
169284
169475
|
"filename": "src/aws/network/simple-ipv4-vpc.ts",
|
|
169285
|
-
"line":
|
|
169476
|
+
"line": 86
|
|
169286
169477
|
},
|
|
169287
169478
|
"name": "vpcId",
|
|
169288
169479
|
"overrides": "terraconstructs.aws.network.INetwork",
|
|
@@ -169292,13 +169483,13 @@
|
|
|
169292
169483
|
},
|
|
169293
169484
|
{
|
|
169294
169485
|
"docs": {
|
|
169295
|
-
"stability": "
|
|
169486
|
+
"stability": "deprecated",
|
|
169296
169487
|
"summary": "The Db Subnet Group if enabled."
|
|
169297
169488
|
},
|
|
169298
169489
|
"immutable": true,
|
|
169299
169490
|
"locationInModule": {
|
|
169300
169491
|
"filename": "src/aws/network/simple-ipv4-vpc.ts",
|
|
169301
|
-
"line":
|
|
169492
|
+
"line": 103
|
|
169302
169493
|
},
|
|
169303
169494
|
"name": "dbSubnetGroup",
|
|
169304
169495
|
"optional": true,
|
|
@@ -169309,13 +169500,13 @@
|
|
|
169309
169500
|
},
|
|
169310
169501
|
{
|
|
169311
169502
|
"docs": {
|
|
169312
|
-
"stability": "
|
|
169503
|
+
"stability": "deprecated",
|
|
169313
169504
|
"summary": "The ElastiCache Subnet Group if enabled."
|
|
169314
169505
|
},
|
|
169315
169506
|
"immutable": true,
|
|
169316
169507
|
"locationInModule": {
|
|
169317
169508
|
"filename": "src/aws/network/simple-ipv4-vpc.ts",
|
|
169318
|
-
"line":
|
|
169509
|
+
"line": 108
|
|
169319
169510
|
},
|
|
169320
169511
|
"name": "elastiCacheSubnetGroup",
|
|
169321
169512
|
"optional": true,
|
|
@@ -198484,7 +198675,7 @@
|
|
|
198484
198675
|
},
|
|
198485
198676
|
"locationInModule": {
|
|
198486
198677
|
"filename": "src/aws/storage/encryption.ts",
|
|
198487
|
-
"line":
|
|
198678
|
+
"line": 143
|
|
198488
198679
|
},
|
|
198489
198680
|
"parameters": [
|
|
198490
198681
|
{
|
|
@@ -198518,7 +198709,7 @@
|
|
|
198518
198709
|
"kind": "class",
|
|
198519
198710
|
"locationInModule": {
|
|
198520
198711
|
"filename": "src/aws/storage/encryption.ts",
|
|
198521
|
-
"line":
|
|
198712
|
+
"line": 14
|
|
198522
198713
|
},
|
|
198523
198714
|
"methods": [
|
|
198524
198715
|
{
|
|
@@ -198528,7 +198719,7 @@
|
|
|
198528
198719
|
},
|
|
198529
198720
|
"locationInModule": {
|
|
198530
198721
|
"filename": "src/aws/storage/encryption.ts",
|
|
198531
|
-
"line":
|
|
198722
|
+
"line": 42
|
|
198532
198723
|
},
|
|
198533
198724
|
"name": "awsManagedKey",
|
|
198534
198725
|
"returns": {
|
|
@@ -198545,7 +198736,7 @@
|
|
|
198545
198736
|
},
|
|
198546
198737
|
"locationInModule": {
|
|
198547
198738
|
"filename": "src/aws/storage/encryption.ts",
|
|
198548
|
-
"line":
|
|
198739
|
+
"line": 71
|
|
198549
198740
|
},
|
|
198550
198741
|
"name": "customerManagedKey",
|
|
198551
198742
|
"parameters": [
|
|
@@ -198598,7 +198789,7 @@
|
|
|
198598
198789
|
},
|
|
198599
198790
|
"locationInModule": {
|
|
198600
198791
|
"filename": "src/aws/storage/encryption.ts",
|
|
198601
|
-
"line":
|
|
198792
|
+
"line": 18
|
|
198602
198793
|
},
|
|
198603
198794
|
"name": "dynamoOwnedKey",
|
|
198604
198795
|
"returns": {
|
|
@@ -198619,7 +198810,7 @@
|
|
|
198619
198810
|
"immutable": true,
|
|
198620
198811
|
"locationInModule": {
|
|
198621
198812
|
"filename": "src/aws/storage/encryption.ts",
|
|
198622
|
-
"line":
|
|
198813
|
+
"line": 144
|
|
198623
198814
|
},
|
|
198624
198815
|
"name": "type",
|
|
198625
198816
|
"type": {
|
|
@@ -198633,7 +198824,7 @@
|
|
|
198633
198824
|
"immutable": true,
|
|
198634
198825
|
"locationInModule": {
|
|
198635
198826
|
"filename": "src/aws/storage/encryption.ts",
|
|
198636
|
-
"line":
|
|
198827
|
+
"line": 146
|
|
198637
198828
|
},
|
|
198638
198829
|
"name": "replicaKeyArns",
|
|
198639
198830
|
"optional": true,
|
|
@@ -198653,7 +198844,7 @@
|
|
|
198653
198844
|
"immutable": true,
|
|
198654
198845
|
"locationInModule": {
|
|
198655
198846
|
"filename": "src/aws/storage/encryption.ts",
|
|
198656
|
-
"line":
|
|
198847
|
+
"line": 145
|
|
198657
198848
|
},
|
|
198658
198849
|
"name": "tableKey",
|
|
198659
198850
|
"optional": true,
|
|
@@ -201256,6 +201447,6 @@
|
|
|
201256
201447
|
"symbolId": "src/aws/storage/notification-targets/queue:QueueDestination"
|
|
201257
201448
|
}
|
|
201258
201449
|
},
|
|
201259
|
-
"version": "0.1.
|
|
201260
|
-
"fingerprint": "
|
|
201450
|
+
"version": "0.1.5",
|
|
201451
|
+
"fingerprint": "FotdkpcTPlZdMti7i9iEo3CZsgOQws0Zejs52Fg2DnQ="
|
|
201261
201452
|
}
|