terraconstructs 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +344 -209
- package/.mise.toml +1 -1
- package/go.mod +1 -1
- package/go.sum +2 -2
- 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 +4 -4
- 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.d.ts +11 -2
- package/lib/aws/compute/code.js +51 -12
- 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.d.ts +1 -0
- package/lib/aws/compute/function-alias.js +8 -2
- package/lib/aws/compute/function-base.d.ts +8 -0
- package/lib/aws/compute/function-base.js +3 -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 +9 -1
- package/lib/aws/compute/function.js +17 -3
- 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 +7 -4
- 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.js +1 -1
- package/lib/aws/network/subnet-group.js +3 -3
- package/lib/aws/network/subnet.js +4 -4
- 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 +1 -1
- 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/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.d.ts +10 -0
- package/lib/stack-base.js +9 -2
- package/lib/terra-func.js +1 -1
- package/lib/time-zone.js +1 -1
- package/package.json +3 -1
package/.jsii
CHANGED
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"minimatch": "^3.1.2"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
+
"@cdktf/provider-archive": "^11.0.0",
|
|
18
19
|
"@cdktf/provider-aws": "^20.1.0",
|
|
19
20
|
"@cdktf/provider-cloudinit": "^11.0.0",
|
|
20
21
|
"@cdktf/provider-docker": "^12.0.2",
|
|
@@ -24,6 +25,37 @@
|
|
|
24
25
|
"constructs": "^10.4.2"
|
|
25
26
|
},
|
|
26
27
|
"dependencyClosure": {
|
|
28
|
+
"@cdktf/provider-archive": {
|
|
29
|
+
"submodules": {
|
|
30
|
+
"@cdktf/provider-archive.dataArchiveFile": {},
|
|
31
|
+
"@cdktf/provider-archive.file": {},
|
|
32
|
+
"@cdktf/provider-archive.provider": {}
|
|
33
|
+
},
|
|
34
|
+
"targets": {
|
|
35
|
+
"dotnet": {
|
|
36
|
+
"namespace": "HashiCorp.Cdktf.Providers.Archive",
|
|
37
|
+
"packageId": "HashiCorp.Cdktf.Providers.Archive"
|
|
38
|
+
},
|
|
39
|
+
"go": {
|
|
40
|
+
"moduleName": "github.com/cdktf/cdktf-provider-archive-go",
|
|
41
|
+
"packageName": "archive"
|
|
42
|
+
},
|
|
43
|
+
"java": {
|
|
44
|
+
"maven": {
|
|
45
|
+
"artifactId": "cdktf-provider-archive",
|
|
46
|
+
"groupId": "com.hashicorp"
|
|
47
|
+
},
|
|
48
|
+
"package": "com.hashicorp.cdktf.providers.archive"
|
|
49
|
+
},
|
|
50
|
+
"js": {
|
|
51
|
+
"npm": "@cdktf/provider-archive"
|
|
52
|
+
},
|
|
53
|
+
"python": {
|
|
54
|
+
"distName": "cdktf-cdktf-provider-archive",
|
|
55
|
+
"module": "cdktf_cdktf_provider_archive"
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
},
|
|
27
59
|
"@cdktf/provider-aws": {
|
|
28
60
|
"submodules": {
|
|
29
61
|
"@cdktf/provider-aws.accessanalyzerAnalyzer": {},
|
|
@@ -6957,7 +6989,7 @@
|
|
|
6957
6989
|
"kind": "interface",
|
|
6958
6990
|
"locationInModule": {
|
|
6959
6991
|
"filename": "src/stack-base.ts",
|
|
6960
|
-
"line":
|
|
6992
|
+
"line": 115
|
|
6961
6993
|
},
|
|
6962
6994
|
"methods": [
|
|
6963
6995
|
{
|
|
@@ -6967,7 +6999,7 @@
|
|
|
6967
6999
|
},
|
|
6968
7000
|
"locationInModule": {
|
|
6969
7001
|
"filename": "src/stack-base.ts",
|
|
6970
|
-
"line":
|
|
7002
|
+
"line": 129
|
|
6971
7003
|
},
|
|
6972
7004
|
"name": "resolve",
|
|
6973
7005
|
"parameters": [
|
|
@@ -6998,7 +7030,7 @@
|
|
|
6998
7030
|
},
|
|
6999
7031
|
"locationInModule": {
|
|
7000
7032
|
"filename": "src/stack-base.ts",
|
|
7001
|
-
"line":
|
|
7033
|
+
"line": 130
|
|
7002
7034
|
},
|
|
7003
7035
|
"name": "uniqueResourceName",
|
|
7004
7036
|
"parameters": [
|
|
@@ -7038,7 +7070,7 @@
|
|
|
7038
7070
|
},
|
|
7039
7071
|
"locationInModule": {
|
|
7040
7072
|
"filename": "src/stack-base.ts",
|
|
7041
|
-
"line":
|
|
7073
|
+
"line": 134
|
|
7042
7074
|
},
|
|
7043
7075
|
"name": "uniqueResourceNamePrefix",
|
|
7044
7076
|
"parameters": [
|
|
@@ -7074,6 +7106,23 @@
|
|
|
7074
7106
|
],
|
|
7075
7107
|
"name": "IStack",
|
|
7076
7108
|
"properties": [
|
|
7109
|
+
{
|
|
7110
|
+
"abstract": true,
|
|
7111
|
+
"docs": {
|
|
7112
|
+
"remarks": "This is used for example for inline Code content in aws Lambda Functions.\n\nref: https://github.com/hashicorp/terraform-provider-aws/issues/9774#issuecomment-669356786",
|
|
7113
|
+
"stability": "stable",
|
|
7114
|
+
"summary": "A singleton Archive Provider used to archive assets."
|
|
7115
|
+
},
|
|
7116
|
+
"immutable": true,
|
|
7117
|
+
"locationInModule": {
|
|
7118
|
+
"filename": "src/stack-base.ts",
|
|
7119
|
+
"line": 128
|
|
7120
|
+
},
|
|
7121
|
+
"name": "archiveProvider",
|
|
7122
|
+
"type": {
|
|
7123
|
+
"fqn": "@cdktf/provider-archive.provider.ArchiveProvider"
|
|
7124
|
+
}
|
|
7125
|
+
},
|
|
7077
7126
|
{
|
|
7078
7127
|
"abstract": true,
|
|
7079
7128
|
"docs": {
|
|
@@ -7083,7 +7132,7 @@
|
|
|
7083
7132
|
"immutable": true,
|
|
7084
7133
|
"locationInModule": {
|
|
7085
7134
|
"filename": "src/stack-base.ts",
|
|
7086
|
-
"line":
|
|
7135
|
+
"line": 119
|
|
7087
7136
|
},
|
|
7088
7137
|
"name": "environmentName",
|
|
7089
7138
|
"type": {
|
|
@@ -7098,7 +7147,7 @@
|
|
|
7098
7147
|
"immutable": true,
|
|
7099
7148
|
"locationInModule": {
|
|
7100
7149
|
"filename": "src/stack-base.ts",
|
|
7101
|
-
"line":
|
|
7150
|
+
"line": 120
|
|
7102
7151
|
},
|
|
7103
7152
|
"name": "gridUUID",
|
|
7104
7153
|
"type": {
|
|
@@ -7113,7 +7162,7 @@
|
|
|
7113
7162
|
"immutable": true,
|
|
7114
7163
|
"locationInModule": {
|
|
7115
7164
|
"filename": "src/stack-base.ts",
|
|
7116
|
-
"line":
|
|
7165
|
+
"line": 121
|
|
7117
7166
|
},
|
|
7118
7167
|
"name": "gridBackend",
|
|
7119
7168
|
"optional": true,
|
|
@@ -7972,7 +8021,7 @@
|
|
|
7972
8021
|
},
|
|
7973
8022
|
"locationInModule": {
|
|
7974
8023
|
"filename": "src/stack-base.ts",
|
|
7975
|
-
"line":
|
|
8024
|
+
"line": 228
|
|
7976
8025
|
},
|
|
7977
8026
|
"parameters": [
|
|
7978
8027
|
{
|
|
@@ -8001,7 +8050,7 @@
|
|
|
8001
8050
|
"kind": "class",
|
|
8002
8051
|
"locationInModule": {
|
|
8003
8052
|
"filename": "src/stack-base.ts",
|
|
8004
|
-
"line":
|
|
8053
|
+
"line": 146
|
|
8005
8054
|
},
|
|
8006
8055
|
"methods": [
|
|
8007
8056
|
{
|
|
@@ -8012,7 +8061,7 @@
|
|
|
8012
8061
|
},
|
|
8013
8062
|
"locationInModule": {
|
|
8014
8063
|
"filename": "src/stack-base.ts",
|
|
8015
|
-
"line":
|
|
8064
|
+
"line": 152
|
|
8016
8065
|
},
|
|
8017
8066
|
"name": "isTerraStack",
|
|
8018
8067
|
"parameters": [
|
|
@@ -8038,7 +8087,7 @@
|
|
|
8038
8087
|
},
|
|
8039
8088
|
"locationInModule": {
|
|
8040
8089
|
"filename": "src/stack-base.ts",
|
|
8041
|
-
"line":
|
|
8090
|
+
"line": 160
|
|
8042
8091
|
},
|
|
8043
8092
|
"name": "ofTerraConstruct",
|
|
8044
8093
|
"parameters": [
|
|
@@ -8068,7 +8117,7 @@
|
|
|
8068
8117
|
},
|
|
8069
8118
|
"locationInModule": {
|
|
8070
8119
|
"filename": "src/stack-base.ts",
|
|
8071
|
-
"line":
|
|
8120
|
+
"line": 178
|
|
8072
8121
|
},
|
|
8073
8122
|
"name": "uniqueId",
|
|
8074
8123
|
"parameters": [
|
|
@@ -8105,7 +8154,7 @@
|
|
|
8105
8154
|
},
|
|
8106
8155
|
"locationInModule": {
|
|
8107
8156
|
"filename": "src/stack-base.ts",
|
|
8108
|
-
"line":
|
|
8157
|
+
"line": 308
|
|
8109
8158
|
},
|
|
8110
8159
|
"name": "resolve",
|
|
8111
8160
|
"overrides": "terraconstructs.IStack",
|
|
@@ -8137,7 +8186,7 @@
|
|
|
8137
8186
|
},
|
|
8138
8187
|
"locationInModule": {
|
|
8139
8188
|
"filename": "src/stack-base.ts",
|
|
8140
|
-
"line":
|
|
8189
|
+
"line": 319
|
|
8141
8190
|
},
|
|
8142
8191
|
"name": "toJsonString",
|
|
8143
8192
|
"parameters": [
|
|
@@ -8170,7 +8219,7 @@
|
|
|
8170
8219
|
},
|
|
8171
8220
|
"locationInModule": {
|
|
8172
8221
|
"filename": "src/stack-base.ts",
|
|
8173
|
-
"line":
|
|
8222
|
+
"line": 259
|
|
8174
8223
|
},
|
|
8175
8224
|
"name": "uniqueResourceName",
|
|
8176
8225
|
"overrides": "terraconstructs.IStack",
|
|
@@ -8219,7 +8268,7 @@
|
|
|
8219
8268
|
},
|
|
8220
8269
|
"locationInModule": {
|
|
8221
8270
|
"filename": "src/stack-base.ts",
|
|
8222
|
-
"line":
|
|
8271
|
+
"line": 291
|
|
8223
8272
|
},
|
|
8224
8273
|
"name": "uniqueResourceNamePrefix",
|
|
8225
8274
|
"overrides": "terraconstructs.IStack",
|
|
@@ -8262,6 +8311,23 @@
|
|
|
8262
8311
|
],
|
|
8263
8312
|
"name": "StackBase",
|
|
8264
8313
|
"properties": [
|
|
8314
|
+
{
|
|
8315
|
+
"docs": {
|
|
8316
|
+
"remarks": "This is used for example for inline Code content in aws Lambda Functions.\n\nref: https://github.com/hashicorp/terraform-provider-aws/issues/9774#issuecomment-669356786",
|
|
8317
|
+
"stability": "stable",
|
|
8318
|
+
"summary": "A singleton Archive Provider used to archive assets."
|
|
8319
|
+
},
|
|
8320
|
+
"immutable": true,
|
|
8321
|
+
"locationInModule": {
|
|
8322
|
+
"filename": "src/stack-base.ts",
|
|
8323
|
+
"line": 218
|
|
8324
|
+
},
|
|
8325
|
+
"name": "archiveProvider",
|
|
8326
|
+
"overrides": "terraconstructs.IStack",
|
|
8327
|
+
"type": {
|
|
8328
|
+
"fqn": "@cdktf/provider-archive.provider.ArchiveProvider"
|
|
8329
|
+
}
|
|
8330
|
+
},
|
|
8265
8331
|
{
|
|
8266
8332
|
"docs": {
|
|
8267
8333
|
"stability": "stable",
|
|
@@ -8270,7 +8336,7 @@
|
|
|
8270
8336
|
"immutable": true,
|
|
8271
8337
|
"locationInModule": {
|
|
8272
8338
|
"filename": "src/stack-base.ts",
|
|
8273
|
-
"line":
|
|
8339
|
+
"line": 210
|
|
8274
8340
|
},
|
|
8275
8341
|
"name": "environmentName",
|
|
8276
8342
|
"overrides": "terraconstructs.IStack",
|
|
@@ -8286,7 +8352,7 @@
|
|
|
8286
8352
|
"immutable": true,
|
|
8287
8353
|
"locationInModule": {
|
|
8288
8354
|
"filename": "src/stack-base.ts",
|
|
8289
|
-
"line":
|
|
8355
|
+
"line": 205
|
|
8290
8356
|
},
|
|
8291
8357
|
"name": "gridUUID",
|
|
8292
8358
|
"overrides": "terraconstructs.IStack",
|
|
@@ -8302,7 +8368,7 @@
|
|
|
8302
8368
|
"immutable": true,
|
|
8303
8369
|
"locationInModule": {
|
|
8304
8370
|
"filename": "src/stack-base.ts",
|
|
8305
|
-
"line":
|
|
8371
|
+
"line": 215
|
|
8306
8372
|
},
|
|
8307
8373
|
"name": "gridBackend",
|
|
8308
8374
|
"optional": true,
|
|
@@ -8324,7 +8390,7 @@
|
|
|
8324
8390
|
"kind": "interface",
|
|
8325
8391
|
"locationInModule": {
|
|
8326
8392
|
"filename": "src/stack-base.ts",
|
|
8327
|
-
"line":
|
|
8393
|
+
"line": 81
|
|
8328
8394
|
},
|
|
8329
8395
|
"name": "StackBaseProps",
|
|
8330
8396
|
"properties": [
|
|
@@ -8337,7 +8403,7 @@
|
|
|
8337
8403
|
"immutable": true,
|
|
8338
8404
|
"locationInModule": {
|
|
8339
8405
|
"filename": "src/stack-base.ts",
|
|
8340
|
-
"line":
|
|
8406
|
+
"line": 95
|
|
8341
8407
|
},
|
|
8342
8408
|
"name": "environmentName",
|
|
8343
8409
|
"type": {
|
|
@@ -8354,7 +8420,7 @@
|
|
|
8354
8420
|
"immutable": true,
|
|
8355
8421
|
"locationInModule": {
|
|
8356
8422
|
"filename": "src/stack-base.ts",
|
|
8357
|
-
"line":
|
|
8423
|
+
"line": 90
|
|
8358
8424
|
},
|
|
8359
8425
|
"name": "gridUUID",
|
|
8360
8426
|
"type": {
|
|
@@ -8371,7 +8437,7 @@
|
|
|
8371
8437
|
"immutable": true,
|
|
8372
8438
|
"locationInModule": {
|
|
8373
8439
|
"filename": "src/stack-base.ts",
|
|
8374
|
-
"line":
|
|
8440
|
+
"line": 112
|
|
8375
8441
|
},
|
|
8376
8442
|
"name": "gridBackendConfig",
|
|
8377
8443
|
"optional": true,
|
|
@@ -15128,7 +15194,7 @@
|
|
|
15128
15194
|
"kind": "interface",
|
|
15129
15195
|
"locationInModule": {
|
|
15130
15196
|
"filename": "src/stack-base.ts",
|
|
15131
|
-
"line":
|
|
15197
|
+
"line": 44
|
|
15132
15198
|
},
|
|
15133
15199
|
"name": "UniqueResourceNameOptions",
|
|
15134
15200
|
"properties": [
|
|
@@ -15142,7 +15208,7 @@
|
|
|
15142
15208
|
"immutable": true,
|
|
15143
15209
|
"locationInModule": {
|
|
15144
15210
|
"filename": "src/stack-base.ts",
|
|
15145
|
-
"line":
|
|
15211
|
+
"line": 64
|
|
15146
15212
|
},
|
|
15147
15213
|
"name": "allowedSpecialCharacters",
|
|
15148
15214
|
"optional": true,
|
|
@@ -15160,7 +15226,7 @@
|
|
|
15160
15226
|
"immutable": true,
|
|
15161
15227
|
"locationInModule": {
|
|
15162
15228
|
"filename": "src/stack-base.ts",
|
|
15163
|
-
"line":
|
|
15229
|
+
"line": 78
|
|
15164
15230
|
},
|
|
15165
15231
|
"name": "lowerCase",
|
|
15166
15232
|
"optional": true,
|
|
@@ -15178,7 +15244,7 @@
|
|
|
15178
15244
|
"immutable": true,
|
|
15179
15245
|
"locationInModule": {
|
|
15180
15246
|
"filename": "src/stack-base.ts",
|
|
15181
|
-
"line":
|
|
15247
|
+
"line": 50
|
|
15182
15248
|
},
|
|
15183
15249
|
"name": "maxLength",
|
|
15184
15250
|
"optional": true,
|
|
@@ -15196,7 +15262,7 @@
|
|
|
15196
15262
|
"immutable": true,
|
|
15197
15263
|
"locationInModule": {
|
|
15198
15264
|
"filename": "src/stack-base.ts",
|
|
15199
|
-
"line":
|
|
15265
|
+
"line": 71
|
|
15200
15266
|
},
|
|
15201
15267
|
"name": "prefix",
|
|
15202
15268
|
"optional": true,
|
|
@@ -15214,7 +15280,7 @@
|
|
|
15214
15280
|
"immutable": true,
|
|
15215
15281
|
"locationInModule": {
|
|
15216
15282
|
"filename": "src/stack-base.ts",
|
|
15217
|
-
"line":
|
|
15283
|
+
"line": 57
|
|
15218
15284
|
},
|
|
15219
15285
|
"name": "separator",
|
|
15220
15286
|
"optional": true,
|
|
@@ -15239,7 +15305,7 @@
|
|
|
15239
15305
|
"kind": "interface",
|
|
15240
15306
|
"locationInModule": {
|
|
15241
15307
|
"filename": "src/stack-base.ts",
|
|
15242
|
-
"line":
|
|
15308
|
+
"line": 30
|
|
15243
15309
|
},
|
|
15244
15310
|
"name": "UniqueResourceNamePrefixOptions",
|
|
15245
15311
|
"properties": [
|
|
@@ -15254,7 +15320,7 @@
|
|
|
15254
15320
|
"immutable": true,
|
|
15255
15321
|
"locationInModule": {
|
|
15256
15322
|
"filename": "src/stack-base.ts",
|
|
15257
|
-
"line":
|
|
15323
|
+
"line": 38
|
|
15258
15324
|
},
|
|
15259
15325
|
"name": "suffixLength",
|
|
15260
15326
|
"optional": true,
|
|
@@ -38155,7 +38221,7 @@
|
|
|
38155
38221
|
},
|
|
38156
38222
|
"locationInModule": {
|
|
38157
38223
|
"filename": "src/aws/compute/function-alias.ts",
|
|
38158
|
-
"line":
|
|
38224
|
+
"line": 232
|
|
38159
38225
|
},
|
|
38160
38226
|
"parameters": [
|
|
38161
38227
|
{
|
|
@@ -38238,7 +38304,7 @@
|
|
|
38238
38304
|
"immutable": true,
|
|
38239
38305
|
"locationInModule": {
|
|
38240
38306
|
"filename": "src/aws/compute/function-alias.ts",
|
|
38241
|
-
"line":
|
|
38307
|
+
"line": 193
|
|
38242
38308
|
},
|
|
38243
38309
|
"name": "aliasName",
|
|
38244
38310
|
"overrides": "terraconstructs.aws.compute.IAlias",
|
|
@@ -38254,7 +38320,7 @@
|
|
|
38254
38320
|
"immutable": true,
|
|
38255
38321
|
"locationInModule": {
|
|
38256
38322
|
"filename": "src/aws/compute/function-alias.ts",
|
|
38257
|
-
"line":
|
|
38323
|
+
"line": 181
|
|
38258
38324
|
},
|
|
38259
38325
|
"name": "aliasOutputs",
|
|
38260
38326
|
"overrides": "terraconstructs.aws.compute.IAlias",
|
|
@@ -38270,7 +38336,7 @@
|
|
|
38270
38336
|
"immutable": true,
|
|
38271
38337
|
"locationInModule": {
|
|
38272
38338
|
"filename": "src/aws/compute/function-alias.ts",
|
|
38273
|
-
"line":
|
|
38339
|
+
"line": 205
|
|
38274
38340
|
},
|
|
38275
38341
|
"name": "architecture",
|
|
38276
38342
|
"overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
|
|
@@ -38287,7 +38353,7 @@
|
|
|
38287
38353
|
"immutable": true,
|
|
38288
38354
|
"locationInModule": {
|
|
38289
38355
|
"filename": "src/aws/compute/function-alias.ts",
|
|
38290
|
-
"line":
|
|
38356
|
+
"line": 226
|
|
38291
38357
|
},
|
|
38292
38358
|
"name": "canCreatePermissions",
|
|
38293
38359
|
"overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
|
|
@@ -38305,7 +38371,7 @@
|
|
|
38305
38371
|
"immutable": true,
|
|
38306
38372
|
"locationInModule": {
|
|
38307
38373
|
"filename": "src/aws/compute/function-alias.ts",
|
|
38308
|
-
"line":
|
|
38374
|
+
"line": 215
|
|
38309
38375
|
},
|
|
38310
38376
|
"name": "functionArn",
|
|
38311
38377
|
"overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
|
|
@@ -38313,6 +38379,23 @@
|
|
|
38313
38379
|
"primitive": "string"
|
|
38314
38380
|
}
|
|
38315
38381
|
},
|
|
38382
|
+
{
|
|
38383
|
+
"docs": {
|
|
38384
|
+
"remarks": "See also invoke_arn.",
|
|
38385
|
+
"stability": "stable",
|
|
38386
|
+
"summary": "ARN to be used for invoking Lambda Function from API Gateway."
|
|
38387
|
+
},
|
|
38388
|
+
"immutable": true,
|
|
38389
|
+
"locationInModule": {
|
|
38390
|
+
"filename": "src/aws/compute/function-alias.ts",
|
|
38391
|
+
"line": 220
|
|
38392
|
+
},
|
|
38393
|
+
"name": "functionInvokeArn",
|
|
38394
|
+
"overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
|
|
38395
|
+
"type": {
|
|
38396
|
+
"primitive": "string"
|
|
38397
|
+
}
|
|
38398
|
+
},
|
|
38316
38399
|
{
|
|
38317
38400
|
"docs": {
|
|
38318
38401
|
"remarks": "Used to be able to use Alias in place of a regular Lambda. Lambda accepts\nARNs everywhere it accepts function names.",
|
|
@@ -38322,7 +38405,7 @@
|
|
|
38322
38405
|
"immutable": true,
|
|
38323
38406
|
"locationInModule": {
|
|
38324
38407
|
"filename": "src/aws/compute/function-alias.ts",
|
|
38325
|
-
"line":
|
|
38408
|
+
"line": 201
|
|
38326
38409
|
},
|
|
38327
38410
|
"name": "functionName",
|
|
38328
38411
|
"overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
|
|
@@ -38339,7 +38422,7 @@
|
|
|
38339
38422
|
"immutable": true,
|
|
38340
38423
|
"locationInModule": {
|
|
38341
38424
|
"filename": "src/aws/compute/function-alias.ts",
|
|
38342
|
-
"line":
|
|
38425
|
+
"line": 217
|
|
38343
38426
|
},
|
|
38344
38427
|
"name": "functionQualifiedInvokeArn",
|
|
38345
38428
|
"overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
|
|
@@ -38355,7 +38438,7 @@
|
|
|
38355
38438
|
"immutable": true,
|
|
38356
38439
|
"locationInModule": {
|
|
38357
38440
|
"filename": "src/aws/compute/function-alias.ts",
|
|
38358
|
-
"line":
|
|
38441
|
+
"line": 305
|
|
38359
38442
|
},
|
|
38360
38443
|
"name": "grantPrincipal",
|
|
38361
38444
|
"overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
|
|
@@ -38371,7 +38454,7 @@
|
|
|
38371
38454
|
"immutable": true,
|
|
38372
38455
|
"locationInModule": {
|
|
38373
38456
|
"filename": "src/aws/compute/function-alias.ts",
|
|
38374
|
-
"line":
|
|
38457
|
+
"line": 203
|
|
38375
38458
|
},
|
|
38376
38459
|
"name": "lambda",
|
|
38377
38460
|
"overrides": "terraconstructs.aws.compute.QualifiedFunctionBase",
|
|
@@ -38387,7 +38470,7 @@
|
|
|
38387
38470
|
"immutable": true,
|
|
38388
38471
|
"locationInModule": {
|
|
38389
38472
|
"filename": "src/aws/compute/function-alias.ts",
|
|
38390
|
-
"line":
|
|
38473
|
+
"line": 184
|
|
38391
38474
|
},
|
|
38392
38475
|
"name": "outputs",
|
|
38393
38476
|
"overrides": "terraconstructs.TerraConstructBase",
|
|
@@ -38407,7 +38490,7 @@
|
|
|
38407
38490
|
"immutable": true,
|
|
38408
38491
|
"locationInModule": {
|
|
38409
38492
|
"filename": "src/aws/compute/function-alias.ts",
|
|
38410
|
-
"line":
|
|
38493
|
+
"line": 224
|
|
38411
38494
|
},
|
|
38412
38495
|
"name": "qualifier",
|
|
38413
38496
|
"protected": true,
|
|
@@ -38422,7 +38505,7 @@
|
|
|
38422
38505
|
"immutable": true,
|
|
38423
38506
|
"locationInModule": {
|
|
38424
38507
|
"filename": "src/aws/compute/function-alias.ts",
|
|
38425
|
-
"line":
|
|
38508
|
+
"line": 179
|
|
38426
38509
|
},
|
|
38427
38510
|
"name": "resource",
|
|
38428
38511
|
"type": {
|
|
@@ -38438,7 +38521,7 @@
|
|
|
38438
38521
|
"immutable": true,
|
|
38439
38522
|
"locationInModule": {
|
|
38440
38523
|
"filename": "src/aws/compute/function-alias.ts",
|
|
38441
|
-
"line":
|
|
38524
|
+
"line": 207
|
|
38442
38525
|
},
|
|
38443
38526
|
"name": "version",
|
|
38444
38527
|
"overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
|
|
@@ -38455,7 +38538,7 @@
|
|
|
38455
38538
|
"immutable": true,
|
|
38456
38539
|
"locationInModule": {
|
|
38457
38540
|
"filename": "src/aws/compute/function-alias.ts",
|
|
38458
|
-
"line":
|
|
38541
|
+
"line": 309
|
|
38459
38542
|
},
|
|
38460
38543
|
"name": "role",
|
|
38461
38544
|
"optional": true,
|
|
@@ -43420,7 +43503,7 @@
|
|
|
43420
43503
|
"kind": "enum",
|
|
43421
43504
|
"locationInModule": {
|
|
43422
43505
|
"filename": "src/aws/compute/function.ts",
|
|
43423
|
-
"line":
|
|
43506
|
+
"line": 1171
|
|
43424
43507
|
},
|
|
43425
43508
|
"members": [
|
|
43426
43509
|
{
|
|
@@ -44562,7 +44645,7 @@
|
|
|
44562
44645
|
},
|
|
44563
44646
|
"locationInModule": {
|
|
44564
44647
|
"filename": "src/aws/compute/code.ts",
|
|
44565
|
-
"line":
|
|
44648
|
+
"line": 473
|
|
44566
44649
|
},
|
|
44567
44650
|
"parameters": [
|
|
44568
44651
|
{
|
|
@@ -44586,7 +44669,7 @@
|
|
|
44586
44669
|
"kind": "class",
|
|
44587
44670
|
"locationInModule": {
|
|
44588
44671
|
"filename": "src/aws/compute/code.ts",
|
|
44589
|
-
"line":
|
|
44672
|
+
"line": 466
|
|
44590
44673
|
},
|
|
44591
44674
|
"methods": [
|
|
44592
44675
|
{
|
|
@@ -44596,7 +44679,7 @@
|
|
|
44596
44679
|
},
|
|
44597
44680
|
"locationInModule": {
|
|
44598
44681
|
"filename": "src/aws/compute/code.ts",
|
|
44599
|
-
"line":
|
|
44682
|
+
"line": 480
|
|
44600
44683
|
},
|
|
44601
44684
|
"name": "bind",
|
|
44602
44685
|
"overrides": "terraconstructs.aws.compute.Code",
|
|
@@ -44626,7 +44709,7 @@
|
|
|
44626
44709
|
"immutable": true,
|
|
44627
44710
|
"locationInModule": {
|
|
44628
44711
|
"filename": "src/aws/compute/code.ts",
|
|
44629
|
-
"line":
|
|
44712
|
+
"line": 467
|
|
44630
44713
|
},
|
|
44631
44714
|
"name": "isInline",
|
|
44632
44715
|
"overrides": "terraconstructs.aws.compute.Code",
|
|
@@ -44642,7 +44725,7 @@
|
|
|
44642
44725
|
"immutable": true,
|
|
44643
44726
|
"locationInModule": {
|
|
44644
44727
|
"filename": "src/aws/compute/code.ts",
|
|
44645
|
-
"line":
|
|
44728
|
+
"line": 474
|
|
44646
44729
|
},
|
|
44647
44730
|
"name": "path",
|
|
44648
44731
|
"type": {
|
|
@@ -44666,7 +44749,7 @@
|
|
|
44666
44749
|
},
|
|
44667
44750
|
"locationInModule": {
|
|
44668
44751
|
"filename": "src/aws/compute/code.ts",
|
|
44669
|
-
"line":
|
|
44752
|
+
"line": 772
|
|
44670
44753
|
},
|
|
44671
44754
|
"parameters": [
|
|
44672
44755
|
{
|
|
@@ -44686,7 +44769,7 @@
|
|
|
44686
44769
|
"kind": "class",
|
|
44687
44770
|
"locationInModule": {
|
|
44688
44771
|
"filename": "src/aws/compute/code.ts",
|
|
44689
|
-
"line":
|
|
44772
|
+
"line": 768
|
|
44690
44773
|
},
|
|
44691
44774
|
"methods": [
|
|
44692
44775
|
{
|
|
@@ -44696,7 +44779,7 @@
|
|
|
44696
44779
|
},
|
|
44697
44780
|
"locationInModule": {
|
|
44698
44781
|
"filename": "src/aws/compute/code.ts",
|
|
44699
|
-
"line":
|
|
44782
|
+
"line": 779
|
|
44700
44783
|
},
|
|
44701
44784
|
"name": "bind",
|
|
44702
44785
|
"overrides": "terraconstructs.aws.compute.Code",
|
|
@@ -44726,7 +44809,7 @@
|
|
|
44726
44809
|
"immutable": true,
|
|
44727
44810
|
"locationInModule": {
|
|
44728
44811
|
"filename": "src/aws/compute/code.ts",
|
|
44729
|
-
"line":
|
|
44812
|
+
"line": 769
|
|
44730
44813
|
},
|
|
44731
44814
|
"name": "isInline",
|
|
44732
44815
|
"overrides": "terraconstructs.aws.compute.Code",
|
|
@@ -44751,7 +44834,7 @@
|
|
|
44751
44834
|
"kind": "interface",
|
|
44752
44835
|
"locationInModule": {
|
|
44753
44836
|
"filename": "src/aws/compute/code.ts",
|
|
44754
|
-
"line":
|
|
44837
|
+
"line": 737
|
|
44755
44838
|
},
|
|
44756
44839
|
"name": "AssetImageCodeProps",
|
|
44757
44840
|
"namespace": "aws.compute",
|
|
@@ -44768,7 +44851,7 @@
|
|
|
44768
44851
|
"immutable": true,
|
|
44769
44852
|
"locationInModule": {
|
|
44770
44853
|
"filename": "src/aws/compute/code.ts",
|
|
44771
|
-
"line":
|
|
44854
|
+
"line": 745
|
|
44772
44855
|
},
|
|
44773
44856
|
"name": "cmd",
|
|
44774
44857
|
"optional": true,
|
|
@@ -44793,7 +44876,7 @@
|
|
|
44793
44876
|
"immutable": true,
|
|
44794
44877
|
"locationInModule": {
|
|
44795
44878
|
"filename": "src/aws/compute/code.ts",
|
|
44796
|
-
"line":
|
|
44879
|
+
"line": 754
|
|
44797
44880
|
},
|
|
44798
44881
|
"name": "entrypoint",
|
|
44799
44882
|
"optional": true,
|
|
@@ -44818,7 +44901,7 @@
|
|
|
44818
44901
|
"immutable": true,
|
|
44819
44902
|
"locationInModule": {
|
|
44820
44903
|
"filename": "src/aws/compute/code.ts",
|
|
44821
|
-
"line":
|
|
44904
|
+
"line": 762
|
|
44822
44905
|
},
|
|
44823
44906
|
"name": "workingDirectory",
|
|
44824
44907
|
"optional": true,
|
|
@@ -45089,7 +45172,7 @@
|
|
|
45089
45172
|
"kind": "enum",
|
|
45090
45173
|
"locationInModule": {
|
|
45091
45174
|
"filename": "src/aws/compute/method.ts",
|
|
45092
|
-
"line":
|
|
45175
|
+
"line": 722
|
|
45093
45176
|
},
|
|
45094
45177
|
"members": [
|
|
45095
45178
|
{
|
|
@@ -48754,7 +48837,7 @@
|
|
|
48754
48837
|
"kind": "interface",
|
|
48755
48838
|
"locationInModule": {
|
|
48756
48839
|
"filename": "src/aws/compute/code.ts",
|
|
48757
|
-
"line":
|
|
48840
|
+
"line": 863
|
|
48758
48841
|
},
|
|
48759
48842
|
"name": "BucketOptions",
|
|
48760
48843
|
"namespace": "aws.compute",
|
|
@@ -48768,7 +48851,7 @@
|
|
|
48768
48851
|
"immutable": true,
|
|
48769
48852
|
"locationInModule": {
|
|
48770
48853
|
"filename": "src/aws/compute/code.ts",
|
|
48771
|
-
"line":
|
|
48854
|
+
"line": 867
|
|
48772
48855
|
},
|
|
48773
48856
|
"name": "objectVersion",
|
|
48774
48857
|
"optional": true,
|
|
@@ -48786,7 +48869,7 @@
|
|
|
48786
48869
|
"immutable": true,
|
|
48787
48870
|
"locationInModule": {
|
|
48788
48871
|
"filename": "src/aws/compute/code.ts",
|
|
48789
|
-
"line":
|
|
48872
|
+
"line": 872
|
|
48790
48873
|
},
|
|
48791
48874
|
"name": "sourceKMSKey",
|
|
48792
48875
|
"optional": true,
|
|
@@ -51622,7 +51705,7 @@
|
|
|
51622
51705
|
"kind": "class",
|
|
51623
51706
|
"locationInModule": {
|
|
51624
51707
|
"filename": "src/aws/compute/code.ts",
|
|
51625
|
-
"line":
|
|
51708
|
+
"line": 26
|
|
51626
51709
|
},
|
|
51627
51710
|
"methods": [
|
|
51628
51711
|
{
|
|
@@ -51633,7 +51716,7 @@
|
|
|
51633
51716
|
},
|
|
51634
51717
|
"locationInModule": {
|
|
51635
51718
|
"filename": "src/aws/compute/code.ts",
|
|
51636
|
-
"line":
|
|
51719
|
+
"line": 175
|
|
51637
51720
|
},
|
|
51638
51721
|
"name": "asset",
|
|
51639
51722
|
"parameters": [
|
|
@@ -51659,7 +51742,7 @@
|
|
|
51659
51742
|
},
|
|
51660
51743
|
"locationInModule": {
|
|
51661
51744
|
"filename": "src/aws/compute/code.ts",
|
|
51662
|
-
"line":
|
|
51745
|
+
"line": 61
|
|
51663
51746
|
},
|
|
51664
51747
|
"name": "bucket",
|
|
51665
51748
|
"parameters": [
|
|
@@ -51697,7 +51780,7 @@
|
|
|
51697
51780
|
},
|
|
51698
51781
|
"locationInModule": {
|
|
51699
51782
|
"filename": "src/aws/compute/code.ts",
|
|
51700
|
-
"line":
|
|
51783
|
+
"line": 91
|
|
51701
51784
|
},
|
|
51702
51785
|
"name": "fromAsset",
|
|
51703
51786
|
"parameters": [
|
|
@@ -51732,7 +51815,7 @@
|
|
|
51732
51815
|
},
|
|
51733
51816
|
"locationInModule": {
|
|
51734
51817
|
"filename": "src/aws/compute/code.ts",
|
|
51735
|
-
"line":
|
|
51818
|
+
"line": 218
|
|
51736
51819
|
},
|
|
51737
51820
|
"name": "fromAssetImage",
|
|
51738
51821
|
"parameters": [
|
|
@@ -51770,7 +51853,7 @@
|
|
|
51770
51853
|
},
|
|
51771
51854
|
"locationInModule": {
|
|
51772
51855
|
"filename": "src/aws/compute/code.ts",
|
|
51773
|
-
"line":
|
|
51856
|
+
"line": 33
|
|
51774
51857
|
},
|
|
51775
51858
|
"name": "fromBucket",
|
|
51776
51859
|
"parameters": [
|
|
@@ -51817,7 +51900,7 @@
|
|
|
51817
51900
|
},
|
|
51818
51901
|
"locationInModule": {
|
|
51819
51902
|
"filename": "src/aws/compute/code.ts",
|
|
51820
|
-
"line":
|
|
51903
|
+
"line": 49
|
|
51821
51904
|
},
|
|
51822
51905
|
"name": "fromBucketV2",
|
|
51823
51906
|
"parameters": [
|
|
@@ -51865,7 +51948,7 @@
|
|
|
51865
51948
|
},
|
|
51866
51949
|
"locationInModule": {
|
|
51867
51950
|
"filename": "src/aws/compute/code.ts",
|
|
51868
|
-
"line":
|
|
51951
|
+
"line": 107
|
|
51869
51952
|
},
|
|
51870
51953
|
"name": "fromCustomCommand",
|
|
51871
51954
|
"parameters": [
|
|
@@ -51918,7 +52001,7 @@
|
|
|
51918
52001
|
},
|
|
51919
52002
|
"locationInModule": {
|
|
51920
52003
|
"filename": "src/aws/compute/code.ts",
|
|
51921
|
-
"line":
|
|
52004
|
+
"line": 150
|
|
51922
52005
|
},
|
|
51923
52006
|
"name": "fromDockerBuild",
|
|
51924
52007
|
"parameters": [
|
|
@@ -51956,7 +52039,7 @@
|
|
|
51956
52039
|
},
|
|
51957
52040
|
"locationInModule": {
|
|
51958
52041
|
"filename": "src/aws/compute/code.ts",
|
|
51959
|
-
"line":
|
|
52042
|
+
"line": 206
|
|
51960
52043
|
},
|
|
51961
52044
|
"name": "fromEcrImage",
|
|
51962
52045
|
"parameters": [
|
|
@@ -51995,7 +52078,7 @@
|
|
|
51995
52078
|
},
|
|
51996
52079
|
"locationInModule": {
|
|
51997
52080
|
"filename": "src/aws/compute/code.ts",
|
|
51998
|
-
"line":
|
|
52081
|
+
"line": 74
|
|
51999
52082
|
},
|
|
52000
52083
|
"name": "fromInline",
|
|
52001
52084
|
"parameters": [
|
|
@@ -52024,7 +52107,7 @@
|
|
|
52024
52107
|
},
|
|
52025
52108
|
"locationInModule": {
|
|
52026
52109
|
"filename": "src/aws/compute/code.ts",
|
|
52027
|
-
"line":
|
|
52110
|
+
"line": 185
|
|
52028
52111
|
},
|
|
52029
52112
|
"name": "fromTerraformVariables",
|
|
52030
52113
|
"parameters": [
|
|
@@ -52054,7 +52137,7 @@
|
|
|
52054
52137
|
},
|
|
52055
52138
|
"locationInModule": {
|
|
52056
52139
|
"filename": "src/aws/compute/code.ts",
|
|
52057
|
-
"line":
|
|
52140
|
+
"line": 82
|
|
52058
52141
|
},
|
|
52059
52142
|
"name": "inline",
|
|
52060
52143
|
"parameters": [
|
|
@@ -52074,13 +52157,13 @@
|
|
|
52074
52157
|
},
|
|
52075
52158
|
{
|
|
52076
52159
|
"docs": {
|
|
52077
|
-
"deprecated": "use `
|
|
52160
|
+
"deprecated": "use `fromTerraformVariables`",
|
|
52078
52161
|
"stability": "deprecated",
|
|
52079
52162
|
"summary": "DEPRECATED."
|
|
52080
52163
|
},
|
|
52081
52164
|
"locationInModule": {
|
|
52082
52165
|
"filename": "src/aws/compute/code.ts",
|
|
52083
|
-
"line":
|
|
52166
|
+
"line": 195
|
|
52084
52167
|
},
|
|
52085
52168
|
"name": "terraformVariables",
|
|
52086
52169
|
"parameters": [
|
|
@@ -52107,7 +52190,7 @@
|
|
|
52107
52190
|
},
|
|
52108
52191
|
"locationInModule": {
|
|
52109
52192
|
"filename": "src/aws/compute/code.ts",
|
|
52110
|
-
"line":
|
|
52193
|
+
"line": 240
|
|
52111
52194
|
},
|
|
52112
52195
|
"name": "bind",
|
|
52113
52196
|
"parameters": [
|
|
@@ -52142,7 +52225,7 @@
|
|
|
52142
52225
|
"immutable": true,
|
|
52143
52226
|
"locationInModule": {
|
|
52144
52227
|
"filename": "src/aws/compute/code.ts",
|
|
52145
|
-
"line":
|
|
52228
|
+
"line": 231
|
|
52146
52229
|
},
|
|
52147
52230
|
"name": "isInline",
|
|
52148
52231
|
"type": {
|
|
@@ -52163,7 +52246,7 @@
|
|
|
52163
52246
|
"kind": "interface",
|
|
52164
52247
|
"locationInModule": {
|
|
52165
52248
|
"filename": "src/aws/compute/code.ts",
|
|
52166
|
-
"line":
|
|
52249
|
+
"line": 259
|
|
52167
52250
|
},
|
|
52168
52251
|
"name": "CodeConfig",
|
|
52169
52252
|
"namespace": "aws.compute",
|
|
@@ -52178,7 +52261,7 @@
|
|
|
52178
52261
|
"immutable": true,
|
|
52179
52262
|
"locationInModule": {
|
|
52180
52263
|
"filename": "src/aws/compute/code.ts",
|
|
52181
|
-
"line":
|
|
52264
|
+
"line": 276
|
|
52182
52265
|
},
|
|
52183
52266
|
"name": "image",
|
|
52184
52267
|
"optional": true,
|
|
@@ -52196,7 +52279,7 @@
|
|
|
52196
52279
|
"immutable": true,
|
|
52197
52280
|
"locationInModule": {
|
|
52198
52281
|
"filename": "src/aws/compute/code.ts",
|
|
52199
|
-
"line":
|
|
52282
|
+
"line": 270
|
|
52200
52283
|
},
|
|
52201
52284
|
"name": "inlineCode",
|
|
52202
52285
|
"optional": true,
|
|
@@ -52214,7 +52297,7 @@
|
|
|
52214
52297
|
"immutable": true,
|
|
52215
52298
|
"locationInModule": {
|
|
52216
52299
|
"filename": "src/aws/compute/code.ts",
|
|
52217
|
-
"line":
|
|
52300
|
+
"line": 264
|
|
52218
52301
|
},
|
|
52219
52302
|
"name": "s3Location",
|
|
52220
52303
|
"optional": true,
|
|
@@ -52231,7 +52314,7 @@
|
|
|
52231
52314
|
"immutable": true,
|
|
52232
52315
|
"locationInModule": {
|
|
52233
52316
|
"filename": "src/aws/compute/code.ts",
|
|
52234
|
-
"line":
|
|
52317
|
+
"line": 287
|
|
52235
52318
|
},
|
|
52236
52319
|
"name": "sourceCodeHash",
|
|
52237
52320
|
"optional": true,
|
|
@@ -52249,7 +52332,7 @@
|
|
|
52249
52332
|
"immutable": true,
|
|
52250
52333
|
"locationInModule": {
|
|
52251
52334
|
"filename": "src/aws/compute/code.ts",
|
|
52252
|
-
"line":
|
|
52335
|
+
"line": 282
|
|
52253
52336
|
},
|
|
52254
52337
|
"name": "sourceKMSKeyArn",
|
|
52255
52338
|
"optional": true,
|
|
@@ -52271,7 +52354,7 @@
|
|
|
52271
52354
|
"kind": "interface",
|
|
52272
52355
|
"locationInModule": {
|
|
52273
52356
|
"filename": "src/aws/compute/code.ts",
|
|
52274
|
-
"line":
|
|
52357
|
+
"line": 293
|
|
52275
52358
|
},
|
|
52276
52359
|
"name": "CodeImageConfig",
|
|
52277
52360
|
"namespace": "aws.compute",
|
|
@@ -52285,7 +52368,7 @@
|
|
|
52285
52368
|
"immutable": true,
|
|
52286
52369
|
"locationInModule": {
|
|
52287
52370
|
"filename": "src/aws/compute/code.ts",
|
|
52288
|
-
"line":
|
|
52371
|
+
"line": 297
|
|
52289
52372
|
},
|
|
52290
52373
|
"name": "imageUri",
|
|
52291
52374
|
"type": {
|
|
@@ -52304,7 +52387,7 @@
|
|
|
52304
52387
|
"immutable": true,
|
|
52305
52388
|
"locationInModule": {
|
|
52306
52389
|
"filename": "src/aws/compute/code.ts",
|
|
52307
|
-
"line":
|
|
52390
|
+
"line": 305
|
|
52308
52391
|
},
|
|
52309
52392
|
"name": "cmd",
|
|
52310
52393
|
"optional": true,
|
|
@@ -52329,7 +52412,7 @@
|
|
|
52329
52412
|
"immutable": true,
|
|
52330
52413
|
"locationInModule": {
|
|
52331
52414
|
"filename": "src/aws/compute/code.ts",
|
|
52332
|
-
"line":
|
|
52415
|
+
"line": 314
|
|
52333
52416
|
},
|
|
52334
52417
|
"name": "entrypoint",
|
|
52335
52418
|
"optional": true,
|
|
@@ -52354,7 +52437,7 @@
|
|
|
52354
52437
|
"immutable": true,
|
|
52355
52438
|
"locationInModule": {
|
|
52356
52439
|
"filename": "src/aws/compute/code.ts",
|
|
52357
|
-
"line":
|
|
52440
|
+
"line": 322
|
|
52358
52441
|
},
|
|
52359
52442
|
"name": "workingDirectory",
|
|
52360
52443
|
"optional": true,
|
|
@@ -55472,7 +55555,7 @@
|
|
|
55472
55555
|
"kind": "interface",
|
|
55473
55556
|
"locationInModule": {
|
|
55474
55557
|
"filename": "src/aws/compute/code.ts",
|
|
55475
|
-
"line":
|
|
55558
|
+
"line": 851
|
|
55476
55559
|
},
|
|
55477
55560
|
"name": "CustomCommandOptions",
|
|
55478
55561
|
"namespace": "aws.compute",
|
|
@@ -55487,7 +55570,7 @@
|
|
|
55487
55570
|
"immutable": true,
|
|
55488
55571
|
"locationInModule": {
|
|
55489
55572
|
"filename": "src/aws/compute/code.ts",
|
|
55490
|
-
"line":
|
|
55573
|
+
"line": 857
|
|
55491
55574
|
},
|
|
55492
55575
|
"name": "commandOptions",
|
|
55493
55576
|
"optional": true,
|
|
@@ -56836,7 +56919,7 @@
|
|
|
56836
56919
|
"kind": "interface",
|
|
56837
56920
|
"locationInModule": {
|
|
56838
56921
|
"filename": "src/aws/compute/function.ts",
|
|
56839
|
-
"line":
|
|
56922
|
+
"line": 1219
|
|
56840
56923
|
},
|
|
56841
56924
|
"name": "DlqDestinationConfig",
|
|
56842
56925
|
"namespace": "aws.compute",
|
|
@@ -56850,7 +56933,7 @@
|
|
|
56850
56933
|
"immutable": true,
|
|
56851
56934
|
"locationInModule": {
|
|
56852
56935
|
"filename": "src/aws/compute/function.ts",
|
|
56853
|
-
"line":
|
|
56936
|
+
"line": 1223
|
|
56854
56937
|
},
|
|
56855
56938
|
"name": "destination",
|
|
56856
56939
|
"type": {
|
|
@@ -56874,7 +56957,7 @@
|
|
|
56874
56957
|
"kind": "interface",
|
|
56875
56958
|
"locationInModule": {
|
|
56876
56959
|
"filename": "src/aws/compute/code.ts",
|
|
56877
|
-
"line":
|
|
56960
|
+
"line": 830
|
|
56878
56961
|
},
|
|
56879
56962
|
"name": "DockerBuildAssetOptions",
|
|
56880
56963
|
"namespace": "aws.compute",
|
|
@@ -56889,7 +56972,7 @@
|
|
|
56889
56972
|
"immutable": true,
|
|
56890
56973
|
"locationInModule": {
|
|
56891
56974
|
"filename": "src/aws/compute/code.ts",
|
|
56892
|
-
"line":
|
|
56975
|
+
"line": 837
|
|
56893
56976
|
},
|
|
56894
56977
|
"name": "imagePath",
|
|
56895
56978
|
"optional": true,
|
|
@@ -56907,7 +56990,7 @@
|
|
|
56907
56990
|
"immutable": true,
|
|
56908
56991
|
"locationInModule": {
|
|
56909
56992
|
"filename": "src/aws/compute/code.ts",
|
|
56910
|
-
"line":
|
|
56993
|
+
"line": 845
|
|
56911
56994
|
},
|
|
56912
56995
|
"name": "outputPath",
|
|
56913
56996
|
"optional": true,
|
|
@@ -57723,7 +57806,7 @@
|
|
|
57723
57806
|
},
|
|
57724
57807
|
"locationInModule": {
|
|
57725
57808
|
"filename": "src/aws/compute/code.ts",
|
|
57726
|
-
"line":
|
|
57809
|
+
"line": 711
|
|
57727
57810
|
},
|
|
57728
57811
|
"parameters": [
|
|
57729
57812
|
{
|
|
@@ -57744,7 +57827,7 @@
|
|
|
57744
57827
|
"kind": "class",
|
|
57745
57828
|
"locationInModule": {
|
|
57746
57829
|
"filename": "src/aws/compute/code.ts",
|
|
57747
|
-
"line":
|
|
57830
|
+
"line": 708
|
|
57748
57831
|
},
|
|
57749
57832
|
"methods": [
|
|
57750
57833
|
{
|
|
@@ -57754,7 +57837,7 @@
|
|
|
57754
57837
|
},
|
|
57755
57838
|
"locationInModule": {
|
|
57756
57839
|
"filename": "src/aws/compute/code.ts",
|
|
57757
|
-
"line":
|
|
57840
|
+
"line": 718
|
|
57758
57841
|
},
|
|
57759
57842
|
"name": "bind",
|
|
57760
57843
|
"overrides": "terraconstructs.aws.compute.Code",
|
|
@@ -57784,7 +57867,7 @@
|
|
|
57784
57867
|
"immutable": true,
|
|
57785
57868
|
"locationInModule": {
|
|
57786
57869
|
"filename": "src/aws/compute/code.ts",
|
|
57787
|
-
"line":
|
|
57870
|
+
"line": 709
|
|
57788
57871
|
},
|
|
57789
57872
|
"name": "isInline",
|
|
57790
57873
|
"overrides": "terraconstructs.aws.compute.Code",
|
|
@@ -57806,7 +57889,7 @@
|
|
|
57806
57889
|
"kind": "interface",
|
|
57807
57890
|
"locationInModule": {
|
|
57808
57891
|
"filename": "src/aws/compute/code.ts",
|
|
57809
|
-
"line":
|
|
57892
|
+
"line": 665
|
|
57810
57893
|
},
|
|
57811
57894
|
"name": "EcrImageCodeProps",
|
|
57812
57895
|
"namespace": "aws.compute",
|
|
@@ -57823,7 +57906,7 @@
|
|
|
57823
57906
|
"immutable": true,
|
|
57824
57907
|
"locationInModule": {
|
|
57825
57908
|
"filename": "src/aws/compute/code.ts",
|
|
57826
|
-
"line":
|
|
57909
|
+
"line": 672
|
|
57827
57910
|
},
|
|
57828
57911
|
"name": "cmd",
|
|
57829
57912
|
"optional": true,
|
|
@@ -57848,7 +57931,7 @@
|
|
|
57848
57931
|
"immutable": true,
|
|
57849
57932
|
"locationInModule": {
|
|
57850
57933
|
"filename": "src/aws/compute/code.ts",
|
|
57851
|
-
"line":
|
|
57934
|
+
"line": 681
|
|
57852
57935
|
},
|
|
57853
57936
|
"name": "entrypoint",
|
|
57854
57937
|
"optional": true,
|
|
@@ -57872,7 +57955,7 @@
|
|
|
57872
57955
|
"immutable": true,
|
|
57873
57956
|
"locationInModule": {
|
|
57874
57957
|
"filename": "src/aws/compute/code.ts",
|
|
57875
|
-
"line":
|
|
57958
|
+
"line": 696
|
|
57876
57959
|
},
|
|
57877
57960
|
"name": "tag",
|
|
57878
57961
|
"optional": true,
|
|
@@ -57890,7 +57973,7 @@
|
|
|
57890
57973
|
"immutable": true,
|
|
57891
57974
|
"locationInModule": {
|
|
57892
57975
|
"filename": "src/aws/compute/code.ts",
|
|
57893
|
-
"line":
|
|
57976
|
+
"line": 702
|
|
57894
57977
|
},
|
|
57895
57978
|
"name": "tagOrDigest",
|
|
57896
57979
|
"optional": true,
|
|
@@ -57910,7 +57993,7 @@
|
|
|
57910
57993
|
"immutable": true,
|
|
57911
57994
|
"locationInModule": {
|
|
57912
57995
|
"filename": "src/aws/compute/code.ts",
|
|
57913
|
-
"line":
|
|
57996
|
+
"line": 689
|
|
57914
57997
|
},
|
|
57915
57998
|
"name": "workingDirectory",
|
|
57916
57999
|
"optional": true,
|
|
@@ -66869,7 +66952,7 @@
|
|
|
66869
66952
|
"kind": "interface",
|
|
66870
66953
|
"locationInModule": {
|
|
66871
66954
|
"filename": "src/aws/compute/function-base.ts",
|
|
66872
|
-
"line":
|
|
66955
|
+
"line": 839
|
|
66873
66956
|
},
|
|
66874
66957
|
"methods": [
|
|
66875
66958
|
{
|
|
@@ -66880,7 +66963,7 @@
|
|
|
66880
66963
|
},
|
|
66881
66964
|
"locationInModule": {
|
|
66882
66965
|
"filename": "src/aws/compute/function-base.ts",
|
|
66883
|
-
"line":
|
|
66966
|
+
"line": 846
|
|
66884
66967
|
},
|
|
66885
66968
|
"name": "bind",
|
|
66886
66969
|
"parameters": [
|
|
@@ -66910,7 +66993,7 @@
|
|
|
66910
66993
|
"kind": "interface",
|
|
66911
66994
|
"locationInModule": {
|
|
66912
66995
|
"filename": "src/aws/compute/function.ts",
|
|
66913
|
-
"line":
|
|
66996
|
+
"line": 1229
|
|
66914
66997
|
},
|
|
66915
66998
|
"methods": [
|
|
66916
66999
|
{
|
|
@@ -66921,7 +67004,7 @@
|
|
|
66921
67004
|
},
|
|
66922
67005
|
"locationInModule": {
|
|
66923
67006
|
"filename": "src/aws/compute/function.ts",
|
|
66924
|
-
"line":
|
|
67007
|
+
"line": 1233
|
|
66925
67008
|
},
|
|
66926
67009
|
"name": "bind",
|
|
66927
67010
|
"parameters": [
|
|
@@ -67104,7 +67187,7 @@
|
|
|
67104
67187
|
},
|
|
67105
67188
|
"locationInModule": {
|
|
67106
67189
|
"filename": "src/aws/compute/function-base.ts",
|
|
67107
|
-
"line":
|
|
67190
|
+
"line": 159
|
|
67108
67191
|
},
|
|
67109
67192
|
"name": "addEventSource",
|
|
67110
67193
|
"parameters": [
|
|
@@ -67124,7 +67207,7 @@
|
|
|
67124
67207
|
},
|
|
67125
67208
|
"locationInModule": {
|
|
67126
67209
|
"filename": "src/aws/compute/function-base.ts",
|
|
67127
|
-
"line":
|
|
67210
|
+
"line": 145
|
|
67128
67211
|
},
|
|
67129
67212
|
"name": "addEventSourceMapping",
|
|
67130
67213
|
"parameters": [
|
|
@@ -67161,7 +67244,7 @@
|
|
|
67161
67244
|
},
|
|
67162
67245
|
"locationInModule": {
|
|
67163
67246
|
"filename": "src/aws/compute/function-base.ts",
|
|
67164
|
-
"line":
|
|
67247
|
+
"line": 209
|
|
67165
67248
|
},
|
|
67166
67249
|
"name": "addFunctionUrl",
|
|
67167
67250
|
"parameters": [
|
|
@@ -67188,7 +67271,7 @@
|
|
|
67188
67271
|
},
|
|
67189
67272
|
"locationInModule": {
|
|
67190
67273
|
"filename": "src/aws/compute/function-base.ts",
|
|
67191
|
-
"line":
|
|
67274
|
+
"line": 166
|
|
67192
67275
|
},
|
|
67193
67276
|
"name": "addPermission",
|
|
67194
67277
|
"parameters": [
|
|
@@ -67220,7 +67303,7 @@
|
|
|
67220
67303
|
},
|
|
67221
67304
|
"locationInModule": {
|
|
67222
67305
|
"filename": "src/aws/compute/function-base.ts",
|
|
67223
|
-
"line":
|
|
67306
|
+
"line": 171
|
|
67224
67307
|
},
|
|
67225
67308
|
"name": "addToRolePolicy",
|
|
67226
67309
|
"parameters": [
|
|
@@ -67240,7 +67323,7 @@
|
|
|
67240
67323
|
},
|
|
67241
67324
|
"locationInModule": {
|
|
67242
67325
|
"filename": "src/aws/compute/function-base.ts",
|
|
67243
|
-
"line":
|
|
67326
|
+
"line": 204
|
|
67244
67327
|
},
|
|
67245
67328
|
"name": "configureAsyncInvoke",
|
|
67246
67329
|
"parameters": [
|
|
@@ -67260,7 +67343,7 @@
|
|
|
67260
67343
|
},
|
|
67261
67344
|
"locationInModule": {
|
|
67262
67345
|
"filename": "src/aws/compute/function-base.ts",
|
|
67263
|
-
"line":
|
|
67346
|
+
"line": 176
|
|
67264
67347
|
},
|
|
67265
67348
|
"name": "grantInvoke",
|
|
67266
67349
|
"parameters": [
|
|
@@ -67285,7 +67368,7 @@
|
|
|
67285
67368
|
},
|
|
67286
67369
|
"locationInModule": {
|
|
67287
67370
|
"filename": "src/aws/compute/function-base.ts",
|
|
67288
|
-
"line":
|
|
67371
|
+
"line": 197
|
|
67289
67372
|
},
|
|
67290
67373
|
"name": "grantInvokeCompositePrincipal",
|
|
67291
67374
|
"parameters": [
|
|
@@ -67315,7 +67398,7 @@
|
|
|
67315
67398
|
},
|
|
67316
67399
|
"locationInModule": {
|
|
67317
67400
|
"filename": "src/aws/compute/function-base.ts",
|
|
67318
|
-
"line":
|
|
67401
|
+
"line": 182
|
|
67319
67402
|
},
|
|
67320
67403
|
"name": "grantInvokeLatestVersion",
|
|
67321
67404
|
"parameters": [
|
|
@@ -67340,7 +67423,7 @@
|
|
|
67340
67423
|
},
|
|
67341
67424
|
"locationInModule": {
|
|
67342
67425
|
"filename": "src/aws/compute/function-base.ts",
|
|
67343
|
-
"line":
|
|
67426
|
+
"line": 192
|
|
67344
67427
|
},
|
|
67345
67428
|
"name": "grantInvokeUrl",
|
|
67346
67429
|
"parameters": [
|
|
@@ -67365,7 +67448,7 @@
|
|
|
67365
67448
|
},
|
|
67366
67449
|
"locationInModule": {
|
|
67367
67450
|
"filename": "src/aws/compute/function-base.ts",
|
|
67368
|
-
"line":
|
|
67451
|
+
"line": 187
|
|
67369
67452
|
},
|
|
67370
67453
|
"name": "grantInvokeVersion",
|
|
67371
67454
|
"parameters": [
|
|
@@ -67567,6 +67650,22 @@
|
|
|
67567
67650
|
"primitive": "string"
|
|
67568
67651
|
}
|
|
67569
67652
|
},
|
|
67653
|
+
{
|
|
67654
|
+
"abstract": true,
|
|
67655
|
+
"docs": {
|
|
67656
|
+
"stability": "stable",
|
|
67657
|
+
"summary": "ARN to be used for invoking Lambda Function from API Gateway."
|
|
67658
|
+
},
|
|
67659
|
+
"immutable": true,
|
|
67660
|
+
"locationInModule": {
|
|
67661
|
+
"filename": "src/aws/compute/function-base.ts",
|
|
67662
|
+
"line": 138
|
|
67663
|
+
},
|
|
67664
|
+
"name": "functionInvokeArn",
|
|
67665
|
+
"type": {
|
|
67666
|
+
"primitive": "string"
|
|
67667
|
+
}
|
|
67668
|
+
},
|
|
67570
67669
|
{
|
|
67571
67670
|
"abstract": true,
|
|
67572
67671
|
"docs": {
|
|
@@ -73777,7 +73876,7 @@
|
|
|
73777
73876
|
},
|
|
73778
73877
|
"locationInModule": {
|
|
73779
73878
|
"filename": "src/aws/compute/code.ts",
|
|
73780
|
-
"line":
|
|
73879
|
+
"line": 404
|
|
73781
73880
|
},
|
|
73782
73881
|
"parameters": [
|
|
73783
73882
|
{
|
|
@@ -73791,7 +73890,7 @@
|
|
|
73791
73890
|
"kind": "class",
|
|
73792
73891
|
"locationInModule": {
|
|
73793
73892
|
"filename": "src/aws/compute/code.ts",
|
|
73794
|
-
"line":
|
|
73893
|
+
"line": 400
|
|
73795
73894
|
},
|
|
73796
73895
|
"methods": [
|
|
73797
73896
|
{
|
|
@@ -73801,13 +73900,13 @@
|
|
|
73801
73900
|
},
|
|
73802
73901
|
"locationInModule": {
|
|
73803
73902
|
"filename": "src/aws/compute/code.ts",
|
|
73804
|
-
"line":
|
|
73903
|
+
"line": 413
|
|
73805
73904
|
},
|
|
73806
73905
|
"name": "bind",
|
|
73807
73906
|
"overrides": "terraconstructs.aws.compute.Code",
|
|
73808
73907
|
"parameters": [
|
|
73809
73908
|
{
|
|
73810
|
-
"name": "
|
|
73909
|
+
"name": "scope",
|
|
73811
73910
|
"type": {
|
|
73812
73911
|
"fqn": "constructs.Construct"
|
|
73813
73912
|
}
|
|
@@ -73831,7 +73930,7 @@
|
|
|
73831
73930
|
"immutable": true,
|
|
73832
73931
|
"locationInModule": {
|
|
73833
73932
|
"filename": "src/aws/compute/code.ts",
|
|
73834
|
-
"line":
|
|
73933
|
+
"line": 401
|
|
73835
73934
|
},
|
|
73836
73935
|
"name": "isInline",
|
|
73837
73936
|
"overrides": "terraconstructs.aws.compute.Code",
|
|
@@ -87998,7 +88097,7 @@
|
|
|
87998
88097
|
},
|
|
87999
88098
|
"locationInModule": {
|
|
88000
88099
|
"filename": "src/aws/compute/function.ts",
|
|
88001
|
-
"line":
|
|
88100
|
+
"line": 644
|
|
88002
88101
|
},
|
|
88003
88102
|
"parameters": [
|
|
88004
88103
|
{
|
|
@@ -88160,7 +88259,7 @@
|
|
|
88160
88259
|
},
|
|
88161
88260
|
"locationInModule": {
|
|
88162
88261
|
"filename": "src/aws/compute/function.ts",
|
|
88163
|
-
"line":
|
|
88262
|
+
"line": 968
|
|
88164
88263
|
},
|
|
88165
88264
|
"name": "addAlias",
|
|
88166
88265
|
"parameters": [
|
|
@@ -88198,7 +88297,7 @@
|
|
|
88198
88297
|
},
|
|
88199
88298
|
"locationInModule": {
|
|
88200
88299
|
"filename": "src/aws/compute/function.ts",
|
|
88201
|
-
"line":
|
|
88300
|
+
"line": 878
|
|
88202
88301
|
},
|
|
88203
88302
|
"name": "addEnvironment",
|
|
88204
88303
|
"parameters": [
|
|
@@ -88234,7 +88333,7 @@
|
|
|
88234
88333
|
},
|
|
88235
88334
|
"locationInModule": {
|
|
88236
88335
|
"filename": "src/aws/compute/function.ts",
|
|
88237
|
-
"line":
|
|
88336
|
+
"line": 910
|
|
88238
88337
|
},
|
|
88239
88338
|
"name": "addFunctionUrl",
|
|
88240
88339
|
"overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
|
|
@@ -88265,7 +88364,7 @@
|
|
|
88265
88364
|
"immutable": true,
|
|
88266
88365
|
"locationInModule": {
|
|
88267
88366
|
"filename": "src/aws/compute/function.ts",
|
|
88268
|
-
"line":
|
|
88367
|
+
"line": 516
|
|
88269
88368
|
},
|
|
88270
88369
|
"name": "architecture",
|
|
88271
88370
|
"overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
|
|
@@ -88282,7 +88381,7 @@
|
|
|
88282
88381
|
"immutable": true,
|
|
88283
88382
|
"locationInModule": {
|
|
88284
88383
|
"filename": "src/aws/compute/function.ts",
|
|
88285
|
-
"line":
|
|
88384
|
+
"line": 545
|
|
88286
88385
|
},
|
|
88287
88386
|
"name": "canCreatePermissions",
|
|
88288
88387
|
"overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
|
|
@@ -88299,7 +88398,7 @@
|
|
|
88299
88398
|
"immutable": true,
|
|
88300
88399
|
"locationInModule": {
|
|
88301
88400
|
"filename": "src/aws/compute/function.ts",
|
|
88302
|
-
"line":
|
|
88401
|
+
"line": 620
|
|
88303
88402
|
},
|
|
88304
88403
|
"name": "environment",
|
|
88305
88404
|
"type": {
|
|
@@ -88318,7 +88417,7 @@
|
|
|
88318
88417
|
"immutable": true,
|
|
88319
88418
|
"locationInModule": {
|
|
88320
88419
|
"filename": "src/aws/compute/function.ts",
|
|
88321
|
-
"line":
|
|
88420
|
+
"line": 635
|
|
88322
88421
|
},
|
|
88323
88422
|
"name": "eventSources",
|
|
88324
88423
|
"type": {
|
|
@@ -88338,7 +88437,7 @@
|
|
|
88338
88437
|
"immutable": true,
|
|
88339
88438
|
"locationInModule": {
|
|
88340
88439
|
"filename": "src/aws/compute/function.ts",
|
|
88341
|
-
"line":
|
|
88440
|
+
"line": 483
|
|
88342
88441
|
},
|
|
88343
88442
|
"name": "functionArn",
|
|
88344
88443
|
"overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
|
|
@@ -88346,6 +88445,23 @@
|
|
|
88346
88445
|
"primitive": "string"
|
|
88347
88446
|
}
|
|
88348
88447
|
},
|
|
88448
|
+
{
|
|
88449
|
+
"docs": {
|
|
88450
|
+
"remarks": "NOTE: Use this for Authorizers",
|
|
88451
|
+
"stability": "stable",
|
|
88452
|
+
"summary": "The Invoke ARN fo the function to be used from API Gateway."
|
|
88453
|
+
},
|
|
88454
|
+
"immutable": true,
|
|
88455
|
+
"locationInModule": {
|
|
88456
|
+
"filename": "src/aws/compute/function.ts",
|
|
88457
|
+
"line": 509
|
|
88458
|
+
},
|
|
88459
|
+
"name": "functionInvokeArn",
|
|
88460
|
+
"overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
|
|
88461
|
+
"type": {
|
|
88462
|
+
"primitive": "string"
|
|
88463
|
+
}
|
|
88464
|
+
},
|
|
88349
88465
|
{
|
|
88350
88466
|
"docs": {
|
|
88351
88467
|
"stability": "stable",
|
|
@@ -88354,7 +88470,7 @@
|
|
|
88354
88470
|
"immutable": true,
|
|
88355
88471
|
"locationInModule": {
|
|
88356
88472
|
"filename": "src/aws/compute/function.ts",
|
|
88357
|
-
"line":
|
|
88473
|
+
"line": 478
|
|
88358
88474
|
},
|
|
88359
88475
|
"name": "functionName",
|
|
88360
88476
|
"overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
|
|
@@ -88370,7 +88486,7 @@
|
|
|
88370
88486
|
"immutable": true,
|
|
88371
88487
|
"locationInModule": {
|
|
88372
88488
|
"filename": "src/aws/compute/function.ts",
|
|
88373
|
-
"line":
|
|
88489
|
+
"line": 468
|
|
88374
88490
|
},
|
|
88375
88491
|
"name": "functionOutputs",
|
|
88376
88492
|
"type": {
|
|
@@ -88386,7 +88502,7 @@
|
|
|
88386
88502
|
"immutable": true,
|
|
88387
88503
|
"locationInModule": {
|
|
88388
88504
|
"filename": "src/aws/compute/function.ts",
|
|
88389
|
-
"line":
|
|
88505
|
+
"line": 491
|
|
88390
88506
|
},
|
|
88391
88507
|
"name": "functionQualifiedArn",
|
|
88392
88508
|
"type": {
|
|
@@ -88395,13 +88511,14 @@
|
|
|
88395
88511
|
},
|
|
88396
88512
|
{
|
|
88397
88513
|
"docs": {
|
|
88514
|
+
"remarks": "NOTE: This does not seem to work with Authorizers",
|
|
88398
88515
|
"stability": "stable",
|
|
88399
|
-
"summary": "The ARN fo the function."
|
|
88516
|
+
"summary": "The Fully Qualified Invoke ARN fo the function to be used from API Gateway."
|
|
88400
88517
|
},
|
|
88401
88518
|
"immutable": true,
|
|
88402
88519
|
"locationInModule": {
|
|
88403
88520
|
"filename": "src/aws/compute/function.ts",
|
|
88404
|
-
"line":
|
|
88521
|
+
"line": 500
|
|
88405
88522
|
},
|
|
88406
88523
|
"name": "functionQualifiedInvokeArn",
|
|
88407
88524
|
"overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
|
|
@@ -88417,7 +88534,7 @@
|
|
|
88417
88534
|
"immutable": true,
|
|
88418
88535
|
"locationInModule": {
|
|
88419
88536
|
"filename": "src/aws/compute/function.ts",
|
|
88420
|
-
"line":
|
|
88537
|
+
"line": 521
|
|
88421
88538
|
},
|
|
88422
88539
|
"name": "grantPrincipal",
|
|
88423
88540
|
"overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
|
|
@@ -88433,7 +88550,7 @@
|
|
|
88433
88550
|
"immutable": true,
|
|
88434
88551
|
"locationInModule": {
|
|
88435
88552
|
"filename": "src/aws/compute/function.ts",
|
|
88436
|
-
"line":
|
|
88553
|
+
"line": 471
|
|
88437
88554
|
},
|
|
88438
88555
|
"name": "outputs",
|
|
88439
88556
|
"overrides": "terraconstructs.TerraConstructBase",
|
|
@@ -88454,7 +88571,7 @@
|
|
|
88454
88571
|
"immutable": true,
|
|
88455
88572
|
"locationInModule": {
|
|
88456
88573
|
"filename": "src/aws/compute/function.ts",
|
|
88457
|
-
"line":
|
|
88574
|
+
"line": 543
|
|
88458
88575
|
},
|
|
88459
88576
|
"name": "permissionsNode",
|
|
88460
88577
|
"overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
|
|
@@ -88469,7 +88586,7 @@
|
|
|
88469
88586
|
"immutable": true,
|
|
88470
88587
|
"locationInModule": {
|
|
88471
88588
|
"filename": "src/aws/compute/function.ts",
|
|
88472
|
-
"line":
|
|
88589
|
+
"line": 463
|
|
88473
88590
|
},
|
|
88474
88591
|
"name": "resource",
|
|
88475
88592
|
"protected": true,
|
|
@@ -88485,7 +88602,7 @@
|
|
|
88485
88602
|
"immutable": true,
|
|
88486
88603
|
"locationInModule": {
|
|
88487
88604
|
"filename": "src/aws/compute/function.ts",
|
|
88488
|
-
"line":
|
|
88605
|
+
"line": 608
|
|
88489
88606
|
},
|
|
88490
88607
|
"name": "resourceArnsForGrantInvoke",
|
|
88491
88608
|
"overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
|
|
@@ -88522,7 +88639,7 @@
|
|
|
88522
88639
|
"immutable": true,
|
|
88523
88640
|
"locationInModule": {
|
|
88524
88641
|
"filename": "src/aws/compute/function.ts",
|
|
88525
|
-
"line":
|
|
88642
|
+
"line": 533
|
|
88526
88643
|
},
|
|
88527
88644
|
"name": "deadLetterQueue",
|
|
88528
88645
|
"optional": true,
|
|
@@ -88539,7 +88656,7 @@
|
|
|
88539
88656
|
"immutable": true,
|
|
88540
88657
|
"locationInModule": {
|
|
88541
88658
|
"filename": "src/aws/compute/function.ts",
|
|
88542
|
-
"line":
|
|
88659
|
+
"line": 528
|
|
88543
88660
|
},
|
|
88544
88661
|
"name": "role",
|
|
88545
88662
|
"optional": true,
|
|
@@ -88555,7 +88672,7 @@
|
|
|
88555
88672
|
"immutable": true,
|
|
88556
88673
|
"locationInModule": {
|
|
88557
88674
|
"filename": "src/aws/compute/function.ts",
|
|
88558
|
-
"line":
|
|
88675
|
+
"line": 640
|
|
88559
88676
|
},
|
|
88560
88677
|
"name": "securityGroup",
|
|
88561
88678
|
"optional": true,
|
|
@@ -88571,7 +88688,7 @@
|
|
|
88571
88688
|
"immutable": true,
|
|
88572
88689
|
"locationInModule": {
|
|
88573
88690
|
"filename": "src/aws/compute/function.ts",
|
|
88574
|
-
"line":
|
|
88691
|
+
"line": 538
|
|
88575
88692
|
},
|
|
88576
88693
|
"name": "timeout",
|
|
88577
88694
|
"optional": true,
|
|
@@ -88588,7 +88705,7 @@
|
|
|
88588
88705
|
"immutable": true,
|
|
88589
88706
|
"locationInModule": {
|
|
88590
88707
|
"filename": "src/aws/compute/function.ts",
|
|
88591
|
-
"line":
|
|
88708
|
+
"line": 628
|
|
88592
88709
|
},
|
|
88593
88710
|
"name": "url",
|
|
88594
88711
|
"optional": true,
|
|
@@ -88643,7 +88760,7 @@
|
|
|
88643
88760
|
"kind": "class",
|
|
88644
88761
|
"locationInModule": {
|
|
88645
88762
|
"filename": "src/aws/compute/function-base.ts",
|
|
88646
|
-
"line":
|
|
88763
|
+
"line": 212
|
|
88647
88764
|
},
|
|
88648
88765
|
"methods": [
|
|
88649
88766
|
{
|
|
@@ -88654,7 +88771,7 @@
|
|
|
88654
88771
|
},
|
|
88655
88772
|
"locationInModule": {
|
|
88656
88773
|
"filename": "src/aws/compute/function-base.ts",
|
|
88657
|
-
"line":
|
|
88774
|
+
"line": 505
|
|
88658
88775
|
},
|
|
88659
88776
|
"name": "addEventSource",
|
|
88660
88777
|
"overrides": "terraconstructs.aws.compute.IFunction",
|
|
@@ -88674,7 +88791,7 @@
|
|
|
88674
88791
|
},
|
|
88675
88792
|
"locationInModule": {
|
|
88676
88793
|
"filename": "src/aws/compute/function-base.ts",
|
|
88677
|
-
"line":
|
|
88794
|
+
"line": 379
|
|
88678
88795
|
},
|
|
88679
88796
|
"name": "addEventSourceMapping",
|
|
88680
88797
|
"overrides": "terraconstructs.aws.compute.IFunction",
|
|
@@ -88705,7 +88822,7 @@
|
|
|
88705
88822
|
},
|
|
88706
88823
|
"locationInModule": {
|
|
88707
88824
|
"filename": "src/aws/compute/function-base.ts",
|
|
88708
|
-
"line":
|
|
88825
|
+
"line": 525
|
|
88709
88826
|
},
|
|
88710
88827
|
"name": "addFunctionUrl",
|
|
88711
88828
|
"overrides": "terraconstructs.aws.compute.IFunction",
|
|
@@ -88732,7 +88849,7 @@
|
|
|
88732
88849
|
},
|
|
88733
88850
|
"locationInModule": {
|
|
88734
88851
|
"filename": "src/aws/compute/function-base.ts",
|
|
88735
|
-
"line":
|
|
88852
|
+
"line": 314
|
|
88736
88853
|
},
|
|
88737
88854
|
"name": "addPermission",
|
|
88738
88855
|
"overrides": "terraconstructs.aws.compute.IFunction",
|
|
@@ -88764,7 +88881,7 @@
|
|
|
88764
88881
|
},
|
|
88765
88882
|
"locationInModule": {
|
|
88766
88883
|
"filename": "src/aws/compute/function-base.ts",
|
|
88767
|
-
"line":
|
|
88884
|
+
"line": 371
|
|
88768
88885
|
},
|
|
88769
88886
|
"name": "addToRolePolicy",
|
|
88770
88887
|
"overrides": "terraconstructs.aws.compute.IFunction",
|
|
@@ -88784,7 +88901,7 @@
|
|
|
88784
88901
|
},
|
|
88785
88902
|
"locationInModule": {
|
|
88786
88903
|
"filename": "src/aws/compute/function-base.ts",
|
|
88787
|
-
"line":
|
|
88904
|
+
"line": 509
|
|
88788
88905
|
},
|
|
88789
88906
|
"name": "configureAsyncInvoke",
|
|
88790
88907
|
"overrides": "terraconstructs.aws.compute.IFunction",
|
|
@@ -88804,7 +88921,7 @@
|
|
|
88804
88921
|
},
|
|
88805
88922
|
"locationInModule": {
|
|
88806
88923
|
"filename": "src/aws/compute/function-base.ts",
|
|
88807
|
-
"line":
|
|
88924
|
+
"line": 392
|
|
88808
88925
|
},
|
|
88809
88926
|
"name": "grantInvoke",
|
|
88810
88927
|
"overrides": "terraconstructs.aws.compute.IFunction",
|
|
@@ -88829,7 +88946,7 @@
|
|
|
88829
88946
|
},
|
|
88830
88947
|
"locationInModule": {
|
|
88831
88948
|
"filename": "src/aws/compute/function-base.ts",
|
|
88832
|
-
"line":
|
|
88949
|
+
"line": 497
|
|
88833
88950
|
},
|
|
88834
88951
|
"name": "grantInvokeCompositePrincipal",
|
|
88835
88952
|
"overrides": "terraconstructs.aws.compute.IFunction",
|
|
@@ -88859,7 +88976,7 @@
|
|
|
88859
88976
|
},
|
|
88860
88977
|
"locationInModule": {
|
|
88861
88978
|
"filename": "src/aws/compute/function-base.ts",
|
|
88862
|
-
"line":
|
|
88979
|
+
"line": 423
|
|
88863
88980
|
},
|
|
88864
88981
|
"name": "grantInvokeLatestVersion",
|
|
88865
88982
|
"overrides": "terraconstructs.aws.compute.IFunction",
|
|
@@ -88884,7 +89001,7 @@
|
|
|
88884
89001
|
},
|
|
88885
89002
|
"locationInModule": {
|
|
88886
89003
|
"filename": "src/aws/compute/function-base.ts",
|
|
88887
|
-
"line":
|
|
89004
|
+
"line": 474
|
|
88888
89005
|
},
|
|
88889
89006
|
"name": "grantInvokeUrl",
|
|
88890
89007
|
"overrides": "terraconstructs.aws.compute.IFunction",
|
|
@@ -88909,7 +89026,7 @@
|
|
|
88909
89026
|
},
|
|
88910
89027
|
"locationInModule": {
|
|
88911
89028
|
"filename": "src/aws/compute/function-base.ts",
|
|
88912
|
-
"line":
|
|
89029
|
+
"line": 430
|
|
88913
89030
|
},
|
|
88914
89031
|
"name": "grantInvokeVersion",
|
|
88915
89032
|
"overrides": "terraconstructs.aws.compute.IFunction",
|
|
@@ -89086,7 +89203,7 @@
|
|
|
89086
89203
|
"immutable": true,
|
|
89087
89204
|
"locationInModule": {
|
|
89088
89205
|
"filename": "src/aws/compute/function-base.ts",
|
|
89089
|
-
"line":
|
|
89206
|
+
"line": 273
|
|
89090
89207
|
},
|
|
89091
89208
|
"name": "architecture",
|
|
89092
89209
|
"overrides": "terraconstructs.aws.compute.IFunction",
|
|
@@ -89104,7 +89221,7 @@
|
|
|
89104
89221
|
"immutable": true,
|
|
89105
89222
|
"locationInModule": {
|
|
89106
89223
|
"filename": "src/aws/compute/function-base.ts",
|
|
89107
|
-
"line":
|
|
89224
|
+
"line": 281
|
|
89108
89225
|
},
|
|
89109
89226
|
"name": "canCreatePermissions",
|
|
89110
89227
|
"protected": true,
|
|
@@ -89122,7 +89239,7 @@
|
|
|
89122
89239
|
"immutable": true,
|
|
89123
89240
|
"locationInModule": {
|
|
89124
89241
|
"filename": "src/aws/compute/function-base.ts",
|
|
89125
|
-
"line":
|
|
89242
|
+
"line": 231
|
|
89126
89243
|
},
|
|
89127
89244
|
"name": "functionArn",
|
|
89128
89245
|
"overrides": "terraconstructs.aws.compute.IFunction",
|
|
@@ -89130,6 +89247,24 @@
|
|
|
89130
89247
|
"primitive": "string"
|
|
89131
89248
|
}
|
|
89132
89249
|
},
|
|
89250
|
+
{
|
|
89251
|
+
"abstract": true,
|
|
89252
|
+
"docs": {
|
|
89253
|
+
"remarks": "See also invoke_arn.",
|
|
89254
|
+
"stability": "stable",
|
|
89255
|
+
"summary": "ARN to be used for invoking Lambda Function from API Gateway."
|
|
89256
|
+
},
|
|
89257
|
+
"immutable": true,
|
|
89258
|
+
"locationInModule": {
|
|
89259
|
+
"filename": "src/aws/compute/function-base.ts",
|
|
89260
|
+
"line": 241
|
|
89261
|
+
},
|
|
89262
|
+
"name": "functionInvokeArn",
|
|
89263
|
+
"overrides": "terraconstructs.aws.compute.IFunction",
|
|
89264
|
+
"type": {
|
|
89265
|
+
"primitive": "string"
|
|
89266
|
+
}
|
|
89267
|
+
},
|
|
89133
89268
|
{
|
|
89134
89269
|
"abstract": true,
|
|
89135
89270
|
"docs": {
|
|
@@ -89139,7 +89274,7 @@
|
|
|
89139
89274
|
"immutable": true,
|
|
89140
89275
|
"locationInModule": {
|
|
89141
89276
|
"filename": "src/aws/compute/function-base.ts",
|
|
89142
|
-
"line":
|
|
89277
|
+
"line": 219
|
|
89143
89278
|
},
|
|
89144
89279
|
"name": "functionName",
|
|
89145
89280
|
"overrides": "terraconstructs.aws.compute.IFunction",
|
|
@@ -89157,7 +89292,7 @@
|
|
|
89157
89292
|
"immutable": true,
|
|
89158
89293
|
"locationInModule": {
|
|
89159
89294
|
"filename": "src/aws/compute/function-base.ts",
|
|
89160
|
-
"line":
|
|
89295
|
+
"line": 236
|
|
89161
89296
|
},
|
|
89162
89297
|
"name": "functionQualifiedInvokeArn",
|
|
89163
89298
|
"overrides": "terraconstructs.aws.compute.IFunction",
|
|
@@ -89174,7 +89309,7 @@
|
|
|
89174
89309
|
"immutable": true,
|
|
89175
89310
|
"locationInModule": {
|
|
89176
89311
|
"filename": "src/aws/compute/function-base.ts",
|
|
89177
|
-
"line":
|
|
89312
|
+
"line": 224
|
|
89178
89313
|
},
|
|
89179
89314
|
"name": "grantPrincipal",
|
|
89180
89315
|
"overrides": "terraconstructs.aws.iam.IGrantable",
|
|
@@ -89191,7 +89326,7 @@
|
|
|
89191
89326
|
"immutable": true,
|
|
89192
89327
|
"locationInModule": {
|
|
89193
89328
|
"filename": "src/aws/compute/function-base.ts",
|
|
89194
|
-
"line":
|
|
89329
|
+
"line": 268
|
|
89195
89330
|
},
|
|
89196
89331
|
"name": "permissionsNode",
|
|
89197
89332
|
"overrides": "terraconstructs.aws.compute.IFunction",
|
|
@@ -89208,7 +89343,7 @@
|
|
|
89208
89343
|
"immutable": true,
|
|
89209
89344
|
"locationInModule": {
|
|
89210
89345
|
"filename": "src/aws/compute/function-base.ts",
|
|
89211
|
-
"line":
|
|
89346
|
+
"line": 286
|
|
89212
89347
|
},
|
|
89213
89348
|
"name": "resourceArnsForGrantInvoke",
|
|
89214
89349
|
"overrides": "terraconstructs.aws.compute.IFunction",
|
|
@@ -89232,7 +89367,7 @@
|
|
|
89232
89367
|
"immutable": true,
|
|
89233
89368
|
"locationInModule": {
|
|
89234
89369
|
"filename": "src/aws/compute/function-base.ts",
|
|
89235
|
-
"line":
|
|
89370
|
+
"line": 250
|
|
89236
89371
|
},
|
|
89237
89372
|
"name": "version",
|
|
89238
89373
|
"type": {
|
|
@@ -89249,7 +89384,7 @@
|
|
|
89249
89384
|
"immutable": true,
|
|
89250
89385
|
"locationInModule": {
|
|
89251
89386
|
"filename": "src/aws/compute/function-base.ts",
|
|
89252
|
-
"line":
|
|
89387
|
+
"line": 263
|
|
89253
89388
|
},
|
|
89254
89389
|
"name": "role",
|
|
89255
89390
|
"optional": true,
|
|
@@ -94868,7 +95003,7 @@
|
|
|
94868
95003
|
"kind": "enum",
|
|
94869
95004
|
"locationInModule": {
|
|
94870
95005
|
"filename": "src/aws/compute/function.ts",
|
|
94871
|
-
"line":
|
|
95006
|
+
"line": 1205
|
|
94872
95007
|
},
|
|
94873
95008
|
"members": [
|
|
94874
95009
|
{
|
|
@@ -106427,7 +106562,7 @@
|
|
|
106427
106562
|
"kind": "class",
|
|
106428
106563
|
"locationInModule": {
|
|
106429
106564
|
"filename": "src/aws/compute/function-base.ts",
|
|
106430
|
-
"line":
|
|
106565
|
+
"line": 811
|
|
106431
106566
|
},
|
|
106432
106567
|
"methods": [
|
|
106433
106568
|
{
|
|
@@ -106437,7 +106572,7 @@
|
|
|
106437
106572
|
},
|
|
106438
106573
|
"locationInModule": {
|
|
106439
106574
|
"filename": "src/aws/compute/function-base.ts",
|
|
106440
|
-
"line":
|
|
106575
|
+
"line": 821
|
|
106441
106576
|
},
|
|
106442
106577
|
"name": "configureAsyncInvoke",
|
|
106443
106578
|
"overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
|
|
@@ -106463,7 +106598,7 @@
|
|
|
106463
106598
|
"immutable": true,
|
|
106464
106599
|
"locationInModule": {
|
|
106465
106600
|
"filename": "src/aws/compute/function-base.ts",
|
|
106466
|
-
"line":
|
|
106601
|
+
"line": 813
|
|
106467
106602
|
},
|
|
106468
106603
|
"name": "lambda",
|
|
106469
106604
|
"type": {
|
|
@@ -106478,7 +106613,7 @@
|
|
|
106478
106613
|
"immutable": true,
|
|
106479
106614
|
"locationInModule": {
|
|
106480
106615
|
"filename": "src/aws/compute/function-base.ts",
|
|
106481
|
-
"line":
|
|
106616
|
+
"line": 815
|
|
106482
106617
|
},
|
|
106483
106618
|
"name": "permissionsNode",
|
|
106484
106619
|
"overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
|
|
@@ -106494,7 +106629,7 @@
|
|
|
106494
106629
|
"immutable": true,
|
|
106495
106630
|
"locationInModule": {
|
|
106496
106631
|
"filename": "src/aws/compute/function-base.ts",
|
|
106497
|
-
"line":
|
|
106632
|
+
"line": 817
|
|
106498
106633
|
},
|
|
106499
106634
|
"name": "resourceArnsForGrantInvoke",
|
|
106500
106635
|
"overrides": "terraconstructs.aws.compute.LambdaFunctionBase",
|
|
@@ -108891,7 +109026,7 @@
|
|
|
108891
109026
|
"kind": "interface",
|
|
108892
109027
|
"locationInModule": {
|
|
108893
109028
|
"filename": "src/aws/compute/code.ts",
|
|
108894
|
-
"line":
|
|
109029
|
+
"line": 534
|
|
108895
109030
|
},
|
|
108896
109031
|
"name": "ResourceBindOptions",
|
|
108897
109032
|
"namespace": "aws.compute",
|
|
@@ -108907,7 +109042,7 @@
|
|
|
108907
109042
|
"immutable": true,
|
|
108908
109043
|
"locationInModule": {
|
|
108909
109044
|
"filename": "src/aws/compute/code.ts",
|
|
108910
|
-
"line":
|
|
109045
|
+
"line": 540
|
|
108911
109046
|
},
|
|
108912
109047
|
"name": "resourceProperty",
|
|
108913
109048
|
"optional": true,
|
|
@@ -112707,7 +112842,7 @@
|
|
|
112707
112842
|
},
|
|
112708
112843
|
"locationInModule": {
|
|
112709
112844
|
"filename": "src/aws/compute/code.ts",
|
|
112710
|
-
"line":
|
|
112845
|
+
"line": 332
|
|
112711
112846
|
},
|
|
112712
112847
|
"parameters": [
|
|
112713
112848
|
{
|
|
@@ -112734,7 +112869,7 @@
|
|
|
112734
112869
|
"kind": "class",
|
|
112735
112870
|
"locationInModule": {
|
|
112736
112871
|
"filename": "src/aws/compute/code.ts",
|
|
112737
|
-
"line":
|
|
112872
|
+
"line": 328
|
|
112738
112873
|
},
|
|
112739
112874
|
"methods": [
|
|
112740
112875
|
{
|
|
@@ -112744,7 +112879,7 @@
|
|
|
112744
112879
|
},
|
|
112745
112880
|
"locationInModule": {
|
|
112746
112881
|
"filename": "src/aws/compute/code.ts",
|
|
112747
|
-
"line":
|
|
112882
|
+
"line": 350
|
|
112748
112883
|
},
|
|
112749
112884
|
"name": "bind",
|
|
112750
112885
|
"overrides": "terraconstructs.aws.compute.Code",
|
|
@@ -112774,7 +112909,7 @@
|
|
|
112774
112909
|
"immutable": true,
|
|
112775
112910
|
"locationInModule": {
|
|
112776
112911
|
"filename": "src/aws/compute/code.ts",
|
|
112777
|
-
"line":
|
|
112912
|
+
"line": 329
|
|
112778
112913
|
},
|
|
112779
112914
|
"name": "isInline",
|
|
112780
112915
|
"overrides": "terraconstructs.aws.compute.Code",
|
|
@@ -112800,7 +112935,7 @@
|
|
|
112800
112935
|
},
|
|
112801
112936
|
"locationInModule": {
|
|
112802
112937
|
"filename": "src/aws/compute/code.ts",
|
|
112803
|
-
"line":
|
|
112938
|
+
"line": 368
|
|
112804
112939
|
},
|
|
112805
112940
|
"parameters": [
|
|
112806
112941
|
{
|
|
@@ -112827,7 +112962,7 @@
|
|
|
112827
112962
|
"kind": "class",
|
|
112828
112963
|
"locationInModule": {
|
|
112829
112964
|
"filename": "src/aws/compute/code.ts",
|
|
112830
|
-
"line":
|
|
112965
|
+
"line": 364
|
|
112831
112966
|
},
|
|
112832
112967
|
"methods": [
|
|
112833
112968
|
{
|
|
@@ -112837,7 +112972,7 @@
|
|
|
112837
112972
|
},
|
|
112838
112973
|
"locationInModule": {
|
|
112839
112974
|
"filename": "src/aws/compute/code.ts",
|
|
112840
|
-
"line":
|
|
112975
|
+
"line": 385
|
|
112841
112976
|
},
|
|
112842
112977
|
"name": "bind",
|
|
112843
112978
|
"overrides": "terraconstructs.aws.compute.Code",
|
|
@@ -112867,7 +113002,7 @@
|
|
|
112867
113002
|
"immutable": true,
|
|
112868
113003
|
"locationInModule": {
|
|
112869
113004
|
"filename": "src/aws/compute/code.ts",
|
|
112870
|
-
"line":
|
|
113005
|
+
"line": 365
|
|
112871
113006
|
},
|
|
112872
113007
|
"name": "isInline",
|
|
112873
113008
|
"overrides": "terraconstructs.aws.compute.Code",
|
|
@@ -122818,7 +122953,7 @@
|
|
|
122818
122953
|
"kind": "enum",
|
|
122819
122954
|
"locationInModule": {
|
|
122820
122955
|
"filename": "src/aws/compute/function.ts",
|
|
122821
|
-
"line":
|
|
122956
|
+
"line": 1151
|
|
122822
122957
|
},
|
|
122823
122958
|
"members": [
|
|
122824
122959
|
{
|
|
@@ -124867,7 +125002,7 @@
|
|
|
124867
125002
|
},
|
|
124868
125003
|
"locationInModule": {
|
|
124869
125004
|
"filename": "src/aws/compute/code.ts",
|
|
124870
|
-
"line":
|
|
125005
|
+
"line": 582
|
|
124871
125006
|
},
|
|
124872
125007
|
"parameters": [
|
|
124873
125008
|
{
|
|
@@ -124882,7 +125017,7 @@
|
|
|
124882
125017
|
"kind": "class",
|
|
124883
125018
|
"locationInModule": {
|
|
124884
125019
|
"filename": "src/aws/compute/code.ts",
|
|
124885
|
-
"line":
|
|
125020
|
+
"line": 576
|
|
124886
125021
|
},
|
|
124887
125022
|
"methods": [
|
|
124888
125023
|
{
|
|
@@ -124893,7 +125028,7 @@
|
|
|
124893
125028
|
},
|
|
124894
125029
|
"locationInModule": {
|
|
124895
125030
|
"filename": "src/aws/compute/code.ts",
|
|
124896
|
-
"line":
|
|
125031
|
+
"line": 632
|
|
124897
125032
|
},
|
|
124898
125033
|
"name": "assign",
|
|
124899
125034
|
"parameters": [
|
|
@@ -124925,7 +125060,7 @@
|
|
|
124925
125060
|
},
|
|
124926
125061
|
"locationInModule": {
|
|
124927
125062
|
"filename": "src/aws/compute/code.ts",
|
|
124928
|
-
"line":
|
|
125063
|
+
"line": 590
|
|
124929
125064
|
},
|
|
124930
125065
|
"name": "bind",
|
|
124931
125066
|
"overrides": "terraconstructs.aws.compute.Code",
|
|
@@ -124954,7 +125089,7 @@
|
|
|
124954
125089
|
"immutable": true,
|
|
124955
125090
|
"locationInModule": {
|
|
124956
125091
|
"filename": "src/aws/compute/code.ts",
|
|
124957
|
-
"line":
|
|
125092
|
+
"line": 639
|
|
124958
125093
|
},
|
|
124959
125094
|
"name": "bucketNameVar",
|
|
124960
125095
|
"type": {
|
|
@@ -124969,7 +125104,7 @@
|
|
|
124969
125104
|
"immutable": true,
|
|
124970
125105
|
"locationInModule": {
|
|
124971
125106
|
"filename": "src/aws/compute/code.ts",
|
|
124972
|
-
"line":
|
|
125107
|
+
"line": 577
|
|
124973
125108
|
},
|
|
124974
125109
|
"name": "isInline",
|
|
124975
125110
|
"overrides": "terraconstructs.aws.compute.Code",
|
|
@@ -124984,7 +125119,7 @@
|
|
|
124984
125119
|
"immutable": true,
|
|
124985
125120
|
"locationInModule": {
|
|
124986
125121
|
"filename": "src/aws/compute/code.ts",
|
|
124987
|
-
"line":
|
|
125122
|
+
"line": 650
|
|
124988
125123
|
},
|
|
124989
125124
|
"name": "objectKeyVar",
|
|
124990
125125
|
"type": {
|
|
@@ -125005,7 +125140,7 @@
|
|
|
125005
125140
|
"kind": "interface",
|
|
125006
125141
|
"locationInModule": {
|
|
125007
125142
|
"filename": "src/aws/compute/code.ts",
|
|
125008
|
-
"line":
|
|
125143
|
+
"line": 546
|
|
125009
125144
|
},
|
|
125010
125145
|
"name": "TerraformVariablesCodeProps",
|
|
125011
125146
|
"namespace": "aws.compute",
|
|
@@ -125021,7 +125156,7 @@
|
|
|
125021
125156
|
"immutable": true,
|
|
125022
125157
|
"locationInModule": {
|
|
125023
125158
|
"filename": "src/aws/compute/code.ts",
|
|
125024
|
-
"line":
|
|
125159
|
+
"line": 554
|
|
125025
125160
|
},
|
|
125026
125161
|
"name": "bucketNameVar",
|
|
125027
125162
|
"optional": true,
|
|
@@ -125040,7 +125175,7 @@
|
|
|
125040
125175
|
"immutable": true,
|
|
125041
125176
|
"locationInModule": {
|
|
125042
125177
|
"filename": "src/aws/compute/code.ts",
|
|
125043
|
-
"line":
|
|
125178
|
+
"line": 563
|
|
125044
125179
|
},
|
|
125045
125180
|
"name": "objectKeyVar",
|
|
125046
125181
|
"optional": true,
|
|
@@ -125058,7 +125193,7 @@
|
|
|
125058
125193
|
"immutable": true,
|
|
125059
125194
|
"locationInModule": {
|
|
125060
125195
|
"filename": "src/aws/compute/code.ts",
|
|
125061
|
-
"line":
|
|
125196
|
+
"line": 568
|
|
125062
125197
|
},
|
|
125063
125198
|
"name": "sourceKMSKey",
|
|
125064
125199
|
"optional": true,
|
|
@@ -125657,7 +125792,7 @@
|
|
|
125657
125792
|
"kind": "enum",
|
|
125658
125793
|
"locationInModule": {
|
|
125659
125794
|
"filename": "src/aws/compute/function.ts",
|
|
125660
|
-
"line":
|
|
125795
|
+
"line": 1129
|
|
125661
125796
|
},
|
|
125662
125797
|
"members": [
|
|
125663
125798
|
{
|
|
@@ -127190,7 +127325,7 @@
|
|
|
127190
127325
|
"kind": "interface",
|
|
127191
127326
|
"locationInModule": {
|
|
127192
127327
|
"filename": "src/aws/compute/function-alias.ts",
|
|
127193
|
-
"line":
|
|
127328
|
+
"line": 400
|
|
127194
127329
|
},
|
|
127195
127330
|
"name": "VersionWeight",
|
|
127196
127331
|
"namespace": "aws.compute",
|
|
@@ -127204,7 +127339,7 @@
|
|
|
127204
127339
|
"immutable": true,
|
|
127205
127340
|
"locationInModule": {
|
|
127206
127341
|
"filename": "src/aws/compute/function-alias.ts",
|
|
127207
|
-
"line":
|
|
127342
|
+
"line": 404
|
|
127208
127343
|
},
|
|
127209
127344
|
"name": "version",
|
|
127210
127345
|
"type": {
|
|
@@ -127220,7 +127355,7 @@
|
|
|
127220
127355
|
"immutable": true,
|
|
127221
127356
|
"locationInModule": {
|
|
127222
127357
|
"filename": "src/aws/compute/function-alias.ts",
|
|
127223
|
-
"line":
|
|
127358
|
+
"line": 409
|
|
127224
127359
|
},
|
|
127225
127360
|
"name": "weight",
|
|
127226
127361
|
"type": {
|
|
@@ -201121,6 +201256,6 @@
|
|
|
201121
201256
|
"symbolId": "src/aws/storage/notification-targets/queue:QueueDestination"
|
|
201122
201257
|
}
|
|
201123
201258
|
},
|
|
201124
|
-
"version": "0.1.
|
|
201125
|
-
"fingerprint": "
|
|
201259
|
+
"version": "0.1.2",
|
|
201260
|
+
"fingerprint": "d0fkNI6E63NzWS5veaUlQrDWDf6xv3fqopXD99Kh3N8="
|
|
201126
201261
|
}
|