terraconstructs 0.2.3 → 0.2.4
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 +493 -300
- 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.d.ts +16 -0
- package/lib/aws/aws-stack.js +14 -2
- package/lib/aws/aws-tags.js +2 -2
- package/lib/aws/cloudwatch/actions/appscaling.js +1 -1
- package/lib/aws/cloudwatch/actions/ec2.js +1 -1
- package/lib/aws/cloudwatch/actions/lambda.js +1 -1
- package/lib/aws/cloudwatch/actions/sns.js +1 -1
- package/lib/aws/cloudwatch/actions/ssm.js +2 -2
- package/lib/aws/cloudwatch/alarm-base.js +1 -1
- package/lib/aws/cloudwatch/alarm-rule.js +1 -1
- package/lib/aws/cloudwatch/alarm-status-widget.js +1 -1
- package/lib/aws/cloudwatch/alarm.js +1 -1
- package/lib/aws/cloudwatch/composite-alarm.js +1 -1
- package/lib/aws/cloudwatch/dashboard.js +1 -1
- package/lib/aws/cloudwatch/data-protection-policy.js +3 -3
- package/lib/aws/cloudwatch/graph.js +8 -8
- package/lib/aws/cloudwatch/layout.js +3 -3
- package/lib/aws/cloudwatch/log-destinations/kinesis.js +1 -1
- package/lib/aws/cloudwatch/log-destinations/lambda.js +1 -1
- package/lib/aws/cloudwatch/log-group.js +1 -1
- package/lib/aws/cloudwatch/log-query.js +1 -1
- package/lib/aws/cloudwatch/log-stream.js +1 -1
- package/lib/aws/cloudwatch/metric-filter.js +1 -1
- package/lib/aws/cloudwatch/metric.js +2 -2
- package/lib/aws/cloudwatch/pattern.js +3 -3
- package/lib/aws/cloudwatch/policy.js +1 -1
- package/lib/aws/cloudwatch/query-definition.js +2 -2
- package/lib/aws/cloudwatch/stats.js +1 -1
- package/lib/aws/cloudwatch/subscription-filter.js +1 -1
- package/lib/aws/cloudwatch/text.js +1 -1
- package/lib/aws/cloudwatch/variable.js +3 -3
- package/lib/aws/cloudwatch/widget.js +1 -1
- package/lib/aws/compute/access-log.js +4 -4
- package/lib/aws/compute/activity.js +1 -1
- package/lib/aws/compute/alb/application-listener-action.js +1 -1
- package/lib/aws/compute/alb/application-listener-certificate.js +1 -1
- package/lib/aws/compute/alb/application-listener-rule.js +1 -1
- package/lib/aws/compute/alb/application-listener.js +1 -1
- package/lib/aws/compute/alb/application-load-balancer.js +1 -1
- package/lib/aws/compute/alb/application-target-group.js +1 -1
- package/lib/aws/compute/alb/conditions.js +1 -1
- package/lib/aws/compute/alb/trust-store-revocation.js +1 -1
- package/lib/aws/compute/alb/trust-store.js +1 -1
- package/lib/aws/compute/api-definition.js +3 -3
- package/lib/aws/compute/api-key.js +2 -2
- package/lib/aws/compute/architecture.js +1 -1
- package/lib/aws/compute/aspects/require-imdsv2-aspect.js +2 -2
- package/lib/aws/compute/authorizer.js +1 -1
- package/lib/aws/compute/authorizers/identity-source.js +1 -1
- package/lib/aws/compute/authorizers/lambda.js +2 -2
- package/lib/aws/compute/base-path-mapping.js +1 -1
- package/lib/aws/compute/base-scalable-attribute.js +1 -1
- package/lib/aws/compute/bastion-host.js +1 -1
- package/lib/aws/compute/chain.js +1 -1
- package/lib/aws/compute/client-vpn-authorization-rule.js +1 -1
- package/lib/aws/compute/client-vpn-endpoint.js +2 -2
- package/lib/aws/compute/client-vpn-route.js +2 -2
- package/lib/aws/compute/code.js +8 -8
- package/lib/aws/compute/condition.js +1 -1
- package/lib/aws/compute/connections.js +1 -1
- package/lib/aws/compute/cors.js +1 -1
- package/lib/aws/compute/deployment.js +1 -1
- package/lib/aws/compute/domain-name.js +1 -1
- package/lib/aws/compute/event-invoke-config.js +1 -1
- package/lib/aws/compute/event-source-filter.js +2 -2
- package/lib/aws/compute/event-source-mapping.js +1 -1
- package/lib/aws/compute/event-sources/s3-onfailure-destination.js +1 -1
- package/lib/aws/compute/event-sources/s3.js +1 -1
- package/lib/aws/compute/event-sources/sqs-dlq.js +1 -1
- package/lib/aws/compute/event-sources/sqs.js +1 -1
- package/lib/aws/compute/fields.js +4 -4
- package/lib/aws/compute/function-alias.js +1 -1
- package/lib/aws/compute/function-base.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.js +1 -1
- package/lib/aws/compute/model.js +3 -3
- package/lib/aws/compute/nat.js +5 -5
- package/lib/aws/compute/network-acl-types.js +2 -2
- package/lib/aws/compute/network-acl.js +3 -3
- package/lib/aws/compute/nlb/network-listener-action.js +1 -1
- package/lib/aws/compute/nlb/network-listener.js +1 -1
- package/lib/aws/compute/nlb/network-load-balancer.js +1 -1
- package/lib/aws/compute/nlb/network-target-group.js +1 -1
- package/lib/aws/compute/peer.js +1 -1
- package/lib/aws/compute/placement-group.js +1 -1
- package/lib/aws/compute/port.js +1 -1
- package/lib/aws/compute/prefix-list.js +1 -1
- package/lib/aws/compute/requestvalidator.js +1 -1
- package/lib/aws/compute/resource.js +3 -3
- package/lib/aws/compute/restapi.js +3 -3
- package/lib/aws/compute/route.js +10 -9
- 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 +39 -13
- 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.d.ts +47 -4
- package/lib/aws/compute/vpc.js +304 -148
- package/lib/aws/compute/vpn.js +3 -3
- package/lib/aws/context-provider.d.ts +117 -0
- package/lib/aws/context-provider.js +141 -0
- package/lib/aws/cx-api.d.ts +171 -0
- package/lib/aws/cx-api.js +23 -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 +6 -6
- 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 +3 -3
- 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-base.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/sns-grants.generated.js +1 -1
- package/lib/aws/notify/sqs-grants.generated.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/stream-grants.js +1 -1
- package/lib/aws/storage/table-grants.js +1 -1
- package/lib/aws/storage/table.js +3 -3
- package/lib/bundling.js +3 -3
- package/lib/construct-base.js +2 -2
- package/lib/duration.js +1 -1
- package/lib/errors.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.js +1 -1
- 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
|
+
"@aws-cdk/cloud-assembly-schema": "^49.4.0",
|
|
18
19
|
"@aws-cdk/region-info": "^2.233.0",
|
|
19
20
|
"@cdktf/provider-archive": "^11.0.0",
|
|
20
21
|
"@cdktf/provider-aws": "^21.22.0",
|
|
@@ -26,6 +27,36 @@
|
|
|
26
27
|
"constructs": "^10.4.2"
|
|
27
28
|
},
|
|
28
29
|
"dependencyClosure": {
|
|
30
|
+
"@aws-cdk/cloud-assembly-schema": {
|
|
31
|
+
"targets": {
|
|
32
|
+
"dotnet": {
|
|
33
|
+
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/main/logo/default-256-dark.png",
|
|
34
|
+
"namespace": "Amazon.CDK.CloudAssembly.Schema",
|
|
35
|
+
"packageId": "Amazon.CDK.CloudAssembly.Schema"
|
|
36
|
+
},
|
|
37
|
+
"go": {
|
|
38
|
+
"moduleName": "github.com/cdklabs/cloud-assembly-schema-go"
|
|
39
|
+
},
|
|
40
|
+
"java": {
|
|
41
|
+
"maven": {
|
|
42
|
+
"artifactId": "cdk-cloud-assembly-schema",
|
|
43
|
+
"groupId": "software.amazon.awscdk"
|
|
44
|
+
},
|
|
45
|
+
"package": "software.amazon.awscdk.cloudassembly.schema"
|
|
46
|
+
},
|
|
47
|
+
"js": {
|
|
48
|
+
"npm": "@aws-cdk/cloud-assembly-schema"
|
|
49
|
+
},
|
|
50
|
+
"python": {
|
|
51
|
+
"classifiers": [
|
|
52
|
+
"Framework :: AWS CDK",
|
|
53
|
+
"Framework :: AWS CDK :: 2"
|
|
54
|
+
],
|
|
55
|
+
"distName": "aws-cdk.cloud-assembly-schema",
|
|
56
|
+
"module": "aws_cdk.cloud_assembly_schema"
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
},
|
|
29
60
|
"@aws-cdk/region-info": {
|
|
30
61
|
"targets": {
|
|
31
62
|
"dotnet": {
|
|
@@ -17267,7 +17298,7 @@
|
|
|
17267
17298
|
},
|
|
17268
17299
|
"locationInModule": {
|
|
17269
17300
|
"filename": "src/aws/aws-stack.ts",
|
|
17270
|
-
"line":
|
|
17301
|
+
"line": 184
|
|
17271
17302
|
},
|
|
17272
17303
|
"parameters": [
|
|
17273
17304
|
{
|
|
@@ -17299,7 +17330,7 @@
|
|
|
17299
17330
|
"kind": "class",
|
|
17300
17331
|
"locationInModule": {
|
|
17301
17332
|
"filename": "src/aws/aws-stack.ts",
|
|
17302
|
-
"line":
|
|
17333
|
+
"line": 117
|
|
17303
17334
|
},
|
|
17304
17335
|
"methods": [
|
|
17305
17336
|
{
|
|
@@ -17310,7 +17341,7 @@
|
|
|
17310
17341
|
},
|
|
17311
17342
|
"locationInModule": {
|
|
17312
17343
|
"filename": "src/aws/aws-stack.ts",
|
|
17313
|
-
"line":
|
|
17344
|
+
"line": 125
|
|
17314
17345
|
},
|
|
17315
17346
|
"name": "isAwsStack",
|
|
17316
17347
|
"parameters": [
|
|
@@ -17336,7 +17367,7 @@
|
|
|
17336
17367
|
},
|
|
17337
17368
|
"locationInModule": {
|
|
17338
17369
|
"filename": "src/aws/aws-stack.ts",
|
|
17339
|
-
"line":
|
|
17370
|
+
"line": 135
|
|
17340
17371
|
},
|
|
17341
17372
|
"name": "ofAwsConstruct",
|
|
17342
17373
|
"parameters": [
|
|
@@ -17364,7 +17395,7 @@
|
|
|
17364
17395
|
},
|
|
17365
17396
|
"locationInModule": {
|
|
17366
17397
|
"filename": "src/aws/aws-stack.ts",
|
|
17367
|
-
"line":
|
|
17398
|
+
"line": 533
|
|
17368
17399
|
},
|
|
17369
17400
|
"name": "addDockerImageAsset",
|
|
17370
17401
|
"overrides": "terraconstructs.aws.IAwsStack",
|
|
@@ -17389,7 +17420,7 @@
|
|
|
17389
17420
|
},
|
|
17390
17421
|
"locationInModule": {
|
|
17391
17422
|
"filename": "src/aws/aws-stack.ts",
|
|
17392
|
-
"line":
|
|
17423
|
+
"line": 526
|
|
17393
17424
|
},
|
|
17394
17425
|
"name": "addFileAsset",
|
|
17395
17426
|
"overrides": "terraconstructs.aws.IAwsStack",
|
|
@@ -17415,7 +17446,7 @@
|
|
|
17415
17446
|
},
|
|
17416
17447
|
"locationInModule": {
|
|
17417
17448
|
"filename": "src/aws/aws-stack.ts",
|
|
17418
|
-
"line":
|
|
17449
|
+
"line": 513
|
|
17419
17450
|
},
|
|
17420
17451
|
"name": "availabilityZones",
|
|
17421
17452
|
"parameters": [
|
|
@@ -17449,7 +17480,7 @@
|
|
|
17449
17480
|
},
|
|
17450
17481
|
"locationInModule": {
|
|
17451
17482
|
"filename": "src/aws/aws-stack.ts",
|
|
17452
|
-
"line":
|
|
17483
|
+
"line": 424
|
|
17453
17484
|
},
|
|
17454
17485
|
"name": "formatArn",
|
|
17455
17486
|
"parameters": [
|
|
@@ -17476,7 +17507,7 @@
|
|
|
17476
17507
|
},
|
|
17477
17508
|
"locationInModule": {
|
|
17478
17509
|
"filename": "src/aws/aws-stack.ts",
|
|
17479
|
-
"line":
|
|
17510
|
+
"line": 468
|
|
17480
17511
|
},
|
|
17481
17512
|
"name": "parseArn",
|
|
17482
17513
|
"parameters": [
|
|
@@ -17525,7 +17556,7 @@
|
|
|
17525
17556
|
},
|
|
17526
17557
|
"locationInModule": {
|
|
17527
17558
|
"filename": "src/aws/aws-stack.ts",
|
|
17528
|
-
"line":
|
|
17559
|
+
"line": 579
|
|
17529
17560
|
},
|
|
17530
17561
|
"name": "regionalFact",
|
|
17531
17562
|
"parameters": [
|
|
@@ -17549,6 +17580,29 @@
|
|
|
17549
17580
|
}
|
|
17550
17581
|
}
|
|
17551
17582
|
},
|
|
17583
|
+
{
|
|
17584
|
+
"docs": {
|
|
17585
|
+
"remarks": "Contains instructions which will be emitted into the cloud assembly on how\nthe key should be supplied.",
|
|
17586
|
+
"stability": "stable",
|
|
17587
|
+
"summary": "Indicate that a context key was expected."
|
|
17588
|
+
},
|
|
17589
|
+
"locationInModule": {
|
|
17590
|
+
"filename": "src/aws/aws-stack.ts",
|
|
17591
|
+
"line": 556
|
|
17592
|
+
},
|
|
17593
|
+
"name": "reportMissingContextKey",
|
|
17594
|
+
"parameters": [
|
|
17595
|
+
{
|
|
17596
|
+
"docs": {
|
|
17597
|
+
"summary": "The set of parameters needed to obtain the context."
|
|
17598
|
+
},
|
|
17599
|
+
"name": "report",
|
|
17600
|
+
"type": {
|
|
17601
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.MissingContext"
|
|
17602
|
+
}
|
|
17603
|
+
}
|
|
17604
|
+
]
|
|
17605
|
+
},
|
|
17552
17606
|
{
|
|
17553
17607
|
"docs": {
|
|
17554
17608
|
"remarks": "Some service principal names used to be different for different partitions,\nand some were not.\n\nThese days all service principal names are standardized, and they are all\nof the form `<servicename>.amazonaws.com`.\n\nTo avoid breaking changes, handling is provided for services added with the formats below,\nhowever, no additional handling will be added for new regions or partitions.\n - s3\n - s3.amazonaws.com\n - s3.amazonaws.com.cn\n - s3.c2s.ic.gov\n - s3.sc2s.sgov.gov",
|
|
@@ -17557,7 +17611,7 @@
|
|
|
17557
17611
|
},
|
|
17558
17612
|
"locationInModule": {
|
|
17559
17613
|
"filename": "src/aws/aws-stack.ts",
|
|
17560
|
-
"line":
|
|
17614
|
+
"line": 365
|
|
17561
17615
|
},
|
|
17562
17616
|
"name": "servicePrincipalName",
|
|
17563
17617
|
"overrides": "terraconstructs.aws.IAwsStack",
|
|
@@ -17596,7 +17650,7 @@
|
|
|
17596
17650
|
},
|
|
17597
17651
|
"locationInModule": {
|
|
17598
17652
|
"filename": "src/aws/aws-stack.ts",
|
|
17599
|
-
"line":
|
|
17653
|
+
"line": 486
|
|
17600
17654
|
},
|
|
17601
17655
|
"name": "splitArn",
|
|
17602
17656
|
"parameters": [
|
|
@@ -17637,7 +17691,7 @@
|
|
|
17637
17691
|
"immutable": true,
|
|
17638
17692
|
"locationInModule": {
|
|
17639
17693
|
"filename": "src/aws/aws-stack.ts",
|
|
17640
|
-
"line":
|
|
17694
|
+
"line": 318
|
|
17641
17695
|
},
|
|
17642
17696
|
"name": "account",
|
|
17643
17697
|
"overrides": "terraconstructs.aws.IAwsStack",
|
|
@@ -17654,7 +17708,7 @@
|
|
|
17654
17708
|
"immutable": true,
|
|
17655
17709
|
"locationInModule": {
|
|
17656
17710
|
"filename": "src/aws/aws-stack.ts",
|
|
17657
|
-
"line":
|
|
17711
|
+
"line": 500
|
|
17658
17712
|
},
|
|
17659
17713
|
"name": "availabilityZoneIterator",
|
|
17660
17714
|
"type": {
|
|
@@ -17669,7 +17723,7 @@
|
|
|
17669
17723
|
"immutable": true,
|
|
17670
17724
|
"locationInModule": {
|
|
17671
17725
|
"filename": "src/aws/aws-stack.ts",
|
|
17672
|
-
"line":
|
|
17726
|
+
"line": 328
|
|
17673
17727
|
},
|
|
17674
17728
|
"name": "partition",
|
|
17675
17729
|
"overrides": "terraconstructs.aws.IAwsStack",
|
|
@@ -17684,7 +17738,7 @@
|
|
|
17684
17738
|
"immutable": true,
|
|
17685
17739
|
"locationInModule": {
|
|
17686
17740
|
"filename": "src/aws/aws-stack.ts",
|
|
17687
|
-
"line":
|
|
17741
|
+
"line": 225
|
|
17688
17742
|
},
|
|
17689
17743
|
"name": "provider",
|
|
17690
17744
|
"type": {
|
|
@@ -17699,7 +17753,7 @@
|
|
|
17699
17753
|
"immutable": true,
|
|
17700
17754
|
"locationInModule": {
|
|
17701
17755
|
"filename": "src/aws/aws-stack.ts",
|
|
17702
|
-
"line":
|
|
17756
|
+
"line": 232
|
|
17703
17757
|
},
|
|
17704
17758
|
"name": "region",
|
|
17705
17759
|
"overrides": "terraconstructs.aws.IAwsStack",
|
|
@@ -17715,7 +17769,7 @@
|
|
|
17715
17769
|
"immutable": true,
|
|
17716
17770
|
"locationInModule": {
|
|
17717
17771
|
"filename": "src/aws/aws-stack.ts",
|
|
17718
|
-
"line":
|
|
17772
|
+
"line": 338
|
|
17719
17773
|
},
|
|
17720
17774
|
"name": "urlSuffix",
|
|
17721
17775
|
"type": {
|
|
@@ -17738,7 +17792,7 @@
|
|
|
17738
17792
|
"kind": "interface",
|
|
17739
17793
|
"locationInModule": {
|
|
17740
17794
|
"filename": "src/aws/aws-stack.ts",
|
|
17741
|
-
"line":
|
|
17795
|
+
"line": 40
|
|
17742
17796
|
},
|
|
17743
17797
|
"name": "AwsStackProps",
|
|
17744
17798
|
"namespace": "aws",
|
|
@@ -17753,7 +17807,7 @@
|
|
|
17753
17807
|
"immutable": true,
|
|
17754
17808
|
"locationInModule": {
|
|
17755
17809
|
"filename": "src/aws/aws-stack.ts",
|
|
17756
|
-
"line":
|
|
17810
|
+
"line": 51
|
|
17757
17811
|
},
|
|
17758
17812
|
"name": "assetManager",
|
|
17759
17813
|
"optional": true,
|
|
@@ -17772,7 +17826,7 @@
|
|
|
17772
17826
|
"immutable": true,
|
|
17773
17827
|
"locationInModule": {
|
|
17774
17828
|
"filename": "src/aws/aws-stack.ts",
|
|
17775
|
-
"line":
|
|
17829
|
+
"line": 60
|
|
17776
17830
|
},
|
|
17777
17831
|
"name": "assetOptions",
|
|
17778
17832
|
"optional": true,
|
|
@@ -17789,7 +17843,7 @@
|
|
|
17789
17843
|
"immutable": true,
|
|
17790
17844
|
"locationInModule": {
|
|
17791
17845
|
"filename": "src/aws/aws-stack.ts",
|
|
17792
|
-
"line":
|
|
17846
|
+
"line": 44
|
|
17793
17847
|
},
|
|
17794
17848
|
"name": "providerConfig",
|
|
17795
17849
|
"optional": true,
|
|
@@ -17938,7 +17992,7 @@
|
|
|
17938
17992
|
"kind": "interface",
|
|
17939
17993
|
"locationInModule": {
|
|
17940
17994
|
"filename": "src/aws/aws-stack.ts",
|
|
17941
|
-
"line":
|
|
17995
|
+
"line": 64
|
|
17942
17996
|
},
|
|
17943
17997
|
"methods": [
|
|
17944
17998
|
{
|
|
@@ -17949,7 +18003,7 @@
|
|
|
17949
18003
|
},
|
|
17950
18004
|
"locationInModule": {
|
|
17951
18005
|
"filename": "src/aws/aws-stack.ts",
|
|
17952
|
-
"line":
|
|
18006
|
+
"line": 98
|
|
17953
18007
|
},
|
|
17954
18008
|
"name": "addDockerImageAsset",
|
|
17955
18009
|
"parameters": [
|
|
@@ -17974,7 +18028,7 @@
|
|
|
17974
18028
|
},
|
|
17975
18029
|
"locationInModule": {
|
|
17976
18030
|
"filename": "src/aws/aws-stack.ts",
|
|
17977
|
-
"line":
|
|
18031
|
+
"line": 93
|
|
17978
18032
|
},
|
|
17979
18033
|
"name": "addFileAsset",
|
|
17980
18034
|
"parameters": [
|
|
@@ -17999,7 +18053,7 @@
|
|
|
17999
18053
|
},
|
|
18000
18054
|
"locationInModule": {
|
|
18001
18055
|
"filename": "src/aws/aws-stack.ts",
|
|
18002
|
-
"line":
|
|
18056
|
+
"line": 84
|
|
18003
18057
|
},
|
|
18004
18058
|
"name": "servicePrincipalName",
|
|
18005
18059
|
"parameters": [
|
|
@@ -18042,7 +18096,7 @@
|
|
|
18042
18096
|
"immutable": true,
|
|
18043
18097
|
"locationInModule": {
|
|
18044
18098
|
"filename": "src/aws/aws-stack.ts",
|
|
18045
|
-
"line":
|
|
18099
|
+
"line": 72
|
|
18046
18100
|
},
|
|
18047
18101
|
"name": "account",
|
|
18048
18102
|
"type": {
|
|
@@ -18058,7 +18112,7 @@
|
|
|
18058
18112
|
"immutable": true,
|
|
18059
18113
|
"locationInModule": {
|
|
18060
18114
|
"filename": "src/aws/aws-stack.ts",
|
|
18061
|
-
"line":
|
|
18115
|
+
"line": 76
|
|
18062
18116
|
},
|
|
18063
18117
|
"name": "partition",
|
|
18064
18118
|
"type": {
|
|
@@ -18074,7 +18128,7 @@
|
|
|
18074
18128
|
"immutable": true,
|
|
18075
18129
|
"locationInModule": {
|
|
18076
18130
|
"filename": "src/aws/aws-stack.ts",
|
|
18077
|
-
"line":
|
|
18131
|
+
"line": 68
|
|
18078
18132
|
},
|
|
18079
18133
|
"name": "region",
|
|
18080
18134
|
"type": {
|
|
@@ -38159,7 +38213,7 @@
|
|
|
38159
38213
|
"kind": "interface",
|
|
38160
38214
|
"locationInModule": {
|
|
38161
38215
|
"filename": "src/aws/compute/vpc.ts",
|
|
38162
|
-
"line":
|
|
38216
|
+
"line": 2798
|
|
38163
38217
|
},
|
|
38164
38218
|
"name": "AddRouteOptions",
|
|
38165
38219
|
"namespace": "aws.compute",
|
|
@@ -38174,7 +38228,7 @@
|
|
|
38174
38228
|
"immutable": true,
|
|
38175
38229
|
"locationInModule": {
|
|
38176
38230
|
"filename": "src/aws/compute/vpc.ts",
|
|
38177
|
-
"line":
|
|
38231
|
+
"line": 2823
|
|
38178
38232
|
},
|
|
38179
38233
|
"name": "routerId",
|
|
38180
38234
|
"type": {
|
|
@@ -38190,7 +38244,7 @@
|
|
|
38190
38244
|
"immutable": true,
|
|
38191
38245
|
"locationInModule": {
|
|
38192
38246
|
"filename": "src/aws/compute/vpc.ts",
|
|
38193
|
-
"line":
|
|
38247
|
+
"line": 2816
|
|
38194
38248
|
},
|
|
38195
38249
|
"name": "routerType",
|
|
38196
38250
|
"type": {
|
|
@@ -38207,7 +38261,7 @@
|
|
|
38207
38261
|
"immutable": true,
|
|
38208
38262
|
"locationInModule": {
|
|
38209
38263
|
"filename": "src/aws/compute/vpc.ts",
|
|
38210
|
-
"line":
|
|
38264
|
+
"line": 2804
|
|
38211
38265
|
},
|
|
38212
38266
|
"name": "destinationCidrBlock",
|
|
38213
38267
|
"optional": true,
|
|
@@ -38225,7 +38279,7 @@
|
|
|
38225
38279
|
"immutable": true,
|
|
38226
38280
|
"locationInModule": {
|
|
38227
38281
|
"filename": "src/aws/compute/vpc.ts",
|
|
38228
|
-
"line":
|
|
38282
|
+
"line": 2811
|
|
38229
38283
|
},
|
|
38230
38284
|
"name": "destinationIpv6CidrBlock",
|
|
38231
38285
|
"optional": true,
|
|
@@ -38244,7 +38298,7 @@
|
|
|
38244
38298
|
"immutable": true,
|
|
38245
38299
|
"locationInModule": {
|
|
38246
38300
|
"filename": "src/aws/compute/vpc.ts",
|
|
38247
|
-
"line":
|
|
38301
|
+
"line": 2833
|
|
38248
38302
|
},
|
|
38249
38303
|
"name": "enablesInternetConnectivity",
|
|
38250
38304
|
"optional": true,
|
|
@@ -54464,7 +54518,7 @@
|
|
|
54464
54518
|
"kind": "interface",
|
|
54465
54519
|
"locationInModule": {
|
|
54466
54520
|
"filename": "src/aws/compute/security-group.ts",
|
|
54467
|
-
"line":
|
|
54521
|
+
"line": 946
|
|
54468
54522
|
},
|
|
54469
54523
|
"name": "ConnectionRule",
|
|
54470
54524
|
"namespace": "aws.compute",
|
|
@@ -54479,7 +54533,7 @@
|
|
|
54479
54533
|
"immutable": true,
|
|
54480
54534
|
"locationInModule": {
|
|
54481
54535
|
"filename": "src/aws/compute/security-group.ts",
|
|
54482
|
-
"line":
|
|
54536
|
+
"line": 966
|
|
54483
54537
|
},
|
|
54484
54538
|
"name": "fromPort",
|
|
54485
54539
|
"type": {
|
|
@@ -54497,7 +54551,7 @@
|
|
|
54497
54551
|
"immutable": true,
|
|
54498
54552
|
"locationInModule": {
|
|
54499
54553
|
"filename": "src/aws/compute/security-group.ts",
|
|
54500
|
-
"line":
|
|
54554
|
+
"line": 984
|
|
54501
54555
|
},
|
|
54502
54556
|
"name": "description",
|
|
54503
54557
|
"optional": true,
|
|
@@ -54516,7 +54570,7 @@
|
|
|
54516
54570
|
"immutable": true,
|
|
54517
54571
|
"locationInModule": {
|
|
54518
54572
|
"filename": "src/aws/compute/security-group.ts",
|
|
54519
|
-
"line":
|
|
54573
|
+
"line": 958
|
|
54520
54574
|
},
|
|
54521
54575
|
"name": "protocol",
|
|
54522
54576
|
"optional": true,
|
|
@@ -54535,7 +54589,7 @@
|
|
|
54535
54589
|
"immutable": true,
|
|
54536
54590
|
"locationInModule": {
|
|
54537
54591
|
"filename": "src/aws/compute/security-group.ts",
|
|
54538
|
-
"line":
|
|
54592
|
+
"line": 976
|
|
54539
54593
|
},
|
|
54540
54594
|
"name": "toPort",
|
|
54541
54595
|
"optional": true,
|
|
@@ -56341,7 +56395,7 @@
|
|
|
56341
56395
|
"kind": "enum",
|
|
56342
56396
|
"locationInModule": {
|
|
56343
56397
|
"filename": "src/aws/compute/vpc.ts",
|
|
56344
|
-
"line":
|
|
56398
|
+
"line": 1439
|
|
56345
56399
|
},
|
|
56346
56400
|
"members": [
|
|
56347
56401
|
{
|
|
@@ -70702,7 +70756,7 @@
|
|
|
70702
70756
|
"kind": "interface",
|
|
70703
70757
|
"locationInModule": {
|
|
70704
70758
|
"filename": "src/aws/compute/vpc.ts",
|
|
70705
|
-
"line":
|
|
70759
|
+
"line": 2965
|
|
70706
70760
|
},
|
|
70707
70761
|
"name": "IPrivateSubnet",
|
|
70708
70762
|
"namespace": "aws.compute",
|
|
@@ -70720,7 +70774,7 @@
|
|
|
70720
70774
|
"kind": "interface",
|
|
70721
70775
|
"locationInModule": {
|
|
70722
70776
|
"filename": "src/aws/compute/vpc.ts",
|
|
70723
|
-
"line":
|
|
70777
|
+
"line": 2917
|
|
70724
70778
|
},
|
|
70725
70779
|
"name": "IPublicSubnet",
|
|
70726
70780
|
"namespace": "aws.compute",
|
|
@@ -71320,7 +71374,7 @@
|
|
|
71320
71374
|
"kind": "interface",
|
|
71321
71375
|
"locationInModule": {
|
|
71322
71376
|
"filename": "src/aws/compute/vpc.ts",
|
|
71323
|
-
"line":
|
|
71377
|
+
"line": 168
|
|
71324
71378
|
},
|
|
71325
71379
|
"name": "IRouteTable",
|
|
71326
71380
|
"namespace": "aws.compute",
|
|
@@ -71334,7 +71388,7 @@
|
|
|
71334
71388
|
"immutable": true,
|
|
71335
71389
|
"locationInModule": {
|
|
71336
71390
|
"filename": "src/aws/compute/vpc.ts",
|
|
71337
|
-
"line":
|
|
71391
|
+
"line": 172
|
|
71338
71392
|
},
|
|
71339
71393
|
"name": "routeTableId",
|
|
71340
71394
|
"type": {
|
|
@@ -71600,7 +71654,7 @@
|
|
|
71600
71654
|
"kind": "interface",
|
|
71601
71655
|
"locationInModule": {
|
|
71602
71656
|
"filename": "src/aws/compute/security-group.ts",
|
|
71603
|
-
"line":
|
|
71657
|
+
"line": 48
|
|
71604
71658
|
},
|
|
71605
71659
|
"methods": [
|
|
71606
71660
|
{
|
|
@@ -71612,7 +71666,7 @@
|
|
|
71612
71666
|
},
|
|
71613
71667
|
"locationInModule": {
|
|
71614
71668
|
"filename": "src/aws/compute/security-group.ts",
|
|
71615
|
-
"line":
|
|
71669
|
+
"line": 88
|
|
71616
71670
|
},
|
|
71617
71671
|
"name": "addEgressRule",
|
|
71618
71672
|
"parameters": [
|
|
@@ -71653,7 +71707,7 @@
|
|
|
71653
71707
|
},
|
|
71654
71708
|
"locationInModule": {
|
|
71655
71709
|
"filename": "src/aws/compute/security-group.ts",
|
|
71656
|
-
"line":
|
|
71710
|
+
"line": 72
|
|
71657
71711
|
},
|
|
71658
71712
|
"name": "addIngressRule",
|
|
71659
71713
|
"parameters": [
|
|
@@ -71698,7 +71752,7 @@
|
|
|
71698
71752
|
"immutable": true,
|
|
71699
71753
|
"locationInModule": {
|
|
71700
71754
|
"filename": "src/aws/compute/security-group.ts",
|
|
71701
|
-
"line":
|
|
71755
|
+
"line": 61
|
|
71702
71756
|
},
|
|
71703
71757
|
"name": "allowAllOutbound",
|
|
71704
71758
|
"type": {
|
|
@@ -71717,7 +71771,7 @@
|
|
|
71717
71771
|
"immutable": true,
|
|
71718
71772
|
"locationInModule": {
|
|
71719
71773
|
"filename": "src/aws/compute/security-group.ts",
|
|
71720
|
-
"line":
|
|
71774
|
+
"line": 56
|
|
71721
71775
|
},
|
|
71722
71776
|
"name": "securityGroupId",
|
|
71723
71777
|
"type": {
|
|
@@ -71733,7 +71787,7 @@
|
|
|
71733
71787
|
"immutable": true,
|
|
71734
71788
|
"locationInModule": {
|
|
71735
71789
|
"filename": "src/aws/compute/security-group.ts",
|
|
71736
|
-
"line":
|
|
71790
|
+
"line": 50
|
|
71737
71791
|
},
|
|
71738
71792
|
"name": "securityGroupOutputs",
|
|
71739
71793
|
"type": {
|
|
@@ -72406,7 +72460,7 @@
|
|
|
72406
72460
|
"kind": "interface",
|
|
72407
72461
|
"locationInModule": {
|
|
72408
72462
|
"filename": "src/aws/compute/vpc.ts",
|
|
72409
|
-
"line":
|
|
72463
|
+
"line": 116
|
|
72410
72464
|
},
|
|
72411
72465
|
"methods": [
|
|
72412
72466
|
{
|
|
@@ -72417,7 +72471,7 @@
|
|
|
72417
72471
|
},
|
|
72418
72472
|
"locationInModule": {
|
|
72419
72473
|
"filename": "src/aws/compute/vpc.ts",
|
|
72420
|
-
"line":
|
|
72474
|
+
"line": 151
|
|
72421
72475
|
},
|
|
72422
72476
|
"name": "associateNetworkAcl",
|
|
72423
72477
|
"parameters": [
|
|
@@ -72451,7 +72505,7 @@
|
|
|
72451
72505
|
"immutable": true,
|
|
72452
72506
|
"locationInModule": {
|
|
72453
72507
|
"filename": "src/aws/compute/vpc.ts",
|
|
72454
|
-
"line":
|
|
72508
|
+
"line": 123
|
|
72455
72509
|
},
|
|
72456
72510
|
"name": "availabilityZone",
|
|
72457
72511
|
"type": {
|
|
@@ -72467,7 +72521,7 @@
|
|
|
72467
72521
|
"immutable": true,
|
|
72468
72522
|
"locationInModule": {
|
|
72469
72523
|
"filename": "src/aws/compute/vpc.ts",
|
|
72470
|
-
"line":
|
|
72524
|
+
"line": 134
|
|
72471
72525
|
},
|
|
72472
72526
|
"name": "internetConnectivityEstablished",
|
|
72473
72527
|
"type": {
|
|
@@ -72483,7 +72537,7 @@
|
|
|
72483
72537
|
"immutable": true,
|
|
72484
72538
|
"locationInModule": {
|
|
72485
72539
|
"filename": "src/aws/compute/vpc.ts",
|
|
72486
|
-
"line":
|
|
72540
|
+
"line": 139
|
|
72487
72541
|
},
|
|
72488
72542
|
"name": "ipv4CidrBlock",
|
|
72489
72543
|
"type": {
|
|
@@ -72499,7 +72553,7 @@
|
|
|
72499
72553
|
"immutable": true,
|
|
72500
72554
|
"locationInModule": {
|
|
72501
72555
|
"filename": "src/aws/compute/vpc.ts",
|
|
72502
|
-
"line":
|
|
72556
|
+
"line": 144
|
|
72503
72557
|
},
|
|
72504
72558
|
"name": "routeTable",
|
|
72505
72559
|
"type": {
|
|
@@ -72518,7 +72572,7 @@
|
|
|
72518
72572
|
"immutable": true,
|
|
72519
72573
|
"locationInModule": {
|
|
72520
72574
|
"filename": "src/aws/compute/vpc.ts",
|
|
72521
|
-
"line":
|
|
72575
|
+
"line": 129
|
|
72522
72576
|
},
|
|
72523
72577
|
"name": "subnetId",
|
|
72524
72578
|
"type": {
|
|
@@ -72534,7 +72588,7 @@
|
|
|
72534
72588
|
"immutable": true,
|
|
72535
72589
|
"locationInModule": {
|
|
72536
72590
|
"filename": "src/aws/compute/vpc.ts",
|
|
72537
|
-
"line":
|
|
72591
|
+
"line": 118
|
|
72538
72592
|
},
|
|
72539
72593
|
"name": "subnetOutputs",
|
|
72540
72594
|
"type": {
|
|
@@ -73154,7 +73208,7 @@
|
|
|
73154
73208
|
"kind": "interface",
|
|
73155
73209
|
"locationInModule": {
|
|
73156
73210
|
"filename": "src/aws/compute/vpc.ts",
|
|
73157
|
-
"line":
|
|
73211
|
+
"line": 234
|
|
73158
73212
|
},
|
|
73159
73213
|
"methods": [
|
|
73160
73214
|
{
|
|
@@ -73165,7 +73219,7 @@
|
|
|
73165
73219
|
},
|
|
73166
73220
|
"locationInModule": {
|
|
73167
73221
|
"filename": "src/aws/compute/vpc.ts",
|
|
73168
|
-
"line":
|
|
73222
|
+
"line": 308
|
|
73169
73223
|
},
|
|
73170
73224
|
"name": "addClientVpnEndpoint",
|
|
73171
73225
|
"parameters": [
|
|
@@ -73196,7 +73250,7 @@
|
|
|
73196
73250
|
},
|
|
73197
73251
|
"locationInModule": {
|
|
73198
73252
|
"filename": "src/aws/compute/vpc.ts",
|
|
73199
|
-
"line":
|
|
73253
|
+
"line": 332
|
|
73200
73254
|
},
|
|
73201
73255
|
"name": "addFlowLog",
|
|
73202
73256
|
"parameters": [
|
|
@@ -73228,7 +73282,7 @@
|
|
|
73228
73282
|
},
|
|
73229
73283
|
"locationInModule": {
|
|
73230
73284
|
"filename": "src/aws/compute/vpc.ts",
|
|
73231
|
-
"line":
|
|
73285
|
+
"line": 316
|
|
73232
73286
|
},
|
|
73233
73287
|
"name": "addGatewayEndpoint",
|
|
73234
73288
|
"parameters": [
|
|
@@ -73259,7 +73313,7 @@
|
|
|
73259
73313
|
},
|
|
73260
73314
|
"locationInModule": {
|
|
73261
73315
|
"filename": "src/aws/compute/vpc.ts",
|
|
73262
|
-
"line":
|
|
73316
|
+
"line": 324
|
|
73263
73317
|
},
|
|
73264
73318
|
"name": "addInterfaceEndpoint",
|
|
73265
73319
|
"parameters": [
|
|
@@ -73290,7 +73344,7 @@
|
|
|
73290
73344
|
},
|
|
73291
73345
|
"locationInModule": {
|
|
73292
73346
|
"filename": "src/aws/compute/vpc.ts",
|
|
73293
|
-
"line":
|
|
73347
|
+
"line": 303
|
|
73294
73348
|
},
|
|
73295
73349
|
"name": "addVpnConnection",
|
|
73296
73350
|
"parameters": [
|
|
@@ -73321,7 +73375,7 @@
|
|
|
73321
73375
|
},
|
|
73322
73376
|
"locationInModule": {
|
|
73323
73377
|
"filename": "src/aws/compute/vpc.ts",
|
|
73324
|
-
"line":
|
|
73378
|
+
"line": 298
|
|
73325
73379
|
},
|
|
73326
73380
|
"name": "enableVpnGateway",
|
|
73327
73381
|
"parameters": [
|
|
@@ -73342,7 +73396,7 @@
|
|
|
73342
73396
|
},
|
|
73343
73397
|
"locationInModule": {
|
|
73344
73398
|
"filename": "src/aws/compute/vpc.ts",
|
|
73345
|
-
"line":
|
|
73399
|
+
"line": 293
|
|
73346
73400
|
},
|
|
73347
73401
|
"name": "selectSubnets",
|
|
73348
73402
|
"parameters": [
|
|
@@ -73373,7 +73427,7 @@
|
|
|
73373
73427
|
"immutable": true,
|
|
73374
73428
|
"locationInModule": {
|
|
73375
73429
|
"filename": "src/aws/compute/vpc.ts",
|
|
73376
|
-
"line":
|
|
73430
|
+
"line": 275
|
|
73377
73431
|
},
|
|
73378
73432
|
"name": "availabilityZones",
|
|
73379
73433
|
"type": {
|
|
@@ -73394,7 +73448,7 @@
|
|
|
73394
73448
|
"immutable": true,
|
|
73395
73449
|
"locationInModule": {
|
|
73396
73450
|
"filename": "src/aws/compute/vpc.ts",
|
|
73397
|
-
"line":
|
|
73451
|
+
"line": 285
|
|
73398
73452
|
},
|
|
73399
73453
|
"name": "internetConnectivityEstablished",
|
|
73400
73454
|
"type": {
|
|
@@ -73410,7 +73464,7 @@
|
|
|
73410
73464
|
"immutable": true,
|
|
73411
73465
|
"locationInModule": {
|
|
73412
73466
|
"filename": "src/aws/compute/vpc.ts",
|
|
73413
|
-
"line":
|
|
73467
|
+
"line": 270
|
|
73414
73468
|
},
|
|
73415
73469
|
"name": "isolatedSubnets",
|
|
73416
73470
|
"type": {
|
|
@@ -73431,7 +73485,7 @@
|
|
|
73431
73485
|
"immutable": true,
|
|
73432
73486
|
"locationInModule": {
|
|
73433
73487
|
"filename": "src/aws/compute/vpc.ts",
|
|
73434
|
-
"line":
|
|
73488
|
+
"line": 265
|
|
73435
73489
|
},
|
|
73436
73490
|
"name": "privateSubnets",
|
|
73437
73491
|
"type": {
|
|
@@ -73452,7 +73506,7 @@
|
|
|
73452
73506
|
"immutable": true,
|
|
73453
73507
|
"locationInModule": {
|
|
73454
73508
|
"filename": "src/aws/compute/vpc.ts",
|
|
73455
|
-
"line":
|
|
73509
|
+
"line": 260
|
|
73456
73510
|
},
|
|
73457
73511
|
"name": "publicSubnets",
|
|
73458
73512
|
"type": {
|
|
@@ -73476,7 +73530,7 @@
|
|
|
73476
73530
|
"immutable": true,
|
|
73477
73531
|
"locationInModule": {
|
|
73478
73532
|
"filename": "src/aws/compute/vpc.ts",
|
|
73479
|
-
"line":
|
|
73533
|
+
"line": 248
|
|
73480
73534
|
},
|
|
73481
73535
|
"name": "vpcArn",
|
|
73482
73536
|
"type": {
|
|
@@ -73495,7 +73549,7 @@
|
|
|
73495
73549
|
"immutable": true,
|
|
73496
73550
|
"locationInModule": {
|
|
73497
73551
|
"filename": "src/aws/compute/vpc.ts",
|
|
73498
|
-
"line":
|
|
73552
|
+
"line": 255
|
|
73499
73553
|
},
|
|
73500
73554
|
"name": "vpcCidrBlock",
|
|
73501
73555
|
"type": {
|
|
@@ -73514,7 +73568,7 @@
|
|
|
73514
73568
|
"immutable": true,
|
|
73515
73569
|
"locationInModule": {
|
|
73516
73570
|
"filename": "src/aws/compute/vpc.ts",
|
|
73517
|
-
"line":
|
|
73571
|
+
"line": 242
|
|
73518
73572
|
},
|
|
73519
73573
|
"name": "vpcId",
|
|
73520
73574
|
"type": {
|
|
@@ -73530,7 +73584,7 @@
|
|
|
73530
73584
|
"immutable": true,
|
|
73531
73585
|
"locationInModule": {
|
|
73532
73586
|
"filename": "src/aws/compute/vpc.ts",
|
|
73533
|
-
"line":
|
|
73587
|
+
"line": 236
|
|
73534
73588
|
},
|
|
73535
73589
|
"name": "vpcOutputs",
|
|
73536
73590
|
"type": {
|
|
@@ -73546,7 +73600,7 @@
|
|
|
73546
73600
|
"immutable": true,
|
|
73547
73601
|
"locationInModule": {
|
|
73548
73602
|
"filename": "src/aws/compute/vpc.ts",
|
|
73549
|
-
"line":
|
|
73603
|
+
"line": 280
|
|
73550
73604
|
},
|
|
73551
73605
|
"name": "vpnGatewayId",
|
|
73552
73606
|
"optional": true,
|
|
@@ -85614,7 +85668,7 @@
|
|
|
85614
85668
|
"kind": "enum",
|
|
85615
85669
|
"locationInModule": {
|
|
85616
85670
|
"filename": "src/aws/compute/vpc.ts",
|
|
85617
|
-
"line":
|
|
85671
|
+
"line": 338
|
|
85618
85672
|
},
|
|
85619
85673
|
"members": [
|
|
85620
85674
|
{
|
|
@@ -105673,7 +105727,7 @@
|
|
|
105673
105727
|
},
|
|
105674
105728
|
"locationInModule": {
|
|
105675
105729
|
"filename": "src/aws/compute/vpc.ts",
|
|
105676
|
-
"line":
|
|
105730
|
+
"line": 2987
|
|
105677
105731
|
},
|
|
105678
105732
|
"parameters": [
|
|
105679
105733
|
{
|
|
@@ -105702,7 +105756,7 @@
|
|
|
105702
105756
|
"kind": "class",
|
|
105703
105757
|
"locationInModule": {
|
|
105704
105758
|
"filename": "src/aws/compute/vpc.ts",
|
|
105705
|
-
"line":
|
|
105759
|
+
"line": 2972
|
|
105706
105760
|
},
|
|
105707
105761
|
"methods": [
|
|
105708
105762
|
{
|
|
@@ -105711,7 +105765,7 @@
|
|
|
105711
105765
|
},
|
|
105712
105766
|
"locationInModule": {
|
|
105713
105767
|
"filename": "src/aws/compute/vpc.ts",
|
|
105714
|
-
"line":
|
|
105768
|
+
"line": 2979
|
|
105715
105769
|
},
|
|
105716
105770
|
"name": "fromPrivateSubnetAttributes",
|
|
105717
105771
|
"parameters": [
|
|
@@ -105744,6 +105798,26 @@
|
|
|
105744
105798
|
],
|
|
105745
105799
|
"name": "PrivateSubnet",
|
|
105746
105800
|
"namespace": "aws.compute",
|
|
105801
|
+
"properties": [
|
|
105802
|
+
{
|
|
105803
|
+
"const": true,
|
|
105804
|
+
"docs": {
|
|
105805
|
+
"stability": "stable",
|
|
105806
|
+
"summary": "Uniquely identifies this class."
|
|
105807
|
+
},
|
|
105808
|
+
"immutable": true,
|
|
105809
|
+
"locationInModule": {
|
|
105810
|
+
"filename": "src/aws/compute/vpc.ts",
|
|
105811
|
+
"line": 2976
|
|
105812
|
+
},
|
|
105813
|
+
"name": "PROPERTY_INJECTION_ID",
|
|
105814
|
+
"overrides": "terraconstructs.aws.compute.Subnet",
|
|
105815
|
+
"static": true,
|
|
105816
|
+
"type": {
|
|
105817
|
+
"primitive": "string"
|
|
105818
|
+
}
|
|
105819
|
+
}
|
|
105820
|
+
],
|
|
105747
105821
|
"symbolId": "src/aws/compute/vpc:PrivateSubnet"
|
|
105748
105822
|
},
|
|
105749
105823
|
"terraconstructs.aws.compute.PrivateSubnetAttributes": {
|
|
@@ -105759,7 +105833,7 @@
|
|
|
105759
105833
|
"kind": "interface",
|
|
105760
105834
|
"locationInModule": {
|
|
105761
105835
|
"filename": "src/aws/compute/vpc.ts",
|
|
105762
|
-
"line":
|
|
105836
|
+
"line": 2967
|
|
105763
105837
|
},
|
|
105764
105838
|
"name": "PrivateSubnetAttributes",
|
|
105765
105839
|
"namespace": "aws.compute",
|
|
@@ -105778,7 +105852,7 @@
|
|
|
105778
105852
|
"kind": "interface",
|
|
105779
105853
|
"locationInModule": {
|
|
105780
105854
|
"filename": "src/aws/compute/vpc.ts",
|
|
105781
|
-
"line":
|
|
105855
|
+
"line": 2963
|
|
105782
105856
|
},
|
|
105783
105857
|
"name": "PrivateSubnetProps",
|
|
105784
105858
|
"namespace": "aws.compute",
|
|
@@ -107003,7 +107077,7 @@
|
|
|
107003
107077
|
},
|
|
107004
107078
|
"locationInModule": {
|
|
107005
107079
|
"filename": "src/aws/compute/vpc.ts",
|
|
107006
|
-
"line":
|
|
107080
|
+
"line": 2939
|
|
107007
107081
|
},
|
|
107008
107082
|
"parameters": [
|
|
107009
107083
|
{
|
|
@@ -107032,7 +107106,7 @@
|
|
|
107032
107106
|
"kind": "class",
|
|
107033
107107
|
"locationInModule": {
|
|
107034
107108
|
"filename": "src/aws/compute/vpc.ts",
|
|
107035
|
-
"line":
|
|
107109
|
+
"line": 2924
|
|
107036
107110
|
},
|
|
107037
107111
|
"methods": [
|
|
107038
107112
|
{
|
|
@@ -107041,7 +107115,7 @@
|
|
|
107041
107115
|
},
|
|
107042
107116
|
"locationInModule": {
|
|
107043
107117
|
"filename": "src/aws/compute/vpc.ts",
|
|
107044
|
-
"line":
|
|
107118
|
+
"line": 2931
|
|
107045
107119
|
},
|
|
107046
107120
|
"name": "fromPublicSubnetAttributes",
|
|
107047
107121
|
"parameters": [
|
|
@@ -107080,7 +107154,7 @@
|
|
|
107080
107154
|
},
|
|
107081
107155
|
"locationInModule": {
|
|
107082
107156
|
"filename": "src/aws/compute/vpc.ts",
|
|
107083
|
-
"line":
|
|
107157
|
+
"line": 2948
|
|
107084
107158
|
},
|
|
107085
107159
|
"name": "addNatGateway",
|
|
107086
107160
|
"parameters": [
|
|
@@ -107101,6 +107175,26 @@
|
|
|
107101
107175
|
],
|
|
107102
107176
|
"name": "PublicSubnet",
|
|
107103
107177
|
"namespace": "aws.compute",
|
|
107178
|
+
"properties": [
|
|
107179
|
+
{
|
|
107180
|
+
"const": true,
|
|
107181
|
+
"docs": {
|
|
107182
|
+
"stability": "stable",
|
|
107183
|
+
"summary": "Uniquely identifies this class."
|
|
107184
|
+
},
|
|
107185
|
+
"immutable": true,
|
|
107186
|
+
"locationInModule": {
|
|
107187
|
+
"filename": "src/aws/compute/vpc.ts",
|
|
107188
|
+
"line": 2928
|
|
107189
|
+
},
|
|
107190
|
+
"name": "PROPERTY_INJECTION_ID",
|
|
107191
|
+
"overrides": "terraconstructs.aws.compute.Subnet",
|
|
107192
|
+
"static": true,
|
|
107193
|
+
"type": {
|
|
107194
|
+
"primitive": "string"
|
|
107195
|
+
}
|
|
107196
|
+
}
|
|
107197
|
+
],
|
|
107104
107198
|
"symbolId": "src/aws/compute/vpc:PublicSubnet"
|
|
107105
107199
|
},
|
|
107106
107200
|
"terraconstructs.aws.compute.PublicSubnetAttributes": {
|
|
@@ -107116,7 +107210,7 @@
|
|
|
107116
107210
|
"kind": "interface",
|
|
107117
107211
|
"locationInModule": {
|
|
107118
107212
|
"filename": "src/aws/compute/vpc.ts",
|
|
107119
|
-
"line":
|
|
107213
|
+
"line": 2919
|
|
107120
107214
|
},
|
|
107121
107215
|
"name": "PublicSubnetAttributes",
|
|
107122
107216
|
"namespace": "aws.compute",
|
|
@@ -107135,7 +107229,7 @@
|
|
|
107135
107229
|
"kind": "interface",
|
|
107136
107230
|
"locationInModule": {
|
|
107137
107231
|
"filename": "src/aws/compute/vpc.ts",
|
|
107138
|
-
"line":
|
|
107232
|
+
"line": 2915
|
|
107139
107233
|
},
|
|
107140
107234
|
"name": "PublicSubnetProps",
|
|
107141
107235
|
"namespace": "aws.compute",
|
|
@@ -112259,7 +112353,7 @@
|
|
|
112259
112353
|
"kind": "interface",
|
|
112260
112354
|
"locationInModule": {
|
|
112261
112355
|
"filename": "src/aws/compute/vpc.ts",
|
|
112262
|
-
"line":
|
|
112356
|
+
"line": 157
|
|
112263
112357
|
},
|
|
112264
112358
|
"name": "RouteTableOutputs",
|
|
112265
112359
|
"namespace": "aws.compute",
|
|
@@ -112276,7 +112370,7 @@
|
|
|
112276
112370
|
"immutable": true,
|
|
112277
112371
|
"locationInModule": {
|
|
112278
112372
|
"filename": "src/aws/compute/vpc.ts",
|
|
112279
|
-
"line":
|
|
112373
|
+
"line": 162
|
|
112280
112374
|
},
|
|
112281
112375
|
"name": "routeTableId",
|
|
112282
112376
|
"type": {
|
|
@@ -112296,7 +112390,7 @@
|
|
|
112296
112390
|
"kind": "enum",
|
|
112297
112391
|
"locationInModule": {
|
|
112298
112392
|
"filename": "src/aws/compute/vpc.ts",
|
|
112299
|
-
"line":
|
|
112393
|
+
"line": 2839
|
|
112300
112394
|
},
|
|
112301
112395
|
"members": [
|
|
112302
112396
|
{
|
|
@@ -112361,6 +112455,13 @@
|
|
|
112361
112455
|
"summary": "VPC Endpoint for gateway load balancers."
|
|
112362
112456
|
},
|
|
112363
112457
|
"name": "VPC_ENDPOINT"
|
|
112458
|
+
},
|
|
112459
|
+
{
|
|
112460
|
+
"docs": {
|
|
112461
|
+
"stability": "stable",
|
|
112462
|
+
"summary": "AWS Network Manager Core Network."
|
|
112463
|
+
},
|
|
112464
|
+
"name": "CORE_NETWORK"
|
|
112364
112465
|
}
|
|
112365
112466
|
],
|
|
112366
112467
|
"name": "RouterType",
|
|
@@ -112378,7 +112479,7 @@
|
|
|
112378
112479
|
"kind": "interface",
|
|
112379
112480
|
"locationInModule": {
|
|
112380
112481
|
"filename": "src/aws/compute/security-group.ts",
|
|
112381
|
-
"line":
|
|
112482
|
+
"line": 304
|
|
112382
112483
|
},
|
|
112383
112484
|
"name": "RuleScope",
|
|
112384
112485
|
"namespace": "aws.compute",
|
|
@@ -112392,7 +112493,7 @@
|
|
|
112392
112493
|
"immutable": true,
|
|
112393
112494
|
"locationInModule": {
|
|
112394
112495
|
"filename": "src/aws/compute/security-group.ts",
|
|
112395
|
-
"line":
|
|
112496
|
+
"line": 312
|
|
112396
112497
|
},
|
|
112397
112498
|
"name": "id",
|
|
112398
112499
|
"type": {
|
|
@@ -112408,7 +112509,7 @@
|
|
|
112408
112509
|
"immutable": true,
|
|
112409
112510
|
"locationInModule": {
|
|
112410
112511
|
"filename": "src/aws/compute/security-group.ts",
|
|
112411
|
-
"line":
|
|
112512
|
+
"line": 308
|
|
112412
112513
|
},
|
|
112413
112514
|
"name": "scope",
|
|
112414
112515
|
"type": {
|
|
@@ -115674,7 +115775,7 @@
|
|
|
115674
115775
|
},
|
|
115675
115776
|
"locationInModule": {
|
|
115676
115777
|
"filename": "src/aws/compute/security-group.ts",
|
|
115677
|
-
"line":
|
|
115778
|
+
"line": 667
|
|
115678
115779
|
},
|
|
115679
115780
|
"parameters": [
|
|
115680
115781
|
{
|
|
@@ -115703,7 +115804,7 @@
|
|
|
115703
115804
|
"kind": "class",
|
|
115704
115805
|
"locationInModule": {
|
|
115705
115806
|
"filename": "src/aws/compute/security-group.ts",
|
|
115706
|
-
"line":
|
|
115807
|
+
"line": 469
|
|
115707
115808
|
},
|
|
115708
115809
|
"methods": [
|
|
115709
115810
|
{
|
|
@@ -115713,7 +115814,7 @@
|
|
|
115713
115814
|
},
|
|
115714
115815
|
"locationInModule": {
|
|
115715
115816
|
"filename": "src/aws/compute/security-group.ts",
|
|
115716
|
-
"line":
|
|
115817
|
+
"line": 473
|
|
115717
115818
|
},
|
|
115718
115819
|
"name": "fromLookupById",
|
|
115719
115820
|
"parameters": [
|
|
@@ -115757,7 +115858,7 @@
|
|
|
115757
115858
|
},
|
|
115758
115859
|
"locationInModule": {
|
|
115759
115860
|
"filename": "src/aws/compute/security-group.ts",
|
|
115760
|
-
"line":
|
|
115861
|
+
"line": 488
|
|
115761
115862
|
},
|
|
115762
115863
|
"name": "fromLookupByName",
|
|
115763
115864
|
"parameters": [
|
|
@@ -115808,7 +115909,7 @@
|
|
|
115808
115909
|
},
|
|
115809
115910
|
"locationInModule": {
|
|
115810
115911
|
"filename": "src/aws/compute/security-group.ts",
|
|
115811
|
-
"line":
|
|
115912
|
+
"line": 512
|
|
115812
115913
|
},
|
|
115813
115914
|
"name": "fromSecurityGroupId",
|
|
115814
115915
|
"parameters": [
|
|
@@ -115852,7 +115953,7 @@
|
|
|
115852
115953
|
},
|
|
115853
115954
|
"locationInModule": {
|
|
115854
115955
|
"filename": "src/aws/compute/security-group.ts",
|
|
115855
|
-
"line":
|
|
115956
|
+
"line": 106
|
|
115856
115957
|
},
|
|
115857
115958
|
"name": "isSecurityGroup",
|
|
115858
115959
|
"parameters": [
|
|
@@ -115878,7 +115979,7 @@
|
|
|
115878
115979
|
},
|
|
115879
115980
|
"locationInModule": {
|
|
115880
115981
|
"filename": "src/aws/compute/security-group.ts",
|
|
115881
|
-
"line":
|
|
115982
|
+
"line": 744
|
|
115882
115983
|
},
|
|
115883
115984
|
"name": "addEgressRule",
|
|
115884
115985
|
"overrides": "terraconstructs.aws.compute.ISecurityGroup",
|
|
@@ -115919,7 +116020,7 @@
|
|
|
115919
116020
|
},
|
|
115920
116021
|
"locationInModule": {
|
|
115921
116022
|
"filename": "src/aws/compute/security-group.ts",
|
|
115922
|
-
"line":
|
|
116023
|
+
"line": 718
|
|
115923
116024
|
},
|
|
115924
116025
|
"name": "addIngressRule",
|
|
115925
116026
|
"overrides": "terraconstructs.aws.compute.ISecurityGroup",
|
|
@@ -115960,7 +116061,7 @@
|
|
|
115960
116061
|
},
|
|
115961
116062
|
"locationInModule": {
|
|
115962
116063
|
"filename": "src/aws/compute/security-group.ts",
|
|
115963
|
-
"line":
|
|
116064
|
+
"line": 258
|
|
115964
116065
|
},
|
|
115965
116066
|
"name": "determineRuleScope",
|
|
115966
116067
|
"parameters": [
|
|
@@ -116004,7 +116105,7 @@
|
|
|
116004
116105
|
},
|
|
116005
116106
|
"locationInModule": {
|
|
116006
116107
|
"filename": "src/aws/compute/security-group.ts",
|
|
116007
|
-
"line":
|
|
116108
|
+
"line": 200
|
|
116008
116109
|
},
|
|
116009
116110
|
"name": "toEgressRuleConfig",
|
|
116010
116111
|
"overrides": "terraconstructs.aws.compute.IPeer",
|
|
@@ -116021,7 +116122,7 @@
|
|
|
116021
116122
|
},
|
|
116022
116123
|
"locationInModule": {
|
|
116023
116124
|
"filename": "src/aws/compute/security-group.ts",
|
|
116024
|
-
"line":
|
|
116125
|
+
"line": 196
|
|
116025
116126
|
},
|
|
116026
116127
|
"name": "toIngressRuleConfig",
|
|
116027
116128
|
"overrides": "terraconstructs.aws.compute.IPeer",
|
|
@@ -116043,7 +116144,7 @@
|
|
|
116043
116144
|
"immutable": true,
|
|
116044
116145
|
"locationInModule": {
|
|
116045
116146
|
"filename": "src/aws/compute/security-group.ts",
|
|
116046
|
-
"line":
|
|
116147
|
+
"line": 655
|
|
116047
116148
|
},
|
|
116048
116149
|
"name": "allowAllIpv6Outbound",
|
|
116049
116150
|
"type": {
|
|
@@ -116058,7 +116159,7 @@
|
|
|
116058
116159
|
"immutable": true,
|
|
116059
116160
|
"locationInModule": {
|
|
116060
116161
|
"filename": "src/aws/compute/security-group.ts",
|
|
116061
|
-
"line":
|
|
116162
|
+
"line": 650
|
|
116062
116163
|
},
|
|
116063
116164
|
"name": "allowAllOutbound",
|
|
116064
116165
|
"overrides": "terraconstructs.aws.compute.ISecurityGroup",
|
|
@@ -116074,7 +116175,7 @@
|
|
|
116074
116175
|
"immutable": true,
|
|
116075
116176
|
"locationInModule": {
|
|
116076
116177
|
"filename": "src/aws/compute/security-group.ts",
|
|
116077
|
-
"line":
|
|
116178
|
+
"line": 122
|
|
116078
116179
|
},
|
|
116079
116180
|
"name": "canInlineRule",
|
|
116080
116181
|
"overrides": "terraconstructs.aws.compute.IPeer",
|
|
@@ -116090,7 +116191,7 @@
|
|
|
116090
116191
|
"immutable": true,
|
|
116091
116192
|
"locationInModule": {
|
|
116092
116193
|
"filename": "src/aws/compute/security-group.ts",
|
|
116093
|
-
"line":
|
|
116194
|
+
"line": 123
|
|
116094
116195
|
},
|
|
116095
116196
|
"name": "connections",
|
|
116096
116197
|
"overrides": "terraconstructs.aws.compute.IConnectable",
|
|
@@ -116106,7 +116207,7 @@
|
|
|
116106
116207
|
"immutable": true,
|
|
116107
116208
|
"locationInModule": {
|
|
116108
116209
|
"filename": "src/aws/compute/security-group.ts",
|
|
116109
|
-
"line":
|
|
116210
|
+
"line": 116
|
|
116110
116211
|
},
|
|
116111
116212
|
"name": "outputs",
|
|
116112
116213
|
"overrides": "terraconstructs.TerraConstructBase",
|
|
@@ -116130,7 +116231,7 @@
|
|
|
116130
116231
|
"immutable": true,
|
|
116131
116232
|
"locationInModule": {
|
|
116132
116233
|
"filename": "src/aws/compute/security-group.ts",
|
|
116133
|
-
"line":
|
|
116234
|
+
"line": 638
|
|
116134
116235
|
},
|
|
116135
116236
|
"name": "securityGroupId",
|
|
116136
116237
|
"overrides": "terraconstructs.aws.compute.ISecurityGroup",
|
|
@@ -116146,7 +116247,7 @@
|
|
|
116146
116247
|
"immutable": true,
|
|
116147
116248
|
"locationInModule": {
|
|
116148
116249
|
"filename": "src/aws/compute/security-group.ts",
|
|
116149
|
-
"line":
|
|
116250
|
+
"line": 111
|
|
116150
116251
|
},
|
|
116151
116252
|
"name": "securityGroupOutputs",
|
|
116152
116253
|
"overrides": "terraconstructs.aws.compute.ISecurityGroup",
|
|
@@ -116165,7 +116266,7 @@
|
|
|
116165
116266
|
"immutable": true,
|
|
116166
116267
|
"locationInModule": {
|
|
116167
116268
|
"filename": "src/aws/compute/security-group.ts",
|
|
116168
|
-
"line":
|
|
116269
|
+
"line": 645
|
|
116169
116270
|
},
|
|
116170
116271
|
"name": "securityGroupVpcId",
|
|
116171
116272
|
"type": {
|
|
@@ -116180,7 +116281,7 @@
|
|
|
116180
116281
|
"immutable": true,
|
|
116181
116282
|
"locationInModule": {
|
|
116182
116283
|
"filename": "src/aws/compute/security-group.ts",
|
|
116183
|
-
"line":
|
|
116284
|
+
"line": 136
|
|
116184
116285
|
},
|
|
116185
116286
|
"name": "uniqueId",
|
|
116186
116287
|
"overrides": "terraconstructs.aws.compute.IPeer",
|
|
@@ -116195,7 +116296,7 @@
|
|
|
116195
116296
|
"immutable": true,
|
|
116196
116297
|
"locationInModule": {
|
|
116197
116298
|
"filename": "src/aws/compute/security-group.ts",
|
|
116198
|
-
"line":
|
|
116299
|
+
"line": 126
|
|
116199
116300
|
},
|
|
116200
116301
|
"name": "defaultPort",
|
|
116201
116302
|
"optional": true,
|
|
@@ -116217,7 +116318,7 @@
|
|
|
116217
116318
|
"kind": "interface",
|
|
116218
116319
|
"locationInModule": {
|
|
116219
116320
|
"filename": "src/aws/compute/security-group.ts",
|
|
116220
|
-
"line":
|
|
116321
|
+
"line": 397
|
|
116221
116322
|
},
|
|
116222
116323
|
"name": "SecurityGroupImportOptions",
|
|
116223
116324
|
"namespace": "aws.compute",
|
|
@@ -116233,7 +116334,7 @@
|
|
|
116233
116334
|
"immutable": true,
|
|
116234
116335
|
"locationInModule": {
|
|
116235
116336
|
"filename": "src/aws/compute/security-group.ts",
|
|
116236
|
-
"line":
|
|
116337
|
+
"line": 419
|
|
116237
116338
|
},
|
|
116238
116339
|
"name": "allowAllIpv6Outbound",
|
|
116239
116340
|
"optional": true,
|
|
@@ -116252,7 +116353,7 @@
|
|
|
116252
116353
|
"immutable": true,
|
|
116253
116354
|
"locationInModule": {
|
|
116254
116355
|
"filename": "src/aws/compute/security-group.ts",
|
|
116255
|
-
"line":
|
|
116356
|
+
"line": 408
|
|
116256
116357
|
},
|
|
116257
116358
|
"name": "allowAllOutbound",
|
|
116258
116359
|
"optional": true,
|
|
@@ -116271,7 +116372,7 @@
|
|
|
116271
116372
|
"immutable": true,
|
|
116272
116373
|
"locationInModule": {
|
|
116273
116374
|
"filename": "src/aws/compute/security-group.ts",
|
|
116274
|
-
"line":
|
|
116375
|
+
"line": 430
|
|
116275
116376
|
},
|
|
116276
116377
|
"name": "mutable",
|
|
116277
116378
|
"optional": true,
|
|
@@ -116293,7 +116394,7 @@
|
|
|
116293
116394
|
"kind": "interface",
|
|
116294
116395
|
"locationInModule": {
|
|
116295
116396
|
"filename": "src/aws/compute/security-group.ts",
|
|
116296
|
-
"line":
|
|
116397
|
+
"line": 37
|
|
116297
116398
|
},
|
|
116298
116399
|
"name": "SecurityGroupOutputs",
|
|
116299
116400
|
"namespace": "aws.compute",
|
|
@@ -116310,7 +116411,7 @@
|
|
|
116310
116411
|
"immutable": true,
|
|
116311
116412
|
"locationInModule": {
|
|
116312
116413
|
"filename": "src/aws/compute/security-group.ts",
|
|
116313
|
-
"line":
|
|
116414
|
+
"line": 42
|
|
116314
116415
|
},
|
|
116315
116416
|
"name": "securityGroupId",
|
|
116316
116417
|
"type": {
|
|
@@ -116333,7 +116434,7 @@
|
|
|
116333
116434
|
"kind": "interface",
|
|
116334
116435
|
"locationInModule": {
|
|
116335
116436
|
"filename": "src/aws/compute/security-group.ts",
|
|
116336
|
-
"line":
|
|
116437
|
+
"line": 319
|
|
116337
116438
|
},
|
|
116338
116439
|
"name": "SecurityGroupProps",
|
|
116339
116440
|
"namespace": "aws.compute",
|
|
@@ -116347,7 +116448,7 @@
|
|
|
116347
116448
|
"immutable": true,
|
|
116348
116449
|
"locationInModule": {
|
|
116349
116450
|
"filename": "src/aws/compute/security-group.ts",
|
|
116350
|
-
"line":
|
|
116451
|
+
"line": 349
|
|
116351
116452
|
},
|
|
116352
116453
|
"name": "vpc",
|
|
116353
116454
|
"type": {
|
|
@@ -116365,7 +116466,7 @@
|
|
|
116365
116466
|
"immutable": true,
|
|
116366
116467
|
"locationInModule": {
|
|
116367
116468
|
"filename": "src/aws/compute/security-group.ts",
|
|
116368
|
-
"line":
|
|
116469
|
+
"line": 375
|
|
116369
116470
|
},
|
|
116370
116471
|
"name": "allowAllIpv6Outbound",
|
|
116371
116472
|
"optional": true,
|
|
@@ -116384,7 +116485,7 @@
|
|
|
116384
116485
|
"immutable": true,
|
|
116385
116486
|
"locationInModule": {
|
|
116386
116487
|
"filename": "src/aws/compute/security-group.ts",
|
|
116387
|
-
"line":
|
|
116488
|
+
"line": 362
|
|
116388
116489
|
},
|
|
116389
116490
|
"name": "allowAllOutbound",
|
|
116390
116491
|
"optional": true,
|
|
@@ -116403,7 +116504,7 @@
|
|
|
116403
116504
|
"immutable": true,
|
|
116404
116505
|
"locationInModule": {
|
|
116405
116506
|
"filename": "src/aws/compute/security-group.ts",
|
|
116406
|
-
"line":
|
|
116507
|
+
"line": 344
|
|
116407
116508
|
},
|
|
116408
116509
|
"name": "description",
|
|
116409
116510
|
"optional": true,
|
|
@@ -116422,7 +116523,7 @@
|
|
|
116422
116523
|
"immutable": true,
|
|
116423
116524
|
"locationInModule": {
|
|
116424
116525
|
"filename": "src/aws/compute/security-group.ts",
|
|
116425
|
-
"line":
|
|
116526
|
+
"line": 391
|
|
116426
116527
|
},
|
|
116427
116528
|
"name": "disableInlineRules",
|
|
116428
116529
|
"optional": true,
|
|
@@ -116441,7 +116542,7 @@
|
|
|
116441
116542
|
"immutable": true,
|
|
116442
116543
|
"locationInModule": {
|
|
116443
116544
|
"filename": "src/aws/compute/security-group.ts",
|
|
116444
|
-
"line":
|
|
116545
|
+
"line": 330
|
|
116445
116546
|
},
|
|
116446
116547
|
"name": "securityGroupName",
|
|
116447
116548
|
"optional": true,
|
|
@@ -116495,7 +116596,7 @@
|
|
|
116495
116596
|
"kind": "interface",
|
|
116496
116597
|
"locationInModule": {
|
|
116497
116598
|
"filename": "src/aws/compute/vpc.ts",
|
|
116498
|
-
"line":
|
|
116599
|
+
"line": 542
|
|
116499
116600
|
},
|
|
116500
116601
|
"name": "SelectedSubnets",
|
|
116501
116602
|
"namespace": "aws.compute",
|
|
@@ -116509,7 +116610,7 @@
|
|
|
116509
116610
|
"immutable": true,
|
|
116510
116611
|
"locationInModule": {
|
|
116511
116612
|
"filename": "src/aws/compute/vpc.ts",
|
|
116512
|
-
"line":
|
|
116613
|
+
"line": 551
|
|
116513
116614
|
},
|
|
116514
116615
|
"name": "availabilityZones",
|
|
116515
116616
|
"type": {
|
|
@@ -116530,7 +116631,7 @@
|
|
|
116530
116631
|
"immutable": true,
|
|
116531
116632
|
"locationInModule": {
|
|
116532
116633
|
"filename": "src/aws/compute/vpc.ts",
|
|
116533
|
-
"line":
|
|
116634
|
+
"line": 566
|
|
116534
116635
|
},
|
|
116535
116636
|
"name": "hasPublic",
|
|
116536
116637
|
"type": {
|
|
@@ -116546,7 +116647,7 @@
|
|
|
116546
116647
|
"immutable": true,
|
|
116547
116648
|
"locationInModule": {
|
|
116548
116649
|
"filename": "src/aws/compute/vpc.ts",
|
|
116549
|
-
"line":
|
|
116650
|
+
"line": 556
|
|
116550
116651
|
},
|
|
116551
116652
|
"name": "internetConnectivityEstablished",
|
|
116552
116653
|
"type": {
|
|
@@ -116562,7 +116663,7 @@
|
|
|
116562
116663
|
"immutable": true,
|
|
116563
116664
|
"locationInModule": {
|
|
116564
116665
|
"filename": "src/aws/compute/vpc.ts",
|
|
116565
|
-
"line":
|
|
116666
|
+
"line": 546
|
|
116566
116667
|
},
|
|
116567
116668
|
"name": "subnetIds",
|
|
116568
116669
|
"type": {
|
|
@@ -116583,7 +116684,7 @@
|
|
|
116583
116684
|
"immutable": true,
|
|
116584
116685
|
"locationInModule": {
|
|
116585
116686
|
"filename": "src/aws/compute/vpc.ts",
|
|
116586
|
-
"line":
|
|
116687
|
+
"line": 561
|
|
116587
116688
|
},
|
|
116588
116689
|
"name": "subnets",
|
|
116589
116690
|
"type": {
|
|
@@ -116606,7 +116707,7 @@
|
|
|
116606
116707
|
"immutable": true,
|
|
116607
116708
|
"locationInModule": {
|
|
116608
116709
|
"filename": "src/aws/compute/vpc.ts",
|
|
116609
|
-
"line":
|
|
116710
|
+
"line": 577
|
|
116610
116711
|
},
|
|
116611
116712
|
"name": "isPendingLookup",
|
|
116612
116713
|
"optional": true,
|
|
@@ -121628,7 +121729,7 @@
|
|
|
121628
121729
|
},
|
|
121629
121730
|
"locationInModule": {
|
|
121630
121731
|
"filename": "src/aws/compute/vpc.ts",
|
|
121631
|
-
"line":
|
|
121732
|
+
"line": 2603
|
|
121632
121733
|
},
|
|
121633
121734
|
"parameters": [
|
|
121634
121735
|
{
|
|
@@ -121657,7 +121758,7 @@
|
|
|
121657
121758
|
"kind": "class",
|
|
121658
121759
|
"locationInModule": {
|
|
121659
121760
|
"filename": "src/aws/compute/vpc.ts",
|
|
121660
|
-
"line":
|
|
121761
|
+
"line": 2504
|
|
121661
121762
|
},
|
|
121662
121763
|
"methods": [
|
|
121663
121764
|
{
|
|
@@ -121666,7 +121767,7 @@
|
|
|
121666
121767
|
},
|
|
121667
121768
|
"locationInModule": {
|
|
121668
121769
|
"filename": "src/aws/compute/vpc.ts",
|
|
121669
|
-
"line":
|
|
121770
|
+
"line": 2515
|
|
121670
121771
|
},
|
|
121671
121772
|
"name": "fromSubnetAttributes",
|
|
121672
121773
|
"parameters": [
|
|
@@ -121703,7 +121804,7 @@
|
|
|
121703
121804
|
},
|
|
121704
121805
|
"locationInModule": {
|
|
121705
121806
|
"filename": "src/aws/compute/vpc.ts",
|
|
121706
|
-
"line":
|
|
121807
|
+
"line": 2526
|
|
121707
121808
|
},
|
|
121708
121809
|
"name": "fromSubnetId",
|
|
121709
121810
|
"parameters": [
|
|
@@ -121739,7 +121840,7 @@
|
|
|
121739
121840
|
},
|
|
121740
121841
|
"locationInModule": {
|
|
121741
121842
|
"filename": "src/aws/compute/vpc.ts",
|
|
121742
|
-
"line":
|
|
121843
|
+
"line": 2511
|
|
121743
121844
|
},
|
|
121744
121845
|
"name": "isVpcSubnet",
|
|
121745
121846
|
"parameters": [
|
|
@@ -121764,7 +121865,7 @@
|
|
|
121764
121865
|
},
|
|
121765
121866
|
"locationInModule": {
|
|
121766
121867
|
"filename": "src/aws/compute/vpc.ts",
|
|
121767
|
-
"line":
|
|
121868
|
+
"line": 2671
|
|
121768
121869
|
},
|
|
121769
121870
|
"name": "addDefaultInternetRoute",
|
|
121770
121871
|
"parameters": [
|
|
@@ -121795,7 +121896,7 @@
|
|
|
121795
121896
|
},
|
|
121796
121897
|
"locationInModule": {
|
|
121797
121898
|
"filename": "src/aws/compute/vpc.ts",
|
|
121798
|
-
"line":
|
|
121899
|
+
"line": 2734
|
|
121799
121900
|
},
|
|
121800
121901
|
"name": "addDefaultNatRoute",
|
|
121801
121902
|
"parameters": [
|
|
@@ -121817,7 +121918,7 @@
|
|
|
121817
121918
|
},
|
|
121818
121919
|
"locationInModule": {
|
|
121819
121920
|
"filename": "src/aws/compute/vpc.ts",
|
|
121820
|
-
"line":
|
|
121921
|
+
"line": 2706
|
|
121821
121922
|
},
|
|
121822
121923
|
"name": "addIpv6DefaultEgressOnlyInternetRoute",
|
|
121823
121924
|
"parameters": [
|
|
@@ -121839,7 +121940,7 @@
|
|
|
121839
121940
|
},
|
|
121840
121941
|
"locationInModule": {
|
|
121841
121942
|
"filename": "src/aws/compute/vpc.ts",
|
|
121842
|
-
"line":
|
|
121943
|
+
"line": 2692
|
|
121843
121944
|
},
|
|
121844
121945
|
"name": "addIpv6DefaultInternetRoute",
|
|
121845
121946
|
"parameters": [
|
|
@@ -121862,7 +121963,7 @@
|
|
|
121862
121963
|
},
|
|
121863
121964
|
"locationInModule": {
|
|
121864
121965
|
"filename": "src/aws/compute/vpc.ts",
|
|
121865
|
-
"line":
|
|
121966
|
+
"line": 2747
|
|
121866
121967
|
},
|
|
121867
121968
|
"name": "addIpv6Nat64Route",
|
|
121868
121969
|
"parameters": [
|
|
@@ -121884,7 +121985,7 @@
|
|
|
121884
121985
|
},
|
|
121885
121986
|
"locationInModule": {
|
|
121886
121987
|
"filename": "src/aws/compute/vpc.ts",
|
|
121887
|
-
"line":
|
|
121988
|
+
"line": 2759
|
|
121888
121989
|
},
|
|
121889
121990
|
"name": "addRoute",
|
|
121890
121991
|
"parameters": [
|
|
@@ -121909,7 +122010,7 @@
|
|
|
121909
122010
|
},
|
|
121910
122011
|
"locationInModule": {
|
|
121911
122012
|
"filename": "src/aws/compute/vpc.ts",
|
|
121912
|
-
"line":
|
|
122013
|
+
"line": 2783
|
|
121913
122014
|
},
|
|
121914
122015
|
"name": "associateNetworkAcl",
|
|
121915
122016
|
"overrides": "terraconstructs.aws.compute.ISubnet",
|
|
@@ -121932,6 +122033,23 @@
|
|
|
121932
122033
|
"name": "Subnet",
|
|
121933
122034
|
"namespace": "aws.compute",
|
|
121934
122035
|
"properties": [
|
|
122036
|
+
{
|
|
122037
|
+
"const": true,
|
|
122038
|
+
"docs": {
|
|
122039
|
+
"stability": "stable",
|
|
122040
|
+
"summary": "Uniquely identifies this class."
|
|
122041
|
+
},
|
|
122042
|
+
"immutable": true,
|
|
122043
|
+
"locationInModule": {
|
|
122044
|
+
"filename": "src/aws/compute/vpc.ts",
|
|
122045
|
+
"line": 2508
|
|
122046
|
+
},
|
|
122047
|
+
"name": "PROPERTY_INJECTION_ID",
|
|
122048
|
+
"static": true,
|
|
122049
|
+
"type": {
|
|
122050
|
+
"primitive": "string"
|
|
122051
|
+
}
|
|
122052
|
+
},
|
|
121935
122053
|
{
|
|
121936
122054
|
"docs": {
|
|
121937
122055
|
"stability": "stable",
|
|
@@ -121940,7 +122058,7 @@
|
|
|
121940
122058
|
"immutable": true,
|
|
121941
122059
|
"locationInModule": {
|
|
121942
122060
|
"filename": "src/aws/compute/vpc.ts",
|
|
121943
|
-
"line":
|
|
122061
|
+
"line": 2542
|
|
121944
122062
|
},
|
|
121945
122063
|
"name": "availabilityZone",
|
|
121946
122064
|
"overrides": "terraconstructs.aws.compute.ISubnet",
|
|
@@ -121956,7 +122074,7 @@
|
|
|
121956
122074
|
"immutable": true,
|
|
121957
122075
|
"locationInModule": {
|
|
121958
122076
|
"filename": "src/aws/compute/vpc.ts",
|
|
121959
|
-
"line":
|
|
122077
|
+
"line": 2589
|
|
121960
122078
|
},
|
|
121961
122079
|
"name": "dependencyElements",
|
|
121962
122080
|
"type": {
|
|
@@ -121976,7 +122094,7 @@
|
|
|
121976
122094
|
"immutable": true,
|
|
121977
122095
|
"locationInModule": {
|
|
121978
122096
|
"filename": "src/aws/compute/vpc.ts",
|
|
121979
|
-
"line":
|
|
122097
|
+
"line": 2596
|
|
121980
122098
|
},
|
|
121981
122099
|
"name": "internetConnectivityEstablished",
|
|
121982
122100
|
"overrides": "terraconstructs.aws.compute.ISubnet",
|
|
@@ -121995,7 +122113,7 @@
|
|
|
121995
122113
|
"immutable": true,
|
|
121996
122114
|
"locationInModule": {
|
|
121997
122115
|
"filename": "src/aws/compute/vpc.ts",
|
|
121998
|
-
"line":
|
|
122116
|
+
"line": 2547
|
|
121999
122117
|
},
|
|
122000
122118
|
"name": "ipv4CidrBlock",
|
|
122001
122119
|
"overrides": "terraconstructs.aws.compute.ISubnet",
|
|
@@ -122011,7 +122129,7 @@
|
|
|
122011
122129
|
"immutable": true,
|
|
122012
122130
|
"locationInModule": {
|
|
122013
122131
|
"filename": "src/aws/compute/vpc.ts",
|
|
122014
|
-
"line":
|
|
122132
|
+
"line": 2535
|
|
122015
122133
|
},
|
|
122016
122134
|
"name": "outputs",
|
|
122017
122135
|
"overrides": "terraconstructs.TerraConstructBase",
|
|
@@ -122032,7 +122150,7 @@
|
|
|
122032
122150
|
"immutable": true,
|
|
122033
122151
|
"locationInModule": {
|
|
122034
122152
|
"filename": "src/aws/compute/vpc.ts",
|
|
122035
|
-
"line":
|
|
122153
|
+
"line": 2594
|
|
122036
122154
|
},
|
|
122037
122155
|
"name": "routeTable",
|
|
122038
122156
|
"overrides": "terraconstructs.aws.compute.ISubnet",
|
|
@@ -122050,7 +122168,7 @@
|
|
|
122050
122168
|
"immutable": true,
|
|
122051
122169
|
"locationInModule": {
|
|
122052
122170
|
"filename": "src/aws/compute/vpc.ts",
|
|
122053
|
-
"line":
|
|
122171
|
+
"line": 2562
|
|
122054
122172
|
},
|
|
122055
122173
|
"name": "subnetAvailabilityZone",
|
|
122056
122174
|
"type": {
|
|
@@ -122065,7 +122183,7 @@
|
|
|
122065
122183
|
"immutable": true,
|
|
122066
122184
|
"locationInModule": {
|
|
122067
122185
|
"filename": "src/aws/compute/vpc.ts",
|
|
122068
|
-
"line":
|
|
122186
|
+
"line": 2552
|
|
122069
122187
|
},
|
|
122070
122188
|
"name": "subnetId",
|
|
122071
122189
|
"overrides": "terraconstructs.aws.compute.ISubnet",
|
|
@@ -122083,7 +122201,7 @@
|
|
|
122083
122201
|
"immutable": true,
|
|
122084
122202
|
"locationInModule": {
|
|
122085
122203
|
"filename": "src/aws/compute/vpc.ts",
|
|
122086
|
-
"line":
|
|
122204
|
+
"line": 2573
|
|
122087
122205
|
},
|
|
122088
122206
|
"name": "subnetIpv6CidrBlock",
|
|
122089
122207
|
"type": {
|
|
@@ -122101,7 +122219,7 @@
|
|
|
122101
122219
|
"immutable": true,
|
|
122102
122220
|
"locationInModule": {
|
|
122103
122221
|
"filename": "src/aws/compute/vpc.ts",
|
|
122104
|
-
"line":
|
|
122222
|
+
"line": 2579
|
|
122105
122223
|
},
|
|
122106
122224
|
"name": "subnetOutpostArn",
|
|
122107
122225
|
"type": {
|
|
@@ -122116,7 +122234,7 @@
|
|
|
122116
122234
|
"immutable": true,
|
|
122117
122235
|
"locationInModule": {
|
|
122118
122236
|
"filename": "src/aws/compute/vpc.ts",
|
|
122119
|
-
"line":
|
|
122237
|
+
"line": 2534
|
|
122120
122238
|
},
|
|
122121
122239
|
"name": "subnetOutputs",
|
|
122122
122240
|
"overrides": "terraconstructs.aws.compute.ISubnet",
|
|
@@ -122134,7 +122252,7 @@
|
|
|
122134
122252
|
"immutable": true,
|
|
122135
122253
|
"locationInModule": {
|
|
122136
122254
|
"filename": "src/aws/compute/vpc.ts",
|
|
122137
|
-
"line":
|
|
122255
|
+
"line": 2557
|
|
122138
122256
|
},
|
|
122139
122257
|
"name": "subnetVpcId",
|
|
122140
122258
|
"type": {
|
|
@@ -122150,7 +122268,7 @@
|
|
|
122150
122268
|
"immutable": true,
|
|
122151
122269
|
"locationInModule": {
|
|
122152
122270
|
"filename": "src/aws/compute/vpc.ts",
|
|
122153
|
-
"line":
|
|
122271
|
+
"line": 2726
|
|
122154
122272
|
},
|
|
122155
122273
|
"name": "networkAcl",
|
|
122156
122274
|
"optional": true,
|
|
@@ -122168,7 +122286,7 @@
|
|
|
122168
122286
|
"immutable": true,
|
|
122169
122287
|
"locationInModule": {
|
|
122170
122288
|
"filename": "src/aws/compute/vpc.ts",
|
|
122171
|
-
"line":
|
|
122289
|
+
"line": 2584
|
|
122172
122290
|
},
|
|
122173
122291
|
"name": "subnetNetworkAclAssociationId",
|
|
122174
122292
|
"optional": true,
|
|
@@ -122182,7 +122300,7 @@
|
|
|
122182
122300
|
},
|
|
122183
122301
|
"locationInModule": {
|
|
122184
122302
|
"filename": "src/aws/compute/vpc.ts",
|
|
122185
|
-
"line":
|
|
122303
|
+
"line": 2601
|
|
122186
122304
|
},
|
|
122187
122305
|
"name": "resource",
|
|
122188
122306
|
"type": {
|
|
@@ -122202,27 +122320,11 @@
|
|
|
122202
122320
|
"kind": "interface",
|
|
122203
122321
|
"locationInModule": {
|
|
122204
122322
|
"filename": "src/aws/compute/vpc.ts",
|
|
122205
|
-
"line":
|
|
122323
|
+
"line": 1116
|
|
122206
122324
|
},
|
|
122207
122325
|
"name": "SubnetAttributes",
|
|
122208
122326
|
"namespace": "aws.compute",
|
|
122209
122327
|
"properties": [
|
|
122210
|
-
{
|
|
122211
|
-
"abstract": true,
|
|
122212
|
-
"docs": {
|
|
122213
|
-
"stability": "stable",
|
|
122214
|
-
"summary": "The subnetId for this particular subnet."
|
|
122215
|
-
},
|
|
122216
|
-
"immutable": true,
|
|
122217
|
-
"locationInModule": {
|
|
122218
|
-
"filename": "src/aws/compute/vpc.ts",
|
|
122219
|
-
"line": 1129
|
|
122220
|
-
},
|
|
122221
|
-
"name": "subnetId",
|
|
122222
|
-
"type": {
|
|
122223
|
-
"primitive": "string"
|
|
122224
|
-
}
|
|
122225
|
-
},
|
|
122226
122328
|
{
|
|
122227
122329
|
"abstract": true,
|
|
122228
122330
|
"docs": {
|
|
@@ -122233,7 +122335,7 @@
|
|
|
122233
122335
|
"immutable": true,
|
|
122234
122336
|
"locationInModule": {
|
|
122235
122337
|
"filename": "src/aws/compute/vpc.ts",
|
|
122236
|
-
"line":
|
|
122338
|
+
"line": 1122
|
|
122237
122339
|
},
|
|
122238
122340
|
"name": "availabilityZone",
|
|
122239
122341
|
"optional": true,
|
|
@@ -122251,7 +122353,7 @@
|
|
|
122251
122353
|
"immutable": true,
|
|
122252
122354
|
"locationInModule": {
|
|
122253
122355
|
"filename": "src/aws/compute/vpc.ts",
|
|
122254
|
-
"line":
|
|
122356
|
+
"line": 1129
|
|
122255
122357
|
},
|
|
122256
122358
|
"name": "ipv4CidrBlock",
|
|
122257
122359
|
"optional": true,
|
|
@@ -122269,7 +122371,7 @@
|
|
|
122269
122371
|
"immutable": true,
|
|
122270
122372
|
"locationInModule": {
|
|
122271
122373
|
"filename": "src/aws/compute/vpc.ts",
|
|
122272
|
-
"line":
|
|
122374
|
+
"line": 1164
|
|
122273
122375
|
},
|
|
122274
122376
|
"name": "outputName",
|
|
122275
122377
|
"optional": true,
|
|
@@ -122287,7 +122389,7 @@
|
|
|
122287
122389
|
"immutable": true,
|
|
122288
122390
|
"locationInModule": {
|
|
122289
122391
|
"filename": "src/aws/compute/vpc.ts",
|
|
122290
|
-
"line":
|
|
122392
|
+
"line": 1157
|
|
122291
122393
|
},
|
|
122292
122394
|
"name": "registerOutputs",
|
|
122293
122395
|
"optional": true,
|
|
@@ -122305,13 +122407,49 @@
|
|
|
122305
122407
|
"immutable": true,
|
|
122306
122408
|
"locationInModule": {
|
|
122307
122409
|
"filename": "src/aws/compute/vpc.ts",
|
|
122308
|
-
"line":
|
|
122410
|
+
"line": 1136
|
|
122309
122411
|
},
|
|
122310
122412
|
"name": "routeTableId",
|
|
122311
122413
|
"optional": true,
|
|
122312
122414
|
"type": {
|
|
122313
122415
|
"primitive": "string"
|
|
122314
122416
|
}
|
|
122417
|
+
},
|
|
122418
|
+
{
|
|
122419
|
+
"abstract": true,
|
|
122420
|
+
"docs": {
|
|
122421
|
+
"remarks": "You must specify either this property or the `subnetName` property.",
|
|
122422
|
+
"stability": "stable",
|
|
122423
|
+
"summary": "The subnetId for this particular subnet."
|
|
122424
|
+
},
|
|
122425
|
+
"immutable": true,
|
|
122426
|
+
"locationInModule": {
|
|
122427
|
+
"filename": "src/aws/compute/vpc.ts",
|
|
122428
|
+
"line": 1143
|
|
122429
|
+
},
|
|
122430
|
+
"name": "subnetId",
|
|
122431
|
+
"optional": true,
|
|
122432
|
+
"type": {
|
|
122433
|
+
"primitive": "string"
|
|
122434
|
+
}
|
|
122435
|
+
},
|
|
122436
|
+
{
|
|
122437
|
+
"abstract": true,
|
|
122438
|
+
"docs": {
|
|
122439
|
+
"remarks": "You must specify either this property or the `subnetId` property.",
|
|
122440
|
+
"stability": "stable",
|
|
122441
|
+
"summary": "The subnetName for this particular subnet."
|
|
122442
|
+
},
|
|
122443
|
+
"immutable": true,
|
|
122444
|
+
"locationInModule": {
|
|
122445
|
+
"filename": "src/aws/compute/vpc.ts",
|
|
122446
|
+
"line": 1150
|
|
122447
|
+
},
|
|
122448
|
+
"name": "subnetName",
|
|
122449
|
+
"optional": true,
|
|
122450
|
+
"type": {
|
|
122451
|
+
"primitive": "string"
|
|
122452
|
+
}
|
|
122315
122453
|
}
|
|
122316
122454
|
],
|
|
122317
122455
|
"symbolId": "src/aws/compute/vpc:SubnetAttributes"
|
|
@@ -122327,7 +122465,7 @@
|
|
|
122327
122465
|
"kind": "interface",
|
|
122328
122466
|
"locationInModule": {
|
|
122329
122467
|
"filename": "src/aws/compute/vpc.ts",
|
|
122330
|
-
"line":
|
|
122468
|
+
"line": 1454
|
|
122331
122469
|
},
|
|
122332
122470
|
"name": "SubnetConfiguration",
|
|
122333
122471
|
"namespace": "aws.compute",
|
|
@@ -122342,7 +122480,7 @@
|
|
|
122342
122480
|
"immutable": true,
|
|
122343
122481
|
"locationInModule": {
|
|
122344
122482
|
"filename": "src/aws/compute/vpc.ts",
|
|
122345
|
-
"line":
|
|
122483
|
+
"line": 1483
|
|
122346
122484
|
},
|
|
122347
122485
|
"name": "name",
|
|
122348
122486
|
"type": {
|
|
@@ -122359,7 +122497,7 @@
|
|
|
122359
122497
|
"immutable": true,
|
|
122360
122498
|
"locationInModule": {
|
|
122361
122499
|
"filename": "src/aws/compute/vpc.ts",
|
|
122362
|
-
"line":
|
|
122500
|
+
"line": 1475
|
|
122363
122501
|
},
|
|
122364
122502
|
"name": "subnetType",
|
|
122365
122503
|
"type": {
|
|
@@ -122377,7 +122515,7 @@
|
|
|
122377
122515
|
"immutable": true,
|
|
122378
122516
|
"locationInModule": {
|
|
122379
122517
|
"filename": "src/aws/compute/vpc.ts",
|
|
122380
|
-
"line":
|
|
122518
|
+
"line": 1467
|
|
122381
122519
|
},
|
|
122382
122520
|
"name": "cidrMask",
|
|
122383
122521
|
"optional": true,
|
|
@@ -122396,7 +122534,7 @@
|
|
|
122396
122534
|
"immutable": true,
|
|
122397
122535
|
"locationInModule": {
|
|
122398
122536
|
"filename": "src/aws/compute/vpc.ts",
|
|
122399
|
-
"line":
|
|
122537
|
+
"line": 1515
|
|
122400
122538
|
},
|
|
122401
122539
|
"name": "ipv6AssignAddressOnCreation",
|
|
122402
122540
|
"optional": true,
|
|
@@ -122415,7 +122553,7 @@
|
|
|
122415
122553
|
"immutable": true,
|
|
122416
122554
|
"locationInModule": {
|
|
122417
122555
|
"filename": "src/aws/compute/vpc.ts",
|
|
122418
|
-
"line":
|
|
122556
|
+
"line": 1504
|
|
122419
122557
|
},
|
|
122420
122558
|
"name": "mapPublicIpOnLaunch",
|
|
122421
122559
|
"optional": true,
|
|
@@ -122434,7 +122572,7 @@
|
|
|
122434
122572
|
"immutable": true,
|
|
122435
122573
|
"locationInModule": {
|
|
122436
122574
|
"filename": "src/aws/compute/vpc.ts",
|
|
122437
|
-
"line":
|
|
122575
|
+
"line": 1495
|
|
122438
122576
|
},
|
|
122439
122577
|
"name": "reserved",
|
|
122440
122578
|
"optional": true,
|
|
@@ -122992,7 +123130,7 @@
|
|
|
122992
123130
|
"kind": "interface",
|
|
122993
123131
|
"locationInModule": {
|
|
122994
123132
|
"filename": "src/aws/compute/vpc.ts",
|
|
122995
|
-
"line":
|
|
123133
|
+
"line": 99
|
|
122996
123134
|
},
|
|
122997
123135
|
"name": "SubnetOutputs",
|
|
122998
123136
|
"namespace": "aws.compute",
|
|
@@ -123006,7 +123144,7 @@
|
|
|
123006
123144
|
"immutable": true,
|
|
123007
123145
|
"locationInModule": {
|
|
123008
123146
|
"filename": "src/aws/compute/vpc.ts",
|
|
123009
|
-
"line":
|
|
123147
|
+
"line": 108
|
|
123010
123148
|
},
|
|
123011
123149
|
"name": "ipv4CidrBlock",
|
|
123012
123150
|
"type": {
|
|
@@ -123025,7 +123163,7 @@
|
|
|
123025
123163
|
"immutable": true,
|
|
123026
123164
|
"locationInModule": {
|
|
123027
123165
|
"filename": "src/aws/compute/vpc.ts",
|
|
123028
|
-
"line":
|
|
123166
|
+
"line": 113
|
|
123029
123167
|
},
|
|
123030
123168
|
"name": "routeTableId",
|
|
123031
123169
|
"type": {
|
|
@@ -123044,7 +123182,7 @@
|
|
|
123044
123182
|
"immutable": true,
|
|
123045
123183
|
"locationInModule": {
|
|
123046
123184
|
"filename": "src/aws/compute/vpc.ts",
|
|
123047
|
-
"line":
|
|
123185
|
+
"line": 104
|
|
123048
123186
|
},
|
|
123049
123187
|
"name": "subnetId",
|
|
123050
123188
|
"type": {
|
|
@@ -123065,7 +123203,7 @@
|
|
|
123065
123203
|
"kind": "interface",
|
|
123066
123204
|
"locationInModule": {
|
|
123067
123205
|
"filename": "src/aws/compute/vpc.ts",
|
|
123068
|
-
"line":
|
|
123206
|
+
"line": 2457
|
|
123069
123207
|
},
|
|
123070
123208
|
"name": "SubnetProps",
|
|
123071
123209
|
"namespace": "aws.compute",
|
|
@@ -123079,7 +123217,7 @@
|
|
|
123079
123217
|
"immutable": true,
|
|
123080
123218
|
"locationInModule": {
|
|
123081
123219
|
"filename": "src/aws/compute/vpc.ts",
|
|
123082
|
-
"line":
|
|
123220
|
+
"line": 2461
|
|
123083
123221
|
},
|
|
123084
123222
|
"name": "availabilityZone",
|
|
123085
123223
|
"type": {
|
|
@@ -123095,7 +123233,7 @@
|
|
|
123095
123233
|
"immutable": true,
|
|
123096
123234
|
"locationInModule": {
|
|
123097
123235
|
"filename": "src/aws/compute/vpc.ts",
|
|
123098
|
-
"line":
|
|
123236
|
+
"line": 2471
|
|
123099
123237
|
},
|
|
123100
123238
|
"name": "cidrBlock",
|
|
123101
123239
|
"type": {
|
|
@@ -123111,7 +123249,7 @@
|
|
|
123111
123249
|
"immutable": true,
|
|
123112
123250
|
"locationInModule": {
|
|
123113
123251
|
"filename": "src/aws/compute/vpc.ts",
|
|
123114
|
-
"line":
|
|
123252
|
+
"line": 2466
|
|
123115
123253
|
},
|
|
123116
123254
|
"name": "vpcId",
|
|
123117
123255
|
"type": {
|
|
@@ -123129,7 +123267,7 @@
|
|
|
123129
123267
|
"immutable": true,
|
|
123130
123268
|
"locationInModule": {
|
|
123131
123269
|
"filename": "src/aws/compute/vpc.ts",
|
|
123132
|
-
"line":
|
|
123270
|
+
"line": 2496
|
|
123133
123271
|
},
|
|
123134
123272
|
"name": "assignIpv6AddressOnCreation",
|
|
123135
123273
|
"optional": true,
|
|
@@ -123148,7 +123286,7 @@
|
|
|
123148
123286
|
"immutable": true,
|
|
123149
123287
|
"locationInModule": {
|
|
123150
123288
|
"filename": "src/aws/compute/vpc.ts",
|
|
123151
|
-
"line":
|
|
123289
|
+
"line": 2487
|
|
123152
123290
|
},
|
|
123153
123291
|
"name": "ipv6CidrBlock",
|
|
123154
123292
|
"optional": true,
|
|
@@ -123166,7 +123304,7 @@
|
|
|
123166
123304
|
"immutable": true,
|
|
123167
123305
|
"locationInModule": {
|
|
123168
123306
|
"filename": "src/aws/compute/vpc.ts",
|
|
123169
|
-
"line":
|
|
123307
|
+
"line": 2478
|
|
123170
123308
|
},
|
|
123171
123309
|
"name": "mapPublicIpOnLaunch",
|
|
123172
123310
|
"optional": true,
|
|
@@ -123189,7 +123327,7 @@
|
|
|
123189
123327
|
"kind": "interface",
|
|
123190
123328
|
"locationInModule": {
|
|
123191
123329
|
"filename": "src/aws/compute/vpc.ts",
|
|
123192
|
-
"line":
|
|
123330
|
+
"line": 465
|
|
123193
123331
|
},
|
|
123194
123332
|
"name": "SubnetSelection",
|
|
123195
123333
|
"namespace": "aws.compute",
|
|
@@ -123204,7 +123342,7 @@
|
|
|
123204
123342
|
"immutable": true,
|
|
123205
123343
|
"locationInModule": {
|
|
123206
123344
|
"filename": "src/aws/compute/vpc.ts",
|
|
123207
|
-
"line":
|
|
123345
|
+
"line": 480
|
|
123208
123346
|
},
|
|
123209
123347
|
"name": "availabilityZones",
|
|
123210
123348
|
"optional": true,
|
|
@@ -123227,7 +123365,7 @@
|
|
|
123227
123365
|
"immutable": true,
|
|
123228
123366
|
"locationInModule": {
|
|
123229
123367
|
"filename": "src/aws/compute/vpc.ts",
|
|
123230
|
-
"line":
|
|
123368
|
+
"line": 516
|
|
123231
123369
|
},
|
|
123232
123370
|
"name": "onePerAz",
|
|
123233
123371
|
"optional": true,
|
|
@@ -123245,7 +123383,7 @@
|
|
|
123245
123383
|
"immutable": true,
|
|
123246
123384
|
"locationInModule": {
|
|
123247
123385
|
"filename": "src/aws/compute/vpc.ts",
|
|
123248
|
-
"line":
|
|
123386
|
+
"line": 523
|
|
123249
123387
|
},
|
|
123250
123388
|
"name": "subnetFilters",
|
|
123251
123389
|
"optional": true,
|
|
@@ -123269,7 +123407,7 @@
|
|
|
123269
123407
|
"immutable": true,
|
|
123270
123408
|
"locationInModule": {
|
|
123271
123409
|
"filename": "src/aws/compute/vpc.ts",
|
|
123272
|
-
"line":
|
|
123410
|
+
"line": 498
|
|
123273
123411
|
},
|
|
123274
123412
|
"name": "subnetGroupName",
|
|
123275
123413
|
"optional": true,
|
|
@@ -123288,7 +123426,7 @@
|
|
|
123288
123426
|
"immutable": true,
|
|
123289
123427
|
"locationInModule": {
|
|
123290
123428
|
"filename": "src/aws/compute/vpc.ts",
|
|
123291
|
-
"line":
|
|
123429
|
+
"line": 509
|
|
123292
123430
|
},
|
|
123293
123431
|
"name": "subnetName",
|
|
123294
123432
|
"optional": true,
|
|
@@ -123307,7 +123445,7 @@
|
|
|
123307
123445
|
"immutable": true,
|
|
123308
123446
|
"locationInModule": {
|
|
123309
123447
|
"filename": "src/aws/compute/vpc.ts",
|
|
123310
|
-
"line":
|
|
123448
|
+
"line": 536
|
|
123311
123449
|
},
|
|
123312
123450
|
"name": "subnets",
|
|
123313
123451
|
"optional": true,
|
|
@@ -123331,7 +123469,7 @@
|
|
|
123331
123469
|
"immutable": true,
|
|
123332
123470
|
"locationInModule": {
|
|
123333
123471
|
"filename": "src/aws/compute/vpc.ts",
|
|
123334
|
-
"line":
|
|
123472
|
+
"line": 473
|
|
123335
123473
|
},
|
|
123336
123474
|
"name": "subnetType",
|
|
123337
123475
|
"optional": true,
|
|
@@ -123352,7 +123490,7 @@
|
|
|
123352
123490
|
"kind": "enum",
|
|
123353
123491
|
"locationInModule": {
|
|
123354
123492
|
"filename": "src/aws/compute/vpc.ts",
|
|
123355
|
-
"line":
|
|
123493
|
+
"line": 359
|
|
123356
123494
|
},
|
|
123357
123495
|
"members": [
|
|
123358
123496
|
{
|
|
@@ -128772,7 +128910,7 @@
|
|
|
128772
128910
|
},
|
|
128773
128911
|
"locationInModule": {
|
|
128774
128912
|
"filename": "src/aws/compute/vpc.ts",
|
|
128775
|
-
"line":
|
|
128913
|
+
"line": 1847
|
|
128776
128914
|
},
|
|
128777
128915
|
"parameters": [
|
|
128778
128916
|
{
|
|
@@ -128802,18 +128940,56 @@
|
|
|
128802
128940
|
"kind": "class",
|
|
128803
128941
|
"locationInModule": {
|
|
128804
128942
|
"filename": "src/aws/compute/vpc.ts",
|
|
128805
|
-
"line":
|
|
128943
|
+
"line": 1543
|
|
128806
128944
|
},
|
|
128807
128945
|
"methods": [
|
|
128808
128946
|
{
|
|
128809
128947
|
"docs": {
|
|
128810
|
-
"remarks": "
|
|
128948
|
+
"remarks": "This function only needs to be used to use VPCs not defined in your CDK\napplication. If you are looking to share a VPC between stacks, you can\npass the `Vpc` object between stacks and use it as normal.\n\nCalling this method will lead to a lookup when the CDK CLI is executed.\nYou can therefore not use any values that will only be available at\nTerraform execution time (i.e., Tokens).",
|
|
128949
|
+
"stability": "stable",
|
|
128950
|
+
"summary": "Import an existing VPC by querying the AWS environment this stack is deployed to."
|
|
128951
|
+
},
|
|
128952
|
+
"locationInModule": {
|
|
128953
|
+
"filename": "src/aws/compute/vpc.ts",
|
|
128954
|
+
"line": 1621
|
|
128955
|
+
},
|
|
128956
|
+
"name": "fromLookup",
|
|
128957
|
+
"parameters": [
|
|
128958
|
+
{
|
|
128959
|
+
"name": "scope",
|
|
128960
|
+
"type": {
|
|
128961
|
+
"fqn": "constructs.Construct"
|
|
128962
|
+
}
|
|
128963
|
+
},
|
|
128964
|
+
{
|
|
128965
|
+
"name": "id",
|
|
128966
|
+
"type": {
|
|
128967
|
+
"primitive": "string"
|
|
128968
|
+
}
|
|
128969
|
+
},
|
|
128970
|
+
{
|
|
128971
|
+
"name": "options",
|
|
128972
|
+
"type": {
|
|
128973
|
+
"fqn": "terraconstructs.aws.compute.VpcLookupOptions"
|
|
128974
|
+
}
|
|
128975
|
+
}
|
|
128976
|
+
],
|
|
128977
|
+
"returns": {
|
|
128978
|
+
"type": {
|
|
128979
|
+
"fqn": "terraconstructs.aws.compute.IVpc"
|
|
128980
|
+
}
|
|
128981
|
+
},
|
|
128982
|
+
"static": true
|
|
128983
|
+
},
|
|
128984
|
+
{
|
|
128985
|
+
"docs": {
|
|
128986
|
+
"remarks": "NOTE: using `fromVpcAttributes()` with deploy-time parameters (like a `TerraformVariable`\nto represent a list of subnet IDs) sometimes accidentally works. It happens to work for\nconstructs that need a list of subnets (like `AutoScalingGroup` and `eks.Cluster`)\nbut it does not work for constructs that need individual subnets (like`Instance`).\nSee https://github.com/aws/aws-cdk/issues/4118 for more information.\n\nPrefer to use `Vpc.fromLookup()` instead.",
|
|
128811
128987
|
"stability": "stable",
|
|
128812
128988
|
"summary": "Import a VPC by supplying all attributes directly."
|
|
128813
128989
|
},
|
|
128814
128990
|
"locationInModule": {
|
|
128815
128991
|
"filename": "src/aws/compute/vpc.ts",
|
|
128816
|
-
"line":
|
|
128992
|
+
"line": 1602
|
|
128817
128993
|
},
|
|
128818
128994
|
"name": "fromVpcAttributes",
|
|
128819
128995
|
"parameters": [
|
|
@@ -128850,7 +129026,7 @@
|
|
|
128850
129026
|
},
|
|
128851
129027
|
"locationInModule": {
|
|
128852
129028
|
"filename": "src/aws/compute/vpc.ts",
|
|
128853
|
-
"line":
|
|
129029
|
+
"line": 752
|
|
128854
129030
|
},
|
|
128855
129031
|
"name": "addClientVpnEndpoint",
|
|
128856
129032
|
"overrides": "terraconstructs.aws.compute.IVpc",
|
|
@@ -128882,7 +129058,7 @@
|
|
|
128882
129058
|
},
|
|
128883
129059
|
"locationInModule": {
|
|
128884
129060
|
"filename": "src/aws/compute/vpc.ts",
|
|
128885
|
-
"line":
|
|
129061
|
+
"line": 2154
|
|
128886
129062
|
},
|
|
128887
129063
|
"name": "addDynamoDbEndpoint",
|
|
128888
129064
|
"parameters": [
|
|
@@ -128918,7 +129094,7 @@
|
|
|
128918
129094
|
},
|
|
128919
129095
|
"locationInModule": {
|
|
128920
129096
|
"filename": "src/aws/compute/vpc.ts",
|
|
128921
|
-
"line":
|
|
129097
|
+
"line": 791
|
|
128922
129098
|
},
|
|
128923
129099
|
"name": "addFlowLog",
|
|
128924
129100
|
"overrides": "terraconstructs.aws.compute.IVpc",
|
|
@@ -128950,7 +129126,7 @@
|
|
|
128950
129126
|
},
|
|
128951
129127
|
"locationInModule": {
|
|
128952
129128
|
"filename": "src/aws/compute/vpc.ts",
|
|
128953
|
-
"line":
|
|
129129
|
+
"line": 778
|
|
128954
129130
|
},
|
|
128955
129131
|
"name": "addGatewayEndpoint",
|
|
128956
129132
|
"overrides": "terraconstructs.aws.compute.IVpc",
|
|
@@ -128981,7 +129157,7 @@
|
|
|
128981
129157
|
},
|
|
128982
129158
|
"locationInModule": {
|
|
128983
129159
|
"filename": "src/aws/compute/vpc.ts",
|
|
128984
|
-
"line":
|
|
129160
|
+
"line": 765
|
|
128985
129161
|
},
|
|
128986
129162
|
"name": "addInterfaceEndpoint",
|
|
128987
129163
|
"overrides": "terraconstructs.aws.compute.IVpc",
|
|
@@ -129013,7 +129189,7 @@
|
|
|
129013
129189
|
},
|
|
129014
129190
|
"locationInModule": {
|
|
129015
129191
|
"filename": "src/aws/compute/vpc.ts",
|
|
129016
|
-
"line":
|
|
129192
|
+
"line": 2138
|
|
129017
129193
|
},
|
|
129018
129194
|
"name": "addS3Endpoint",
|
|
129019
129195
|
"parameters": [
|
|
@@ -129049,7 +129225,7 @@
|
|
|
129049
129225
|
},
|
|
129050
129226
|
"locationInModule": {
|
|
129051
129227
|
"filename": "src/aws/compute/vpc.ts",
|
|
129052
|
-
"line":
|
|
129228
|
+
"line": 739
|
|
129053
129229
|
},
|
|
129054
129230
|
"name": "addVpnConnection",
|
|
129055
129231
|
"overrides": "terraconstructs.aws.compute.IVpc",
|
|
@@ -129080,7 +129256,7 @@
|
|
|
129080
129256
|
},
|
|
129081
129257
|
"locationInModule": {
|
|
129082
129258
|
"filename": "src/aws/compute/vpc.ts",
|
|
129083
|
-
"line":
|
|
129259
|
+
"line": 683
|
|
129084
129260
|
},
|
|
129085
129261
|
"name": "enableVpnGateway",
|
|
129086
129262
|
"overrides": "terraconstructs.aws.compute.IVpc",
|
|
@@ -129100,7 +129276,7 @@
|
|
|
129100
129276
|
},
|
|
129101
129277
|
"locationInModule": {
|
|
129102
129278
|
"filename": "src/aws/compute/vpc.ts",
|
|
129103
|
-
"line":
|
|
129279
|
+
"line": 808
|
|
129104
129280
|
},
|
|
129105
129281
|
"name": "selectSubnetObjects",
|
|
129106
129282
|
"parameters": [
|
|
@@ -129131,7 +129307,7 @@
|
|
|
129131
129307
|
},
|
|
129132
129308
|
"locationInModule": {
|
|
129133
129309
|
"filename": "src/aws/compute/vpc.ts",
|
|
129134
|
-
"line":
|
|
129310
|
+
"line": 662
|
|
129135
129311
|
},
|
|
129136
129312
|
"name": "selectSubnets",
|
|
129137
129313
|
"overrides": "terraconstructs.aws.compute.IVpc",
|
|
@@ -129164,7 +129340,7 @@
|
|
|
129164
129340
|
"immutable": true,
|
|
129165
129341
|
"locationInModule": {
|
|
129166
129342
|
"filename": "src/aws/compute/vpc.ts",
|
|
129167
|
-
"line":
|
|
129343
|
+
"line": 1557
|
|
129168
129344
|
},
|
|
129169
129345
|
"name": "DEFAULT_CIDR_RANGE",
|
|
129170
129346
|
"static": true,
|
|
@@ -129182,7 +129358,7 @@
|
|
|
129182
129358
|
"immutable": true,
|
|
129183
129359
|
"locationInModule": {
|
|
129184
129360
|
"filename": "src/aws/compute/vpc.ts",
|
|
129185
|
-
"line":
|
|
129361
|
+
"line": 1564
|
|
129186
129362
|
},
|
|
129187
129363
|
"name": "DEFAULT_SUBNETS",
|
|
129188
129364
|
"static": true,
|
|
@@ -129205,7 +129381,7 @@
|
|
|
129205
129381
|
"immutable": true,
|
|
129206
129382
|
"locationInModule": {
|
|
129207
129383
|
"filename": "src/aws/compute/vpc.ts",
|
|
129208
|
-
"line":
|
|
129384
|
+
"line": 1580
|
|
129209
129385
|
},
|
|
129210
129386
|
"name": "DEFAULT_SUBNETS_NO_NAT",
|
|
129211
129387
|
"static": true,
|
|
@@ -129218,6 +129394,23 @@
|
|
|
129218
129394
|
}
|
|
129219
129395
|
}
|
|
129220
129396
|
},
|
|
129397
|
+
{
|
|
129398
|
+
"const": true,
|
|
129399
|
+
"docs": {
|
|
129400
|
+
"stability": "stable",
|
|
129401
|
+
"summary": "Uniquely identifies this class."
|
|
129402
|
+
},
|
|
129403
|
+
"immutable": true,
|
|
129404
|
+
"locationInModule": {
|
|
129405
|
+
"filename": "src/aws/compute/vpc.ts",
|
|
129406
|
+
"line": 1547
|
|
129407
|
+
},
|
|
129408
|
+
"name": "PROPERTY_INJECTION_ID",
|
|
129409
|
+
"static": true,
|
|
129410
|
+
"type": {
|
|
129411
|
+
"primitive": "string"
|
|
129412
|
+
}
|
|
129413
|
+
},
|
|
129221
129414
|
{
|
|
129222
129415
|
"docs": {
|
|
129223
129416
|
"stability": "stable",
|
|
@@ -129226,7 +129419,7 @@
|
|
|
129226
129419
|
"immutable": true,
|
|
129227
129420
|
"locationInModule": {
|
|
129228
129421
|
"filename": "src/aws/compute/vpc.ts",
|
|
129229
|
-
"line":
|
|
129422
|
+
"line": 1773
|
|
129230
129423
|
},
|
|
129231
129424
|
"name": "availabilityZones",
|
|
129232
129425
|
"overrides": "terraconstructs.aws.compute.IVpc",
|
|
@@ -129247,7 +129440,7 @@
|
|
|
129247
129440
|
"immutable": true,
|
|
129248
129441
|
"locationInModule": {
|
|
129249
129442
|
"filename": "src/aws/compute/vpc.ts",
|
|
129250
|
-
"line":
|
|
129443
|
+
"line": 1786
|
|
129251
129444
|
},
|
|
129252
129445
|
"name": "dnsHostnamesEnabled",
|
|
129253
129446
|
"type": {
|
|
@@ -129262,7 +129455,7 @@
|
|
|
129262
129455
|
"immutable": true,
|
|
129263
129456
|
"locationInModule": {
|
|
129264
129457
|
"filename": "src/aws/compute/vpc.ts",
|
|
129265
|
-
"line":
|
|
129458
|
+
"line": 1791
|
|
129266
129459
|
},
|
|
129267
129460
|
"name": "dnsSupportEnabled",
|
|
129268
129461
|
"type": {
|
|
@@ -129277,7 +129470,7 @@
|
|
|
129277
129470
|
"immutable": true,
|
|
129278
129471
|
"locationInModule": {
|
|
129279
129472
|
"filename": "src/aws/compute/vpc.ts",
|
|
129280
|
-
"line":
|
|
129473
|
+
"line": 1781
|
|
129281
129474
|
},
|
|
129282
129475
|
"name": "internetConnectivityEstablished",
|
|
129283
129476
|
"overrides": "terraconstructs.aws.compute.IVpc",
|
|
@@ -129293,7 +129486,7 @@
|
|
|
129293
129486
|
"immutable": true,
|
|
129294
129487
|
"locationInModule": {
|
|
129295
129488
|
"filename": "src/aws/compute/vpc.ts",
|
|
129296
|
-
"line":
|
|
129489
|
+
"line": 1768
|
|
129297
129490
|
},
|
|
129298
129491
|
"name": "isolatedSubnets",
|
|
129299
129492
|
"overrides": "terraconstructs.aws.compute.IVpc",
|
|
@@ -129315,7 +129508,7 @@
|
|
|
129315
129508
|
"immutable": true,
|
|
129316
129509
|
"locationInModule": {
|
|
129317
129510
|
"filename": "src/aws/compute/vpc.ts",
|
|
129318
|
-
"line":
|
|
129511
|
+
"line": 629
|
|
129319
129512
|
},
|
|
129320
129513
|
"name": "natDependencies",
|
|
129321
129514
|
"protected": true,
|
|
@@ -129336,7 +129529,7 @@
|
|
|
129336
129529
|
"immutable": true,
|
|
129337
129530
|
"locationInModule": {
|
|
129338
129531
|
"filename": "src/aws/compute/vpc.ts",
|
|
129339
|
-
"line":
|
|
129532
|
+
"line": 655
|
|
129340
129533
|
},
|
|
129341
129534
|
"name": "outputs",
|
|
129342
129535
|
"overrides": "terraconstructs.TerraConstructBase",
|
|
@@ -129357,7 +129550,7 @@
|
|
|
129357
129550
|
"immutable": true,
|
|
129358
129551
|
"locationInModule": {
|
|
129359
129552
|
"filename": "src/aws/compute/vpc.ts",
|
|
129360
|
-
"line":
|
|
129553
|
+
"line": 1763
|
|
129361
129554
|
},
|
|
129362
129555
|
"name": "privateSubnets",
|
|
129363
129556
|
"overrides": "terraconstructs.aws.compute.IVpc",
|
|
@@ -129378,7 +129571,7 @@
|
|
|
129378
129571
|
"immutable": true,
|
|
129379
129572
|
"locationInModule": {
|
|
129380
129573
|
"filename": "src/aws/compute/vpc.ts",
|
|
129381
|
-
"line":
|
|
129574
|
+
"line": 1758
|
|
129382
129575
|
},
|
|
129383
129576
|
"name": "publicSubnets",
|
|
129384
129577
|
"overrides": "terraconstructs.aws.compute.IVpc",
|
|
@@ -129402,7 +129595,7 @@
|
|
|
129402
129595
|
"immutable": true,
|
|
129403
129596
|
"locationInModule": {
|
|
129404
129597
|
"filename": "src/aws/compute/vpc.ts",
|
|
129405
|
-
"line":
|
|
129598
|
+
"line": 1719
|
|
129406
129599
|
},
|
|
129407
129600
|
"name": "vpcArn",
|
|
129408
129601
|
"overrides": "terraconstructs.aws.compute.IVpc",
|
|
@@ -129421,7 +129614,7 @@
|
|
|
129421
129614
|
"immutable": true,
|
|
129422
129615
|
"locationInModule": {
|
|
129423
129616
|
"filename": "src/aws/compute/vpc.ts",
|
|
129424
|
-
"line":
|
|
129617
|
+
"line": 1724
|
|
129425
129618
|
},
|
|
129426
129619
|
"name": "vpcCidrBlock",
|
|
129427
129620
|
"overrides": "terraconstructs.aws.compute.IVpc",
|
|
@@ -129439,7 +129632,7 @@
|
|
|
129439
129632
|
"immutable": true,
|
|
129440
129633
|
"locationInModule": {
|
|
129441
129634
|
"filename": "src/aws/compute/vpc.ts",
|
|
129442
|
-
"line":
|
|
129635
|
+
"line": 1729
|
|
129443
129636
|
},
|
|
129444
129637
|
"name": "vpcDefaultNetworkAcl",
|
|
129445
129638
|
"type": {
|
|
@@ -129456,7 +129649,7 @@
|
|
|
129456
129649
|
"immutable": true,
|
|
129457
129650
|
"locationInModule": {
|
|
129458
129651
|
"filename": "src/aws/compute/vpc.ts",
|
|
129459
|
-
"line":
|
|
129652
|
+
"line": 1741
|
|
129460
129653
|
},
|
|
129461
129654
|
"name": "vpcDefaultSecurityGroup",
|
|
129462
129655
|
"type": {
|
|
@@ -129471,7 +129664,7 @@
|
|
|
129471
129664
|
"immutable": true,
|
|
129472
129665
|
"locationInModule": {
|
|
129473
129666
|
"filename": "src/aws/compute/vpc.ts",
|
|
129474
|
-
"line":
|
|
129667
|
+
"line": 1714
|
|
129475
129668
|
},
|
|
129476
129669
|
"name": "vpcId",
|
|
129477
129670
|
"overrides": "terraconstructs.aws.compute.IVpc",
|
|
@@ -129489,7 +129682,7 @@
|
|
|
129489
129682
|
"immutable": true,
|
|
129490
129683
|
"locationInModule": {
|
|
129491
129684
|
"filename": "src/aws/compute/vpc.ts",
|
|
129492
|
-
"line":
|
|
129685
|
+
"line": 1753
|
|
129493
129686
|
},
|
|
129494
129687
|
"name": "vpcIpv6CidrBlock",
|
|
129495
129688
|
"type": {
|
|
@@ -129504,7 +129697,7 @@
|
|
|
129504
129697
|
"immutable": true,
|
|
129505
129698
|
"locationInModule": {
|
|
129506
129699
|
"filename": "src/aws/compute/vpc.ts",
|
|
129507
|
-
"line":
|
|
129700
|
+
"line": 643
|
|
129508
129701
|
},
|
|
129509
129702
|
"name": "vpcOutputs",
|
|
129510
129703
|
"overrides": "terraconstructs.aws.compute.IVpc",
|
|
@@ -129521,7 +129714,7 @@
|
|
|
129521
129714
|
"immutable": true,
|
|
129522
129715
|
"locationInModule": {
|
|
129523
129716
|
"filename": "src/aws/compute/vpc.ts",
|
|
129524
|
-
"line":
|
|
129717
|
+
"line": 1779
|
|
129525
129718
|
},
|
|
129526
129719
|
"name": "internetGatewayId",
|
|
129527
129720
|
"optional": true,
|
|
@@ -129537,7 +129730,7 @@
|
|
|
129537
129730
|
"immutable": true,
|
|
129538
129731
|
"locationInModule": {
|
|
129539
129732
|
"filename": "src/aws/compute/vpc.ts",
|
|
129540
|
-
"line":
|
|
129733
|
+
"line": 801
|
|
129541
129734
|
},
|
|
129542
129735
|
"name": "vpnGatewayId",
|
|
129543
129736
|
"optional": true,
|
|
@@ -129553,7 +129746,7 @@
|
|
|
129553
129746
|
},
|
|
129554
129747
|
"locationInModule": {
|
|
129555
129748
|
"filename": "src/aws/compute/vpc.ts",
|
|
129556
|
-
"line":
|
|
129749
|
+
"line": 634
|
|
129557
129750
|
},
|
|
129558
129751
|
"name": "incompleteSubnetDefinition",
|
|
129559
129752
|
"protected": true,
|
|
@@ -129575,7 +129768,7 @@
|
|
|
129575
129768
|
"kind": "interface",
|
|
129576
129769
|
"locationInModule": {
|
|
129577
129770
|
"filename": "src/aws/compute/vpc.ts",
|
|
129578
|
-
"line":
|
|
129771
|
+
"line": 977
|
|
129579
129772
|
},
|
|
129580
129773
|
"name": "VpcAttributes",
|
|
129581
129774
|
"namespace": "aws.compute",
|
|
@@ -129589,7 +129782,7 @@
|
|
|
129589
129782
|
"immutable": true,
|
|
129590
129783
|
"locationInModule": {
|
|
129591
129784
|
"filename": "src/aws/compute/vpc.ts",
|
|
129592
|
-
"line":
|
|
129785
|
+
"line": 993
|
|
129593
129786
|
},
|
|
129594
129787
|
"name": "availabilityZones",
|
|
129595
129788
|
"type": {
|
|
@@ -129610,7 +129803,7 @@
|
|
|
129610
129803
|
"immutable": true,
|
|
129611
129804
|
"locationInModule": {
|
|
129612
129805
|
"filename": "src/aws/compute/vpc.ts",
|
|
129613
|
-
"line":
|
|
129806
|
+
"line": 981
|
|
129614
129807
|
},
|
|
129615
129808
|
"name": "vpcId",
|
|
129616
129809
|
"type": {
|
|
@@ -129628,7 +129821,7 @@
|
|
|
129628
129821
|
"immutable": true,
|
|
129629
129822
|
"locationInModule": {
|
|
129630
129823
|
"filename": "src/aws/compute/vpc.ts",
|
|
129631
|
-
"line":
|
|
129824
|
+
"line": 1074
|
|
129632
129825
|
},
|
|
129633
129826
|
"name": "isolatedSubnetIds",
|
|
129634
129827
|
"optional": true,
|
|
@@ -129652,7 +129845,7 @@
|
|
|
129652
129845
|
"immutable": true,
|
|
129653
129846
|
"locationInModule": {
|
|
129654
129847
|
"filename": "src/aws/compute/vpc.ts",
|
|
129655
|
-
"line":
|
|
129848
|
+
"line": 1101
|
|
129656
129849
|
},
|
|
129657
129850
|
"name": "isolatedSubnetIpv4CidrBlocks",
|
|
129658
129851
|
"optional": true,
|
|
@@ -129676,7 +129869,7 @@
|
|
|
129676
129869
|
"immutable": true,
|
|
129677
129870
|
"locationInModule": {
|
|
129678
129871
|
"filename": "src/aws/compute/vpc.ts",
|
|
129679
|
-
"line":
|
|
129872
|
+
"line": 1083
|
|
129680
129873
|
},
|
|
129681
129874
|
"name": "isolatedSubnetNames",
|
|
129682
129875
|
"optional": true,
|
|
@@ -129700,7 +129893,7 @@
|
|
|
129700
129893
|
"immutable": true,
|
|
129701
129894
|
"locationInModule": {
|
|
129702
129895
|
"filename": "src/aws/compute/vpc.ts",
|
|
129703
|
-
"line":
|
|
129896
|
+
"line": 1092
|
|
129704
129897
|
},
|
|
129705
129898
|
"name": "isolatedSubnetRouteTableIds",
|
|
129706
129899
|
"optional": true,
|
|
@@ -129724,7 +129917,7 @@
|
|
|
129724
129917
|
"immutable": true,
|
|
129725
129918
|
"locationInModule": {
|
|
129726
129919
|
"filename": "src/aws/compute/vpc.ts",
|
|
129727
|
-
"line":
|
|
129920
|
+
"line": 1038
|
|
129728
129921
|
},
|
|
129729
129922
|
"name": "privateSubnetIds",
|
|
129730
129923
|
"optional": true,
|
|
@@ -129748,7 +129941,7 @@
|
|
|
129748
129941
|
"immutable": true,
|
|
129749
129942
|
"locationInModule": {
|
|
129750
129943
|
"filename": "src/aws/compute/vpc.ts",
|
|
129751
|
-
"line":
|
|
129944
|
+
"line": 1065
|
|
129752
129945
|
},
|
|
129753
129946
|
"name": "privateSubnetIpv4CidrBlocks",
|
|
129754
129947
|
"optional": true,
|
|
@@ -129772,7 +129965,7 @@
|
|
|
129772
129965
|
"immutable": true,
|
|
129773
129966
|
"locationInModule": {
|
|
129774
129967
|
"filename": "src/aws/compute/vpc.ts",
|
|
129775
|
-
"line":
|
|
129968
|
+
"line": 1047
|
|
129776
129969
|
},
|
|
129777
129970
|
"name": "privateSubnetNames",
|
|
129778
129971
|
"optional": true,
|
|
@@ -129796,7 +129989,7 @@
|
|
|
129796
129989
|
"immutable": true,
|
|
129797
129990
|
"locationInModule": {
|
|
129798
129991
|
"filename": "src/aws/compute/vpc.ts",
|
|
129799
|
-
"line":
|
|
129992
|
+
"line": 1056
|
|
129800
129993
|
},
|
|
129801
129994
|
"name": "privateSubnetRouteTableIds",
|
|
129802
129995
|
"optional": true,
|
|
@@ -129820,7 +130013,7 @@
|
|
|
129820
130013
|
"immutable": true,
|
|
129821
130014
|
"locationInModule": {
|
|
129822
130015
|
"filename": "src/aws/compute/vpc.ts",
|
|
129823
|
-
"line":
|
|
130016
|
+
"line": 1002
|
|
129824
130017
|
},
|
|
129825
130018
|
"name": "publicSubnetIds",
|
|
129826
130019
|
"optional": true,
|
|
@@ -129844,7 +130037,7 @@
|
|
|
129844
130037
|
"immutable": true,
|
|
129845
130038
|
"locationInModule": {
|
|
129846
130039
|
"filename": "src/aws/compute/vpc.ts",
|
|
129847
|
-
"line":
|
|
130040
|
+
"line": 1029
|
|
129848
130041
|
},
|
|
129849
130042
|
"name": "publicSubnetIpv4CidrBlocks",
|
|
129850
130043
|
"optional": true,
|
|
@@ -129868,7 +130061,7 @@
|
|
|
129868
130061
|
"immutable": true,
|
|
129869
130062
|
"locationInModule": {
|
|
129870
130063
|
"filename": "src/aws/compute/vpc.ts",
|
|
129871
|
-
"line":
|
|
130064
|
+
"line": 1011
|
|
129872
130065
|
},
|
|
129873
130066
|
"name": "publicSubnetNames",
|
|
129874
130067
|
"optional": true,
|
|
@@ -129892,7 +130085,7 @@
|
|
|
129892
130085
|
"immutable": true,
|
|
129893
130086
|
"locationInModule": {
|
|
129894
130087
|
"filename": "src/aws/compute/vpc.ts",
|
|
129895
|
-
"line":
|
|
130088
|
+
"line": 1020
|
|
129896
130089
|
},
|
|
129897
130090
|
"name": "publicSubnetRouteTableIds",
|
|
129898
130091
|
"optional": true,
|
|
@@ -129915,7 +130108,7 @@
|
|
|
129915
130108
|
"immutable": true,
|
|
129916
130109
|
"locationInModule": {
|
|
129917
130110
|
"filename": "src/aws/compute/vpc.ts",
|
|
129918
|
-
"line":
|
|
130111
|
+
"line": 1113
|
|
129919
130112
|
},
|
|
129920
130113
|
"name": "region",
|
|
129921
130114
|
"optional": true,
|
|
@@ -129933,7 +130126,7 @@
|
|
|
129933
130126
|
"immutable": true,
|
|
129934
130127
|
"locationInModule": {
|
|
129935
130128
|
"filename": "src/aws/compute/vpc.ts",
|
|
129936
|
-
"line":
|
|
130129
|
+
"line": 988
|
|
129937
130130
|
},
|
|
129938
130131
|
"name": "vpcCidrBlock",
|
|
129939
130132
|
"optional": true,
|
|
@@ -129950,7 +130143,7 @@
|
|
|
129950
130143
|
"immutable": true,
|
|
129951
130144
|
"locationInModule": {
|
|
129952
130145
|
"filename": "src/aws/compute/vpc.ts",
|
|
129953
|
-
"line":
|
|
130146
|
+
"line": 1106
|
|
129954
130147
|
},
|
|
129955
130148
|
"name": "vpnGatewayId",
|
|
129956
130149
|
"optional": true,
|
|
@@ -131330,7 +131523,7 @@
|
|
|
131330
131523
|
"kind": "interface",
|
|
131331
131524
|
"locationInModule": {
|
|
131332
131525
|
"filename": "src/aws/compute/vpc.ts",
|
|
131333
|
-
"line":
|
|
131526
|
+
"line": 178
|
|
131334
131527
|
},
|
|
131335
131528
|
"name": "VpcOutputs",
|
|
131336
131529
|
"namespace": "aws.compute",
|
|
@@ -131347,7 +131540,7 @@
|
|
|
131347
131540
|
"immutable": true,
|
|
131348
131541
|
"locationInModule": {
|
|
131349
131542
|
"filename": "src/aws/compute/vpc.ts",
|
|
131350
|
-
"line":
|
|
131543
|
+
"line": 224
|
|
131351
131544
|
},
|
|
131352
131545
|
"name": "availabilityZones",
|
|
131353
131546
|
"type": {
|
|
@@ -131371,7 +131564,7 @@
|
|
|
131371
131564
|
"immutable": true,
|
|
131372
131565
|
"locationInModule": {
|
|
131373
131566
|
"filename": "src/aws/compute/vpc.ts",
|
|
131374
|
-
"line":
|
|
131567
|
+
"line": 217
|
|
131375
131568
|
},
|
|
131376
131569
|
"name": "isolatedSubnetIds",
|
|
131377
131570
|
"type": {
|
|
@@ -131395,7 +131588,7 @@
|
|
|
131395
131588
|
"immutable": true,
|
|
131396
131589
|
"locationInModule": {
|
|
131397
131590
|
"filename": "src/aws/compute/vpc.ts",
|
|
131398
|
-
"line":
|
|
131591
|
+
"line": 210
|
|
131399
131592
|
},
|
|
131400
131593
|
"name": "privateSubnetIds",
|
|
131401
131594
|
"type": {
|
|
@@ -131419,7 +131612,7 @@
|
|
|
131419
131612
|
"immutable": true,
|
|
131420
131613
|
"locationInModule": {
|
|
131421
131614
|
"filename": "src/aws/compute/vpc.ts",
|
|
131422
|
-
"line":
|
|
131615
|
+
"line": 203
|
|
131423
131616
|
},
|
|
131424
131617
|
"name": "publicSubnetIds",
|
|
131425
131618
|
"type": {
|
|
@@ -131443,7 +131636,7 @@
|
|
|
131443
131636
|
"immutable": true,
|
|
131444
131637
|
"locationInModule": {
|
|
131445
131638
|
"filename": "src/aws/compute/vpc.ts",
|
|
131446
|
-
"line":
|
|
131639
|
+
"line": 189
|
|
131447
131640
|
},
|
|
131448
131641
|
"name": "vpcArn",
|
|
131449
131642
|
"type": {
|
|
@@ -131462,7 +131655,7 @@
|
|
|
131462
131655
|
"immutable": true,
|
|
131463
131656
|
"locationInModule": {
|
|
131464
131657
|
"filename": "src/aws/compute/vpc.ts",
|
|
131465
|
-
"line":
|
|
131658
|
+
"line": 196
|
|
131466
131659
|
},
|
|
131467
131660
|
"name": "vpcCidrBlock",
|
|
131468
131661
|
"type": {
|
|
@@ -131481,7 +131674,7 @@
|
|
|
131481
131674
|
"immutable": true,
|
|
131482
131675
|
"locationInModule": {
|
|
131483
131676
|
"filename": "src/aws/compute/vpc.ts",
|
|
131484
|
-
"line":
|
|
131677
|
+
"line": 183
|
|
131485
131678
|
},
|
|
131486
131679
|
"name": "vpcId",
|
|
131487
131680
|
"type": {
|
|
@@ -131500,7 +131693,7 @@
|
|
|
131500
131693
|
"immutable": true,
|
|
131501
131694
|
"locationInModule": {
|
|
131502
131695
|
"filename": "src/aws/compute/vpc.ts",
|
|
131503
|
-
"line":
|
|
131696
|
+
"line": 231
|
|
131504
131697
|
},
|
|
131505
131698
|
"name": "vpnGatewayId",
|
|
131506
131699
|
"optional": true,
|
|
@@ -131522,7 +131715,7 @@
|
|
|
131522
131715
|
"kind": "interface",
|
|
131523
131716
|
"locationInModule": {
|
|
131524
131717
|
"filename": "src/aws/compute/vpc.ts",
|
|
131525
|
-
"line":
|
|
131718
|
+
"line": 1175
|
|
131526
131719
|
},
|
|
131527
131720
|
"name": "VpcProps",
|
|
131528
131721
|
"namespace": "aws.compute",
|
|
@@ -131538,7 +131731,7 @@
|
|
|
131538
131731
|
"immutable": true,
|
|
131539
131732
|
"locationInModule": {
|
|
131540
131733
|
"filename": "src/aws/compute/vpc.ts",
|
|
131541
|
-
"line":
|
|
131734
|
+
"line": 1281
|
|
131542
131735
|
},
|
|
131543
131736
|
"name": "availabilityZones",
|
|
131544
131737
|
"optional": true,
|
|
@@ -131563,7 +131756,7 @@
|
|
|
131563
131756
|
"immutable": true,
|
|
131564
131757
|
"locationInModule": {
|
|
131565
131758
|
"filename": "src/aws/compute/vpc.ts",
|
|
131566
|
-
"line":
|
|
131759
|
+
"line": 1206
|
|
131567
131760
|
},
|
|
131568
131761
|
"name": "cidr",
|
|
131569
131762
|
"optional": true,
|
|
@@ -131581,7 +131774,7 @@
|
|
|
131581
131774
|
"immutable": true,
|
|
131582
131775
|
"locationInModule": {
|
|
131583
131776
|
"filename": "src/aws/compute/vpc.ts",
|
|
131584
|
-
"line":
|
|
131777
|
+
"line": 1422
|
|
131585
131778
|
},
|
|
131586
131779
|
"name": "createInternetGateway",
|
|
131587
131780
|
"optional": true,
|
|
@@ -131600,7 +131793,7 @@
|
|
|
131600
131793
|
"immutable": true,
|
|
131601
131794
|
"locationInModule": {
|
|
131602
131795
|
"filename": "src/aws/compute/vpc.ts",
|
|
131603
|
-
"line":
|
|
131796
|
+
"line": 1241
|
|
131604
131797
|
},
|
|
131605
131798
|
"name": "defaultInstanceTenancy",
|
|
131606
131799
|
"optional": true,
|
|
@@ -131619,7 +131812,7 @@
|
|
|
131619
131812
|
"immutable": true,
|
|
131620
131813
|
"locationInModule": {
|
|
131621
131814
|
"filename": "src/aws/compute/vpc.ts",
|
|
131622
|
-
"line":
|
|
131815
|
+
"line": 1216
|
|
131623
131816
|
},
|
|
131624
131817
|
"name": "enableDnsHostnames",
|
|
131625
131818
|
"optional": true,
|
|
@@ -131638,7 +131831,7 @@
|
|
|
131638
131831
|
"immutable": true,
|
|
131639
131832
|
"locationInModule": {
|
|
131640
131833
|
"filename": "src/aws/compute/vpc.ts",
|
|
131641
|
-
"line":
|
|
131834
|
+
"line": 1229
|
|
131642
131835
|
},
|
|
131643
131836
|
"name": "enableDnsSupport",
|
|
131644
131837
|
"optional": true,
|
|
@@ -131656,7 +131849,7 @@
|
|
|
131656
131849
|
"immutable": true,
|
|
131657
131850
|
"locationInModule": {
|
|
131658
131851
|
"filename": "src/aws/compute/vpc.ts",
|
|
131659
|
-
"line":
|
|
131852
|
+
"line": 1398
|
|
131660
131853
|
},
|
|
131661
131854
|
"name": "flowLogs",
|
|
131662
131855
|
"optional": true,
|
|
@@ -131679,7 +131872,7 @@
|
|
|
131679
131872
|
"immutable": true,
|
|
131680
131873
|
"locationInModule": {
|
|
131681
131874
|
"filename": "src/aws/compute/vpc.ts",
|
|
131682
|
-
"line":
|
|
131875
|
+
"line": 1391
|
|
131683
131876
|
},
|
|
131684
131877
|
"name": "gatewayEndpoints",
|
|
131685
131878
|
"optional": true,
|
|
@@ -131703,7 +131896,7 @@
|
|
|
131703
131896
|
"immutable": true,
|
|
131704
131897
|
"locationInModule": {
|
|
131705
131898
|
"filename": "src/aws/compute/vpc.ts",
|
|
131706
|
-
"line":
|
|
131899
|
+
"line": 1194
|
|
131707
131900
|
},
|
|
131708
131901
|
"name": "ipAddresses",
|
|
131709
131902
|
"optional": true,
|
|
@@ -131722,7 +131915,7 @@
|
|
|
131722
131915
|
"immutable": true,
|
|
131723
131916
|
"locationInModule": {
|
|
131724
131917
|
"filename": "src/aws/compute/vpc.ts",
|
|
131725
|
-
"line":
|
|
131918
|
+
"line": 1183
|
|
131726
131919
|
},
|
|
131727
131920
|
"name": "ipProtocol",
|
|
131728
131921
|
"optional": true,
|
|
@@ -131741,7 +131934,7 @@
|
|
|
131741
131934
|
"immutable": true,
|
|
131742
131935
|
"locationInModule": {
|
|
131743
131936
|
"filename": "src/aws/compute/vpc.ts",
|
|
131744
|
-
"line":
|
|
131937
|
+
"line": 1433
|
|
131745
131938
|
},
|
|
131746
131939
|
"name": "ipv6Addresses",
|
|
131747
131940
|
"optional": true,
|
|
@@ -131760,7 +131953,7 @@
|
|
|
131760
131953
|
"immutable": true,
|
|
131761
131954
|
"locationInModule": {
|
|
131762
131955
|
"filename": "src/aws/compute/vpc.ts",
|
|
131763
|
-
"line":
|
|
131956
|
+
"line": 1262
|
|
131764
131957
|
},
|
|
131765
131958
|
"name": "maxAzs",
|
|
131766
131959
|
"optional": true,
|
|
@@ -131779,7 +131972,7 @@
|
|
|
131779
131972
|
"immutable": true,
|
|
131780
131973
|
"locationInModule": {
|
|
131781
131974
|
"filename": "src/aws/compute/vpc.ts",
|
|
131782
|
-
"line":
|
|
131975
|
+
"line": 1318
|
|
131783
131976
|
},
|
|
131784
131977
|
"name": "natGatewayProvider",
|
|
131785
131978
|
"optional": true,
|
|
@@ -131798,7 +131991,7 @@
|
|
|
131798
131991
|
"immutable": true,
|
|
131799
131992
|
"locationInModule": {
|
|
131800
131993
|
"filename": "src/aws/compute/vpc.ts",
|
|
131801
|
-
"line":
|
|
131994
|
+
"line": 1295
|
|
131802
131995
|
},
|
|
131803
131996
|
"name": "natGateways",
|
|
131804
131997
|
"optional": true,
|
|
@@ -131817,7 +132010,7 @@
|
|
|
131817
132010
|
"immutable": true,
|
|
131818
132011
|
"locationInModule": {
|
|
131819
132012
|
"filename": "src/aws/compute/vpc.ts",
|
|
131820
|
-
"line":
|
|
132013
|
+
"line": 1307
|
|
131821
132014
|
},
|
|
131822
132015
|
"name": "natGatewaySubnets",
|
|
131823
132016
|
"optional": true,
|
|
@@ -131836,7 +132029,7 @@
|
|
|
131836
132029
|
"immutable": true,
|
|
131837
132030
|
"locationInModule": {
|
|
131838
132031
|
"filename": "src/aws/compute/vpc.ts",
|
|
131839
|
-
"line":
|
|
132032
|
+
"line": 1272
|
|
131840
132033
|
},
|
|
131841
132034
|
"name": "reservedAzs",
|
|
131842
132035
|
"optional": true,
|
|
@@ -131855,7 +132048,7 @@
|
|
|
131855
132048
|
"immutable": true,
|
|
131856
132049
|
"locationInModule": {
|
|
131857
132050
|
"filename": "src/aws/compute/vpc.ts",
|
|
131858
|
-
"line":
|
|
132051
|
+
"line": 1354
|
|
131859
132052
|
},
|
|
131860
132053
|
"name": "subnetConfiguration",
|
|
131861
132054
|
"optional": true,
|
|
@@ -131879,7 +132072,7 @@
|
|
|
131879
132072
|
"immutable": true,
|
|
131880
132073
|
"locationInModule": {
|
|
131881
132074
|
"filename": "src/aws/compute/vpc.ts",
|
|
131882
|
-
"line":
|
|
132075
|
+
"line": 1407
|
|
131883
132076
|
},
|
|
131884
132077
|
"name": "vpcName",
|
|
131885
132078
|
"optional": true,
|
|
@@ -131897,7 +132090,7 @@
|
|
|
131897
132090
|
"immutable": true,
|
|
131898
132091
|
"locationInModule": {
|
|
131899
132092
|
"filename": "src/aws/compute/vpc.ts",
|
|
131900
|
-
"line":
|
|
132093
|
+
"line": 1375
|
|
131901
132094
|
},
|
|
131902
132095
|
"name": "vpnConnections",
|
|
131903
132096
|
"optional": true,
|
|
@@ -131920,7 +132113,7 @@
|
|
|
131920
132113
|
"immutable": true,
|
|
131921
132114
|
"locationInModule": {
|
|
131922
132115
|
"filename": "src/aws/compute/vpc.ts",
|
|
131923
|
-
"line":
|
|
132116
|
+
"line": 1361
|
|
131924
132117
|
},
|
|
131925
132118
|
"name": "vpnGateway",
|
|
131926
132119
|
"optional": true,
|
|
@@ -131938,7 +132131,7 @@
|
|
|
131938
132131
|
"immutable": true,
|
|
131939
132132
|
"locationInModule": {
|
|
131940
132133
|
"filename": "src/aws/compute/vpc.ts",
|
|
131941
|
-
"line":
|
|
132134
|
+
"line": 1368
|
|
131942
132135
|
},
|
|
131943
132136
|
"name": "vpnGatewayAsn",
|
|
131944
132137
|
"optional": true,
|
|
@@ -131956,7 +132149,7 @@
|
|
|
131956
132149
|
"immutable": true,
|
|
131957
132150
|
"locationInModule": {
|
|
131958
132151
|
"filename": "src/aws/compute/vpc.ts",
|
|
131959
|
-
"line":
|
|
132152
|
+
"line": 1384
|
|
131960
132153
|
},
|
|
131961
132154
|
"name": "vpnRoutePropagation",
|
|
131962
132155
|
"optional": true,
|
|
@@ -203902,6 +204095,6 @@
|
|
|
203902
204095
|
"symbolId": "src/aws/storage/notification-targets/queue:QueueDestination"
|
|
203903
204096
|
}
|
|
203904
204097
|
},
|
|
203905
|
-
"version": "0.2.
|
|
203906
|
-
"fingerprint": "
|
|
204098
|
+
"version": "0.2.4",
|
|
204099
|
+
"fingerprint": "VFVCB8Dra8+wrN1X3R/HFN8pm34yD1TnW8kTOYSdToo="
|
|
203907
204100
|
}
|