terraconstructs 0.1.1 → 0.1.3
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 +228 -162
- 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.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 +2 -3
- 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.js +2 -2
- 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.js +1 -1
- 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.d.ts +4 -0
- package/lib/aws/compute/method.js +22 -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 +8 -4
- 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,
|
|
@@ -40990,7 +41056,7 @@
|
|
|
40990
41056
|
"kind": "enum",
|
|
40991
41057
|
"locationInModule": {
|
|
40992
41058
|
"filename": "src/aws/compute/restapi.ts",
|
|
40993
|
-
"line":
|
|
41059
|
+
"line": 1091
|
|
40994
41060
|
},
|
|
40995
41061
|
"members": [
|
|
40996
41062
|
{
|
|
@@ -44579,7 +44645,7 @@
|
|
|
44579
44645
|
},
|
|
44580
44646
|
"locationInModule": {
|
|
44581
44647
|
"filename": "src/aws/compute/code.ts",
|
|
44582
|
-
"line":
|
|
44648
|
+
"line": 473
|
|
44583
44649
|
},
|
|
44584
44650
|
"parameters": [
|
|
44585
44651
|
{
|
|
@@ -44603,7 +44669,7 @@
|
|
|
44603
44669
|
"kind": "class",
|
|
44604
44670
|
"locationInModule": {
|
|
44605
44671
|
"filename": "src/aws/compute/code.ts",
|
|
44606
|
-
"line":
|
|
44672
|
+
"line": 466
|
|
44607
44673
|
},
|
|
44608
44674
|
"methods": [
|
|
44609
44675
|
{
|
|
@@ -44613,7 +44679,7 @@
|
|
|
44613
44679
|
},
|
|
44614
44680
|
"locationInModule": {
|
|
44615
44681
|
"filename": "src/aws/compute/code.ts",
|
|
44616
|
-
"line":
|
|
44682
|
+
"line": 480
|
|
44617
44683
|
},
|
|
44618
44684
|
"name": "bind",
|
|
44619
44685
|
"overrides": "terraconstructs.aws.compute.Code",
|
|
@@ -44643,7 +44709,7 @@
|
|
|
44643
44709
|
"immutable": true,
|
|
44644
44710
|
"locationInModule": {
|
|
44645
44711
|
"filename": "src/aws/compute/code.ts",
|
|
44646
|
-
"line":
|
|
44712
|
+
"line": 467
|
|
44647
44713
|
},
|
|
44648
44714
|
"name": "isInline",
|
|
44649
44715
|
"overrides": "terraconstructs.aws.compute.Code",
|
|
@@ -44659,7 +44725,7 @@
|
|
|
44659
44725
|
"immutable": true,
|
|
44660
44726
|
"locationInModule": {
|
|
44661
44727
|
"filename": "src/aws/compute/code.ts",
|
|
44662
|
-
"line":
|
|
44728
|
+
"line": 474
|
|
44663
44729
|
},
|
|
44664
44730
|
"name": "path",
|
|
44665
44731
|
"type": {
|
|
@@ -44683,7 +44749,7 @@
|
|
|
44683
44749
|
},
|
|
44684
44750
|
"locationInModule": {
|
|
44685
44751
|
"filename": "src/aws/compute/code.ts",
|
|
44686
|
-
"line":
|
|
44752
|
+
"line": 772
|
|
44687
44753
|
},
|
|
44688
44754
|
"parameters": [
|
|
44689
44755
|
{
|
|
@@ -44703,7 +44769,7 @@
|
|
|
44703
44769
|
"kind": "class",
|
|
44704
44770
|
"locationInModule": {
|
|
44705
44771
|
"filename": "src/aws/compute/code.ts",
|
|
44706
|
-
"line":
|
|
44772
|
+
"line": 768
|
|
44707
44773
|
},
|
|
44708
44774
|
"methods": [
|
|
44709
44775
|
{
|
|
@@ -44713,7 +44779,7 @@
|
|
|
44713
44779
|
},
|
|
44714
44780
|
"locationInModule": {
|
|
44715
44781
|
"filename": "src/aws/compute/code.ts",
|
|
44716
|
-
"line":
|
|
44782
|
+
"line": 779
|
|
44717
44783
|
},
|
|
44718
44784
|
"name": "bind",
|
|
44719
44785
|
"overrides": "terraconstructs.aws.compute.Code",
|
|
@@ -44743,7 +44809,7 @@
|
|
|
44743
44809
|
"immutable": true,
|
|
44744
44810
|
"locationInModule": {
|
|
44745
44811
|
"filename": "src/aws/compute/code.ts",
|
|
44746
|
-
"line":
|
|
44812
|
+
"line": 769
|
|
44747
44813
|
},
|
|
44748
44814
|
"name": "isInline",
|
|
44749
44815
|
"overrides": "terraconstructs.aws.compute.Code",
|
|
@@ -44768,7 +44834,7 @@
|
|
|
44768
44834
|
"kind": "interface",
|
|
44769
44835
|
"locationInModule": {
|
|
44770
44836
|
"filename": "src/aws/compute/code.ts",
|
|
44771
|
-
"line":
|
|
44837
|
+
"line": 737
|
|
44772
44838
|
},
|
|
44773
44839
|
"name": "AssetImageCodeProps",
|
|
44774
44840
|
"namespace": "aws.compute",
|
|
@@ -44785,7 +44851,7 @@
|
|
|
44785
44851
|
"immutable": true,
|
|
44786
44852
|
"locationInModule": {
|
|
44787
44853
|
"filename": "src/aws/compute/code.ts",
|
|
44788
|
-
"line":
|
|
44854
|
+
"line": 745
|
|
44789
44855
|
},
|
|
44790
44856
|
"name": "cmd",
|
|
44791
44857
|
"optional": true,
|
|
@@ -44810,7 +44876,7 @@
|
|
|
44810
44876
|
"immutable": true,
|
|
44811
44877
|
"locationInModule": {
|
|
44812
44878
|
"filename": "src/aws/compute/code.ts",
|
|
44813
|
-
"line":
|
|
44879
|
+
"line": 754
|
|
44814
44880
|
},
|
|
44815
44881
|
"name": "entrypoint",
|
|
44816
44882
|
"optional": true,
|
|
@@ -44835,7 +44901,7 @@
|
|
|
44835
44901
|
"immutable": true,
|
|
44836
44902
|
"locationInModule": {
|
|
44837
44903
|
"filename": "src/aws/compute/code.ts",
|
|
44838
|
-
"line":
|
|
44904
|
+
"line": 762
|
|
44839
44905
|
},
|
|
44840
44906
|
"name": "workingDirectory",
|
|
44841
44907
|
"optional": true,
|
|
@@ -45106,7 +45172,7 @@
|
|
|
45106
45172
|
"kind": "enum",
|
|
45107
45173
|
"locationInModule": {
|
|
45108
45174
|
"filename": "src/aws/compute/method.ts",
|
|
45109
|
-
"line":
|
|
45175
|
+
"line": 740
|
|
45110
45176
|
},
|
|
45111
45177
|
"members": [
|
|
45112
45178
|
{
|
|
@@ -48771,7 +48837,7 @@
|
|
|
48771
48837
|
"kind": "interface",
|
|
48772
48838
|
"locationInModule": {
|
|
48773
48839
|
"filename": "src/aws/compute/code.ts",
|
|
48774
|
-
"line":
|
|
48840
|
+
"line": 863
|
|
48775
48841
|
},
|
|
48776
48842
|
"name": "BucketOptions",
|
|
48777
48843
|
"namespace": "aws.compute",
|
|
@@ -48785,7 +48851,7 @@
|
|
|
48785
48851
|
"immutable": true,
|
|
48786
48852
|
"locationInModule": {
|
|
48787
48853
|
"filename": "src/aws/compute/code.ts",
|
|
48788
|
-
"line":
|
|
48854
|
+
"line": 867
|
|
48789
48855
|
},
|
|
48790
48856
|
"name": "objectVersion",
|
|
48791
48857
|
"optional": true,
|
|
@@ -48803,7 +48869,7 @@
|
|
|
48803
48869
|
"immutable": true,
|
|
48804
48870
|
"locationInModule": {
|
|
48805
48871
|
"filename": "src/aws/compute/code.ts",
|
|
48806
|
-
"line":
|
|
48872
|
+
"line": 872
|
|
48807
48873
|
},
|
|
48808
48874
|
"name": "sourceKMSKey",
|
|
48809
48875
|
"optional": true,
|
|
@@ -51639,7 +51705,7 @@
|
|
|
51639
51705
|
"kind": "class",
|
|
51640
51706
|
"locationInModule": {
|
|
51641
51707
|
"filename": "src/aws/compute/code.ts",
|
|
51642
|
-
"line":
|
|
51708
|
+
"line": 26
|
|
51643
51709
|
},
|
|
51644
51710
|
"methods": [
|
|
51645
51711
|
{
|
|
@@ -51650,7 +51716,7 @@
|
|
|
51650
51716
|
},
|
|
51651
51717
|
"locationInModule": {
|
|
51652
51718
|
"filename": "src/aws/compute/code.ts",
|
|
51653
|
-
"line":
|
|
51719
|
+
"line": 175
|
|
51654
51720
|
},
|
|
51655
51721
|
"name": "asset",
|
|
51656
51722
|
"parameters": [
|
|
@@ -51676,7 +51742,7 @@
|
|
|
51676
51742
|
},
|
|
51677
51743
|
"locationInModule": {
|
|
51678
51744
|
"filename": "src/aws/compute/code.ts",
|
|
51679
|
-
"line":
|
|
51745
|
+
"line": 61
|
|
51680
51746
|
},
|
|
51681
51747
|
"name": "bucket",
|
|
51682
51748
|
"parameters": [
|
|
@@ -51714,7 +51780,7 @@
|
|
|
51714
51780
|
},
|
|
51715
51781
|
"locationInModule": {
|
|
51716
51782
|
"filename": "src/aws/compute/code.ts",
|
|
51717
|
-
"line":
|
|
51783
|
+
"line": 91
|
|
51718
51784
|
},
|
|
51719
51785
|
"name": "fromAsset",
|
|
51720
51786
|
"parameters": [
|
|
@@ -51749,7 +51815,7 @@
|
|
|
51749
51815
|
},
|
|
51750
51816
|
"locationInModule": {
|
|
51751
51817
|
"filename": "src/aws/compute/code.ts",
|
|
51752
|
-
"line":
|
|
51818
|
+
"line": 218
|
|
51753
51819
|
},
|
|
51754
51820
|
"name": "fromAssetImage",
|
|
51755
51821
|
"parameters": [
|
|
@@ -51787,7 +51853,7 @@
|
|
|
51787
51853
|
},
|
|
51788
51854
|
"locationInModule": {
|
|
51789
51855
|
"filename": "src/aws/compute/code.ts",
|
|
51790
|
-
"line":
|
|
51856
|
+
"line": 33
|
|
51791
51857
|
},
|
|
51792
51858
|
"name": "fromBucket",
|
|
51793
51859
|
"parameters": [
|
|
@@ -51834,7 +51900,7 @@
|
|
|
51834
51900
|
},
|
|
51835
51901
|
"locationInModule": {
|
|
51836
51902
|
"filename": "src/aws/compute/code.ts",
|
|
51837
|
-
"line":
|
|
51903
|
+
"line": 49
|
|
51838
51904
|
},
|
|
51839
51905
|
"name": "fromBucketV2",
|
|
51840
51906
|
"parameters": [
|
|
@@ -51882,7 +51948,7 @@
|
|
|
51882
51948
|
},
|
|
51883
51949
|
"locationInModule": {
|
|
51884
51950
|
"filename": "src/aws/compute/code.ts",
|
|
51885
|
-
"line":
|
|
51951
|
+
"line": 107
|
|
51886
51952
|
},
|
|
51887
51953
|
"name": "fromCustomCommand",
|
|
51888
51954
|
"parameters": [
|
|
@@ -51935,7 +52001,7 @@
|
|
|
51935
52001
|
},
|
|
51936
52002
|
"locationInModule": {
|
|
51937
52003
|
"filename": "src/aws/compute/code.ts",
|
|
51938
|
-
"line":
|
|
52004
|
+
"line": 150
|
|
51939
52005
|
},
|
|
51940
52006
|
"name": "fromDockerBuild",
|
|
51941
52007
|
"parameters": [
|
|
@@ -51973,7 +52039,7 @@
|
|
|
51973
52039
|
},
|
|
51974
52040
|
"locationInModule": {
|
|
51975
52041
|
"filename": "src/aws/compute/code.ts",
|
|
51976
|
-
"line":
|
|
52042
|
+
"line": 206
|
|
51977
52043
|
},
|
|
51978
52044
|
"name": "fromEcrImage",
|
|
51979
52045
|
"parameters": [
|
|
@@ -52012,7 +52078,7 @@
|
|
|
52012
52078
|
},
|
|
52013
52079
|
"locationInModule": {
|
|
52014
52080
|
"filename": "src/aws/compute/code.ts",
|
|
52015
|
-
"line":
|
|
52081
|
+
"line": 74
|
|
52016
52082
|
},
|
|
52017
52083
|
"name": "fromInline",
|
|
52018
52084
|
"parameters": [
|
|
@@ -52041,7 +52107,7 @@
|
|
|
52041
52107
|
},
|
|
52042
52108
|
"locationInModule": {
|
|
52043
52109
|
"filename": "src/aws/compute/code.ts",
|
|
52044
|
-
"line":
|
|
52110
|
+
"line": 185
|
|
52045
52111
|
},
|
|
52046
52112
|
"name": "fromTerraformVariables",
|
|
52047
52113
|
"parameters": [
|
|
@@ -52071,7 +52137,7 @@
|
|
|
52071
52137
|
},
|
|
52072
52138
|
"locationInModule": {
|
|
52073
52139
|
"filename": "src/aws/compute/code.ts",
|
|
52074
|
-
"line":
|
|
52140
|
+
"line": 82
|
|
52075
52141
|
},
|
|
52076
52142
|
"name": "inline",
|
|
52077
52143
|
"parameters": [
|
|
@@ -52091,13 +52157,13 @@
|
|
|
52091
52157
|
},
|
|
52092
52158
|
{
|
|
52093
52159
|
"docs": {
|
|
52094
|
-
"deprecated": "use `
|
|
52160
|
+
"deprecated": "use `fromTerraformVariables`",
|
|
52095
52161
|
"stability": "deprecated",
|
|
52096
52162
|
"summary": "DEPRECATED."
|
|
52097
52163
|
},
|
|
52098
52164
|
"locationInModule": {
|
|
52099
52165
|
"filename": "src/aws/compute/code.ts",
|
|
52100
|
-
"line":
|
|
52166
|
+
"line": 195
|
|
52101
52167
|
},
|
|
52102
52168
|
"name": "terraformVariables",
|
|
52103
52169
|
"parameters": [
|
|
@@ -52124,7 +52190,7 @@
|
|
|
52124
52190
|
},
|
|
52125
52191
|
"locationInModule": {
|
|
52126
52192
|
"filename": "src/aws/compute/code.ts",
|
|
52127
|
-
"line":
|
|
52193
|
+
"line": 240
|
|
52128
52194
|
},
|
|
52129
52195
|
"name": "bind",
|
|
52130
52196
|
"parameters": [
|
|
@@ -52159,7 +52225,7 @@
|
|
|
52159
52225
|
"immutable": true,
|
|
52160
52226
|
"locationInModule": {
|
|
52161
52227
|
"filename": "src/aws/compute/code.ts",
|
|
52162
|
-
"line":
|
|
52228
|
+
"line": 231
|
|
52163
52229
|
},
|
|
52164
52230
|
"name": "isInline",
|
|
52165
52231
|
"type": {
|
|
@@ -52180,7 +52246,7 @@
|
|
|
52180
52246
|
"kind": "interface",
|
|
52181
52247
|
"locationInModule": {
|
|
52182
52248
|
"filename": "src/aws/compute/code.ts",
|
|
52183
|
-
"line":
|
|
52249
|
+
"line": 259
|
|
52184
52250
|
},
|
|
52185
52251
|
"name": "CodeConfig",
|
|
52186
52252
|
"namespace": "aws.compute",
|
|
@@ -52195,7 +52261,7 @@
|
|
|
52195
52261
|
"immutable": true,
|
|
52196
52262
|
"locationInModule": {
|
|
52197
52263
|
"filename": "src/aws/compute/code.ts",
|
|
52198
|
-
"line":
|
|
52264
|
+
"line": 276
|
|
52199
52265
|
},
|
|
52200
52266
|
"name": "image",
|
|
52201
52267
|
"optional": true,
|
|
@@ -52213,7 +52279,7 @@
|
|
|
52213
52279
|
"immutable": true,
|
|
52214
52280
|
"locationInModule": {
|
|
52215
52281
|
"filename": "src/aws/compute/code.ts",
|
|
52216
|
-
"line":
|
|
52282
|
+
"line": 270
|
|
52217
52283
|
},
|
|
52218
52284
|
"name": "inlineCode",
|
|
52219
52285
|
"optional": true,
|
|
@@ -52231,7 +52297,7 @@
|
|
|
52231
52297
|
"immutable": true,
|
|
52232
52298
|
"locationInModule": {
|
|
52233
52299
|
"filename": "src/aws/compute/code.ts",
|
|
52234
|
-
"line":
|
|
52300
|
+
"line": 264
|
|
52235
52301
|
},
|
|
52236
52302
|
"name": "s3Location",
|
|
52237
52303
|
"optional": true,
|
|
@@ -52248,7 +52314,7 @@
|
|
|
52248
52314
|
"immutable": true,
|
|
52249
52315
|
"locationInModule": {
|
|
52250
52316
|
"filename": "src/aws/compute/code.ts",
|
|
52251
|
-
"line":
|
|
52317
|
+
"line": 287
|
|
52252
52318
|
},
|
|
52253
52319
|
"name": "sourceCodeHash",
|
|
52254
52320
|
"optional": true,
|
|
@@ -52266,7 +52332,7 @@
|
|
|
52266
52332
|
"immutable": true,
|
|
52267
52333
|
"locationInModule": {
|
|
52268
52334
|
"filename": "src/aws/compute/code.ts",
|
|
52269
|
-
"line":
|
|
52335
|
+
"line": 282
|
|
52270
52336
|
},
|
|
52271
52337
|
"name": "sourceKMSKeyArn",
|
|
52272
52338
|
"optional": true,
|
|
@@ -52288,7 +52354,7 @@
|
|
|
52288
52354
|
"kind": "interface",
|
|
52289
52355
|
"locationInModule": {
|
|
52290
52356
|
"filename": "src/aws/compute/code.ts",
|
|
52291
|
-
"line":
|
|
52357
|
+
"line": 293
|
|
52292
52358
|
},
|
|
52293
52359
|
"name": "CodeImageConfig",
|
|
52294
52360
|
"namespace": "aws.compute",
|
|
@@ -52302,7 +52368,7 @@
|
|
|
52302
52368
|
"immutable": true,
|
|
52303
52369
|
"locationInModule": {
|
|
52304
52370
|
"filename": "src/aws/compute/code.ts",
|
|
52305
|
-
"line":
|
|
52371
|
+
"line": 297
|
|
52306
52372
|
},
|
|
52307
52373
|
"name": "imageUri",
|
|
52308
52374
|
"type": {
|
|
@@ -52321,7 +52387,7 @@
|
|
|
52321
52387
|
"immutable": true,
|
|
52322
52388
|
"locationInModule": {
|
|
52323
52389
|
"filename": "src/aws/compute/code.ts",
|
|
52324
|
-
"line":
|
|
52390
|
+
"line": 305
|
|
52325
52391
|
},
|
|
52326
52392
|
"name": "cmd",
|
|
52327
52393
|
"optional": true,
|
|
@@ -52346,7 +52412,7 @@
|
|
|
52346
52412
|
"immutable": true,
|
|
52347
52413
|
"locationInModule": {
|
|
52348
52414
|
"filename": "src/aws/compute/code.ts",
|
|
52349
|
-
"line":
|
|
52415
|
+
"line": 314
|
|
52350
52416
|
},
|
|
52351
52417
|
"name": "entrypoint",
|
|
52352
52418
|
"optional": true,
|
|
@@ -52371,7 +52437,7 @@
|
|
|
52371
52437
|
"immutable": true,
|
|
52372
52438
|
"locationInModule": {
|
|
52373
52439
|
"filename": "src/aws/compute/code.ts",
|
|
52374
|
-
"line":
|
|
52440
|
+
"line": 322
|
|
52375
52441
|
},
|
|
52376
52442
|
"name": "workingDirectory",
|
|
52377
52443
|
"optional": true,
|
|
@@ -55489,7 +55555,7 @@
|
|
|
55489
55555
|
"kind": "interface",
|
|
55490
55556
|
"locationInModule": {
|
|
55491
55557
|
"filename": "src/aws/compute/code.ts",
|
|
55492
|
-
"line":
|
|
55558
|
+
"line": 851
|
|
55493
55559
|
},
|
|
55494
55560
|
"name": "CustomCommandOptions",
|
|
55495
55561
|
"namespace": "aws.compute",
|
|
@@ -55504,7 +55570,7 @@
|
|
|
55504
55570
|
"immutable": true,
|
|
55505
55571
|
"locationInModule": {
|
|
55506
55572
|
"filename": "src/aws/compute/code.ts",
|
|
55507
|
-
"line":
|
|
55573
|
+
"line": 857
|
|
55508
55574
|
},
|
|
55509
55575
|
"name": "commandOptions",
|
|
55510
55576
|
"optional": true,
|
|
@@ -56169,7 +56235,7 @@
|
|
|
56169
56235
|
"immutable": true,
|
|
56170
56236
|
"locationInModule": {
|
|
56171
56237
|
"filename": "src/aws/compute/deployment.ts",
|
|
56172
|
-
"line":
|
|
56238
|
+
"line": 222
|
|
56173
56239
|
},
|
|
56174
56240
|
"name": "outputs",
|
|
56175
56241
|
"overrides": "terraconstructs.TerraConstructBase",
|
|
@@ -56891,7 +56957,7 @@
|
|
|
56891
56957
|
"kind": "interface",
|
|
56892
56958
|
"locationInModule": {
|
|
56893
56959
|
"filename": "src/aws/compute/code.ts",
|
|
56894
|
-
"line":
|
|
56960
|
+
"line": 830
|
|
56895
56961
|
},
|
|
56896
56962
|
"name": "DockerBuildAssetOptions",
|
|
56897
56963
|
"namespace": "aws.compute",
|
|
@@ -56906,7 +56972,7 @@
|
|
|
56906
56972
|
"immutable": true,
|
|
56907
56973
|
"locationInModule": {
|
|
56908
56974
|
"filename": "src/aws/compute/code.ts",
|
|
56909
|
-
"line":
|
|
56975
|
+
"line": 837
|
|
56910
56976
|
},
|
|
56911
56977
|
"name": "imagePath",
|
|
56912
56978
|
"optional": true,
|
|
@@ -56924,7 +56990,7 @@
|
|
|
56924
56990
|
"immutable": true,
|
|
56925
56991
|
"locationInModule": {
|
|
56926
56992
|
"filename": "src/aws/compute/code.ts",
|
|
56927
|
-
"line":
|
|
56993
|
+
"line": 845
|
|
56928
56994
|
},
|
|
56929
56995
|
"name": "outputPath",
|
|
56930
56996
|
"optional": true,
|
|
@@ -57740,7 +57806,7 @@
|
|
|
57740
57806
|
},
|
|
57741
57807
|
"locationInModule": {
|
|
57742
57808
|
"filename": "src/aws/compute/code.ts",
|
|
57743
|
-
"line":
|
|
57809
|
+
"line": 711
|
|
57744
57810
|
},
|
|
57745
57811
|
"parameters": [
|
|
57746
57812
|
{
|
|
@@ -57761,7 +57827,7 @@
|
|
|
57761
57827
|
"kind": "class",
|
|
57762
57828
|
"locationInModule": {
|
|
57763
57829
|
"filename": "src/aws/compute/code.ts",
|
|
57764
|
-
"line":
|
|
57830
|
+
"line": 708
|
|
57765
57831
|
},
|
|
57766
57832
|
"methods": [
|
|
57767
57833
|
{
|
|
@@ -57771,7 +57837,7 @@
|
|
|
57771
57837
|
},
|
|
57772
57838
|
"locationInModule": {
|
|
57773
57839
|
"filename": "src/aws/compute/code.ts",
|
|
57774
|
-
"line":
|
|
57840
|
+
"line": 718
|
|
57775
57841
|
},
|
|
57776
57842
|
"name": "bind",
|
|
57777
57843
|
"overrides": "terraconstructs.aws.compute.Code",
|
|
@@ -57801,7 +57867,7 @@
|
|
|
57801
57867
|
"immutable": true,
|
|
57802
57868
|
"locationInModule": {
|
|
57803
57869
|
"filename": "src/aws/compute/code.ts",
|
|
57804
|
-
"line":
|
|
57870
|
+
"line": 709
|
|
57805
57871
|
},
|
|
57806
57872
|
"name": "isInline",
|
|
57807
57873
|
"overrides": "terraconstructs.aws.compute.Code",
|
|
@@ -57823,7 +57889,7 @@
|
|
|
57823
57889
|
"kind": "interface",
|
|
57824
57890
|
"locationInModule": {
|
|
57825
57891
|
"filename": "src/aws/compute/code.ts",
|
|
57826
|
-
"line":
|
|
57892
|
+
"line": 665
|
|
57827
57893
|
},
|
|
57828
57894
|
"name": "EcrImageCodeProps",
|
|
57829
57895
|
"namespace": "aws.compute",
|
|
@@ -57840,7 +57906,7 @@
|
|
|
57840
57906
|
"immutable": true,
|
|
57841
57907
|
"locationInModule": {
|
|
57842
57908
|
"filename": "src/aws/compute/code.ts",
|
|
57843
|
-
"line":
|
|
57909
|
+
"line": 672
|
|
57844
57910
|
},
|
|
57845
57911
|
"name": "cmd",
|
|
57846
57912
|
"optional": true,
|
|
@@ -57865,7 +57931,7 @@
|
|
|
57865
57931
|
"immutable": true,
|
|
57866
57932
|
"locationInModule": {
|
|
57867
57933
|
"filename": "src/aws/compute/code.ts",
|
|
57868
|
-
"line":
|
|
57934
|
+
"line": 681
|
|
57869
57935
|
},
|
|
57870
57936
|
"name": "entrypoint",
|
|
57871
57937
|
"optional": true,
|
|
@@ -57889,7 +57955,7 @@
|
|
|
57889
57955
|
"immutable": true,
|
|
57890
57956
|
"locationInModule": {
|
|
57891
57957
|
"filename": "src/aws/compute/code.ts",
|
|
57892
|
-
"line":
|
|
57958
|
+
"line": 696
|
|
57893
57959
|
},
|
|
57894
57960
|
"name": "tag",
|
|
57895
57961
|
"optional": true,
|
|
@@ -57907,7 +57973,7 @@
|
|
|
57907
57973
|
"immutable": true,
|
|
57908
57974
|
"locationInModule": {
|
|
57909
57975
|
"filename": "src/aws/compute/code.ts",
|
|
57910
|
-
"line":
|
|
57976
|
+
"line": 702
|
|
57911
57977
|
},
|
|
57912
57978
|
"name": "tagOrDigest",
|
|
57913
57979
|
"optional": true,
|
|
@@ -57927,7 +57993,7 @@
|
|
|
57927
57993
|
"immutable": true,
|
|
57928
57994
|
"locationInModule": {
|
|
57929
57995
|
"filename": "src/aws/compute/code.ts",
|
|
57930
|
-
"line":
|
|
57996
|
+
"line": 689
|
|
57931
57997
|
},
|
|
57932
57998
|
"name": "workingDirectory",
|
|
57933
57999
|
"optional": true,
|
|
@@ -58378,7 +58444,7 @@
|
|
|
58378
58444
|
"kind": "interface",
|
|
58379
58445
|
"locationInModule": {
|
|
58380
58446
|
"filename": "src/aws/compute/restapi.ts",
|
|
58381
|
-
"line":
|
|
58447
|
+
"line": 1075
|
|
58382
58448
|
},
|
|
58383
58449
|
"name": "EndpointConfiguration",
|
|
58384
58450
|
"namespace": "aws.compute",
|
|
@@ -58393,7 +58459,7 @@
|
|
|
58393
58459
|
"immutable": true,
|
|
58394
58460
|
"locationInModule": {
|
|
58395
58461
|
"filename": "src/aws/compute/restapi.ts",
|
|
58396
|
-
"line":
|
|
58462
|
+
"line": 1081
|
|
58397
58463
|
},
|
|
58398
58464
|
"name": "types",
|
|
58399
58465
|
"type": {
|
|
@@ -58415,7 +58481,7 @@
|
|
|
58415
58481
|
"immutable": true,
|
|
58416
58482
|
"locationInModule": {
|
|
58417
58483
|
"filename": "src/aws/compute/restapi.ts",
|
|
58418
|
-
"line":
|
|
58484
|
+
"line": 1088
|
|
58419
58485
|
},
|
|
58420
58486
|
"name": "vpcEndpoints",
|
|
58421
58487
|
"optional": true,
|
|
@@ -58440,7 +58506,7 @@
|
|
|
58440
58506
|
"kind": "enum",
|
|
58441
58507
|
"locationInModule": {
|
|
58442
58508
|
"filename": "src/aws/compute/restapi.ts",
|
|
58443
|
-
"line":
|
|
58509
|
+
"line": 1096
|
|
58444
58510
|
},
|
|
58445
58511
|
"members": [
|
|
58446
58512
|
{
|
|
@@ -73810,7 +73876,7 @@
|
|
|
73810
73876
|
},
|
|
73811
73877
|
"locationInModule": {
|
|
73812
73878
|
"filename": "src/aws/compute/code.ts",
|
|
73813
|
-
"line":
|
|
73879
|
+
"line": 404
|
|
73814
73880
|
},
|
|
73815
73881
|
"parameters": [
|
|
73816
73882
|
{
|
|
@@ -73824,7 +73890,7 @@
|
|
|
73824
73890
|
"kind": "class",
|
|
73825
73891
|
"locationInModule": {
|
|
73826
73892
|
"filename": "src/aws/compute/code.ts",
|
|
73827
|
-
"line":
|
|
73893
|
+
"line": 400
|
|
73828
73894
|
},
|
|
73829
73895
|
"methods": [
|
|
73830
73896
|
{
|
|
@@ -73834,13 +73900,13 @@
|
|
|
73834
73900
|
},
|
|
73835
73901
|
"locationInModule": {
|
|
73836
73902
|
"filename": "src/aws/compute/code.ts",
|
|
73837
|
-
"line":
|
|
73903
|
+
"line": 413
|
|
73838
73904
|
},
|
|
73839
73905
|
"name": "bind",
|
|
73840
73906
|
"overrides": "terraconstructs.aws.compute.Code",
|
|
73841
73907
|
"parameters": [
|
|
73842
73908
|
{
|
|
73843
|
-
"name": "
|
|
73909
|
+
"name": "scope",
|
|
73844
73910
|
"type": {
|
|
73845
73911
|
"fqn": "constructs.Construct"
|
|
73846
73912
|
}
|
|
@@ -73864,7 +73930,7 @@
|
|
|
73864
73930
|
"immutable": true,
|
|
73865
73931
|
"locationInModule": {
|
|
73866
73932
|
"filename": "src/aws/compute/code.ts",
|
|
73867
|
-
"line":
|
|
73933
|
+
"line": 401
|
|
73868
73934
|
},
|
|
73869
73935
|
"name": "isInline",
|
|
73870
73936
|
"overrides": "terraconstructs.aws.compute.Code",
|
|
@@ -96359,7 +96425,7 @@
|
|
|
96359
96425
|
},
|
|
96360
96426
|
"locationInModule": {
|
|
96361
96427
|
"filename": "src/aws/compute/method.ts",
|
|
96362
|
-
"line":
|
|
96428
|
+
"line": 203
|
|
96363
96429
|
},
|
|
96364
96430
|
"parameters": [
|
|
96365
96431
|
{
|
|
@@ -96385,7 +96451,7 @@
|
|
|
96385
96451
|
"kind": "class",
|
|
96386
96452
|
"locationInModule": {
|
|
96387
96453
|
"filename": "src/aws/compute/method.ts",
|
|
96388
|
-
"line":
|
|
96454
|
+
"line": 180
|
|
96389
96455
|
},
|
|
96390
96456
|
"methods": [
|
|
96391
96457
|
{
|
|
@@ -96396,7 +96462,7 @@
|
|
|
96396
96462
|
},
|
|
96397
96463
|
"locationInModule": {
|
|
96398
96464
|
"filename": "src/aws/compute/method.ts",
|
|
96399
|
-
"line":
|
|
96465
|
+
"line": 393
|
|
96400
96466
|
},
|
|
96401
96467
|
"name": "addMethodResponse",
|
|
96402
96468
|
"parameters": [
|
|
@@ -96414,7 +96480,7 @@
|
|
|
96414
96480
|
},
|
|
96415
96481
|
"locationInModule": {
|
|
96416
96482
|
"filename": "src/aws/compute/method.ts",
|
|
96417
|
-
"line":
|
|
96483
|
+
"line": 561
|
|
96418
96484
|
},
|
|
96419
96485
|
"name": "grantExecute",
|
|
96420
96486
|
"parameters": [
|
|
@@ -96437,7 +96503,7 @@
|
|
|
96437
96503
|
},
|
|
96438
96504
|
"locationInModule": {
|
|
96439
96505
|
"filename": "src/aws/compute/method.ts",
|
|
96440
|
-
"line":
|
|
96506
|
+
"line": 487
|
|
96441
96507
|
},
|
|
96442
96508
|
"name": "metric",
|
|
96443
96509
|
"parameters": [
|
|
@@ -96473,7 +96539,7 @@
|
|
|
96473
96539
|
},
|
|
96474
96540
|
"locationInModule": {
|
|
96475
96541
|
"filename": "src/aws/compute/method.ts",
|
|
96476
|
-
"line":
|
|
96542
|
+
"line": 519
|
|
96477
96543
|
},
|
|
96478
96544
|
"name": "metricCacheHitCount",
|
|
96479
96545
|
"parameters": [
|
|
@@ -96503,7 +96569,7 @@
|
|
|
96503
96569
|
},
|
|
96504
96570
|
"locationInModule": {
|
|
96505
96571
|
"filename": "src/aws/compute/method.ts",
|
|
96506
|
-
"line":
|
|
96572
|
+
"line": 526
|
|
96507
96573
|
},
|
|
96508
96574
|
"name": "metricCacheMissCount",
|
|
96509
96575
|
"parameters": [
|
|
@@ -96533,7 +96599,7 @@
|
|
|
96533
96599
|
},
|
|
96534
96600
|
"locationInModule": {
|
|
96535
96601
|
"filename": "src/aws/compute/method.ts",
|
|
96536
|
-
"line":
|
|
96602
|
+
"line": 505
|
|
96537
96603
|
},
|
|
96538
96604
|
"name": "metricClientError",
|
|
96539
96605
|
"parameters": [
|
|
@@ -96563,7 +96629,7 @@
|
|
|
96563
96629
|
},
|
|
96564
96630
|
"locationInModule": {
|
|
96565
96631
|
"filename": "src/aws/compute/method.ts",
|
|
96566
|
-
"line":
|
|
96632
|
+
"line": 533
|
|
96567
96633
|
},
|
|
96568
96634
|
"name": "metricCount",
|
|
96569
96635
|
"parameters": [
|
|
@@ -96593,7 +96659,7 @@
|
|
|
96593
96659
|
},
|
|
96594
96660
|
"locationInModule": {
|
|
96595
96661
|
"filename": "src/aws/compute/method.ts",
|
|
96596
|
-
"line":
|
|
96662
|
+
"line": 543
|
|
96597
96663
|
},
|
|
96598
96664
|
"name": "metricIntegrationLatency",
|
|
96599
96665
|
"parameters": [
|
|
@@ -96623,7 +96689,7 @@
|
|
|
96623
96689
|
},
|
|
96624
96690
|
"locationInModule": {
|
|
96625
96691
|
"filename": "src/aws/compute/method.ts",
|
|
96626
|
-
"line":
|
|
96692
|
+
"line": 554
|
|
96627
96693
|
},
|
|
96628
96694
|
"name": "metricLatency",
|
|
96629
96695
|
"parameters": [
|
|
@@ -96653,7 +96719,7 @@
|
|
|
96653
96719
|
},
|
|
96654
96720
|
"locationInModule": {
|
|
96655
96721
|
"filename": "src/aws/compute/method.ts",
|
|
96656
|
-
"line":
|
|
96722
|
+
"line": 512
|
|
96657
96723
|
},
|
|
96658
96724
|
"name": "metricServerError",
|
|
96659
96725
|
"parameters": [
|
|
@@ -96685,7 +96751,7 @@
|
|
|
96685
96751
|
},
|
|
96686
96752
|
"locationInModule": {
|
|
96687
96753
|
"filename": "src/aws/compute/method.ts",
|
|
96688
|
-
"line":
|
|
96754
|
+
"line": 595
|
|
96689
96755
|
},
|
|
96690
96756
|
"name": "toTerraform",
|
|
96691
96757
|
"overrides": "cdktf.TerraformElement",
|
|
@@ -96707,7 +96773,7 @@
|
|
|
96707
96773
|
"immutable": true,
|
|
96708
96774
|
"locationInModule": {
|
|
96709
96775
|
"filename": "src/aws/compute/method.ts",
|
|
96710
|
-
"line":
|
|
96776
|
+
"line": 187
|
|
96711
96777
|
},
|
|
96712
96778
|
"name": "api",
|
|
96713
96779
|
"type": {
|
|
@@ -96721,7 +96787,7 @@
|
|
|
96721
96787
|
"immutable": true,
|
|
96722
96788
|
"locationInModule": {
|
|
96723
96789
|
"filename": "src/aws/compute/method.ts",
|
|
96724
|
-
"line":
|
|
96790
|
+
"line": 182
|
|
96725
96791
|
},
|
|
96726
96792
|
"name": "httpMethod",
|
|
96727
96793
|
"type": {
|
|
@@ -96740,7 +96806,7 @@
|
|
|
96740
96806
|
"immutable": true,
|
|
96741
96807
|
"locationInModule": {
|
|
96742
96808
|
"filename": "src/aws/compute/method.ts",
|
|
96743
|
-
"line":
|
|
96809
|
+
"line": 366
|
|
96744
96810
|
},
|
|
96745
96811
|
"name": "methodArn",
|
|
96746
96812
|
"type": {
|
|
@@ -96754,7 +96820,7 @@
|
|
|
96754
96820
|
"immutable": true,
|
|
96755
96821
|
"locationInModule": {
|
|
96756
96822
|
"filename": "src/aws/compute/method.ts",
|
|
96757
|
-
"line":
|
|
96823
|
+
"line": 181
|
|
96758
96824
|
},
|
|
96759
96825
|
"name": "methodId",
|
|
96760
96826
|
"type": {
|
|
@@ -96769,7 +96835,7 @@
|
|
|
96769
96835
|
"immutable": true,
|
|
96770
96836
|
"locationInModule": {
|
|
96771
96837
|
"filename": "src/aws/compute/method.ts",
|
|
96772
|
-
"line":
|
|
96838
|
+
"line": 195
|
|
96773
96839
|
},
|
|
96774
96840
|
"name": "outputs",
|
|
96775
96841
|
"overrides": "terraconstructs.TerraConstructBase",
|
|
@@ -96789,7 +96855,7 @@
|
|
|
96789
96855
|
"immutable": true,
|
|
96790
96856
|
"locationInModule": {
|
|
96791
96857
|
"filename": "src/aws/compute/method.ts",
|
|
96792
|
-
"line":
|
|
96858
|
+
"line": 183
|
|
96793
96859
|
},
|
|
96794
96860
|
"name": "resource",
|
|
96795
96861
|
"type": {
|
|
@@ -96805,7 +96871,7 @@
|
|
|
96805
96871
|
"immutable": true,
|
|
96806
96872
|
"locationInModule": {
|
|
96807
96873
|
"filename": "src/aws/compute/method.ts",
|
|
96808
|
-
"line":
|
|
96874
|
+
"line": 346
|
|
96809
96875
|
},
|
|
96810
96876
|
"name": "restApi",
|
|
96811
96877
|
"type": {
|
|
@@ -96821,7 +96887,7 @@
|
|
|
96821
96887
|
"immutable": true,
|
|
96822
96888
|
"locationInModule": {
|
|
96823
96889
|
"filename": "src/aws/compute/method.ts",
|
|
96824
|
-
"line":
|
|
96890
|
+
"line": 379
|
|
96825
96891
|
},
|
|
96826
96892
|
"name": "testMethodArn",
|
|
96827
96893
|
"type": {
|
|
@@ -97044,7 +97110,7 @@
|
|
|
97044
97110
|
"kind": "interface",
|
|
97045
97111
|
"locationInModule": {
|
|
97046
97112
|
"filename": "src/aws/compute/method.ts",
|
|
97047
|
-
"line":
|
|
97113
|
+
"line": 34
|
|
97048
97114
|
},
|
|
97049
97115
|
"name": "MethodOptions",
|
|
97050
97116
|
"namespace": "aws.compute",
|
|
@@ -97059,7 +97125,7 @@
|
|
|
97059
97125
|
"immutable": true,
|
|
97060
97126
|
"locationInModule": {
|
|
97061
97127
|
"filename": "src/aws/compute/method.ts",
|
|
97062
|
-
"line":
|
|
97128
|
+
"line": 65
|
|
97063
97129
|
},
|
|
97064
97130
|
"name": "apiKeyRequired",
|
|
97065
97131
|
"optional": true,
|
|
@@ -97079,7 +97145,7 @@
|
|
|
97079
97145
|
"immutable": true,
|
|
97080
97146
|
"locationInModule": {
|
|
97081
97147
|
"filename": "src/aws/compute/method.ts",
|
|
97082
|
-
"line":
|
|
97148
|
+
"line": 141
|
|
97083
97149
|
},
|
|
97084
97150
|
"name": "authorizationScopes",
|
|
97085
97151
|
"optional": true,
|
|
@@ -97103,7 +97169,7 @@
|
|
|
97103
97169
|
"immutable": true,
|
|
97104
97170
|
"locationInModule": {
|
|
97105
97171
|
"filename": "src/aws/compute/method.ts",
|
|
97106
|
-
"line":
|
|
97172
|
+
"line": 52
|
|
97107
97173
|
},
|
|
97108
97174
|
"name": "authorizationType",
|
|
97109
97175
|
"optional": true,
|
|
@@ -97121,7 +97187,7 @@
|
|
|
97121
97187
|
"immutable": true,
|
|
97122
97188
|
"locationInModule": {
|
|
97123
97189
|
"filename": "src/aws/compute/method.ts",
|
|
97124
|
-
"line":
|
|
97190
|
+
"line": 59
|
|
97125
97191
|
},
|
|
97126
97192
|
"name": "authorizer",
|
|
97127
97193
|
"optional": true,
|
|
@@ -97140,7 +97206,7 @@
|
|
|
97140
97206
|
"immutable": true,
|
|
97141
97207
|
"locationInModule": {
|
|
97142
97208
|
"filename": "src/aws/compute/method.ts",
|
|
97143
|
-
"line":
|
|
97209
|
+
"line": 76
|
|
97144
97210
|
},
|
|
97145
97211
|
"name": "methodResponses",
|
|
97146
97212
|
"optional": true,
|
|
@@ -97163,7 +97229,7 @@
|
|
|
97163
97229
|
"immutable": true,
|
|
97164
97230
|
"locationInModule": {
|
|
97165
97231
|
"filename": "src/aws/compute/method.ts",
|
|
97166
|
-
"line":
|
|
97232
|
+
"line": 39
|
|
97167
97233
|
},
|
|
97168
97234
|
"name": "operationName",
|
|
97169
97235
|
"optional": true,
|
|
@@ -97183,7 +97249,7 @@
|
|
|
97183
97249
|
"immutable": true,
|
|
97184
97250
|
"locationInModule": {
|
|
97185
97251
|
"filename": "src/aws/compute/method.ts",
|
|
97186
|
-
"line":
|
|
97252
|
+
"line": 124
|
|
97187
97253
|
},
|
|
97188
97254
|
"name": "requestModels",
|
|
97189
97255
|
"optional": true,
|
|
@@ -97207,7 +97273,7 @@
|
|
|
97207
97273
|
"immutable": true,
|
|
97208
97274
|
"locationInModule": {
|
|
97209
97275
|
"filename": "src/aws/compute/method.ts",
|
|
97210
|
-
"line":
|
|
97276
|
+
"line": 86
|
|
97211
97277
|
},
|
|
97212
97278
|
"name": "requestParameters",
|
|
97213
97279
|
"optional": true,
|
|
@@ -97231,7 +97297,7 @@
|
|
|
97231
97297
|
"immutable": true,
|
|
97232
97298
|
"locationInModule": {
|
|
97233
97299
|
"filename": "src/aws/compute/method.ts",
|
|
97234
|
-
"line":
|
|
97300
|
+
"line": 133
|
|
97235
97301
|
},
|
|
97236
97302
|
"name": "requestValidator",
|
|
97237
97303
|
"optional": true,
|
|
@@ -97250,7 +97316,7 @@
|
|
|
97250
97316
|
"immutable": true,
|
|
97251
97317
|
"locationInModule": {
|
|
97252
97318
|
"filename": "src/aws/compute/method.ts",
|
|
97253
|
-
"line":
|
|
97319
|
+
"line": 150
|
|
97254
97320
|
},
|
|
97255
97321
|
"name": "requestValidatorOptions",
|
|
97256
97322
|
"optional": true,
|
|
@@ -97274,7 +97340,7 @@
|
|
|
97274
97340
|
"kind": "interface",
|
|
97275
97341
|
"locationInModule": {
|
|
97276
97342
|
"filename": "src/aws/compute/method.ts",
|
|
97277
|
-
"line":
|
|
97343
|
+
"line": 153
|
|
97278
97344
|
},
|
|
97279
97345
|
"name": "MethodProps",
|
|
97280
97346
|
"namespace": "aws.compute",
|
|
@@ -97288,7 +97354,7 @@
|
|
|
97288
97354
|
"immutable": true,
|
|
97289
97355
|
"locationInModule": {
|
|
97290
97356
|
"filename": "src/aws/compute/method.ts",
|
|
97291
|
-
"line":
|
|
97357
|
+
"line": 163
|
|
97292
97358
|
},
|
|
97293
97359
|
"name": "httpMethod",
|
|
97294
97360
|
"type": {
|
|
@@ -97305,7 +97371,7 @@
|
|
|
97305
97371
|
"immutable": true,
|
|
97306
97372
|
"locationInModule": {
|
|
97307
97373
|
"filename": "src/aws/compute/method.ts",
|
|
97308
|
-
"line":
|
|
97374
|
+
"line": 158
|
|
97309
97375
|
},
|
|
97310
97376
|
"name": "resource",
|
|
97311
97377
|
"type": {
|
|
@@ -97322,7 +97388,7 @@
|
|
|
97322
97388
|
"immutable": true,
|
|
97323
97389
|
"locationInModule": {
|
|
97324
97390
|
"filename": "src/aws/compute/method.ts",
|
|
97325
|
-
"line":
|
|
97391
|
+
"line": 170
|
|
97326
97392
|
},
|
|
97327
97393
|
"name": "integration",
|
|
97328
97394
|
"optional": true,
|
|
@@ -97340,7 +97406,7 @@
|
|
|
97340
97406
|
"immutable": true,
|
|
97341
97407
|
"locationInModule": {
|
|
97342
97408
|
"filename": "src/aws/compute/method.ts",
|
|
97343
|
-
"line":
|
|
97409
|
+
"line": 177
|
|
97344
97410
|
},
|
|
97345
97411
|
"name": "options",
|
|
97346
97412
|
"optional": true,
|
|
@@ -108960,7 +109026,7 @@
|
|
|
108960
109026
|
"kind": "interface",
|
|
108961
109027
|
"locationInModule": {
|
|
108962
109028
|
"filename": "src/aws/compute/code.ts",
|
|
108963
|
-
"line":
|
|
109029
|
+
"line": 534
|
|
108964
109030
|
},
|
|
108965
109031
|
"name": "ResourceBindOptions",
|
|
108966
109032
|
"namespace": "aws.compute",
|
|
@@ -108976,7 +109042,7 @@
|
|
|
108976
109042
|
"immutable": true,
|
|
108977
109043
|
"locationInModule": {
|
|
108978
109044
|
"filename": "src/aws/compute/code.ts",
|
|
108979
|
-
"line":
|
|
109045
|
+
"line": 540
|
|
108980
109046
|
},
|
|
108981
109047
|
"name": "resourceProperty",
|
|
108982
109048
|
"optional": true,
|
|
@@ -112776,7 +112842,7 @@
|
|
|
112776
112842
|
},
|
|
112777
112843
|
"locationInModule": {
|
|
112778
112844
|
"filename": "src/aws/compute/code.ts",
|
|
112779
|
-
"line":
|
|
112845
|
+
"line": 332
|
|
112780
112846
|
},
|
|
112781
112847
|
"parameters": [
|
|
112782
112848
|
{
|
|
@@ -112803,7 +112869,7 @@
|
|
|
112803
112869
|
"kind": "class",
|
|
112804
112870
|
"locationInModule": {
|
|
112805
112871
|
"filename": "src/aws/compute/code.ts",
|
|
112806
|
-
"line":
|
|
112872
|
+
"line": 328
|
|
112807
112873
|
},
|
|
112808
112874
|
"methods": [
|
|
112809
112875
|
{
|
|
@@ -112813,7 +112879,7 @@
|
|
|
112813
112879
|
},
|
|
112814
112880
|
"locationInModule": {
|
|
112815
112881
|
"filename": "src/aws/compute/code.ts",
|
|
112816
|
-
"line":
|
|
112882
|
+
"line": 350
|
|
112817
112883
|
},
|
|
112818
112884
|
"name": "bind",
|
|
112819
112885
|
"overrides": "terraconstructs.aws.compute.Code",
|
|
@@ -112843,7 +112909,7 @@
|
|
|
112843
112909
|
"immutable": true,
|
|
112844
112910
|
"locationInModule": {
|
|
112845
112911
|
"filename": "src/aws/compute/code.ts",
|
|
112846
|
-
"line":
|
|
112912
|
+
"line": 329
|
|
112847
112913
|
},
|
|
112848
112914
|
"name": "isInline",
|
|
112849
112915
|
"overrides": "terraconstructs.aws.compute.Code",
|
|
@@ -112869,7 +112935,7 @@
|
|
|
112869
112935
|
},
|
|
112870
112936
|
"locationInModule": {
|
|
112871
112937
|
"filename": "src/aws/compute/code.ts",
|
|
112872
|
-
"line":
|
|
112938
|
+
"line": 368
|
|
112873
112939
|
},
|
|
112874
112940
|
"parameters": [
|
|
112875
112941
|
{
|
|
@@ -112896,7 +112962,7 @@
|
|
|
112896
112962
|
"kind": "class",
|
|
112897
112963
|
"locationInModule": {
|
|
112898
112964
|
"filename": "src/aws/compute/code.ts",
|
|
112899
|
-
"line":
|
|
112965
|
+
"line": 364
|
|
112900
112966
|
},
|
|
112901
112967
|
"methods": [
|
|
112902
112968
|
{
|
|
@@ -112906,7 +112972,7 @@
|
|
|
112906
112972
|
},
|
|
112907
112973
|
"locationInModule": {
|
|
112908
112974
|
"filename": "src/aws/compute/code.ts",
|
|
112909
|
-
"line":
|
|
112975
|
+
"line": 385
|
|
112910
112976
|
},
|
|
112911
112977
|
"name": "bind",
|
|
112912
112978
|
"overrides": "terraconstructs.aws.compute.Code",
|
|
@@ -112936,7 +113002,7 @@
|
|
|
112936
113002
|
"immutable": true,
|
|
112937
113003
|
"locationInModule": {
|
|
112938
113004
|
"filename": "src/aws/compute/code.ts",
|
|
112939
|
-
"line":
|
|
113005
|
+
"line": 365
|
|
112940
113006
|
},
|
|
112941
113007
|
"name": "isInline",
|
|
112942
113008
|
"overrides": "terraconstructs.aws.compute.Code",
|
|
@@ -124936,7 +125002,7 @@
|
|
|
124936
125002
|
},
|
|
124937
125003
|
"locationInModule": {
|
|
124938
125004
|
"filename": "src/aws/compute/code.ts",
|
|
124939
|
-
"line":
|
|
125005
|
+
"line": 582
|
|
124940
125006
|
},
|
|
124941
125007
|
"parameters": [
|
|
124942
125008
|
{
|
|
@@ -124951,7 +125017,7 @@
|
|
|
124951
125017
|
"kind": "class",
|
|
124952
125018
|
"locationInModule": {
|
|
124953
125019
|
"filename": "src/aws/compute/code.ts",
|
|
124954
|
-
"line":
|
|
125020
|
+
"line": 576
|
|
124955
125021
|
},
|
|
124956
125022
|
"methods": [
|
|
124957
125023
|
{
|
|
@@ -124962,7 +125028,7 @@
|
|
|
124962
125028
|
},
|
|
124963
125029
|
"locationInModule": {
|
|
124964
125030
|
"filename": "src/aws/compute/code.ts",
|
|
124965
|
-
"line":
|
|
125031
|
+
"line": 632
|
|
124966
125032
|
},
|
|
124967
125033
|
"name": "assign",
|
|
124968
125034
|
"parameters": [
|
|
@@ -124994,7 +125060,7 @@
|
|
|
124994
125060
|
},
|
|
124995
125061
|
"locationInModule": {
|
|
124996
125062
|
"filename": "src/aws/compute/code.ts",
|
|
124997
|
-
"line":
|
|
125063
|
+
"line": 590
|
|
124998
125064
|
},
|
|
124999
125065
|
"name": "bind",
|
|
125000
125066
|
"overrides": "terraconstructs.aws.compute.Code",
|
|
@@ -125023,7 +125089,7 @@
|
|
|
125023
125089
|
"immutable": true,
|
|
125024
125090
|
"locationInModule": {
|
|
125025
125091
|
"filename": "src/aws/compute/code.ts",
|
|
125026
|
-
"line":
|
|
125092
|
+
"line": 639
|
|
125027
125093
|
},
|
|
125028
125094
|
"name": "bucketNameVar",
|
|
125029
125095
|
"type": {
|
|
@@ -125038,7 +125104,7 @@
|
|
|
125038
125104
|
"immutable": true,
|
|
125039
125105
|
"locationInModule": {
|
|
125040
125106
|
"filename": "src/aws/compute/code.ts",
|
|
125041
|
-
"line":
|
|
125107
|
+
"line": 577
|
|
125042
125108
|
},
|
|
125043
125109
|
"name": "isInline",
|
|
125044
125110
|
"overrides": "terraconstructs.aws.compute.Code",
|
|
@@ -125053,7 +125119,7 @@
|
|
|
125053
125119
|
"immutable": true,
|
|
125054
125120
|
"locationInModule": {
|
|
125055
125121
|
"filename": "src/aws/compute/code.ts",
|
|
125056
|
-
"line":
|
|
125122
|
+
"line": 650
|
|
125057
125123
|
},
|
|
125058
125124
|
"name": "objectKeyVar",
|
|
125059
125125
|
"type": {
|
|
@@ -125074,7 +125140,7 @@
|
|
|
125074
125140
|
"kind": "interface",
|
|
125075
125141
|
"locationInModule": {
|
|
125076
125142
|
"filename": "src/aws/compute/code.ts",
|
|
125077
|
-
"line":
|
|
125143
|
+
"line": 546
|
|
125078
125144
|
},
|
|
125079
125145
|
"name": "TerraformVariablesCodeProps",
|
|
125080
125146
|
"namespace": "aws.compute",
|
|
@@ -125090,7 +125156,7 @@
|
|
|
125090
125156
|
"immutable": true,
|
|
125091
125157
|
"locationInModule": {
|
|
125092
125158
|
"filename": "src/aws/compute/code.ts",
|
|
125093
|
-
"line":
|
|
125159
|
+
"line": 554
|
|
125094
125160
|
},
|
|
125095
125161
|
"name": "bucketNameVar",
|
|
125096
125162
|
"optional": true,
|
|
@@ -125109,7 +125175,7 @@
|
|
|
125109
125175
|
"immutable": true,
|
|
125110
125176
|
"locationInModule": {
|
|
125111
125177
|
"filename": "src/aws/compute/code.ts",
|
|
125112
|
-
"line":
|
|
125178
|
+
"line": 563
|
|
125113
125179
|
},
|
|
125114
125180
|
"name": "objectKeyVar",
|
|
125115
125181
|
"optional": true,
|
|
@@ -125127,7 +125193,7 @@
|
|
|
125127
125193
|
"immutable": true,
|
|
125128
125194
|
"locationInModule": {
|
|
125129
125195
|
"filename": "src/aws/compute/code.ts",
|
|
125130
|
-
"line":
|
|
125196
|
+
"line": 568
|
|
125131
125197
|
},
|
|
125132
125198
|
"name": "sourceKMSKey",
|
|
125133
125199
|
"optional": true,
|
|
@@ -201190,6 +201256,6 @@
|
|
|
201190
201256
|
"symbolId": "src/aws/storage/notification-targets/queue:QueueDestination"
|
|
201191
201257
|
}
|
|
201192
201258
|
},
|
|
201193
|
-
"version": "0.1.
|
|
201194
|
-
"fingerprint": "
|
|
201259
|
+
"version": "0.1.3",
|
|
201260
|
+
"fingerprint": "SmbfynPDURXcTZAHFUJtf2SIEK6YGzPE6pBexQKqH8M="
|
|
201195
201261
|
}
|