@aws-solutions-constructs/core 2.44.0 → 2.46.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 +864 -485
- package/index.d.ts +0 -1
- package/index.js +1 -2
- package/lib/alb-helper.js +22 -5
- package/lib/apigateway-helper.js +4 -4
- package/lib/cloudfront-distribution-defaults.d.ts +1 -1
- package/lib/cloudfront-distribution-defaults.js +4 -4
- package/lib/cloudfront-distribution-helper.d.ts +5 -0
- package/lib/cloudfront-distribution-helper.js +15 -3
- package/lib/dynamodb-table-helper.d.ts +6 -4
- package/lib/dynamodb-table-helper.js +22 -26
- package/lib/elasticsearch-helper.js +5 -2
- package/lib/eventbridge-helper.d.ts +5 -0
- package/lib/eventbridge-helper.js +14 -2
- package/lib/fargate-helper.d.ts +8 -0
- package/lib/fargate-helper.js +35 -15
- package/lib/glue-job-helper.d.ts +1 -1
- package/lib/glue-job-helper.js +5 -7
- package/lib/glue-table-helper.d.ts +12 -1
- package/lib/glue-table-helper.js +34 -3
- package/lib/kendra-helper.js +6 -7
- package/lib/kinesis-streams-helper.d.ts +5 -0
- package/lib/kinesis-streams-helper.js +14 -2
- package/lib/lambda-helper.d.ts +6 -1
- package/lib/lambda-helper.js +16 -4
- package/lib/mediastore-helper.d.ts +5 -0
- package/lib/mediastore-helper.js +14 -2
- package/lib/opensearch-helper.d.ts +4 -0
- package/lib/opensearch-helper.js +18 -3
- package/lib/s3-bucket-helper.d.ts +9 -0
- package/lib/s3-bucket-helper.js +65 -5
- package/lib/sagemaker-helper.d.ts +6 -1
- package/lib/sagemaker-helper.js +68 -45
- package/lib/secretsmanager-helper.d.ts +7 -2
- package/lib/secretsmanager-helper.js +16 -4
- package/lib/sns-helper.d.ts +8 -0
- package/lib/sns-helper.js +32 -3
- package/lib/sqs-helper.d.ts +9 -0
- package/lib/sqs-helper.js +54 -8
- package/lib/utils.d.ts +6 -2
- package/lib/utils.js +15 -4
- package/lib/vpc-helper.d.ts +6 -0
- package/lib/vpc-helper.js +14 -2
- package/lib/waf-helper.d.ts +5 -0
- package/lib/waf-helper.js +14 -2
- package/package.json +3 -3
- package/test/alb-helper.test.js +39 -1
- package/test/cloudfront-distribution-s3-helper.test.js +18 -1
- package/test/dynamo-table.test.js +18 -48
- package/test/eventbridge-helper.test.js +16 -1
- package/test/fargate-helper.test.js +3 -3
- package/test/glue-job-helper.test.js +85 -66
- package/test/kendra-helper.test.js +5 -5
- package/test/kinesis-streams-helper.test.js +17 -10
- package/test/lambda-helper.test.js +25 -2
- package/test/mediastore-helper.test.js +20 -1
- package/test/s3-bucket.test.js +57 -1
- package/test/sagemaker-helper.test.js +46 -1
- package/test/secretsmanager-helper.test.js +16 -7
- package/test/sns-helper.test.js +85 -1
- package/test/sqs-helper.test.js +125 -1
- package/test/utils.test.js +27 -1
- package/test/vpc-helper.test.js +32 -37
- package/test/waf-helper.test.js +48 -4
- package/lib/input-validation.d.ts +0 -76
- package/lib/input-validation.js +0 -157
- package/node_modules/console-control-strings/README.md~ +0 -140
- package/node_modules/npmlog/CHANGELOG.md +0 -49
- package/node_modules/set-blocking/CHANGELOG.md +0 -26
- package/test/input-validation.test.d.ts +0 -13
- package/test/input-validation.test.js +0 -451
package/.jsii
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"npmlog": "^4.1.2"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"aws-cdk-lib": "^2.
|
|
16
|
+
"aws-cdk-lib": "^2.105.0",
|
|
17
17
|
"constructs": "^10.0.0"
|
|
18
18
|
},
|
|
19
19
|
"dependencyClosure": {
|
|
@@ -69,29 +69,29 @@
|
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
|
-
"@aws-cdk/asset-node-proxy-agent-
|
|
72
|
+
"@aws-cdk/asset-node-proxy-agent-v6": {
|
|
73
73
|
"targets": {
|
|
74
74
|
"dotnet": {
|
|
75
|
-
"namespace": "Amazon.CDK.Asset.
|
|
76
|
-
"packageId": "Amazon.CDK.Asset.
|
|
75
|
+
"namespace": "Amazon.CDK.Asset.NodeProxyAgentV6",
|
|
76
|
+
"packageId": "Amazon.CDK.Asset.NodeProxyAgentV6"
|
|
77
77
|
},
|
|
78
78
|
"go": {
|
|
79
79
|
"moduleName": "github.com/cdklabs/awscdk-asset-node-proxy-agent-go",
|
|
80
|
-
"packageName": "
|
|
80
|
+
"packageName": "nodeproxyagentv6"
|
|
81
81
|
},
|
|
82
82
|
"java": {
|
|
83
83
|
"maven": {
|
|
84
|
-
"artifactId": "cdk-asset-node-proxy-agent-
|
|
84
|
+
"artifactId": "cdk-asset-node-proxy-agent-v6",
|
|
85
85
|
"groupId": "software.amazon.awscdk"
|
|
86
86
|
},
|
|
87
|
-
"package": "software.amazon.awscdk.cdk.asset.node.proxy.agent.
|
|
87
|
+
"package": "software.amazon.awscdk.cdk.asset.node.proxy.agent.v6"
|
|
88
88
|
},
|
|
89
89
|
"js": {
|
|
90
|
-
"npm": "@aws-cdk/asset-node-proxy-agent-
|
|
90
|
+
"npm": "@aws-cdk/asset-node-proxy-agent-v6"
|
|
91
91
|
},
|
|
92
92
|
"python": {
|
|
93
|
-
"distName": "aws-cdk.asset-node-proxy-agent-
|
|
94
|
-
"module": "aws_cdk.
|
|
93
|
+
"distName": "aws-cdk.asset-node-proxy-agent-v6",
|
|
94
|
+
"module": "aws_cdk.asset_node_proxy_agent_v6"
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
},
|
|
@@ -552,6 +552,19 @@
|
|
|
552
552
|
}
|
|
553
553
|
}
|
|
554
554
|
},
|
|
555
|
+
"aws-cdk-lib.aws_cleanrooms": {
|
|
556
|
+
"targets": {
|
|
557
|
+
"dotnet": {
|
|
558
|
+
"package": "Amazon.CDK.AWS.CleanRooms"
|
|
559
|
+
},
|
|
560
|
+
"java": {
|
|
561
|
+
"package": "services.cleanrooms"
|
|
562
|
+
},
|
|
563
|
+
"python": {
|
|
564
|
+
"module": "aws_cdk.aws_cleanrooms"
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
},
|
|
555
568
|
"aws-cdk-lib.aws_cloud9": {
|
|
556
569
|
"targets": {
|
|
557
570
|
"dotnet": {
|
|
@@ -1281,6 +1294,19 @@
|
|
|
1281
1294
|
}
|
|
1282
1295
|
}
|
|
1283
1296
|
},
|
|
1297
|
+
"aws-cdk-lib.aws_entityresolution": {
|
|
1298
|
+
"targets": {
|
|
1299
|
+
"dotnet": {
|
|
1300
|
+
"package": "Amazon.CDK.AWS.EntityResolution"
|
|
1301
|
+
},
|
|
1302
|
+
"java": {
|
|
1303
|
+
"package": "services.entityresolution"
|
|
1304
|
+
},
|
|
1305
|
+
"python": {
|
|
1306
|
+
"module": "aws_cdk.aws_entityresolution"
|
|
1307
|
+
}
|
|
1308
|
+
}
|
|
1309
|
+
},
|
|
1284
1310
|
"aws-cdk-lib.aws_events": {
|
|
1285
1311
|
"targets": {
|
|
1286
1312
|
"dotnet": {
|
|
@@ -1528,6 +1554,19 @@
|
|
|
1528
1554
|
}
|
|
1529
1555
|
}
|
|
1530
1556
|
},
|
|
1557
|
+
"aws-cdk-lib.aws_healthimaging": {
|
|
1558
|
+
"targets": {
|
|
1559
|
+
"dotnet": {
|
|
1560
|
+
"package": "Amazon.CDK.AWS.HealthImaging"
|
|
1561
|
+
},
|
|
1562
|
+
"java": {
|
|
1563
|
+
"package": "services.healthimaging"
|
|
1564
|
+
},
|
|
1565
|
+
"python": {
|
|
1566
|
+
"module": "aws_cdk.aws_healthimaging"
|
|
1567
|
+
}
|
|
1568
|
+
}
|
|
1569
|
+
},
|
|
1531
1570
|
"aws-cdk-lib.aws_healthlake": {
|
|
1532
1571
|
"targets": {
|
|
1533
1572
|
"dotnet": {
|
|
@@ -2178,6 +2217,19 @@
|
|
|
2178
2217
|
}
|
|
2179
2218
|
}
|
|
2180
2219
|
},
|
|
2220
|
+
"aws-cdk-lib.aws_mediapackagev2": {
|
|
2221
|
+
"targets": {
|
|
2222
|
+
"dotnet": {
|
|
2223
|
+
"package": "Amazon.CDK.AWS.MediaPackageV2"
|
|
2224
|
+
},
|
|
2225
|
+
"java": {
|
|
2226
|
+
"package": "services.mediapackagev2"
|
|
2227
|
+
},
|
|
2228
|
+
"python": {
|
|
2229
|
+
"module": "aws_cdk.aws_mediapackagev2"
|
|
2230
|
+
}
|
|
2231
|
+
}
|
|
2232
|
+
},
|
|
2181
2233
|
"aws-cdk-lib.aws_mediastore": {
|
|
2182
2234
|
"targets": {
|
|
2183
2235
|
"dotnet": {
|
|
@@ -2412,6 +2464,19 @@
|
|
|
2412
2464
|
}
|
|
2413
2465
|
}
|
|
2414
2466
|
},
|
|
2467
|
+
"aws-cdk-lib.aws_pcaconnectorad": {
|
|
2468
|
+
"targets": {
|
|
2469
|
+
"dotnet": {
|
|
2470
|
+
"package": "Amazon.CDK.AWS.PCAConnectorAD"
|
|
2471
|
+
},
|
|
2472
|
+
"java": {
|
|
2473
|
+
"package": "services.pcaconnectorad"
|
|
2474
|
+
},
|
|
2475
|
+
"python": {
|
|
2476
|
+
"module": "aws_cdk.aws_pcaconnectorad"
|
|
2477
|
+
}
|
|
2478
|
+
}
|
|
2479
|
+
},
|
|
2415
2480
|
"aws-cdk-lib.aws_personalize": {
|
|
2416
2481
|
"targets": {
|
|
2417
2482
|
"dotnet": {
|
|
@@ -3179,6 +3244,19 @@
|
|
|
3179
3244
|
}
|
|
3180
3245
|
}
|
|
3181
3246
|
},
|
|
3247
|
+
"aws-cdk-lib.aws_verifiedpermissions": {
|
|
3248
|
+
"targets": {
|
|
3249
|
+
"dotnet": {
|
|
3250
|
+
"package": "Amazon.CDK.AWS.VerifiedPermissions"
|
|
3251
|
+
},
|
|
3252
|
+
"java": {
|
|
3253
|
+
"package": "services.verifiedpermissions"
|
|
3254
|
+
},
|
|
3255
|
+
"python": {
|
|
3256
|
+
"module": "aws_cdk.aws_verifiedpermissions"
|
|
3257
|
+
}
|
|
3258
|
+
}
|
|
3259
|
+
},
|
|
3182
3260
|
"aws-cdk-lib.aws_voiceid": {
|
|
3183
3261
|
"targets": {
|
|
3184
3262
|
"dotnet": {
|
|
@@ -3270,6 +3348,19 @@
|
|
|
3270
3348
|
}
|
|
3271
3349
|
}
|
|
3272
3350
|
},
|
|
3351
|
+
"aws-cdk-lib.aws_workspacesweb": {
|
|
3352
|
+
"targets": {
|
|
3353
|
+
"dotnet": {
|
|
3354
|
+
"package": "Amazon.CDK.AWS.WorkSpacesWeb"
|
|
3355
|
+
},
|
|
3356
|
+
"java": {
|
|
3357
|
+
"package": "services.workspacesweb"
|
|
3358
|
+
},
|
|
3359
|
+
"python": {
|
|
3360
|
+
"module": "aws_cdk.aws_workspacesweb"
|
|
3361
|
+
}
|
|
3362
|
+
}
|
|
3363
|
+
},
|
|
3273
3364
|
"aws-cdk-lib.aws_xray": {
|
|
3274
3365
|
"targets": {
|
|
3275
3366
|
"dotnet": {
|
|
@@ -3468,7 +3559,7 @@
|
|
|
3468
3559
|
},
|
|
3469
3560
|
"description": "Core CDK Construct for patterns library",
|
|
3470
3561
|
"homepage": "https://github.com/awslabs/aws-solutions-constructs.git",
|
|
3471
|
-
"jsiiVersion": "1.
|
|
3562
|
+
"jsiiVersion": "1.91.0 (build 1b1f239)",
|
|
3472
3563
|
"license": "Apache-2.0",
|
|
3473
3564
|
"metadata": {
|
|
3474
3565
|
"jsii": {
|
|
@@ -3723,7 +3814,7 @@
|
|
|
3723
3814
|
"kind": "interface",
|
|
3724
3815
|
"locationInModule": {
|
|
3725
3816
|
"filename": "lib/sqs-helper.ts",
|
|
3726
|
-
"line":
|
|
3817
|
+
"line": 135
|
|
3727
3818
|
},
|
|
3728
3819
|
"name": "BuildDeadLetterQueueProps",
|
|
3729
3820
|
"properties": [
|
|
@@ -3736,7 +3827,7 @@
|
|
|
3736
3827
|
"immutable": true,
|
|
3737
3828
|
"locationInModule": {
|
|
3738
3829
|
"filename": "lib/sqs-helper.ts",
|
|
3739
|
-
"line":
|
|
3830
|
+
"line": 153
|
|
3740
3831
|
},
|
|
3741
3832
|
"name": "deadLetterQueueProps",
|
|
3742
3833
|
"optional": true,
|
|
@@ -3753,7 +3844,7 @@
|
|
|
3753
3844
|
"immutable": true,
|
|
3754
3845
|
"locationInModule": {
|
|
3755
3846
|
"filename": "lib/sqs-helper.ts",
|
|
3756
|
-
"line":
|
|
3847
|
+
"line": 147
|
|
3757
3848
|
},
|
|
3758
3849
|
"name": "deployDeadLetterQueue",
|
|
3759
3850
|
"optional": true,
|
|
@@ -3770,7 +3861,7 @@
|
|
|
3770
3861
|
"immutable": true,
|
|
3771
3862
|
"locationInModule": {
|
|
3772
3863
|
"filename": "lib/sqs-helper.ts",
|
|
3773
|
-
"line":
|
|
3864
|
+
"line": 141
|
|
3774
3865
|
},
|
|
3775
3866
|
"name": "existingQueueObj",
|
|
3776
3867
|
"optional": true,
|
|
@@ -3787,7 +3878,7 @@
|
|
|
3787
3878
|
"immutable": true,
|
|
3788
3879
|
"locationInModule": {
|
|
3789
3880
|
"filename": "lib/sqs-helper.ts",
|
|
3790
|
-
"line":
|
|
3881
|
+
"line": 159
|
|
3791
3882
|
},
|
|
3792
3883
|
"name": "maxReceiveCount",
|
|
3793
3884
|
"optional": true,
|
|
@@ -3960,7 +4051,7 @@
|
|
|
3960
4051
|
"kind": "interface",
|
|
3961
4052
|
"locationInModule": {
|
|
3962
4053
|
"filename": "lib/dynamodb-table-helper.ts",
|
|
3963
|
-
"line":
|
|
4054
|
+
"line": 86
|
|
3964
4055
|
},
|
|
3965
4056
|
"name": "BuildDynamoDBTableWithStreamResponse",
|
|
3966
4057
|
"properties": [
|
|
@@ -3969,7 +4060,7 @@
|
|
|
3969
4060
|
"immutable": true,
|
|
3970
4061
|
"locationInModule": {
|
|
3971
4062
|
"filename": "lib/dynamodb-table-helper.ts",
|
|
3972
|
-
"line":
|
|
4063
|
+
"line": 87
|
|
3973
4064
|
},
|
|
3974
4065
|
"name": "tableInterface",
|
|
3975
4066
|
"type": {
|
|
@@ -3981,7 +4072,7 @@
|
|
|
3981
4072
|
"immutable": true,
|
|
3982
4073
|
"locationInModule": {
|
|
3983
4074
|
"filename": "lib/dynamodb-table-helper.ts",
|
|
3984
|
-
"line":
|
|
4075
|
+
"line": 88
|
|
3985
4076
|
},
|
|
3986
4077
|
"name": "tableObject",
|
|
3987
4078
|
"optional": true,
|
|
@@ -4377,7 +4468,7 @@
|
|
|
4377
4468
|
"kind": "interface",
|
|
4378
4469
|
"locationInModule": {
|
|
4379
4470
|
"filename": "lib/kendra-helper.ts",
|
|
4380
|
-
"line":
|
|
4471
|
+
"line": 28
|
|
4381
4472
|
},
|
|
4382
4473
|
"name": "BuildKendraIndexProps",
|
|
4383
4474
|
"properties": [
|
|
@@ -4390,7 +4481,7 @@
|
|
|
4390
4481
|
"immutable": true,
|
|
4391
4482
|
"locationInModule": {
|
|
4392
4483
|
"filename": "lib/kendra-helper.ts",
|
|
4393
|
-
"line":
|
|
4484
|
+
"line": 35
|
|
4394
4485
|
},
|
|
4395
4486
|
"name": "existingIndexObj",
|
|
4396
4487
|
"optional": true,
|
|
@@ -4403,7 +4494,7 @@
|
|
|
4403
4494
|
"immutable": true,
|
|
4404
4495
|
"locationInModule": {
|
|
4405
4496
|
"filename": "lib/kendra-helper.ts",
|
|
4406
|
-
"line":
|
|
4497
|
+
"line": 29
|
|
4407
4498
|
},
|
|
4408
4499
|
"name": "kendraIndexProps",
|
|
4409
4500
|
"optional": true,
|
|
@@ -4960,7 +5051,7 @@
|
|
|
4960
5051
|
"kind": "interface",
|
|
4961
5052
|
"locationInModule": {
|
|
4962
5053
|
"filename": "lib/s3-bucket-helper.ts",
|
|
4963
|
-
"line":
|
|
5054
|
+
"line": 136
|
|
4964
5055
|
},
|
|
4965
5056
|
"name": "BuildS3BucketResponse",
|
|
4966
5057
|
"properties": [
|
|
@@ -4969,7 +5060,7 @@
|
|
|
4969
5060
|
"immutable": true,
|
|
4970
5061
|
"locationInModule": {
|
|
4971
5062
|
"filename": "lib/s3-bucket-helper.ts",
|
|
4972
|
-
"line":
|
|
5063
|
+
"line": 137
|
|
4973
5064
|
},
|
|
4974
5065
|
"name": "bucket",
|
|
4975
5066
|
"type": {
|
|
@@ -4981,7 +5072,7 @@
|
|
|
4981
5072
|
"immutable": true,
|
|
4982
5073
|
"locationInModule": {
|
|
4983
5074
|
"filename": "lib/s3-bucket-helper.ts",
|
|
4984
|
-
"line":
|
|
5075
|
+
"line": 138
|
|
4985
5076
|
},
|
|
4986
5077
|
"name": "loggingBucket",
|
|
4987
5078
|
"optional": true,
|
|
@@ -4999,7 +5090,7 @@
|
|
|
4999
5090
|
"kind": "interface",
|
|
5000
5091
|
"locationInModule": {
|
|
5001
5092
|
"filename": "lib/sagemaker-helper.ts",
|
|
5002
|
-
"line":
|
|
5093
|
+
"line": 326
|
|
5003
5094
|
},
|
|
5004
5095
|
"name": "BuildSagemakerEndpointProps",
|
|
5005
5096
|
"properties": [
|
|
@@ -5012,7 +5103,7 @@
|
|
|
5012
5103
|
"immutable": true,
|
|
5013
5104
|
"locationInModule": {
|
|
5014
5105
|
"filename": "lib/sagemaker-helper.ts",
|
|
5015
|
-
"line":
|
|
5106
|
+
"line": 344
|
|
5016
5107
|
},
|
|
5017
5108
|
"name": "endpointConfigProps",
|
|
5018
5109
|
"optional": true,
|
|
@@ -5029,7 +5120,7 @@
|
|
|
5029
5120
|
"immutable": true,
|
|
5030
5121
|
"locationInModule": {
|
|
5031
5122
|
"filename": "lib/sagemaker-helper.ts",
|
|
5032
|
-
"line":
|
|
5123
|
+
"line": 350
|
|
5033
5124
|
},
|
|
5034
5125
|
"name": "endpointProps",
|
|
5035
5126
|
"optional": true,
|
|
@@ -5041,12 +5132,12 @@
|
|
|
5041
5132
|
"abstract": true,
|
|
5042
5133
|
"docs": {
|
|
5043
5134
|
"default": "- None",
|
|
5044
|
-
"summary": "Existing Sagemaker
|
|
5135
|
+
"summary": "Existing Sagemaker Endpoint object, if this is set then the modelProps, endpointConfigProps, and endpointProps are ignored."
|
|
5045
5136
|
},
|
|
5046
5137
|
"immutable": true,
|
|
5047
5138
|
"locationInModule": {
|
|
5048
5139
|
"filename": "lib/sagemaker-helper.ts",
|
|
5049
|
-
"line":
|
|
5140
|
+
"line": 332
|
|
5050
5141
|
},
|
|
5051
5142
|
"name": "existingSagemakerEndpointObj",
|
|
5052
5143
|
"optional": true,
|
|
@@ -5063,7 +5154,7 @@
|
|
|
5063
5154
|
"immutable": true,
|
|
5064
5155
|
"locationInModule": {
|
|
5065
5156
|
"filename": "lib/sagemaker-helper.ts",
|
|
5066
|
-
"line":
|
|
5157
|
+
"line": 338
|
|
5067
5158
|
},
|
|
5068
5159
|
"name": "modelProps",
|
|
5069
5160
|
"optional": true,
|
|
@@ -5080,7 +5171,7 @@
|
|
|
5080
5171
|
"immutable": true,
|
|
5081
5172
|
"locationInModule": {
|
|
5082
5173
|
"filename": "lib/sagemaker-helper.ts",
|
|
5083
|
-
"line":
|
|
5174
|
+
"line": 356
|
|
5084
5175
|
},
|
|
5085
5176
|
"name": "vpc",
|
|
5086
5177
|
"optional": true,
|
|
@@ -5098,7 +5189,7 @@
|
|
|
5098
5189
|
"kind": "interface",
|
|
5099
5190
|
"locationInModule": {
|
|
5100
5191
|
"filename": "lib/sagemaker-helper.ts",
|
|
5101
|
-
"line":
|
|
5192
|
+
"line": 359
|
|
5102
5193
|
},
|
|
5103
5194
|
"name": "BuildSagemakerEndpointResponse",
|
|
5104
5195
|
"properties": [
|
|
@@ -5107,7 +5198,7 @@
|
|
|
5107
5198
|
"immutable": true,
|
|
5108
5199
|
"locationInModule": {
|
|
5109
5200
|
"filename": "lib/sagemaker-helper.ts",
|
|
5110
|
-
"line":
|
|
5201
|
+
"line": 360
|
|
5111
5202
|
},
|
|
5112
5203
|
"name": "endpoint",
|
|
5113
5204
|
"type": {
|
|
@@ -5119,7 +5210,7 @@
|
|
|
5119
5210
|
"immutable": true,
|
|
5120
5211
|
"locationInModule": {
|
|
5121
5212
|
"filename": "lib/sagemaker-helper.ts",
|
|
5122
|
-
"line":
|
|
5213
|
+
"line": 361
|
|
5123
5214
|
},
|
|
5124
5215
|
"name": "endpointConfig",
|
|
5125
5216
|
"optional": true,
|
|
@@ -5132,7 +5223,7 @@
|
|
|
5132
5223
|
"immutable": true,
|
|
5133
5224
|
"locationInModule": {
|
|
5134
5225
|
"filename": "lib/sagemaker-helper.ts",
|
|
5135
|
-
"line":
|
|
5226
|
+
"line": 362
|
|
5136
5227
|
},
|
|
5137
5228
|
"name": "model",
|
|
5138
5229
|
"optional": true,
|
|
@@ -5807,6 +5898,46 @@
|
|
|
5807
5898
|
],
|
|
5808
5899
|
"symbolId": "lib/cloudfront-distribution-helper:CloudFrontDistributionForS3Response"
|
|
5809
5900
|
},
|
|
5901
|
+
"@aws-solutions-constructs/core.CloudFrontProps": {
|
|
5902
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
5903
|
+
"datatype": true,
|
|
5904
|
+
"fqn": "@aws-solutions-constructs/core.CloudFrontProps",
|
|
5905
|
+
"kind": "interface",
|
|
5906
|
+
"locationInModule": {
|
|
5907
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5908
|
+
"line": 268
|
|
5909
|
+
},
|
|
5910
|
+
"name": "CloudFrontProps",
|
|
5911
|
+
"properties": [
|
|
5912
|
+
{
|
|
5913
|
+
"abstract": true,
|
|
5914
|
+
"immutable": true,
|
|
5915
|
+
"locationInModule": {
|
|
5916
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5917
|
+
"line": 269
|
|
5918
|
+
},
|
|
5919
|
+
"name": "insertHttpSecurityHeaders",
|
|
5920
|
+
"optional": true,
|
|
5921
|
+
"type": {
|
|
5922
|
+
"primitive": "boolean"
|
|
5923
|
+
}
|
|
5924
|
+
},
|
|
5925
|
+
{
|
|
5926
|
+
"abstract": true,
|
|
5927
|
+
"immutable": true,
|
|
5928
|
+
"locationInModule": {
|
|
5929
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5930
|
+
"line": 270
|
|
5931
|
+
},
|
|
5932
|
+
"name": "responseHeadersPolicyProps",
|
|
5933
|
+
"optional": true,
|
|
5934
|
+
"type": {
|
|
5935
|
+
"fqn": "aws-cdk-lib.aws_cloudfront.ResponseHeadersPolicyProps"
|
|
5936
|
+
}
|
|
5937
|
+
}
|
|
5938
|
+
],
|
|
5939
|
+
"symbolId": "lib/cloudfront-distribution-helper:CloudFrontProps"
|
|
5940
|
+
},
|
|
5810
5941
|
"@aws-solutions-constructs/core.CognitoOptions": {
|
|
5811
5942
|
"assembly": "@aws-solutions-constructs/core",
|
|
5812
5943
|
"datatype": true,
|
|
@@ -6121,7 +6252,7 @@
|
|
|
6121
6252
|
"kind": "interface",
|
|
6122
6253
|
"locationInModule": {
|
|
6123
6254
|
"filename": "lib/sagemaker-helper.ts",
|
|
6124
|
-
"line":
|
|
6255
|
+
"line": 386
|
|
6125
6256
|
},
|
|
6126
6257
|
"name": "DeploySagemakerEndpointResponse",
|
|
6127
6258
|
"properties": [
|
|
@@ -6130,7 +6261,7 @@
|
|
|
6130
6261
|
"immutable": true,
|
|
6131
6262
|
"locationInModule": {
|
|
6132
6263
|
"filename": "lib/sagemaker-helper.ts",
|
|
6133
|
-
"line":
|
|
6264
|
+
"line": 387
|
|
6134
6265
|
},
|
|
6135
6266
|
"name": "endpoint",
|
|
6136
6267
|
"type": {
|
|
@@ -6142,7 +6273,7 @@
|
|
|
6142
6273
|
"immutable": true,
|
|
6143
6274
|
"locationInModule": {
|
|
6144
6275
|
"filename": "lib/sagemaker-helper.ts",
|
|
6145
|
-
"line":
|
|
6276
|
+
"line": 388
|
|
6146
6277
|
},
|
|
6147
6278
|
"name": "endpointConfig",
|
|
6148
6279
|
"optional": true,
|
|
@@ -6155,7 +6286,7 @@
|
|
|
6155
6286
|
"immutable": true,
|
|
6156
6287
|
"locationInModule": {
|
|
6157
6288
|
"filename": "lib/sagemaker-helper.ts",
|
|
6158
|
-
"line":
|
|
6289
|
+
"line": 389
|
|
6159
6290
|
},
|
|
6160
6291
|
"name": "model",
|
|
6161
6292
|
"optional": true,
|
|
@@ -6166,6 +6297,97 @@
|
|
|
6166
6297
|
],
|
|
6167
6298
|
"symbolId": "lib/sagemaker-helper:DeploySagemakerEndpointResponse"
|
|
6168
6299
|
},
|
|
6300
|
+
"@aws-solutions-constructs/core.DynamoDBProps": {
|
|
6301
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
6302
|
+
"datatype": true,
|
|
6303
|
+
"fqn": "@aws-solutions-constructs/core.DynamoDBProps",
|
|
6304
|
+
"kind": "interface",
|
|
6305
|
+
"locationInModule": {
|
|
6306
|
+
"filename": "lib/dynamodb-table-helper.ts",
|
|
6307
|
+
"line": 119
|
|
6308
|
+
},
|
|
6309
|
+
"name": "DynamoDBProps",
|
|
6310
|
+
"properties": [
|
|
6311
|
+
{
|
|
6312
|
+
"abstract": true,
|
|
6313
|
+
"immutable": true,
|
|
6314
|
+
"locationInModule": {
|
|
6315
|
+
"filename": "lib/dynamodb-table-helper.ts",
|
|
6316
|
+
"line": 120
|
|
6317
|
+
},
|
|
6318
|
+
"name": "dynamoTableProps",
|
|
6319
|
+
"optional": true,
|
|
6320
|
+
"type": {
|
|
6321
|
+
"fqn": "aws-cdk-lib.aws_dynamodb.TableProps"
|
|
6322
|
+
}
|
|
6323
|
+
},
|
|
6324
|
+
{
|
|
6325
|
+
"abstract": true,
|
|
6326
|
+
"immutable": true,
|
|
6327
|
+
"locationInModule": {
|
|
6328
|
+
"filename": "lib/dynamodb-table-helper.ts",
|
|
6329
|
+
"line": 122
|
|
6330
|
+
},
|
|
6331
|
+
"name": "existingTableInterface",
|
|
6332
|
+
"optional": true,
|
|
6333
|
+
"type": {
|
|
6334
|
+
"fqn": "aws-cdk-lib.aws_dynamodb.ITable"
|
|
6335
|
+
}
|
|
6336
|
+
},
|
|
6337
|
+
{
|
|
6338
|
+
"abstract": true,
|
|
6339
|
+
"immutable": true,
|
|
6340
|
+
"locationInModule": {
|
|
6341
|
+
"filename": "lib/dynamodb-table-helper.ts",
|
|
6342
|
+
"line": 121
|
|
6343
|
+
},
|
|
6344
|
+
"name": "existingTableObj",
|
|
6345
|
+
"optional": true,
|
|
6346
|
+
"type": {
|
|
6347
|
+
"fqn": "aws-cdk-lib.aws_dynamodb.Table"
|
|
6348
|
+
}
|
|
6349
|
+
}
|
|
6350
|
+
],
|
|
6351
|
+
"symbolId": "lib/dynamodb-table-helper:DynamoDBProps"
|
|
6352
|
+
},
|
|
6353
|
+
"@aws-solutions-constructs/core.EventBridgeProps": {
|
|
6354
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
6355
|
+
"datatype": true,
|
|
6356
|
+
"fqn": "@aws-solutions-constructs/core.EventBridgeProps",
|
|
6357
|
+
"kind": "interface",
|
|
6358
|
+
"locationInModule": {
|
|
6359
|
+
"filename": "lib/eventbridge-helper.ts",
|
|
6360
|
+
"line": 54
|
|
6361
|
+
},
|
|
6362
|
+
"name": "EventBridgeProps",
|
|
6363
|
+
"properties": [
|
|
6364
|
+
{
|
|
6365
|
+
"abstract": true,
|
|
6366
|
+
"immutable": true,
|
|
6367
|
+
"locationInModule": {
|
|
6368
|
+
"filename": "lib/eventbridge-helper.ts",
|
|
6369
|
+
"line": 56
|
|
6370
|
+
},
|
|
6371
|
+
"name": "eventBusProps",
|
|
6372
|
+
"type": {
|
|
6373
|
+
"fqn": "aws-cdk-lib.aws_events.EventBusProps"
|
|
6374
|
+
}
|
|
6375
|
+
},
|
|
6376
|
+
{
|
|
6377
|
+
"abstract": true,
|
|
6378
|
+
"immutable": true,
|
|
6379
|
+
"locationInModule": {
|
|
6380
|
+
"filename": "lib/eventbridge-helper.ts",
|
|
6381
|
+
"line": 55
|
|
6382
|
+
},
|
|
6383
|
+
"name": "existingEventBusInterface",
|
|
6384
|
+
"type": {
|
|
6385
|
+
"fqn": "aws-cdk-lib.aws_events.IEventBus"
|
|
6386
|
+
}
|
|
6387
|
+
}
|
|
6388
|
+
],
|
|
6389
|
+
"symbolId": "lib/eventbridge-helper:EventBridgeProps"
|
|
6390
|
+
},
|
|
6169
6391
|
"@aws-solutions-constructs/core.EventSourceProps": {
|
|
6170
6392
|
"assembly": "@aws-solutions-constructs/core",
|
|
6171
6393
|
"datatype": true,
|
|
@@ -6321,115 +6543,332 @@
|
|
|
6321
6543
|
],
|
|
6322
6544
|
"symbolId": "lib/apigateway-helper:GlobalRestApiResponse"
|
|
6323
6545
|
},
|
|
6324
|
-
"@aws-solutions-constructs/core.
|
|
6546
|
+
"@aws-solutions-constructs/core.GlueProps": {
|
|
6325
6547
|
"assembly": "@aws-solutions-constructs/core",
|
|
6326
6548
|
"datatype": true,
|
|
6327
|
-
"fqn": "@aws-solutions-constructs/core.
|
|
6549
|
+
"fqn": "@aws-solutions-constructs/core.GlueProps",
|
|
6328
6550
|
"kind": "interface",
|
|
6329
6551
|
"locationInModule": {
|
|
6330
|
-
"filename": "lib/
|
|
6331
|
-
"line":
|
|
6552
|
+
"filename": "lib/glue-table-helper.ts",
|
|
6553
|
+
"line": 39
|
|
6332
6554
|
},
|
|
6333
|
-
"name": "
|
|
6555
|
+
"name": "GlueProps",
|
|
6334
6556
|
"properties": [
|
|
6335
6557
|
{
|
|
6336
6558
|
"abstract": true,
|
|
6337
6559
|
"immutable": true,
|
|
6338
6560
|
"locationInModule": {
|
|
6339
|
-
"filename": "lib/
|
|
6340
|
-
"line":
|
|
6561
|
+
"filename": "lib/glue-table-helper.ts",
|
|
6562
|
+
"line": 41
|
|
6341
6563
|
},
|
|
6342
|
-
"name": "
|
|
6564
|
+
"name": "etlCodeAsset",
|
|
6565
|
+
"optional": true,
|
|
6343
6566
|
"type": {
|
|
6344
|
-
"
|
|
6567
|
+
"fqn": "aws-cdk-lib.aws_s3_assets.Asset"
|
|
6345
6568
|
}
|
|
6346
6569
|
},
|
|
6347
6570
|
{
|
|
6348
6571
|
"abstract": true,
|
|
6349
6572
|
"immutable": true,
|
|
6350
6573
|
"locationInModule": {
|
|
6351
|
-
"filename": "lib/
|
|
6352
|
-
"line":
|
|
6574
|
+
"filename": "lib/glue-table-helper.ts",
|
|
6575
|
+
"line": 40
|
|
6353
6576
|
},
|
|
6354
|
-
"name": "
|
|
6577
|
+
"name": "existingGlueJob",
|
|
6578
|
+
"optional": true,
|
|
6355
6579
|
"type": {
|
|
6356
|
-
"fqn": "aws-cdk-lib.
|
|
6580
|
+
"fqn": "aws-cdk-lib.aws_glue.CfnJob"
|
|
6357
6581
|
}
|
|
6358
6582
|
},
|
|
6359
6583
|
{
|
|
6360
6584
|
"abstract": true,
|
|
6361
6585
|
"immutable": true,
|
|
6362
6586
|
"locationInModule": {
|
|
6363
|
-
"filename": "lib/
|
|
6364
|
-
"line":
|
|
6587
|
+
"filename": "lib/glue-table-helper.ts",
|
|
6588
|
+
"line": 44
|
|
6365
6589
|
},
|
|
6366
|
-
"name": "
|
|
6590
|
+
"name": "existingTable",
|
|
6367
6591
|
"optional": true,
|
|
6368
6592
|
"type": {
|
|
6369
|
-
"fqn": "aws-cdk-lib.
|
|
6593
|
+
"fqn": "aws-cdk-lib.aws_glue.CfnTable"
|
|
6370
6594
|
}
|
|
6371
6595
|
},
|
|
6372
6596
|
{
|
|
6373
6597
|
"abstract": true,
|
|
6374
6598
|
"immutable": true,
|
|
6375
6599
|
"locationInModule": {
|
|
6376
|
-
"filename": "lib/
|
|
6377
|
-
"line":
|
|
6600
|
+
"filename": "lib/glue-table-helper.ts",
|
|
6601
|
+
"line": 43
|
|
6378
6602
|
},
|
|
6379
|
-
"name": "
|
|
6603
|
+
"name": "fieldSchema",
|
|
6380
6604
|
"optional": true,
|
|
6381
6605
|
"type": {
|
|
6382
|
-
"
|
|
6606
|
+
"collection": {
|
|
6607
|
+
"elementtype": {
|
|
6608
|
+
"fqn": "aws-cdk-lib.aws_glue.CfnTable.ColumnProperty"
|
|
6609
|
+
},
|
|
6610
|
+
"kind": "array"
|
|
6611
|
+
}
|
|
6383
6612
|
}
|
|
6384
6613
|
},
|
|
6385
6614
|
{
|
|
6386
6615
|
"abstract": true,
|
|
6387
6616
|
"immutable": true,
|
|
6388
6617
|
"locationInModule": {
|
|
6389
|
-
"filename": "lib/
|
|
6390
|
-
"line":
|
|
6618
|
+
"filename": "lib/glue-table-helper.ts",
|
|
6619
|
+
"line": 42
|
|
6391
6620
|
},
|
|
6392
|
-
"name": "
|
|
6621
|
+
"name": "glueJobProps",
|
|
6393
6622
|
"optional": true,
|
|
6394
6623
|
"type": {
|
|
6395
|
-
"primitive": "
|
|
6624
|
+
"primitive": "any"
|
|
6396
6625
|
}
|
|
6397
6626
|
},
|
|
6398
6627
|
{
|
|
6399
6628
|
"abstract": true,
|
|
6400
6629
|
"immutable": true,
|
|
6401
6630
|
"locationInModule": {
|
|
6402
|
-
"filename": "lib/
|
|
6403
|
-
"line":
|
|
6631
|
+
"filename": "lib/glue-table-helper.ts",
|
|
6632
|
+
"line": 45
|
|
6404
6633
|
},
|
|
6405
|
-
"name": "
|
|
6634
|
+
"name": "tablePropss",
|
|
6406
6635
|
"optional": true,
|
|
6407
6636
|
"type": {
|
|
6408
|
-
"fqn": "aws-cdk-lib.
|
|
6637
|
+
"fqn": "aws-cdk-lib.aws_glue.CfnTableProps"
|
|
6409
6638
|
}
|
|
6410
6639
|
}
|
|
6411
6640
|
],
|
|
6412
|
-
"symbolId": "lib/
|
|
6641
|
+
"symbolId": "lib/glue-table-helper:GlueProps"
|
|
6413
6642
|
},
|
|
6414
|
-
"@aws-solutions-constructs/core.
|
|
6643
|
+
"@aws-solutions-constructs/core.KinesisStreamProps": {
|
|
6415
6644
|
"assembly": "@aws-solutions-constructs/core",
|
|
6416
6645
|
"datatype": true,
|
|
6417
|
-
"fqn": "@aws-solutions-constructs/core.
|
|
6646
|
+
"fqn": "@aws-solutions-constructs/core.KinesisStreamProps",
|
|
6418
6647
|
"kind": "interface",
|
|
6419
6648
|
"locationInModule": {
|
|
6420
|
-
"filename": "lib/
|
|
6421
|
-
"line":
|
|
6649
|
+
"filename": "lib/kinesis-streams-helper.ts",
|
|
6650
|
+
"line": 100
|
|
6422
6651
|
},
|
|
6423
|
-
"name": "
|
|
6652
|
+
"name": "KinesisStreamProps",
|
|
6424
6653
|
"properties": [
|
|
6425
6654
|
{
|
|
6426
6655
|
"abstract": true,
|
|
6427
6656
|
"immutable": true,
|
|
6428
6657
|
"locationInModule": {
|
|
6429
|
-
"filename": "lib/
|
|
6430
|
-
"line":
|
|
6658
|
+
"filename": "lib/kinesis-streams-helper.ts",
|
|
6659
|
+
"line": 101
|
|
6431
6660
|
},
|
|
6432
|
-
"name": "
|
|
6661
|
+
"name": "existingStreamObj",
|
|
6662
|
+
"optional": true,
|
|
6663
|
+
"type": {
|
|
6664
|
+
"fqn": "aws-cdk-lib.aws_kinesis.Stream"
|
|
6665
|
+
}
|
|
6666
|
+
},
|
|
6667
|
+
{
|
|
6668
|
+
"abstract": true,
|
|
6669
|
+
"immutable": true,
|
|
6670
|
+
"locationInModule": {
|
|
6671
|
+
"filename": "lib/kinesis-streams-helper.ts",
|
|
6672
|
+
"line": 102
|
|
6673
|
+
},
|
|
6674
|
+
"name": "kinesisStreamProps",
|
|
6675
|
+
"optional": true,
|
|
6676
|
+
"type": {
|
|
6677
|
+
"fqn": "aws-cdk-lib.aws_kinesis.StreamProps"
|
|
6678
|
+
}
|
|
6679
|
+
}
|
|
6680
|
+
],
|
|
6681
|
+
"symbolId": "lib/kinesis-streams-helper:KinesisStreamProps"
|
|
6682
|
+
},
|
|
6683
|
+
"@aws-solutions-constructs/core.LambdaProps": {
|
|
6684
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
6685
|
+
"datatype": true,
|
|
6686
|
+
"fqn": "@aws-solutions-constructs/core.LambdaProps",
|
|
6687
|
+
"kind": "interface",
|
|
6688
|
+
"locationInModule": {
|
|
6689
|
+
"filename": "lib/lambda-helper.ts",
|
|
6690
|
+
"line": 241
|
|
6691
|
+
},
|
|
6692
|
+
"name": "LambdaProps",
|
|
6693
|
+
"properties": [
|
|
6694
|
+
{
|
|
6695
|
+
"abstract": true,
|
|
6696
|
+
"immutable": true,
|
|
6697
|
+
"locationInModule": {
|
|
6698
|
+
"filename": "lib/lambda-helper.ts",
|
|
6699
|
+
"line": 242
|
|
6700
|
+
},
|
|
6701
|
+
"name": "existingLambdaObj",
|
|
6702
|
+
"optional": true,
|
|
6703
|
+
"type": {
|
|
6704
|
+
"fqn": "aws-cdk-lib.aws_lambda.Function"
|
|
6705
|
+
}
|
|
6706
|
+
},
|
|
6707
|
+
{
|
|
6708
|
+
"abstract": true,
|
|
6709
|
+
"immutable": true,
|
|
6710
|
+
"locationInModule": {
|
|
6711
|
+
"filename": "lib/lambda-helper.ts",
|
|
6712
|
+
"line": 243
|
|
6713
|
+
},
|
|
6714
|
+
"name": "lambdaFunctionProps",
|
|
6715
|
+
"optional": true,
|
|
6716
|
+
"type": {
|
|
6717
|
+
"fqn": "aws-cdk-lib.aws_lambda.FunctionProps"
|
|
6718
|
+
}
|
|
6719
|
+
}
|
|
6720
|
+
],
|
|
6721
|
+
"symbolId": "lib/lambda-helper:LambdaProps"
|
|
6722
|
+
},
|
|
6723
|
+
"@aws-solutions-constructs/core.MediaStoreProps": {
|
|
6724
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
6725
|
+
"datatype": true,
|
|
6726
|
+
"fqn": "@aws-solutions-constructs/core.MediaStoreProps",
|
|
6727
|
+
"kind": "interface",
|
|
6728
|
+
"locationInModule": {
|
|
6729
|
+
"filename": "lib/mediastore-helper.ts",
|
|
6730
|
+
"line": 44
|
|
6731
|
+
},
|
|
6732
|
+
"name": "MediaStoreProps",
|
|
6733
|
+
"properties": [
|
|
6734
|
+
{
|
|
6735
|
+
"abstract": true,
|
|
6736
|
+
"immutable": true,
|
|
6737
|
+
"locationInModule": {
|
|
6738
|
+
"filename": "lib/mediastore-helper.ts",
|
|
6739
|
+
"line": 45
|
|
6740
|
+
},
|
|
6741
|
+
"name": "existingMediaStoreContainerObj",
|
|
6742
|
+
"optional": true,
|
|
6743
|
+
"type": {
|
|
6744
|
+
"fqn": "aws-cdk-lib.aws_mediastore.CfnContainer"
|
|
6745
|
+
}
|
|
6746
|
+
},
|
|
6747
|
+
{
|
|
6748
|
+
"abstract": true,
|
|
6749
|
+
"immutable": true,
|
|
6750
|
+
"locationInModule": {
|
|
6751
|
+
"filename": "lib/mediastore-helper.ts",
|
|
6752
|
+
"line": 46
|
|
6753
|
+
},
|
|
6754
|
+
"name": "mediaStoreContainerProps",
|
|
6755
|
+
"optional": true,
|
|
6756
|
+
"type": {
|
|
6757
|
+
"fqn": "aws-cdk-lib.aws_mediastore.CfnContainerProps"
|
|
6758
|
+
}
|
|
6759
|
+
}
|
|
6760
|
+
],
|
|
6761
|
+
"symbolId": "lib/mediastore-helper:MediaStoreProps"
|
|
6762
|
+
},
|
|
6763
|
+
"@aws-solutions-constructs/core.ObtainAlbProps": {
|
|
6764
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
6765
|
+
"datatype": true,
|
|
6766
|
+
"fqn": "@aws-solutions-constructs/core.ObtainAlbProps",
|
|
6767
|
+
"kind": "interface",
|
|
6768
|
+
"locationInModule": {
|
|
6769
|
+
"filename": "lib/alb-helper.ts",
|
|
6770
|
+
"line": 32
|
|
6771
|
+
},
|
|
6772
|
+
"name": "ObtainAlbProps",
|
|
6773
|
+
"properties": [
|
|
6774
|
+
{
|
|
6775
|
+
"abstract": true,
|
|
6776
|
+
"immutable": true,
|
|
6777
|
+
"locationInModule": {
|
|
6778
|
+
"filename": "lib/alb-helper.ts",
|
|
6779
|
+
"line": 34
|
|
6780
|
+
},
|
|
6781
|
+
"name": "publicApi",
|
|
6782
|
+
"type": {
|
|
6783
|
+
"primitive": "boolean"
|
|
6784
|
+
}
|
|
6785
|
+
},
|
|
6786
|
+
{
|
|
6787
|
+
"abstract": true,
|
|
6788
|
+
"immutable": true,
|
|
6789
|
+
"locationInModule": {
|
|
6790
|
+
"filename": "lib/alb-helper.ts",
|
|
6791
|
+
"line": 33
|
|
6792
|
+
},
|
|
6793
|
+
"name": "vpc",
|
|
6794
|
+
"type": {
|
|
6795
|
+
"fqn": "aws-cdk-lib.aws_ec2.IVpc"
|
|
6796
|
+
}
|
|
6797
|
+
},
|
|
6798
|
+
{
|
|
6799
|
+
"abstract": true,
|
|
6800
|
+
"immutable": true,
|
|
6801
|
+
"locationInModule": {
|
|
6802
|
+
"filename": "lib/alb-helper.ts",
|
|
6803
|
+
"line": 35
|
|
6804
|
+
},
|
|
6805
|
+
"name": "existingLoadBalancerObj",
|
|
6806
|
+
"optional": true,
|
|
6807
|
+
"type": {
|
|
6808
|
+
"fqn": "aws-cdk-lib.aws_elasticloadbalancingv2.ApplicationLoadBalancer"
|
|
6809
|
+
}
|
|
6810
|
+
},
|
|
6811
|
+
{
|
|
6812
|
+
"abstract": true,
|
|
6813
|
+
"immutable": true,
|
|
6814
|
+
"locationInModule": {
|
|
6815
|
+
"filename": "lib/alb-helper.ts",
|
|
6816
|
+
"line": 36
|
|
6817
|
+
},
|
|
6818
|
+
"name": "loadBalancerProps",
|
|
6819
|
+
"optional": true,
|
|
6820
|
+
"type": {
|
|
6821
|
+
"primitive": "any"
|
|
6822
|
+
}
|
|
6823
|
+
},
|
|
6824
|
+
{
|
|
6825
|
+
"abstract": true,
|
|
6826
|
+
"immutable": true,
|
|
6827
|
+
"locationInModule": {
|
|
6828
|
+
"filename": "lib/alb-helper.ts",
|
|
6829
|
+
"line": 37
|
|
6830
|
+
},
|
|
6831
|
+
"name": "logAccessLogs",
|
|
6832
|
+
"optional": true,
|
|
6833
|
+
"type": {
|
|
6834
|
+
"primitive": "boolean"
|
|
6835
|
+
}
|
|
6836
|
+
},
|
|
6837
|
+
{
|
|
6838
|
+
"abstract": true,
|
|
6839
|
+
"immutable": true,
|
|
6840
|
+
"locationInModule": {
|
|
6841
|
+
"filename": "lib/alb-helper.ts",
|
|
6842
|
+
"line": 38
|
|
6843
|
+
},
|
|
6844
|
+
"name": "loggingBucketProps",
|
|
6845
|
+
"optional": true,
|
|
6846
|
+
"type": {
|
|
6847
|
+
"fqn": "aws-cdk-lib.aws_s3.BucketProps"
|
|
6848
|
+
}
|
|
6849
|
+
}
|
|
6850
|
+
],
|
|
6851
|
+
"symbolId": "lib/alb-helper:ObtainAlbProps"
|
|
6852
|
+
},
|
|
6853
|
+
"@aws-solutions-constructs/core.ObtainMemcachedClusterProps": {
|
|
6854
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
6855
|
+
"datatype": true,
|
|
6856
|
+
"fqn": "@aws-solutions-constructs/core.ObtainMemcachedClusterProps",
|
|
6857
|
+
"kind": "interface",
|
|
6858
|
+
"locationInModule": {
|
|
6859
|
+
"filename": "lib/elasticache-helper.ts",
|
|
6860
|
+
"line": 25
|
|
6861
|
+
},
|
|
6862
|
+
"name": "ObtainMemcachedClusterProps",
|
|
6863
|
+
"properties": [
|
|
6864
|
+
{
|
|
6865
|
+
"abstract": true,
|
|
6866
|
+
"immutable": true,
|
|
6867
|
+
"locationInModule": {
|
|
6868
|
+
"filename": "lib/elasticache-helper.ts",
|
|
6869
|
+
"line": 27
|
|
6870
|
+
},
|
|
6871
|
+
"name": "cacheSecurityGroupId",
|
|
6433
6872
|
"type": {
|
|
6434
6873
|
"primitive": "string"
|
|
6435
6874
|
}
|
|
@@ -6489,6 +6928,33 @@
|
|
|
6489
6928
|
],
|
|
6490
6929
|
"symbolId": "lib/elasticache-helper:ObtainMemcachedClusterProps"
|
|
6491
6930
|
},
|
|
6931
|
+
"@aws-solutions-constructs/core.OpenSearchProps": {
|
|
6932
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
6933
|
+
"datatype": true,
|
|
6934
|
+
"fqn": "@aws-solutions-constructs/core.OpenSearchProps",
|
|
6935
|
+
"kind": "interface",
|
|
6936
|
+
"locationInModule": {
|
|
6937
|
+
"filename": "lib/opensearch-helper.ts",
|
|
6938
|
+
"line": 309
|
|
6939
|
+
},
|
|
6940
|
+
"name": "OpenSearchProps",
|
|
6941
|
+
"properties": [
|
|
6942
|
+
{
|
|
6943
|
+
"abstract": true,
|
|
6944
|
+
"immutable": true,
|
|
6945
|
+
"locationInModule": {
|
|
6946
|
+
"filename": "lib/opensearch-helper.ts",
|
|
6947
|
+
"line": 310
|
|
6948
|
+
},
|
|
6949
|
+
"name": "openSearchDomainProps",
|
|
6950
|
+
"optional": true,
|
|
6951
|
+
"type": {
|
|
6952
|
+
"fqn": "aws-cdk-lib.aws_opensearchservice.CfnDomainProps"
|
|
6953
|
+
}
|
|
6954
|
+
}
|
|
6955
|
+
],
|
|
6956
|
+
"symbolId": "lib/opensearch-helper:OpenSearchProps"
|
|
6957
|
+
},
|
|
6492
6958
|
"@aws-solutions-constructs/core.RegionalLambdaRestApiResponse": {
|
|
6493
6959
|
"assembly": "@aws-solutions-constructs/core",
|
|
6494
6960
|
"datatype": true,
|
|
@@ -6591,72 +7057,244 @@
|
|
|
6591
7057
|
],
|
|
6592
7058
|
"symbolId": "lib/apigateway-helper:RegionalRestApiResponse"
|
|
6593
7059
|
},
|
|
6594
|
-
"@aws-solutions-constructs/core.
|
|
7060
|
+
"@aws-solutions-constructs/core.S3Props": {
|
|
6595
7061
|
"assembly": "@aws-solutions-constructs/core",
|
|
6596
7062
|
"datatype": true,
|
|
6597
|
-
"fqn": "@aws-solutions-constructs/core.
|
|
7063
|
+
"fqn": "@aws-solutions-constructs/core.S3Props",
|
|
6598
7064
|
"kind": "interface",
|
|
6599
7065
|
"locationInModule": {
|
|
6600
|
-
"filename": "lib/
|
|
6601
|
-
"line":
|
|
7066
|
+
"filename": "lib/s3-bucket-helper.ts",
|
|
7067
|
+
"line": 242
|
|
6602
7068
|
},
|
|
6603
|
-
"name": "
|
|
7069
|
+
"name": "S3Props",
|
|
6604
7070
|
"properties": [
|
|
6605
7071
|
{
|
|
6606
7072
|
"abstract": true,
|
|
6607
7073
|
"immutable": true,
|
|
6608
7074
|
"locationInModule": {
|
|
6609
|
-
"filename": "lib/
|
|
6610
|
-
"line":
|
|
7075
|
+
"filename": "lib/s3-bucket-helper.ts",
|
|
7076
|
+
"line": 245
|
|
6611
7077
|
},
|
|
6612
|
-
"name": "
|
|
7078
|
+
"name": "bucketProps",
|
|
7079
|
+
"optional": true,
|
|
6613
7080
|
"type": {
|
|
6614
|
-
"fqn": "aws-cdk-lib.
|
|
7081
|
+
"fqn": "aws-cdk-lib.aws_s3.BucketProps"
|
|
6615
7082
|
}
|
|
6616
7083
|
},
|
|
6617
7084
|
{
|
|
6618
7085
|
"abstract": true,
|
|
6619
7086
|
"immutable": true,
|
|
6620
7087
|
"locationInModule": {
|
|
6621
|
-
"filename": "lib/
|
|
6622
|
-
"line":
|
|
7088
|
+
"filename": "lib/s3-bucket-helper.ts",
|
|
7089
|
+
"line": 244
|
|
6623
7090
|
},
|
|
6624
|
-
"name": "
|
|
7091
|
+
"name": "existingBucketInterface",
|
|
7092
|
+
"optional": true,
|
|
6625
7093
|
"type": {
|
|
6626
|
-
"fqn": "aws-cdk-lib.
|
|
7094
|
+
"fqn": "aws-cdk-lib.aws_s3.IBucket"
|
|
6627
7095
|
}
|
|
6628
7096
|
},
|
|
6629
7097
|
{
|
|
6630
7098
|
"abstract": true,
|
|
6631
7099
|
"immutable": true,
|
|
6632
7100
|
"locationInModule": {
|
|
6633
|
-
"filename": "lib/
|
|
6634
|
-
"line":
|
|
7101
|
+
"filename": "lib/s3-bucket-helper.ts",
|
|
7102
|
+
"line": 243
|
|
6635
7103
|
},
|
|
6636
|
-
"name": "
|
|
7104
|
+
"name": "existingBucketObj",
|
|
6637
7105
|
"optional": true,
|
|
6638
7106
|
"type": {
|
|
6639
|
-
"
|
|
7107
|
+
"fqn": "aws-cdk-lib.aws_s3.Bucket"
|
|
6640
7108
|
}
|
|
6641
7109
|
},
|
|
6642
7110
|
{
|
|
6643
7111
|
"abstract": true,
|
|
6644
7112
|
"immutable": true,
|
|
6645
7113
|
"locationInModule": {
|
|
6646
|
-
"filename": "lib/
|
|
6647
|
-
"line":
|
|
7114
|
+
"filename": "lib/s3-bucket-helper.ts",
|
|
7115
|
+
"line": 246
|
|
6648
7116
|
},
|
|
6649
|
-
"name": "
|
|
7117
|
+
"name": "existingLoggingBucketObj",
|
|
6650
7118
|
"optional": true,
|
|
6651
7119
|
"type": {
|
|
6652
|
-
"
|
|
7120
|
+
"fqn": "aws-cdk-lib.aws_s3.IBucket"
|
|
6653
7121
|
}
|
|
6654
|
-
}
|
|
6655
|
-
|
|
6656
|
-
|
|
6657
|
-
|
|
6658
|
-
|
|
6659
|
-
|
|
7122
|
+
},
|
|
7123
|
+
{
|
|
7124
|
+
"abstract": true,
|
|
7125
|
+
"immutable": true,
|
|
7126
|
+
"locationInModule": {
|
|
7127
|
+
"filename": "lib/s3-bucket-helper.ts",
|
|
7128
|
+
"line": 247
|
|
7129
|
+
},
|
|
7130
|
+
"name": "loggingBucketProps",
|
|
7131
|
+
"optional": true,
|
|
7132
|
+
"type": {
|
|
7133
|
+
"fqn": "aws-cdk-lib.aws_s3.BucketProps"
|
|
7134
|
+
}
|
|
7135
|
+
},
|
|
7136
|
+
{
|
|
7137
|
+
"abstract": true,
|
|
7138
|
+
"immutable": true,
|
|
7139
|
+
"locationInModule": {
|
|
7140
|
+
"filename": "lib/s3-bucket-helper.ts",
|
|
7141
|
+
"line": 248
|
|
7142
|
+
},
|
|
7143
|
+
"name": "logS3AccessLogs",
|
|
7144
|
+
"optional": true,
|
|
7145
|
+
"type": {
|
|
7146
|
+
"primitive": "boolean"
|
|
7147
|
+
}
|
|
7148
|
+
}
|
|
7149
|
+
],
|
|
7150
|
+
"symbolId": "lib/s3-bucket-helper:S3Props"
|
|
7151
|
+
},
|
|
7152
|
+
"@aws-solutions-constructs/core.SagemakerProps": {
|
|
7153
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
7154
|
+
"datatype": true,
|
|
7155
|
+
"fqn": "@aws-solutions-constructs/core.SagemakerProps",
|
|
7156
|
+
"kind": "interface",
|
|
7157
|
+
"locationInModule": {
|
|
7158
|
+
"filename": "lib/sagemaker-helper.ts",
|
|
7159
|
+
"line": 554
|
|
7160
|
+
},
|
|
7161
|
+
"name": "SagemakerProps",
|
|
7162
|
+
"properties": [
|
|
7163
|
+
{
|
|
7164
|
+
"abstract": true,
|
|
7165
|
+
"immutable": true,
|
|
7166
|
+
"locationInModule": {
|
|
7167
|
+
"filename": "lib/sagemaker-helper.ts",
|
|
7168
|
+
"line": 556
|
|
7169
|
+
},
|
|
7170
|
+
"name": "endpointProps",
|
|
7171
|
+
"optional": true,
|
|
7172
|
+
"type": {
|
|
7173
|
+
"fqn": "aws-cdk-lib.aws_sagemaker.CfnEndpointProps"
|
|
7174
|
+
}
|
|
7175
|
+
},
|
|
7176
|
+
{
|
|
7177
|
+
"abstract": true,
|
|
7178
|
+
"immutable": true,
|
|
7179
|
+
"locationInModule": {
|
|
7180
|
+
"filename": "lib/sagemaker-helper.ts",
|
|
7181
|
+
"line": 555
|
|
7182
|
+
},
|
|
7183
|
+
"name": "existingSagemakerEndpointObj",
|
|
7184
|
+
"optional": true,
|
|
7185
|
+
"type": {
|
|
7186
|
+
"fqn": "aws-cdk-lib.aws_sagemaker.CfnEndpoint"
|
|
7187
|
+
}
|
|
7188
|
+
}
|
|
7189
|
+
],
|
|
7190
|
+
"symbolId": "lib/sagemaker-helper:SagemakerProps"
|
|
7191
|
+
},
|
|
7192
|
+
"@aws-solutions-constructs/core.SecretsManagerProps": {
|
|
7193
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
7194
|
+
"datatype": true,
|
|
7195
|
+
"fqn": "@aws-solutions-constructs/core.SecretsManagerProps",
|
|
7196
|
+
"kind": "interface",
|
|
7197
|
+
"locationInModule": {
|
|
7198
|
+
"filename": "lib/secretsmanager-helper.ts",
|
|
7199
|
+
"line": 50
|
|
7200
|
+
},
|
|
7201
|
+
"name": "SecretsManagerProps",
|
|
7202
|
+
"properties": [
|
|
7203
|
+
{
|
|
7204
|
+
"abstract": true,
|
|
7205
|
+
"immutable": true,
|
|
7206
|
+
"locationInModule": {
|
|
7207
|
+
"filename": "lib/secretsmanager-helper.ts",
|
|
7208
|
+
"line": 51
|
|
7209
|
+
},
|
|
7210
|
+
"name": "existingSecretObj",
|
|
7211
|
+
"optional": true,
|
|
7212
|
+
"type": {
|
|
7213
|
+
"fqn": "aws-cdk-lib.aws_secretsmanager.Secret"
|
|
7214
|
+
}
|
|
7215
|
+
},
|
|
7216
|
+
{
|
|
7217
|
+
"abstract": true,
|
|
7218
|
+
"immutable": true,
|
|
7219
|
+
"locationInModule": {
|
|
7220
|
+
"filename": "lib/secretsmanager-helper.ts",
|
|
7221
|
+
"line": 52
|
|
7222
|
+
},
|
|
7223
|
+
"name": "secretProps",
|
|
7224
|
+
"optional": true,
|
|
7225
|
+
"type": {
|
|
7226
|
+
"fqn": "aws-cdk-lib.aws_secretsmanager.SecretProps"
|
|
7227
|
+
}
|
|
7228
|
+
}
|
|
7229
|
+
],
|
|
7230
|
+
"symbolId": "lib/secretsmanager-helper:SecretsManagerProps"
|
|
7231
|
+
},
|
|
7232
|
+
"@aws-solutions-constructs/core.SecurityGroupRuleDefinition": {
|
|
7233
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
7234
|
+
"datatype": true,
|
|
7235
|
+
"fqn": "@aws-solutions-constructs/core.SecurityGroupRuleDefinition",
|
|
7236
|
+
"kind": "interface",
|
|
7237
|
+
"locationInModule": {
|
|
7238
|
+
"filename": "lib/security-group-helper.ts",
|
|
7239
|
+
"line": 23
|
|
7240
|
+
},
|
|
7241
|
+
"name": "SecurityGroupRuleDefinition",
|
|
7242
|
+
"properties": [
|
|
7243
|
+
{
|
|
7244
|
+
"abstract": true,
|
|
7245
|
+
"immutable": true,
|
|
7246
|
+
"locationInModule": {
|
|
7247
|
+
"filename": "lib/security-group-helper.ts",
|
|
7248
|
+
"line": 25
|
|
7249
|
+
},
|
|
7250
|
+
"name": "connection",
|
|
7251
|
+
"type": {
|
|
7252
|
+
"fqn": "aws-cdk-lib.aws_ec2.Port"
|
|
7253
|
+
}
|
|
7254
|
+
},
|
|
7255
|
+
{
|
|
7256
|
+
"abstract": true,
|
|
7257
|
+
"immutable": true,
|
|
7258
|
+
"locationInModule": {
|
|
7259
|
+
"filename": "lib/security-group-helper.ts",
|
|
7260
|
+
"line": 24
|
|
7261
|
+
},
|
|
7262
|
+
"name": "peer",
|
|
7263
|
+
"type": {
|
|
7264
|
+
"fqn": "aws-cdk-lib.aws_ec2.IPeer"
|
|
7265
|
+
}
|
|
7266
|
+
},
|
|
7267
|
+
{
|
|
7268
|
+
"abstract": true,
|
|
7269
|
+
"immutable": true,
|
|
7270
|
+
"locationInModule": {
|
|
7271
|
+
"filename": "lib/security-group-helper.ts",
|
|
7272
|
+
"line": 26
|
|
7273
|
+
},
|
|
7274
|
+
"name": "description",
|
|
7275
|
+
"optional": true,
|
|
7276
|
+
"type": {
|
|
7277
|
+
"primitive": "string"
|
|
7278
|
+
}
|
|
7279
|
+
},
|
|
7280
|
+
{
|
|
7281
|
+
"abstract": true,
|
|
7282
|
+
"immutable": true,
|
|
7283
|
+
"locationInModule": {
|
|
7284
|
+
"filename": "lib/security-group-helper.ts",
|
|
7285
|
+
"line": 27
|
|
7286
|
+
},
|
|
7287
|
+
"name": "remoteRule",
|
|
7288
|
+
"optional": true,
|
|
7289
|
+
"type": {
|
|
7290
|
+
"primitive": "boolean"
|
|
7291
|
+
}
|
|
7292
|
+
}
|
|
7293
|
+
],
|
|
7294
|
+
"symbolId": "lib/security-group-helper:SecurityGroupRuleDefinition"
|
|
7295
|
+
},
|
|
7296
|
+
"@aws-solutions-constructs/core.ServiceEndpointTypes": {
|
|
7297
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
6660
7298
|
"fqn": "@aws-solutions-constructs/core.ServiceEndpointTypes",
|
|
6661
7299
|
"kind": "enum",
|
|
6662
7300
|
"locationInModule": {
|
|
@@ -6796,101 +7434,128 @@
|
|
|
6796
7434
|
"name": "SinkStoreType",
|
|
6797
7435
|
"symbolId": "lib/glue-job-helper:SinkStoreType"
|
|
6798
7436
|
},
|
|
6799
|
-
"@aws-solutions-constructs/core.
|
|
7437
|
+
"@aws-solutions-constructs/core.SnsProps": {
|
|
6800
7438
|
"assembly": "@aws-solutions-constructs/core",
|
|
6801
7439
|
"datatype": true,
|
|
6802
|
-
"fqn": "@aws-solutions-constructs/core.
|
|
7440
|
+
"fqn": "@aws-solutions-constructs/core.SnsProps",
|
|
6803
7441
|
"kind": "interface",
|
|
6804
7442
|
"locationInModule": {
|
|
6805
|
-
"filename": "lib/
|
|
6806
|
-
"line":
|
|
7443
|
+
"filename": "lib/sns-helper.ts",
|
|
7444
|
+
"line": 176
|
|
6807
7445
|
},
|
|
6808
|
-
"name": "
|
|
7446
|
+
"name": "SnsProps",
|
|
6809
7447
|
"properties": [
|
|
6810
7448
|
{
|
|
6811
7449
|
"abstract": true,
|
|
6812
7450
|
"immutable": true,
|
|
6813
7451
|
"locationInModule": {
|
|
6814
|
-
"filename": "lib/
|
|
6815
|
-
"line":
|
|
7452
|
+
"filename": "lib/sns-helper.ts",
|
|
7453
|
+
"line": 180
|
|
6816
7454
|
},
|
|
6817
|
-
"name": "
|
|
7455
|
+
"name": "encryptionKey",
|
|
6818
7456
|
"optional": true,
|
|
6819
7457
|
"type": {
|
|
6820
|
-
"fqn": "aws-cdk-lib.
|
|
7458
|
+
"fqn": "aws-cdk-lib.aws_kms.Key"
|
|
6821
7459
|
}
|
|
6822
7460
|
},
|
|
6823
7461
|
{
|
|
6824
7462
|
"abstract": true,
|
|
6825
7463
|
"immutable": true,
|
|
6826
7464
|
"locationInModule": {
|
|
6827
|
-
"filename": "lib/
|
|
6828
|
-
"line":
|
|
7465
|
+
"filename": "lib/sns-helper.ts",
|
|
7466
|
+
"line": 181
|
|
6829
7467
|
},
|
|
6830
|
-
"name": "
|
|
7468
|
+
"name": "encryptionKeyProps",
|
|
6831
7469
|
"optional": true,
|
|
6832
7470
|
"type": {
|
|
6833
|
-
"fqn": "aws-cdk-lib.
|
|
7471
|
+
"fqn": "aws-cdk-lib.aws_kms.KeyProps"
|
|
6834
7472
|
}
|
|
6835
7473
|
},
|
|
6836
7474
|
{
|
|
6837
7475
|
"abstract": true,
|
|
6838
7476
|
"immutable": true,
|
|
6839
7477
|
"locationInModule": {
|
|
6840
|
-
"filename": "lib/
|
|
6841
|
-
"line":
|
|
7478
|
+
"filename": "lib/sns-helper.ts",
|
|
7479
|
+
"line": 178
|
|
6842
7480
|
},
|
|
6843
|
-
"name": "
|
|
7481
|
+
"name": "existingTopicObj",
|
|
6844
7482
|
"optional": true,
|
|
6845
7483
|
"type": {
|
|
6846
|
-
"fqn": "aws-cdk-lib.
|
|
7484
|
+
"fqn": "aws-cdk-lib.aws_sns.Topic"
|
|
6847
7485
|
}
|
|
6848
7486
|
},
|
|
6849
7487
|
{
|
|
6850
7488
|
"abstract": true,
|
|
6851
7489
|
"immutable": true,
|
|
6852
7490
|
"locationInModule": {
|
|
6853
|
-
"filename": "lib/
|
|
6854
|
-
"line":
|
|
7491
|
+
"filename": "lib/sns-helper.ts",
|
|
7492
|
+
"line": 179
|
|
6855
7493
|
},
|
|
6856
|
-
"name": "
|
|
7494
|
+
"name": "existingTopicObject",
|
|
6857
7495
|
"optional": true,
|
|
6858
7496
|
"type": {
|
|
6859
|
-
"
|
|
7497
|
+
"fqn": "aws-cdk-lib.aws_sns.Topic"
|
|
6860
7498
|
}
|
|
6861
7499
|
},
|
|
6862
7500
|
{
|
|
6863
7501
|
"abstract": true,
|
|
6864
7502
|
"immutable": true,
|
|
6865
7503
|
"locationInModule": {
|
|
6866
|
-
"filename": "lib/
|
|
6867
|
-
"line":
|
|
7504
|
+
"filename": "lib/sns-helper.ts",
|
|
7505
|
+
"line": 177
|
|
6868
7506
|
},
|
|
6869
|
-
"name": "
|
|
7507
|
+
"name": "topicProps",
|
|
6870
7508
|
"optional": true,
|
|
6871
7509
|
"type": {
|
|
6872
|
-
"
|
|
7510
|
+
"fqn": "aws-cdk-lib.aws_sns.TopicProps"
|
|
7511
|
+
}
|
|
7512
|
+
}
|
|
7513
|
+
],
|
|
7514
|
+
"symbolId": "lib/sns-helper:SnsProps"
|
|
7515
|
+
},
|
|
7516
|
+
"@aws-solutions-constructs/core.SqsProps": {
|
|
7517
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
7518
|
+
"datatype": true,
|
|
7519
|
+
"fqn": "@aws-solutions-constructs/core.SqsProps",
|
|
7520
|
+
"kind": "interface",
|
|
7521
|
+
"locationInModule": {
|
|
7522
|
+
"filename": "lib/sqs-helper.ts",
|
|
7523
|
+
"line": 232
|
|
7524
|
+
},
|
|
7525
|
+
"name": "SqsProps",
|
|
7526
|
+
"properties": [
|
|
7527
|
+
{
|
|
7528
|
+
"abstract": true,
|
|
7529
|
+
"immutable": true,
|
|
7530
|
+
"locationInModule": {
|
|
7531
|
+
"filename": "lib/sqs-helper.ts",
|
|
7532
|
+
"line": 236
|
|
7533
|
+
},
|
|
7534
|
+
"name": "deadLetterQueueProps",
|
|
7535
|
+
"optional": true,
|
|
7536
|
+
"type": {
|
|
7537
|
+
"fqn": "aws-cdk-lib.aws_sqs.QueueProps"
|
|
6873
7538
|
}
|
|
6874
7539
|
},
|
|
6875
7540
|
{
|
|
6876
7541
|
"abstract": true,
|
|
6877
7542
|
"immutable": true,
|
|
6878
7543
|
"locationInModule": {
|
|
6879
|
-
"filename": "lib/
|
|
6880
|
-
"line":
|
|
7544
|
+
"filename": "lib/sqs-helper.ts",
|
|
7545
|
+
"line": 235
|
|
6881
7546
|
},
|
|
6882
|
-
"name": "
|
|
7547
|
+
"name": "deployDeadLetterQueue",
|
|
6883
7548
|
"optional": true,
|
|
6884
7549
|
"type": {
|
|
6885
|
-
"
|
|
7550
|
+
"primitive": "boolean"
|
|
6886
7551
|
}
|
|
6887
7552
|
},
|
|
6888
7553
|
{
|
|
6889
7554
|
"abstract": true,
|
|
6890
7555
|
"immutable": true,
|
|
6891
7556
|
"locationInModule": {
|
|
6892
|
-
"filename": "lib/
|
|
6893
|
-
"line":
|
|
7557
|
+
"filename": "lib/sqs-helper.ts",
|
|
7558
|
+
"line": 237
|
|
6894
7559
|
},
|
|
6895
7560
|
"name": "encryptionKey",
|
|
6896
7561
|
"optional": true,
|
|
@@ -6902,8 +7567,8 @@
|
|
|
6902
7567
|
"abstract": true,
|
|
6903
7568
|
"immutable": true,
|
|
6904
7569
|
"locationInModule": {
|
|
6905
|
-
"filename": "lib/
|
|
6906
|
-
"line":
|
|
7570
|
+
"filename": "lib/sqs-helper.ts",
|
|
7571
|
+
"line": 238
|
|
6907
7572
|
},
|
|
6908
7573
|
"name": "encryptionKeyProps",
|
|
6909
7574
|
"optional": true,
|
|
@@ -6915,409 +7580,123 @@
|
|
|
6915
7580
|
"abstract": true,
|
|
6916
7581
|
"immutable": true,
|
|
6917
7582
|
"locationInModule": {
|
|
6918
|
-
"filename": "lib/
|
|
6919
|
-
"line":
|
|
7583
|
+
"filename": "lib/sqs-helper.ts",
|
|
7584
|
+
"line": 233
|
|
6920
7585
|
},
|
|
6921
|
-
"name": "
|
|
7586
|
+
"name": "existingQueueObj",
|
|
6922
7587
|
"optional": true,
|
|
6923
7588
|
"type": {
|
|
6924
|
-
"fqn": "aws-cdk-lib.
|
|
7589
|
+
"fqn": "aws-cdk-lib.aws_sqs.Queue"
|
|
6925
7590
|
}
|
|
6926
7591
|
},
|
|
6927
7592
|
{
|
|
6928
7593
|
"abstract": true,
|
|
6929
7594
|
"immutable": true,
|
|
6930
7595
|
"locationInModule": {
|
|
6931
|
-
"filename": "lib/
|
|
6932
|
-
"line":
|
|
7596
|
+
"filename": "lib/sqs-helper.ts",
|
|
7597
|
+
"line": 234
|
|
6933
7598
|
},
|
|
6934
|
-
"name": "
|
|
7599
|
+
"name": "queueProps",
|
|
6935
7600
|
"optional": true,
|
|
6936
7601
|
"type": {
|
|
6937
|
-
"fqn": "aws-cdk-lib.
|
|
7602
|
+
"fqn": "aws-cdk-lib.aws_sqs.QueueProps"
|
|
6938
7603
|
}
|
|
6939
|
-
}
|
|
7604
|
+
}
|
|
7605
|
+
],
|
|
7606
|
+
"symbolId": "lib/sqs-helper:SqsProps"
|
|
7607
|
+
},
|
|
7608
|
+
"@aws-solutions-constructs/core.VpcPropsSet": {
|
|
7609
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
7610
|
+
"datatype": true,
|
|
7611
|
+
"fqn": "@aws-solutions-constructs/core.VpcPropsSet",
|
|
7612
|
+
"kind": "interface",
|
|
7613
|
+
"locationInModule": {
|
|
7614
|
+
"filename": "lib/vpc-helper.ts",
|
|
7615
|
+
"line": 275
|
|
7616
|
+
},
|
|
7617
|
+
"name": "VpcPropsSet",
|
|
7618
|
+
"properties": [
|
|
6940
7619
|
{
|
|
6941
7620
|
"abstract": true,
|
|
6942
7621
|
"immutable": true,
|
|
6943
7622
|
"locationInModule": {
|
|
6944
|
-
"filename": "lib/
|
|
6945
|
-
"line":
|
|
7623
|
+
"filename": "lib/vpc-helper.ts",
|
|
7624
|
+
"line": 278
|
|
6946
7625
|
},
|
|
6947
|
-
"name": "
|
|
7626
|
+
"name": "deployVpc",
|
|
6948
7627
|
"optional": true,
|
|
6949
7628
|
"type": {
|
|
6950
|
-
"
|
|
7629
|
+
"primitive": "boolean"
|
|
6951
7630
|
}
|
|
6952
7631
|
},
|
|
6953
7632
|
{
|
|
6954
7633
|
"abstract": true,
|
|
6955
7634
|
"immutable": true,
|
|
6956
7635
|
"locationInModule": {
|
|
6957
|
-
"filename": "lib/
|
|
6958
|
-
"line":
|
|
7636
|
+
"filename": "lib/vpc-helper.ts",
|
|
7637
|
+
"line": 276
|
|
6959
7638
|
},
|
|
6960
|
-
"name": "
|
|
7639
|
+
"name": "existingVpc",
|
|
6961
7640
|
"optional": true,
|
|
6962
7641
|
"type": {
|
|
6963
|
-
"fqn": "aws-cdk-lib.
|
|
7642
|
+
"fqn": "aws-cdk-lib.aws_ec2.IVpc"
|
|
6964
7643
|
}
|
|
6965
7644
|
},
|
|
6966
7645
|
{
|
|
6967
7646
|
"abstract": true,
|
|
6968
7647
|
"immutable": true,
|
|
6969
7648
|
"locationInModule": {
|
|
6970
|
-
"filename": "lib/
|
|
6971
|
-
"line":
|
|
7649
|
+
"filename": "lib/vpc-helper.ts",
|
|
7650
|
+
"line": 277
|
|
6972
7651
|
},
|
|
6973
|
-
"name": "
|
|
6974
|
-
"optional": true,
|
|
6975
|
-
"type": {
|
|
6976
|
-
"fqn": "aws-cdk-lib.aws_lambda.Function"
|
|
6977
|
-
}
|
|
6978
|
-
},
|
|
6979
|
-
{
|
|
6980
|
-
"abstract": true,
|
|
6981
|
-
"immutable": true,
|
|
6982
|
-
"locationInModule": {
|
|
6983
|
-
"filename": "lib/input-validation.ts",
|
|
6984
|
-
"line": 78
|
|
6985
|
-
},
|
|
6986
|
-
"name": "existingLoadBalancerObj",
|
|
6987
|
-
"optional": true,
|
|
6988
|
-
"type": {
|
|
6989
|
-
"fqn": "aws-cdk-lib.aws_elasticloadbalancingv2.ApplicationLoadBalancer"
|
|
6990
|
-
}
|
|
6991
|
-
},
|
|
6992
|
-
{
|
|
6993
|
-
"abstract": true,
|
|
6994
|
-
"immutable": true,
|
|
6995
|
-
"locationInModule": {
|
|
6996
|
-
"filename": "lib/input-validation.ts",
|
|
6997
|
-
"line": 83
|
|
6998
|
-
},
|
|
6999
|
-
"name": "existingLoggingBucketObj",
|
|
7000
|
-
"optional": true,
|
|
7001
|
-
"type": {
|
|
7002
|
-
"fqn": "aws-cdk-lib.aws_s3.IBucket"
|
|
7003
|
-
}
|
|
7004
|
-
},
|
|
7005
|
-
{
|
|
7006
|
-
"abstract": true,
|
|
7007
|
-
"immutable": true,
|
|
7008
|
-
"locationInModule": {
|
|
7009
|
-
"filename": "lib/input-validation.ts",
|
|
7010
|
-
"line": 51
|
|
7011
|
-
},
|
|
7012
|
-
"name": "existingMediaStoreContainerObj",
|
|
7013
|
-
"optional": true,
|
|
7014
|
-
"type": {
|
|
7015
|
-
"fqn": "aws-cdk-lib.aws_mediastore.CfnContainer"
|
|
7016
|
-
}
|
|
7017
|
-
},
|
|
7018
|
-
{
|
|
7019
|
-
"abstract": true,
|
|
7020
|
-
"immutable": true,
|
|
7021
|
-
"locationInModule": {
|
|
7022
|
-
"filename": "lib/input-validation.ts",
|
|
7023
|
-
"line": 46
|
|
7024
|
-
},
|
|
7025
|
-
"name": "existingQueueObj",
|
|
7026
|
-
"optional": true,
|
|
7027
|
-
"type": {
|
|
7028
|
-
"fqn": "aws-cdk-lib.aws_sqs.Queue"
|
|
7029
|
-
}
|
|
7030
|
-
},
|
|
7031
|
-
{
|
|
7032
|
-
"abstract": true,
|
|
7033
|
-
"immutable": true,
|
|
7034
|
-
"locationInModule": {
|
|
7035
|
-
"filename": "lib/input-validation.ts",
|
|
7036
|
-
"line": 64
|
|
7037
|
-
},
|
|
7038
|
-
"name": "existingSagemakerEndpointObj",
|
|
7039
|
-
"optional": true,
|
|
7040
|
-
"type": {
|
|
7041
|
-
"fqn": "aws-cdk-lib.aws_sagemaker.CfnEndpoint"
|
|
7042
|
-
}
|
|
7043
|
-
},
|
|
7044
|
-
{
|
|
7045
|
-
"abstract": true,
|
|
7046
|
-
"immutable": true,
|
|
7047
|
-
"locationInModule": {
|
|
7048
|
-
"filename": "lib/input-validation.ts",
|
|
7049
|
-
"line": 67
|
|
7050
|
-
},
|
|
7051
|
-
"name": "existingSecretObj",
|
|
7052
|
-
"optional": true,
|
|
7053
|
-
"type": {
|
|
7054
|
-
"fqn": "aws-cdk-lib.aws_secretsmanager.Secret"
|
|
7055
|
-
}
|
|
7056
|
-
},
|
|
7057
|
-
{
|
|
7058
|
-
"abstract": true,
|
|
7059
|
-
"immutable": true,
|
|
7060
|
-
"locationInModule": {
|
|
7061
|
-
"filename": "lib/input-validation.ts",
|
|
7062
|
-
"line": 40
|
|
7063
|
-
},
|
|
7064
|
-
"name": "existingStreamObj",
|
|
7065
|
-
"optional": true,
|
|
7066
|
-
"type": {
|
|
7067
|
-
"fqn": "aws-cdk-lib.aws_kinesis.Stream"
|
|
7068
|
-
}
|
|
7069
|
-
},
|
|
7070
|
-
{
|
|
7071
|
-
"abstract": true,
|
|
7072
|
-
"immutable": true,
|
|
7073
|
-
"locationInModule": {
|
|
7074
|
-
"filename": "lib/input-validation.ts",
|
|
7075
|
-
"line": 38
|
|
7076
|
-
},
|
|
7077
|
-
"name": "existingTableInterface",
|
|
7078
|
-
"optional": true,
|
|
7079
|
-
"type": {
|
|
7080
|
-
"fqn": "aws-cdk-lib.aws_dynamodb.ITable"
|
|
7081
|
-
}
|
|
7082
|
-
},
|
|
7083
|
-
{
|
|
7084
|
-
"abstract": true,
|
|
7085
|
-
"immutable": true,
|
|
7086
|
-
"locationInModule": {
|
|
7087
|
-
"filename": "lib/input-validation.ts",
|
|
7088
|
-
"line": 37
|
|
7089
|
-
},
|
|
7090
|
-
"name": "existingTableObj",
|
|
7091
|
-
"optional": true,
|
|
7092
|
-
"type": {
|
|
7093
|
-
"fqn": "aws-cdk-lib.aws_dynamodb.Table"
|
|
7094
|
-
}
|
|
7095
|
-
},
|
|
7096
|
-
{
|
|
7097
|
-
"abstract": true,
|
|
7098
|
-
"immutable": true,
|
|
7099
|
-
"locationInModule": {
|
|
7100
|
-
"filename": "lib/input-validation.ts",
|
|
7101
|
-
"line": 59
|
|
7102
|
-
},
|
|
7103
|
-
"name": "existingTopicObj",
|
|
7104
|
-
"optional": true,
|
|
7105
|
-
"type": {
|
|
7106
|
-
"fqn": "aws-cdk-lib.aws_sns.Topic"
|
|
7107
|
-
}
|
|
7108
|
-
},
|
|
7109
|
-
{
|
|
7110
|
-
"abstract": true,
|
|
7111
|
-
"immutable": true,
|
|
7112
|
-
"locationInModule": {
|
|
7113
|
-
"filename": "lib/input-validation.ts",
|
|
7114
|
-
"line": 70
|
|
7115
|
-
},
|
|
7116
|
-
"name": "existingVpc",
|
|
7117
|
-
"optional": true,
|
|
7118
|
-
"type": {
|
|
7119
|
-
"fqn": "aws-cdk-lib.aws_ec2.IVpc"
|
|
7120
|
-
}
|
|
7121
|
-
},
|
|
7122
|
-
{
|
|
7123
|
-
"abstract": true,
|
|
7124
|
-
"immutable": true,
|
|
7125
|
-
"locationInModule": {
|
|
7126
|
-
"filename": "lib/input-validation.ts",
|
|
7127
|
-
"line": 61
|
|
7128
|
-
},
|
|
7129
|
-
"name": "glueJobProps",
|
|
7130
|
-
"optional": true,
|
|
7131
|
-
"type": {
|
|
7132
|
-
"fqn": "aws-cdk-lib.aws_glue.CfnJobProps"
|
|
7133
|
-
}
|
|
7134
|
-
},
|
|
7135
|
-
{
|
|
7136
|
-
"abstract": true,
|
|
7137
|
-
"immutable": true,
|
|
7138
|
-
"locationInModule": {
|
|
7139
|
-
"filename": "lib/input-validation.ts",
|
|
7140
|
-
"line": 87
|
|
7141
|
-
},
|
|
7142
|
-
"name": "insertHttpSecurityHeaders",
|
|
7143
|
-
"optional": true,
|
|
7144
|
-
"type": {
|
|
7145
|
-
"primitive": "boolean"
|
|
7146
|
-
}
|
|
7147
|
-
},
|
|
7148
|
-
{
|
|
7149
|
-
"abstract": true,
|
|
7150
|
-
"immutable": true,
|
|
7151
|
-
"locationInModule": {
|
|
7152
|
-
"filename": "lib/input-validation.ts",
|
|
7153
|
-
"line": 41
|
|
7154
|
-
},
|
|
7155
|
-
"name": "kinesisStreamProps",
|
|
7156
|
-
"optional": true,
|
|
7157
|
-
"type": {
|
|
7158
|
-
"fqn": "aws-cdk-lib.aws_kinesis.StreamProps"
|
|
7159
|
-
}
|
|
7160
|
-
},
|
|
7161
|
-
{
|
|
7162
|
-
"abstract": true,
|
|
7163
|
-
"immutable": true,
|
|
7164
|
-
"locationInModule": {
|
|
7165
|
-
"filename": "lib/input-validation.ts",
|
|
7166
|
-
"line": 44
|
|
7167
|
-
},
|
|
7168
|
-
"name": "lambdaFunctionProps",
|
|
7169
|
-
"optional": true,
|
|
7170
|
-
"type": {
|
|
7171
|
-
"fqn": "aws-cdk-lib.aws_lambda.FunctionProps"
|
|
7172
|
-
}
|
|
7173
|
-
},
|
|
7174
|
-
{
|
|
7175
|
-
"abstract": true,
|
|
7176
|
-
"immutable": true,
|
|
7177
|
-
"locationInModule": {
|
|
7178
|
-
"filename": "lib/input-validation.ts",
|
|
7179
|
-
"line": 77
|
|
7180
|
-
},
|
|
7181
|
-
"name": "loadBalancerProps",
|
|
7182
|
-
"optional": true,
|
|
7183
|
-
"type": {
|
|
7184
|
-
"fqn": "aws-cdk-lib.aws_elasticloadbalancingv2.ApplicationLoadBalancerProps"
|
|
7185
|
-
}
|
|
7186
|
-
},
|
|
7187
|
-
{
|
|
7188
|
-
"abstract": true,
|
|
7189
|
-
"immutable": true,
|
|
7190
|
-
"locationInModule": {
|
|
7191
|
-
"filename": "lib/input-validation.ts",
|
|
7192
|
-
"line": 80
|
|
7193
|
-
},
|
|
7194
|
-
"name": "logAlbAccessLogs",
|
|
7195
|
-
"optional": true,
|
|
7196
|
-
"type": {
|
|
7197
|
-
"primitive": "boolean"
|
|
7198
|
-
}
|
|
7199
|
-
},
|
|
7200
|
-
{
|
|
7201
|
-
"abstract": true,
|
|
7202
|
-
"immutable": true,
|
|
7203
|
-
"locationInModule": {
|
|
7204
|
-
"filename": "lib/input-validation.ts",
|
|
7205
|
-
"line": 84
|
|
7206
|
-
},
|
|
7207
|
-
"name": "loggingBucketProps",
|
|
7208
|
-
"optional": true,
|
|
7209
|
-
"type": {
|
|
7210
|
-
"fqn": "aws-cdk-lib.aws_s3.BucketProps"
|
|
7211
|
-
}
|
|
7212
|
-
},
|
|
7213
|
-
{
|
|
7214
|
-
"abstract": true,
|
|
7215
|
-
"immutable": true,
|
|
7216
|
-
"locationInModule": {
|
|
7217
|
-
"filename": "lib/input-validation.ts",
|
|
7218
|
-
"line": 85
|
|
7219
|
-
},
|
|
7220
|
-
"name": "logS3AccessLogs",
|
|
7221
|
-
"optional": true,
|
|
7222
|
-
"type": {
|
|
7223
|
-
"primitive": "boolean"
|
|
7224
|
-
}
|
|
7225
|
-
},
|
|
7226
|
-
{
|
|
7227
|
-
"abstract": true,
|
|
7228
|
-
"immutable": true,
|
|
7229
|
-
"locationInModule": {
|
|
7230
|
-
"filename": "lib/input-validation.ts",
|
|
7231
|
-
"line": 52
|
|
7232
|
-
},
|
|
7233
|
-
"name": "mediaStoreContainerProps",
|
|
7234
|
-
"optional": true,
|
|
7235
|
-
"type": {
|
|
7236
|
-
"fqn": "aws-cdk-lib.aws_mediastore.CfnContainerProps"
|
|
7237
|
-
}
|
|
7238
|
-
},
|
|
7239
|
-
{
|
|
7240
|
-
"abstract": true,
|
|
7241
|
-
"immutable": true,
|
|
7242
|
-
"locationInModule": {
|
|
7243
|
-
"filename": "lib/input-validation.ts",
|
|
7244
|
-
"line": 89
|
|
7245
|
-
},
|
|
7246
|
-
"name": "openSearchDomainProps",
|
|
7247
|
-
"optional": true,
|
|
7248
|
-
"type": {
|
|
7249
|
-
"fqn": "aws-cdk-lib.aws_opensearchservice.CfnDomainProps"
|
|
7250
|
-
}
|
|
7251
|
-
},
|
|
7252
|
-
{
|
|
7253
|
-
"abstract": true,
|
|
7254
|
-
"immutable": true,
|
|
7255
|
-
"locationInModule": {
|
|
7256
|
-
"filename": "lib/input-validation.ts",
|
|
7257
|
-
"line": 47
|
|
7258
|
-
},
|
|
7259
|
-
"name": "queueProps",
|
|
7260
|
-
"optional": true,
|
|
7261
|
-
"type": {
|
|
7262
|
-
"fqn": "aws-cdk-lib.aws_sqs.QueueProps"
|
|
7263
|
-
}
|
|
7264
|
-
},
|
|
7265
|
-
{
|
|
7266
|
-
"abstract": true,
|
|
7267
|
-
"immutable": true,
|
|
7268
|
-
"locationInModule": {
|
|
7269
|
-
"filename": "lib/input-validation.ts",
|
|
7270
|
-
"line": 88
|
|
7271
|
-
},
|
|
7272
|
-
"name": "responseHeadersPolicyProps",
|
|
7273
|
-
"optional": true,
|
|
7274
|
-
"type": {
|
|
7275
|
-
"fqn": "aws-cdk-lib.aws_cloudfront.ResponseHeadersPolicyProps"
|
|
7276
|
-
}
|
|
7277
|
-
},
|
|
7278
|
-
{
|
|
7279
|
-
"abstract": true,
|
|
7280
|
-
"immutable": true,
|
|
7281
|
-
"locationInModule": {
|
|
7282
|
-
"filename": "lib/input-validation.ts",
|
|
7283
|
-
"line": 68
|
|
7284
|
-
},
|
|
7285
|
-
"name": "secretProps",
|
|
7652
|
+
"name": "vpcProps",
|
|
7286
7653
|
"optional": true,
|
|
7287
7654
|
"type": {
|
|
7288
|
-
"fqn": "aws-cdk-lib.
|
|
7655
|
+
"fqn": "aws-cdk-lib.aws_ec2.VpcProps"
|
|
7289
7656
|
}
|
|
7290
|
-
}
|
|
7657
|
+
}
|
|
7658
|
+
],
|
|
7659
|
+
"symbolId": "lib/vpc-helper:VpcPropsSet"
|
|
7660
|
+
},
|
|
7661
|
+
"@aws-solutions-constructs/core.WafWebAclProps": {
|
|
7662
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
7663
|
+
"datatype": true,
|
|
7664
|
+
"fqn": "@aws-solutions-constructs/core.WafWebAclProps",
|
|
7665
|
+
"kind": "interface",
|
|
7666
|
+
"locationInModule": {
|
|
7667
|
+
"filename": "lib/waf-helper.ts",
|
|
7668
|
+
"line": 54
|
|
7669
|
+
},
|
|
7670
|
+
"name": "WafWebAclProps",
|
|
7671
|
+
"properties": [
|
|
7291
7672
|
{
|
|
7292
7673
|
"abstract": true,
|
|
7293
7674
|
"immutable": true,
|
|
7294
7675
|
"locationInModule": {
|
|
7295
|
-
"filename": "lib/
|
|
7296
|
-
"line":
|
|
7676
|
+
"filename": "lib/waf-helper.ts",
|
|
7677
|
+
"line": 55
|
|
7297
7678
|
},
|
|
7298
|
-
"name": "
|
|
7299
|
-
"optional": true,
|
|
7679
|
+
"name": "existingWebaclObj",
|
|
7300
7680
|
"type": {
|
|
7301
|
-
"fqn": "aws-cdk-lib.
|
|
7681
|
+
"fqn": "aws-cdk-lib.aws_wafv2.CfnWebACL"
|
|
7302
7682
|
}
|
|
7303
7683
|
},
|
|
7304
7684
|
{
|
|
7305
7685
|
"abstract": true,
|
|
7306
7686
|
"immutable": true,
|
|
7307
7687
|
"locationInModule": {
|
|
7308
|
-
"filename": "lib/
|
|
7309
|
-
"line":
|
|
7688
|
+
"filename": "lib/waf-helper.ts",
|
|
7689
|
+
"line": 56
|
|
7310
7690
|
},
|
|
7311
|
-
"name": "
|
|
7312
|
-
"optional": true,
|
|
7691
|
+
"name": "webaclProps",
|
|
7313
7692
|
"type": {
|
|
7314
|
-
"fqn": "aws-cdk-lib.
|
|
7693
|
+
"fqn": "aws-cdk-lib.aws_wafv2.CfnWebACLProps"
|
|
7315
7694
|
}
|
|
7316
7695
|
}
|
|
7317
7696
|
],
|
|
7318
|
-
"symbolId": "lib/
|
|
7697
|
+
"symbolId": "lib/waf-helper:WafWebAclProps"
|
|
7319
7698
|
}
|
|
7320
7699
|
},
|
|
7321
|
-
"version": "2.
|
|
7322
|
-
"fingerprint": "
|
|
7700
|
+
"version": "2.46.0",
|
|
7701
|
+
"fingerprint": "ZrDBnkYV0zWF5vaOiaVQ81jNGCIr8rDHYxM/7WJ8W/4="
|
|
7323
7702
|
}
|