@aws-solutions-constructs/core 2.27.0 → 2.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +228 -67
- package/lib/cloudfront-distribution-defaults.d.ts +3 -3
- package/lib/cloudfront-distribution-defaults.js +36 -24
- package/lib/cloudfront-distribution-helper.d.ts +3 -3
- package/lib/cloudfront-distribution-helper.js +7 -7
- package/lib/input-validation.d.ts +3 -0
- package/lib/input-validation.js +22 -2
- package/lib/sns-helper.d.ts +17 -8
- package/lib/sns-helper.js +14 -14
- package/lib/sqs-helper.d.ts +7 -7
- package/lib/sqs-helper.js +17 -11
- package/package.json +4 -4
- package/test/input-validation.test.js +73 -1
- package/test/sns-helper.test.js +96 -1
- package/test/sqs-helper.test.js +20 -3
- package/test/test-helper.d.ts +8 -0
- package/test/test-helper.js +28 -2
package/.jsii
CHANGED
|
@@ -13,10 +13,88 @@
|
|
|
13
13
|
"npmlog": "^4.1.2"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"aws-cdk-lib": "^2.
|
|
16
|
+
"aws-cdk-lib": "^2.53.0",
|
|
17
17
|
"constructs": "^10.0.0"
|
|
18
18
|
},
|
|
19
19
|
"dependencyClosure": {
|
|
20
|
+
"@aws-cdk/asset-awscli-v1": {
|
|
21
|
+
"targets": {
|
|
22
|
+
"dotnet": {
|
|
23
|
+
"namespace": "Amazon.CDK.Asset.AwsCliV1",
|
|
24
|
+
"packageId": "Amazon.CDK.Asset.AwsCliV1"
|
|
25
|
+
},
|
|
26
|
+
"go": {
|
|
27
|
+
"moduleName": "github.com/cdklabs/awscdk-asset-awscli-go",
|
|
28
|
+
"packageName": "awscliv1"
|
|
29
|
+
},
|
|
30
|
+
"java": {
|
|
31
|
+
"maven": {
|
|
32
|
+
"artifactId": "cdk-asset-awscli-v1",
|
|
33
|
+
"groupId": "software.amazon.awscdk"
|
|
34
|
+
},
|
|
35
|
+
"package": "software.amazon.awscdk.cdk.asset.awscli.v1"
|
|
36
|
+
},
|
|
37
|
+
"js": {
|
|
38
|
+
"npm": "@aws-cdk/asset-awscli-v1"
|
|
39
|
+
},
|
|
40
|
+
"python": {
|
|
41
|
+
"distName": "aws-cdk.asset-awscli-v1",
|
|
42
|
+
"module": "aws_cdk.asset_awscli_v1"
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"@aws-cdk/asset-kubectl-v20": {
|
|
47
|
+
"targets": {
|
|
48
|
+
"dotnet": {
|
|
49
|
+
"namespace": "Amazon.CDK.Asset.KubectlV20",
|
|
50
|
+
"packageId": "Amazon.CDK.Asset.KubectlV20"
|
|
51
|
+
},
|
|
52
|
+
"go": {
|
|
53
|
+
"moduleName": "github.com/cdklabs/awscdk-asset-kubectl-go",
|
|
54
|
+
"packageName": "kubectlv20"
|
|
55
|
+
},
|
|
56
|
+
"java": {
|
|
57
|
+
"maven": {
|
|
58
|
+
"artifactId": "cdk-asset-kubectl-v20",
|
|
59
|
+
"groupId": "software.amazon.awscdk"
|
|
60
|
+
},
|
|
61
|
+
"package": "software.amazon.awscdk.cdk.asset.kubectl.v20"
|
|
62
|
+
},
|
|
63
|
+
"js": {
|
|
64
|
+
"npm": "@aws-cdk/asset-kubectl-v20"
|
|
65
|
+
},
|
|
66
|
+
"python": {
|
|
67
|
+
"distName": "aws-cdk.asset-kubectl-v20",
|
|
68
|
+
"module": "aws_cdk.asset_kubectl_v20"
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"@aws-cdk/asset-node-proxy-agent-v5": {
|
|
73
|
+
"targets": {
|
|
74
|
+
"dotnet": {
|
|
75
|
+
"namespace": "Amazon.CDK.Asset.NodeProxyAgentV5",
|
|
76
|
+
"packageId": "Amazon.CDK.Asset.NodeProxyAgentV5"
|
|
77
|
+
},
|
|
78
|
+
"go": {
|
|
79
|
+
"moduleName": "github.com/cdklabs/awscdk-asset-node-proxy-agent-go",
|
|
80
|
+
"packageName": "nodeproxyagentv5"
|
|
81
|
+
},
|
|
82
|
+
"java": {
|
|
83
|
+
"maven": {
|
|
84
|
+
"artifactId": "cdk-asset-node-proxy-agent-v5",
|
|
85
|
+
"groupId": "software.amazon.awscdk"
|
|
86
|
+
},
|
|
87
|
+
"package": "software.amazon.awscdk.cdk.asset.node.proxy.agent.v5"
|
|
88
|
+
},
|
|
89
|
+
"js": {
|
|
90
|
+
"npm": "@aws-cdk/asset-node-proxy-agent-v5"
|
|
91
|
+
},
|
|
92
|
+
"python": {
|
|
93
|
+
"distName": "aws-cdk.asset-node-proxy-agent-v5",
|
|
94
|
+
"module": "aws_cdk.asset_node_proxy_agent_v5"
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
},
|
|
20
98
|
"aws-cdk-lib": {
|
|
21
99
|
"submodules": {
|
|
22
100
|
"aws-cdk-lib.alexa_ask": {
|
|
@@ -2152,6 +2230,19 @@
|
|
|
2152
2230
|
}
|
|
2153
2231
|
}
|
|
2154
2232
|
},
|
|
2233
|
+
"aws-cdk-lib.aws_organizations": {
|
|
2234
|
+
"targets": {
|
|
2235
|
+
"dotnet": {
|
|
2236
|
+
"namespace": "Amazon.CDK.AWS.Organizations"
|
|
2237
|
+
},
|
|
2238
|
+
"java": {
|
|
2239
|
+
"package": "software.amazon.awscdk.services.organizations"
|
|
2240
|
+
},
|
|
2241
|
+
"python": {
|
|
2242
|
+
"module": "aws_cdk.aws_organizations"
|
|
2243
|
+
}
|
|
2244
|
+
}
|
|
2245
|
+
},
|
|
2155
2246
|
"aws-cdk-lib.aws_panorama": {
|
|
2156
2247
|
"targets": {
|
|
2157
2248
|
"dotnet": {
|
|
@@ -2321,6 +2412,19 @@
|
|
|
2321
2412
|
}
|
|
2322
2413
|
}
|
|
2323
2414
|
},
|
|
2415
|
+
"aws-cdk-lib.aws_resourceexplorer2": {
|
|
2416
|
+
"targets": {
|
|
2417
|
+
"dotnet": {
|
|
2418
|
+
"namespace": "Amazon.CDK.AWS.ResourceExplorer2"
|
|
2419
|
+
},
|
|
2420
|
+
"java": {
|
|
2421
|
+
"package": "software.amazon.awscdk.services.resourceexplorer2"
|
|
2422
|
+
},
|
|
2423
|
+
"python": {
|
|
2424
|
+
"module": "aws_cdk.aws_resourceexplorer2"
|
|
2425
|
+
}
|
|
2426
|
+
}
|
|
2427
|
+
},
|
|
2324
2428
|
"aws-cdk-lib.aws_resourcegroups": {
|
|
2325
2429
|
"targets": {
|
|
2326
2430
|
"dotnet": {
|
|
@@ -2555,6 +2659,19 @@
|
|
|
2555
2659
|
}
|
|
2556
2660
|
}
|
|
2557
2661
|
},
|
|
2662
|
+
"aws-cdk-lib.aws_scheduler": {
|
|
2663
|
+
"targets": {
|
|
2664
|
+
"dotnet": {
|
|
2665
|
+
"namespace": "Amazon.CDK.AWS.Scheduler"
|
|
2666
|
+
},
|
|
2667
|
+
"java": {
|
|
2668
|
+
"package": "software.amazon.awscdk.services.scheduler"
|
|
2669
|
+
},
|
|
2670
|
+
"python": {
|
|
2671
|
+
"module": "aws_cdk.aws_scheduler"
|
|
2672
|
+
}
|
|
2673
|
+
}
|
|
2674
|
+
},
|
|
2558
2675
|
"aws-cdk-lib.aws_sdb": {
|
|
2559
2676
|
"targets": {
|
|
2560
2677
|
"dotnet": {
|
|
@@ -3117,7 +3234,7 @@
|
|
|
3117
3234
|
},
|
|
3118
3235
|
"description": "Core CDK Construct for patterns library",
|
|
3119
3236
|
"homepage": "https://github.com/awslabs/aws-solutions-constructs.git",
|
|
3120
|
-
"jsiiVersion": "1.
|
|
3237
|
+
"jsiiVersion": "1.71.0 (build f1f58ae)",
|
|
3121
3238
|
"license": "Apache-2.0",
|
|
3122
3239
|
"metadata": {
|
|
3123
3240
|
"jsii": {
|
|
@@ -3336,7 +3453,7 @@
|
|
|
3336
3453
|
"kind": "interface",
|
|
3337
3454
|
"locationInModule": {
|
|
3338
3455
|
"filename": "lib/sqs-helper.ts",
|
|
3339
|
-
"line":
|
|
3456
|
+
"line": 113
|
|
3340
3457
|
},
|
|
3341
3458
|
"name": "BuildDeadLetterQueueProps",
|
|
3342
3459
|
"properties": [
|
|
@@ -3349,7 +3466,7 @@
|
|
|
3349
3466
|
"immutable": true,
|
|
3350
3467
|
"locationInModule": {
|
|
3351
3468
|
"filename": "lib/sqs-helper.ts",
|
|
3352
|
-
"line":
|
|
3469
|
+
"line": 131
|
|
3353
3470
|
},
|
|
3354
3471
|
"name": "deadLetterQueueProps",
|
|
3355
3472
|
"optional": true,
|
|
@@ -3366,7 +3483,7 @@
|
|
|
3366
3483
|
"immutable": true,
|
|
3367
3484
|
"locationInModule": {
|
|
3368
3485
|
"filename": "lib/sqs-helper.ts",
|
|
3369
|
-
"line":
|
|
3486
|
+
"line": 125
|
|
3370
3487
|
},
|
|
3371
3488
|
"name": "deployDeadLetterQueue",
|
|
3372
3489
|
"optional": true,
|
|
@@ -3383,7 +3500,7 @@
|
|
|
3383
3500
|
"immutable": true,
|
|
3384
3501
|
"locationInModule": {
|
|
3385
3502
|
"filename": "lib/sqs-helper.ts",
|
|
3386
|
-
"line":
|
|
3503
|
+
"line": 119
|
|
3387
3504
|
},
|
|
3388
3505
|
"name": "existingQueueObj",
|
|
3389
3506
|
"optional": true,
|
|
@@ -3400,7 +3517,7 @@
|
|
|
3400
3517
|
"immutable": true,
|
|
3401
3518
|
"locationInModule": {
|
|
3402
3519
|
"filename": "lib/sqs-helper.ts",
|
|
3403
|
-
"line":
|
|
3520
|
+
"line": 137
|
|
3404
3521
|
},
|
|
3405
3522
|
"name": "maxReceiveCount",
|
|
3406
3523
|
"optional": true,
|
|
@@ -4113,9 +4230,9 @@
|
|
|
4113
4230
|
{
|
|
4114
4231
|
"abstract": true,
|
|
4115
4232
|
"docs": {
|
|
4116
|
-
"default": "-
|
|
4117
|
-
"remarks": "
|
|
4118
|
-
"summary": "
|
|
4233
|
+
"default": "- False if queueProps.encryptionMasterKey, encryptionKey, and encryptionKeyProps are all undefined.",
|
|
4234
|
+
"remarks": "This flag is ignored if any of the following are defined: queueProps.encryptionMasterKey, encryptionKey or encryptionKeyProps.",
|
|
4235
|
+
"summary": "If no key is provided, this flag determines whether the queue is encrypted with a new CMK or an AWS managed key."
|
|
4119
4236
|
},
|
|
4120
4237
|
"immutable": true,
|
|
4121
4238
|
"locationInModule": {
|
|
@@ -4131,8 +4248,8 @@
|
|
|
4131
4248
|
{
|
|
4132
4249
|
"abstract": true,
|
|
4133
4250
|
"docs": {
|
|
4134
|
-
"default": "-
|
|
4135
|
-
"summary": "An optional, imported encryption key to encrypt the SQS
|
|
4251
|
+
"default": "- None",
|
|
4252
|
+
"summary": "An optional, imported encryption key to encrypt the SQS Queue with."
|
|
4136
4253
|
},
|
|
4137
4254
|
"immutable": true,
|
|
4138
4255
|
"locationInModule": {
|
|
@@ -4148,8 +4265,8 @@
|
|
|
4148
4265
|
{
|
|
4149
4266
|
"abstract": true,
|
|
4150
4267
|
"docs": {
|
|
4151
|
-
"default": "-
|
|
4152
|
-
"summary": "Optional user
|
|
4268
|
+
"default": "- None",
|
|
4269
|
+
"summary": "Optional user provided properties to override the default properties for the KMS encryption key used to encrypt the SQS Queue with."
|
|
4153
4270
|
},
|
|
4154
4271
|
"immutable": true,
|
|
4155
4272
|
"locationInModule": {
|
|
@@ -4460,14 +4577,14 @@
|
|
|
4460
4577
|
{
|
|
4461
4578
|
"abstract": true,
|
|
4462
4579
|
"docs": {
|
|
4463
|
-
"default": "-
|
|
4464
|
-
"remarks": "
|
|
4465
|
-
"summary": "
|
|
4580
|
+
"default": "- False if topicProps.masterKey, encryptionKey, and encryptionKeyProps are all undefined.",
|
|
4581
|
+
"remarks": "This flag is ignored if any of the following are defined: topicProps.masterKey, encryptionKey or encryptionKeyProps.",
|
|
4582
|
+
"summary": "If no key is provided, this flag determines whether the topic is encrypted with a new CMK or an AWS managed key."
|
|
4466
4583
|
},
|
|
4467
4584
|
"immutable": true,
|
|
4468
4585
|
"locationInModule": {
|
|
4469
4586
|
"filename": "lib/sns-helper.ts",
|
|
4470
|
-
"line":
|
|
4587
|
+
"line": 53
|
|
4471
4588
|
},
|
|
4472
4589
|
"name": "enableEncryptionWithCustomerManagedKey",
|
|
4473
4590
|
"optional": true,
|
|
@@ -4478,13 +4595,13 @@
|
|
|
4478
4595
|
{
|
|
4479
4596
|
"abstract": true,
|
|
4480
4597
|
"docs": {
|
|
4481
|
-
"default": "-
|
|
4598
|
+
"default": "- None",
|
|
4482
4599
|
"summary": "An optional, imported encryption key to encrypt the SNS topic with."
|
|
4483
4600
|
},
|
|
4484
4601
|
"immutable": true,
|
|
4485
4602
|
"locationInModule": {
|
|
4486
4603
|
"filename": "lib/sns-helper.ts",
|
|
4487
|
-
"line":
|
|
4604
|
+
"line": 59
|
|
4488
4605
|
},
|
|
4489
4606
|
"name": "encryptionKey",
|
|
4490
4607
|
"optional": true,
|
|
@@ -4495,13 +4612,13 @@
|
|
|
4495
4612
|
{
|
|
4496
4613
|
"abstract": true,
|
|
4497
4614
|
"docs": {
|
|
4498
|
-
"default": "-
|
|
4499
|
-
"summary": "Optional user
|
|
4615
|
+
"default": "- None",
|
|
4616
|
+
"summary": "Optional user provided properties to override the default properties for the KMS encryption key used to encrypt the SNS topic with."
|
|
4500
4617
|
},
|
|
4501
4618
|
"immutable": true,
|
|
4502
4619
|
"locationInModule": {
|
|
4503
4620
|
"filename": "lib/sns-helper.ts",
|
|
4504
|
-
"line":
|
|
4621
|
+
"line": 65
|
|
4505
4622
|
},
|
|
4506
4623
|
"name": "encryptionKeyProps",
|
|
4507
4624
|
"optional": true,
|
|
@@ -4512,13 +4629,31 @@
|
|
|
4512
4629
|
{
|
|
4513
4630
|
"abstract": true,
|
|
4514
4631
|
"docs": {
|
|
4515
|
-
"default": "- None
|
|
4516
|
-
"summary": "
|
|
4632
|
+
"default": "- None",
|
|
4633
|
+
"summary": "If an existing topic is provided in the `existingTopicObj` property, and that topic is encrypted with a customer managed KMS key, this property also needs to be set with same CMK."
|
|
4517
4634
|
},
|
|
4518
4635
|
"immutable": true,
|
|
4519
4636
|
"locationInModule": {
|
|
4520
4637
|
"filename": "lib/sns-helper.ts",
|
|
4521
|
-
"line":
|
|
4638
|
+
"line": 40
|
|
4639
|
+
},
|
|
4640
|
+
"name": "existingTopicEncryptionKey",
|
|
4641
|
+
"optional": true,
|
|
4642
|
+
"type": {
|
|
4643
|
+
"fqn": "aws-cdk-lib.aws_kms.Key"
|
|
4644
|
+
}
|
|
4645
|
+
},
|
|
4646
|
+
{
|
|
4647
|
+
"abstract": true,
|
|
4648
|
+
"docs": {
|
|
4649
|
+
"default": "- Default props are used",
|
|
4650
|
+
"remarks": "Providing both this and `topicProps` will cause an error.\nIf the SNS Topic is encrypted with a Customer-Managed managed KMS key, the key must be specified in the\n`existingTopicEncryptionKey` property.",
|
|
4651
|
+
"summary": "Existing SNS topic to be used instead of the default topic."
|
|
4652
|
+
},
|
|
4653
|
+
"immutable": true,
|
|
4654
|
+
"locationInModule": {
|
|
4655
|
+
"filename": "lib/sns-helper.ts",
|
|
4656
|
+
"line": 33
|
|
4522
4657
|
},
|
|
4523
4658
|
"name": "existingTopicObj",
|
|
4524
4659
|
"optional": true,
|
|
@@ -4535,7 +4670,7 @@
|
|
|
4535
4670
|
"immutable": true,
|
|
4536
4671
|
"locationInModule": {
|
|
4537
4672
|
"filename": "lib/sns-helper.ts",
|
|
4538
|
-
"line":
|
|
4673
|
+
"line": 46
|
|
4539
4674
|
},
|
|
4540
4675
|
"name": "topicProps",
|
|
4541
4676
|
"optional": true,
|
|
@@ -5097,7 +5232,7 @@
|
|
|
5097
5232
|
"kind": "interface",
|
|
5098
5233
|
"locationInModule": {
|
|
5099
5234
|
"filename": "lib/input-validation.ts",
|
|
5100
|
-
"line":
|
|
5235
|
+
"line": 30
|
|
5101
5236
|
},
|
|
5102
5237
|
"name": "VerifiedProps",
|
|
5103
5238
|
"properties": [
|
|
@@ -5106,7 +5241,7 @@
|
|
|
5106
5241
|
"immutable": true,
|
|
5107
5242
|
"locationInModule": {
|
|
5108
5243
|
"filename": "lib/input-validation.ts",
|
|
5109
|
-
"line":
|
|
5244
|
+
"line": 76
|
|
5110
5245
|
},
|
|
5111
5246
|
"name": "albLoggingBucketProps",
|
|
5112
5247
|
"optional": true,
|
|
@@ -5119,7 +5254,7 @@
|
|
|
5119
5254
|
"immutable": true,
|
|
5120
5255
|
"locationInModule": {
|
|
5121
5256
|
"filename": "lib/input-validation.ts",
|
|
5122
|
-
"line":
|
|
5257
|
+
"line": 51
|
|
5123
5258
|
},
|
|
5124
5259
|
"name": "bucketProps",
|
|
5125
5260
|
"optional": true,
|
|
@@ -5132,7 +5267,7 @@
|
|
|
5132
5267
|
"immutable": true,
|
|
5133
5268
|
"locationInModule": {
|
|
5134
5269
|
"filename": "lib/input-validation.ts",
|
|
5135
|
-
"line":
|
|
5270
|
+
"line": 44
|
|
5136
5271
|
},
|
|
5137
5272
|
"name": "deadLetterQueueProps",
|
|
5138
5273
|
"optional": true,
|
|
@@ -5145,7 +5280,7 @@
|
|
|
5145
5280
|
"immutable": true,
|
|
5146
5281
|
"locationInModule": {
|
|
5147
5282
|
"filename": "lib/input-validation.ts",
|
|
5148
|
-
"line":
|
|
5283
|
+
"line": 43
|
|
5149
5284
|
},
|
|
5150
5285
|
"name": "deployDeadLetterQueue",
|
|
5151
5286
|
"optional": true,
|
|
@@ -5158,7 +5293,7 @@
|
|
|
5158
5293
|
"immutable": true,
|
|
5159
5294
|
"locationInModule": {
|
|
5160
5295
|
"filename": "lib/input-validation.ts",
|
|
5161
|
-
"line":
|
|
5296
|
+
"line": 67
|
|
5162
5297
|
},
|
|
5163
5298
|
"name": "deployVpc",
|
|
5164
5299
|
"optional": true,
|
|
@@ -5171,7 +5306,7 @@
|
|
|
5171
5306
|
"immutable": true,
|
|
5172
5307
|
"locationInModule": {
|
|
5173
5308
|
"filename": "lib/input-validation.ts",
|
|
5174
|
-
"line":
|
|
5309
|
+
"line": 31
|
|
5175
5310
|
},
|
|
5176
5311
|
"name": "dynamoTableProps",
|
|
5177
5312
|
"optional": true,
|
|
@@ -5184,7 +5319,7 @@
|
|
|
5184
5319
|
"immutable": true,
|
|
5185
5320
|
"locationInModule": {
|
|
5186
5321
|
"filename": "lib/input-validation.ts",
|
|
5187
|
-
"line":
|
|
5322
|
+
"line": 69
|
|
5188
5323
|
},
|
|
5189
5324
|
"name": "encryptionKey",
|
|
5190
5325
|
"optional": true,
|
|
@@ -5197,7 +5332,7 @@
|
|
|
5197
5332
|
"immutable": true,
|
|
5198
5333
|
"locationInModule": {
|
|
5199
5334
|
"filename": "lib/input-validation.ts",
|
|
5200
|
-
"line":
|
|
5335
|
+
"line": 70
|
|
5201
5336
|
},
|
|
5202
5337
|
"name": "encryptionKeyProps",
|
|
5203
5338
|
"optional": true,
|
|
@@ -5210,7 +5345,7 @@
|
|
|
5210
5345
|
"immutable": true,
|
|
5211
5346
|
"locationInModule": {
|
|
5212
5347
|
"filename": "lib/input-validation.ts",
|
|
5213
|
-
"line":
|
|
5348
|
+
"line": 60
|
|
5214
5349
|
},
|
|
5215
5350
|
"name": "endpointProps",
|
|
5216
5351
|
"optional": true,
|
|
@@ -5223,7 +5358,7 @@
|
|
|
5223
5358
|
"immutable": true,
|
|
5224
5359
|
"locationInModule": {
|
|
5225
5360
|
"filename": "lib/input-validation.ts",
|
|
5226
|
-
"line":
|
|
5361
|
+
"line": 50
|
|
5227
5362
|
},
|
|
5228
5363
|
"name": "existingBucketInterface",
|
|
5229
5364
|
"optional": true,
|
|
@@ -5236,7 +5371,7 @@
|
|
|
5236
5371
|
"immutable": true,
|
|
5237
5372
|
"locationInModule": {
|
|
5238
5373
|
"filename": "lib/input-validation.ts",
|
|
5239
|
-
"line":
|
|
5374
|
+
"line": 49
|
|
5240
5375
|
},
|
|
5241
5376
|
"name": "existingBucketObj",
|
|
5242
5377
|
"optional": true,
|
|
@@ -5249,7 +5384,7 @@
|
|
|
5249
5384
|
"immutable": true,
|
|
5250
5385
|
"locationInModule": {
|
|
5251
5386
|
"filename": "lib/input-validation.ts",
|
|
5252
|
-
"line":
|
|
5387
|
+
"line": 57
|
|
5253
5388
|
},
|
|
5254
5389
|
"name": "existingGlueJob",
|
|
5255
5390
|
"optional": true,
|
|
@@ -5262,7 +5397,7 @@
|
|
|
5262
5397
|
"immutable": true,
|
|
5263
5398
|
"locationInModule": {
|
|
5264
5399
|
"filename": "lib/input-validation.ts",
|
|
5265
|
-
"line":
|
|
5400
|
+
"line": 38
|
|
5266
5401
|
},
|
|
5267
5402
|
"name": "existingLambdaObj",
|
|
5268
5403
|
"optional": true,
|
|
@@ -5275,7 +5410,7 @@
|
|
|
5275
5410
|
"immutable": true,
|
|
5276
5411
|
"locationInModule": {
|
|
5277
5412
|
"filename": "lib/input-validation.ts",
|
|
5278
|
-
"line":
|
|
5413
|
+
"line": 73
|
|
5279
5414
|
},
|
|
5280
5415
|
"name": "existingLoadBalancerObj",
|
|
5281
5416
|
"optional": true,
|
|
@@ -5288,7 +5423,7 @@
|
|
|
5288
5423
|
"immutable": true,
|
|
5289
5424
|
"locationInModule": {
|
|
5290
5425
|
"filename": "lib/input-validation.ts",
|
|
5291
|
-
"line":
|
|
5426
|
+
"line": 78
|
|
5292
5427
|
},
|
|
5293
5428
|
"name": "existingLoggingBucketObj",
|
|
5294
5429
|
"optional": true,
|
|
@@ -5301,7 +5436,7 @@
|
|
|
5301
5436
|
"immutable": true,
|
|
5302
5437
|
"locationInModule": {
|
|
5303
5438
|
"filename": "lib/input-validation.ts",
|
|
5304
|
-
"line":
|
|
5439
|
+
"line": 46
|
|
5305
5440
|
},
|
|
5306
5441
|
"name": "existingMediaStoreContainerObj",
|
|
5307
5442
|
"optional": true,
|
|
@@ -5314,7 +5449,7 @@
|
|
|
5314
5449
|
"immutable": true,
|
|
5315
5450
|
"locationInModule": {
|
|
5316
5451
|
"filename": "lib/input-validation.ts",
|
|
5317
|
-
"line":
|
|
5452
|
+
"line": 41
|
|
5318
5453
|
},
|
|
5319
5454
|
"name": "existingQueueObj",
|
|
5320
5455
|
"optional": true,
|
|
@@ -5327,7 +5462,7 @@
|
|
|
5327
5462
|
"immutable": true,
|
|
5328
5463
|
"locationInModule": {
|
|
5329
5464
|
"filename": "lib/input-validation.ts",
|
|
5330
|
-
"line":
|
|
5465
|
+
"line": 59
|
|
5331
5466
|
},
|
|
5332
5467
|
"name": "existingSagemakerEndpointObj",
|
|
5333
5468
|
"optional": true,
|
|
@@ -5340,7 +5475,7 @@
|
|
|
5340
5475
|
"immutable": true,
|
|
5341
5476
|
"locationInModule": {
|
|
5342
5477
|
"filename": "lib/input-validation.ts",
|
|
5343
|
-
"line":
|
|
5478
|
+
"line": 62
|
|
5344
5479
|
},
|
|
5345
5480
|
"name": "existingSecretObj",
|
|
5346
5481
|
"optional": true,
|
|
@@ -5353,7 +5488,7 @@
|
|
|
5353
5488
|
"immutable": true,
|
|
5354
5489
|
"locationInModule": {
|
|
5355
5490
|
"filename": "lib/input-validation.ts",
|
|
5356
|
-
"line":
|
|
5491
|
+
"line": 35
|
|
5357
5492
|
},
|
|
5358
5493
|
"name": "existingStreamObj",
|
|
5359
5494
|
"optional": true,
|
|
@@ -5366,7 +5501,7 @@
|
|
|
5366
5501
|
"immutable": true,
|
|
5367
5502
|
"locationInModule": {
|
|
5368
5503
|
"filename": "lib/input-validation.ts",
|
|
5369
|
-
"line":
|
|
5504
|
+
"line": 33
|
|
5370
5505
|
},
|
|
5371
5506
|
"name": "existingTableInterface",
|
|
5372
5507
|
"optional": true,
|
|
@@ -5379,7 +5514,7 @@
|
|
|
5379
5514
|
"immutable": true,
|
|
5380
5515
|
"locationInModule": {
|
|
5381
5516
|
"filename": "lib/input-validation.ts",
|
|
5382
|
-
"line":
|
|
5517
|
+
"line": 32
|
|
5383
5518
|
},
|
|
5384
5519
|
"name": "existingTableObj",
|
|
5385
5520
|
"optional": true,
|
|
@@ -5392,7 +5527,7 @@
|
|
|
5392
5527
|
"immutable": true,
|
|
5393
5528
|
"locationInModule": {
|
|
5394
5529
|
"filename": "lib/input-validation.ts",
|
|
5395
|
-
"line":
|
|
5530
|
+
"line": 54
|
|
5396
5531
|
},
|
|
5397
5532
|
"name": "existingTopicObj",
|
|
5398
5533
|
"optional": true,
|
|
@@ -5405,7 +5540,7 @@
|
|
|
5405
5540
|
"immutable": true,
|
|
5406
5541
|
"locationInModule": {
|
|
5407
5542
|
"filename": "lib/input-validation.ts",
|
|
5408
|
-
"line":
|
|
5543
|
+
"line": 65
|
|
5409
5544
|
},
|
|
5410
5545
|
"name": "existingVpc",
|
|
5411
5546
|
"optional": true,
|
|
@@ -5418,7 +5553,7 @@
|
|
|
5418
5553
|
"immutable": true,
|
|
5419
5554
|
"locationInModule": {
|
|
5420
5555
|
"filename": "lib/input-validation.ts",
|
|
5421
|
-
"line":
|
|
5556
|
+
"line": 56
|
|
5422
5557
|
},
|
|
5423
5558
|
"name": "glueJobProps",
|
|
5424
5559
|
"optional": true,
|
|
@@ -5431,7 +5566,20 @@
|
|
|
5431
5566
|
"immutable": true,
|
|
5432
5567
|
"locationInModule": {
|
|
5433
5568
|
"filename": "lib/input-validation.ts",
|
|
5434
|
-
"line":
|
|
5569
|
+
"line": 82
|
|
5570
|
+
},
|
|
5571
|
+
"name": "insertHttpSecurityHeaders",
|
|
5572
|
+
"optional": true,
|
|
5573
|
+
"type": {
|
|
5574
|
+
"primitive": "boolean"
|
|
5575
|
+
}
|
|
5576
|
+
},
|
|
5577
|
+
{
|
|
5578
|
+
"abstract": true,
|
|
5579
|
+
"immutable": true,
|
|
5580
|
+
"locationInModule": {
|
|
5581
|
+
"filename": "lib/input-validation.ts",
|
|
5582
|
+
"line": 36
|
|
5435
5583
|
},
|
|
5436
5584
|
"name": "kinesisStreamProps",
|
|
5437
5585
|
"optional": true,
|
|
@@ -5444,7 +5592,7 @@
|
|
|
5444
5592
|
"immutable": true,
|
|
5445
5593
|
"locationInModule": {
|
|
5446
5594
|
"filename": "lib/input-validation.ts",
|
|
5447
|
-
"line":
|
|
5595
|
+
"line": 39
|
|
5448
5596
|
},
|
|
5449
5597
|
"name": "lambdaFunctionProps",
|
|
5450
5598
|
"optional": true,
|
|
@@ -5457,7 +5605,7 @@
|
|
|
5457
5605
|
"immutable": true,
|
|
5458
5606
|
"locationInModule": {
|
|
5459
5607
|
"filename": "lib/input-validation.ts",
|
|
5460
|
-
"line":
|
|
5608
|
+
"line": 72
|
|
5461
5609
|
},
|
|
5462
5610
|
"name": "loadBalancerProps",
|
|
5463
5611
|
"optional": true,
|
|
@@ -5470,7 +5618,7 @@
|
|
|
5470
5618
|
"immutable": true,
|
|
5471
5619
|
"locationInModule": {
|
|
5472
5620
|
"filename": "lib/input-validation.ts",
|
|
5473
|
-
"line":
|
|
5621
|
+
"line": 75
|
|
5474
5622
|
},
|
|
5475
5623
|
"name": "logAlbAccessLogs",
|
|
5476
5624
|
"optional": true,
|
|
@@ -5483,7 +5631,7 @@
|
|
|
5483
5631
|
"immutable": true,
|
|
5484
5632
|
"locationInModule": {
|
|
5485
5633
|
"filename": "lib/input-validation.ts",
|
|
5486
|
-
"line":
|
|
5634
|
+
"line": 79
|
|
5487
5635
|
},
|
|
5488
5636
|
"name": "loggingBucketProps",
|
|
5489
5637
|
"optional": true,
|
|
@@ -5496,7 +5644,7 @@
|
|
|
5496
5644
|
"immutable": true,
|
|
5497
5645
|
"locationInModule": {
|
|
5498
5646
|
"filename": "lib/input-validation.ts",
|
|
5499
|
-
"line":
|
|
5647
|
+
"line": 80
|
|
5500
5648
|
},
|
|
5501
5649
|
"name": "logS3AccessLogs",
|
|
5502
5650
|
"optional": true,
|
|
@@ -5509,7 +5657,7 @@
|
|
|
5509
5657
|
"immutable": true,
|
|
5510
5658
|
"locationInModule": {
|
|
5511
5659
|
"filename": "lib/input-validation.ts",
|
|
5512
|
-
"line":
|
|
5660
|
+
"line": 47
|
|
5513
5661
|
},
|
|
5514
5662
|
"name": "mediaStoreContainerProps",
|
|
5515
5663
|
"optional": true,
|
|
@@ -5522,7 +5670,7 @@
|
|
|
5522
5670
|
"immutable": true,
|
|
5523
5671
|
"locationInModule": {
|
|
5524
5672
|
"filename": "lib/input-validation.ts",
|
|
5525
|
-
"line":
|
|
5673
|
+
"line": 84
|
|
5526
5674
|
},
|
|
5527
5675
|
"name": "openSearchDomainProps",
|
|
5528
5676
|
"optional": true,
|
|
@@ -5535,7 +5683,7 @@
|
|
|
5535
5683
|
"immutable": true,
|
|
5536
5684
|
"locationInModule": {
|
|
5537
5685
|
"filename": "lib/input-validation.ts",
|
|
5538
|
-
"line":
|
|
5686
|
+
"line": 42
|
|
5539
5687
|
},
|
|
5540
5688
|
"name": "queueProps",
|
|
5541
5689
|
"optional": true,
|
|
@@ -5548,7 +5696,20 @@
|
|
|
5548
5696
|
"immutable": true,
|
|
5549
5697
|
"locationInModule": {
|
|
5550
5698
|
"filename": "lib/input-validation.ts",
|
|
5551
|
-
"line":
|
|
5699
|
+
"line": 83
|
|
5700
|
+
},
|
|
5701
|
+
"name": "responseHeadersPolicyProps",
|
|
5702
|
+
"optional": true,
|
|
5703
|
+
"type": {
|
|
5704
|
+
"fqn": "aws-cdk-lib.aws_cloudfront.ResponseHeadersPolicyProps"
|
|
5705
|
+
}
|
|
5706
|
+
},
|
|
5707
|
+
{
|
|
5708
|
+
"abstract": true,
|
|
5709
|
+
"immutable": true,
|
|
5710
|
+
"locationInModule": {
|
|
5711
|
+
"filename": "lib/input-validation.ts",
|
|
5712
|
+
"line": 63
|
|
5552
5713
|
},
|
|
5553
5714
|
"name": "secretProps",
|
|
5554
5715
|
"optional": true,
|
|
@@ -5561,7 +5722,7 @@
|
|
|
5561
5722
|
"immutable": true,
|
|
5562
5723
|
"locationInModule": {
|
|
5563
5724
|
"filename": "lib/input-validation.ts",
|
|
5564
|
-
"line":
|
|
5725
|
+
"line": 53
|
|
5565
5726
|
},
|
|
5566
5727
|
"name": "topicProps",
|
|
5567
5728
|
"optional": true,
|
|
@@ -5574,7 +5735,7 @@
|
|
|
5574
5735
|
"immutable": true,
|
|
5575
5736
|
"locationInModule": {
|
|
5576
5737
|
"filename": "lib/input-validation.ts",
|
|
5577
|
-
"line":
|
|
5738
|
+
"line": 66
|
|
5578
5739
|
},
|
|
5579
5740
|
"name": "vpcProps",
|
|
5580
5741
|
"optional": true,
|
|
@@ -5586,6 +5747,6 @@
|
|
|
5586
5747
|
"symbolId": "lib/input-validation:VerifiedProps"
|
|
5587
5748
|
}
|
|
5588
5749
|
},
|
|
5589
|
-
"version": "2.
|
|
5590
|
-
"fingerprint": "
|
|
5750
|
+
"version": "2.29.0",
|
|
5751
|
+
"fingerprint": "nL1ulD53D951eqZ5tWTg7nWkTE0jj2ESWurgOSHwjLg="
|
|
5591
5752
|
}
|