@aws-solutions-constructs/core 2.32.0 → 2.34.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 +1250 -247
- package/lib/alb-defaults.d.ts +3 -0
- package/lib/alb-defaults.js +8 -1
- package/lib/alb-helper.d.ts +29 -0
- package/lib/alb-helper.js +34 -9
- package/lib/apigateway-defaults.d.ts +10 -0
- package/lib/apigateway-defaults.js +15 -1
- package/lib/apigateway-helper.d.ts +43 -12
- package/lib/apigateway-helper.js +50 -46
- package/lib/cloudfront-distribution-defaults.d.ts +9 -0
- package/lib/cloudfront-distribution-defaults.js +10 -1
- package/lib/cloudfront-distribution-helper.d.ts +31 -3
- package/lib/cloudfront-distribution-helper.js +20 -4
- package/lib/cloudwatch-log-group-defaults.d.ts +3 -0
- package/lib/cloudwatch-log-group-defaults.js +8 -1
- package/lib/cloudwatch-log-group-helper.d.ts +3 -0
- package/lib/cloudwatch-log-group-helper.js +14 -7
- package/lib/cognito-defaults.d.ts +6 -0
- package/lib/cognito-defaults.js +7 -1
- package/lib/cognito-helper.d.ts +15 -0
- package/lib/cognito-helper.js +20 -1
- package/lib/dynamodb-table-defaults.js +5 -1
- package/lib/dynamodb-table-helper.d.ts +22 -2
- package/lib/dynamodb-table-helper.js +22 -6
- package/lib/elasticache-defaults.d.ts +6 -0
- package/lib/elasticache-defaults.js +11 -1
- package/lib/elasticache-helper.d.ts +9 -0
- package/lib/elasticache-helper.js +10 -1
- package/lib/elasticsearch-defaults.d.ts +3 -0
- package/lib/elasticsearch-defaults.js +4 -1
- package/lib/elasticsearch-helper.d.ts +11 -1
- package/lib/elasticsearch-helper.js +12 -2
- package/lib/eventbridge-helper.d.ts +3 -0
- package/lib/eventbridge-helper.js +4 -1
- package/lib/events-rule-defaults.d.ts +3 -0
- package/lib/events-rule-defaults.js +4 -1
- package/lib/fargate-defaults.d.ts +15 -0
- package/lib/fargate-defaults.js +16 -1
- package/lib/fargate-helper.d.ts +14 -1
- package/lib/fargate-helper.js +15 -4
- package/lib/glue-database-defaults.d.ts +1 -1
- package/lib/glue-database-defaults.js +2 -2
- package/lib/glue-database-helper.d.ts +2 -0
- package/lib/glue-database-helper.js +7 -1
- package/lib/glue-job-defaults.d.ts +3 -0
- package/lib/glue-job-defaults.js +4 -1
- package/lib/glue-job-helper.d.ts +26 -2
- package/lib/glue-job-helper.js +48 -34
- package/lib/glue-table-defaults.d.ts +3 -0
- package/lib/glue-table-defaults.js +4 -1
- package/lib/glue-table-helper.d.ts +2 -0
- package/lib/glue-table-helper.js +7 -1
- package/lib/input-validation.d.ts +6 -0
- package/lib/input-validation.js +7 -1
- package/lib/iot-topic-rule-defaults.d.ts +3 -0
- package/lib/iot-topic-rule-defaults.js +4 -1
- package/lib/kinesis-analytics-defaults.js +1 -1
- package/lib/kinesis-analytics-helper.d.ts +3 -0
- package/lib/kinesis-analytics-helper.js +8 -1
- package/lib/kinesis-firehose-s3-defaults.d.ts +3 -0
- package/lib/kinesis-firehose-s3-defaults.js +4 -1
- package/lib/kinesis-streams-defaults.js +5 -1
- package/lib/kinesis-streams-helper.d.ts +6 -0
- package/lib/kinesis-streams-helper.js +11 -1
- package/lib/kms-defaults.js +1 -1
- package/lib/kms-helper.d.ts +3 -0
- package/lib/kms-helper.js +8 -1
- package/lib/lambda-defaults.d.ts +3 -0
- package/lib/lambda-defaults.js +8 -1
- package/lib/lambda-event-source-mapping-defaults.d.ts +9 -0
- package/lib/lambda-event-source-mapping-defaults.js +14 -5
- package/lib/lambda-helper.d.ts +16 -0
- package/lib/lambda-helper.js +22 -5
- package/lib/mediastore-defaults.d.ts +3 -0
- package/lib/mediastore-defaults.js +8 -1
- package/lib/mediastore-helper.d.ts +3 -0
- package/lib/mediastore-helper.js +8 -1
- package/lib/opensearch-defaults.d.ts +3 -0
- package/lib/opensearch-defaults.js +4 -1
- package/lib/opensearch-helper.d.ts +11 -1
- package/lib/opensearch-helper.js +12 -2
- package/lib/override-warning-service.d.ts +2 -0
- package/lib/override-warning-service.js +7 -1
- package/lib/s3-bucket-defaults.d.ts +6 -0
- package/lib/s3-bucket-defaults.js +11 -1
- package/lib/s3-bucket-helper.d.ts +17 -1
- package/lib/s3-bucket-helper.js +14 -2
- package/lib/sagemaker-defaults.d.ts +12 -0
- package/lib/sagemaker-defaults.js +13 -1
- package/lib/sagemaker-helper.d.ts +36 -3
- package/lib/sagemaker-helper.js +44 -22
- package/lib/secretsmanager-defaults.js +1 -1
- package/lib/secretsmanager-helper.d.ts +2 -0
- package/lib/secretsmanager-helper.js +7 -1
- package/lib/security-group-helper.d.ts +6 -0
- package/lib/security-group-helper.js +11 -1
- package/lib/sns-defaults.js +1 -1
- package/lib/sns-helper.d.ts +8 -1
- package/lib/sns-helper.js +10 -3
- package/lib/sqs-defaults.d.ts +3 -0
- package/lib/sqs-defaults.js +8 -1
- package/lib/sqs-helper.d.ts +11 -1
- package/lib/sqs-helper.js +15 -5
- package/lib/ssm-string-parameter-helper.d.ts +2 -0
- package/lib/ssm-string-parameter-helper.js +7 -1
- package/lib/step-function-defaults.d.ts +3 -0
- package/lib/step-function-defaults.js +8 -1
- package/lib/step-function-helper.d.ts +10 -1
- package/lib/step-function-helper.js +42 -34
- package/lib/utils.d.ts +15 -1
- package/lib/utils.js +23 -3
- package/lib/vpc-defaults.d.ts +3 -3
- package/lib/vpc-defaults.js +8 -4
- package/lib/vpc-helper.d.ts +9 -0
- package/lib/vpc-helper.js +14 -1
- package/lib/waf-defaults.d.ts +9 -0
- package/lib/waf-defaults.js +10 -1
- package/lib/waf-helper.d.ts +3 -0
- package/lib/waf-helper.js +4 -1
- package/node_modules/deepmerge/.eslintcache +1 -0
- package/node_modules/deepmerge/changelog.md +4 -0
- package/node_modules/deepmerge/index.d.ts +5 -1
- package/node_modules/deepmerge/package.json +3 -4
- package/node_modules/deepmerge/readme.md +1 -1
- package/node_modules/readable-stream/README.md +2 -2
- package/node_modules/readable-stream/lib/_stream_readable.js +4 -4
- package/node_modules/readable-stream/lib/_stream_writable.js +6 -8
- package/node_modules/readable-stream/lib/internal/streams/BufferList.js +0 -1
- package/node_modules/readable-stream/lib/internal/streams/destroy.js +14 -4
- package/node_modules/readable-stream/package.json +1 -1
- package/package.json +4 -4
- package/test/alb-helper.test.js +3 -3
- package/test/apigateway-helper.test.js +24 -24
- package/test/cloudfront-distribution-api-gateway-helper.test.js +3 -3
- package/test/cloudfront-distribution-s3-helper.test.js +20 -20
- package/test/dynamo-table.test.js +22 -8
- package/test/elasticsearch-helper.test.js +25 -9
- package/test/fargate-helper.test.js +4 -2
- package/test/glue-job-helper.test.js +59 -58
- package/test/input-validation.test.js +3 -3
- package/test/lambda-helper.test.js +32 -1
- package/test/opensearch-helper.test.js +17 -11
- package/test/s3-bucket-helper.test.js +44 -15
- package/test/sagemaker-helper.test.js +26 -34
- package/test/sns-helper.test.js +10 -4
- package/test/sqs-helper.test.js +12 -23
- package/test/step-function-helper.test.js +74 -18
- package/test/utils.test.js +20 -16
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.68.0",
|
|
17
17
|
"constructs": "^10.0.0"
|
|
18
18
|
},
|
|
19
19
|
"dependencyClosure": {
|
|
@@ -3351,7 +3351,7 @@
|
|
|
3351
3351
|
},
|
|
3352
3352
|
"description": "Core CDK Construct for patterns library",
|
|
3353
3353
|
"homepage": "https://github.com/awslabs/aws-solutions-constructs.git",
|
|
3354
|
-
"jsiiVersion": "1.
|
|
3354
|
+
"jsiiVersion": "1.78.1 (build 878761e)",
|
|
3355
3355
|
"license": "Apache-2.0",
|
|
3356
3356
|
"metadata": {
|
|
3357
3357
|
"jsii": {
|
|
@@ -3400,7 +3400,7 @@
|
|
|
3400
3400
|
"kind": "interface",
|
|
3401
3401
|
"locationInModule": {
|
|
3402
3402
|
"filename": "lib/apigateway-helper.ts",
|
|
3403
|
-
"line":
|
|
3403
|
+
"line": 275
|
|
3404
3404
|
},
|
|
3405
3405
|
"name": "AddProxyMethodToApiResourceInputParams",
|
|
3406
3406
|
"properties": [
|
|
@@ -3409,7 +3409,7 @@
|
|
|
3409
3409
|
"immutable": true,
|
|
3410
3410
|
"locationInModule": {
|
|
3411
3411
|
"filename": "lib/apigateway-helper.ts",
|
|
3412
|
-
"line":
|
|
3412
|
+
"line": 281
|
|
3413
3413
|
},
|
|
3414
3414
|
"name": "apiGatewayRole",
|
|
3415
3415
|
"type": {
|
|
@@ -3421,7 +3421,7 @@
|
|
|
3421
3421
|
"immutable": true,
|
|
3422
3422
|
"locationInModule": {
|
|
3423
3423
|
"filename": "lib/apigateway-helper.ts",
|
|
3424
|
-
"line":
|
|
3424
|
+
"line": 280
|
|
3425
3425
|
},
|
|
3426
3426
|
"name": "apiMethod",
|
|
3427
3427
|
"type": {
|
|
@@ -3433,7 +3433,7 @@
|
|
|
3433
3433
|
"immutable": true,
|
|
3434
3434
|
"locationInModule": {
|
|
3435
3435
|
"filename": "lib/apigateway-helper.ts",
|
|
3436
|
-
"line":
|
|
3436
|
+
"line": 279
|
|
3437
3437
|
},
|
|
3438
3438
|
"name": "apiResource",
|
|
3439
3439
|
"type": {
|
|
@@ -3445,7 +3445,7 @@
|
|
|
3445
3445
|
"immutable": true,
|
|
3446
3446
|
"locationInModule": {
|
|
3447
3447
|
"filename": "lib/apigateway-helper.ts",
|
|
3448
|
-
"line":
|
|
3448
|
+
"line": 282
|
|
3449
3449
|
},
|
|
3450
3450
|
"name": "requestTemplate",
|
|
3451
3451
|
"type": {
|
|
@@ -3457,7 +3457,7 @@
|
|
|
3457
3457
|
"immutable": true,
|
|
3458
3458
|
"locationInModule": {
|
|
3459
3459
|
"filename": "lib/apigateway-helper.ts",
|
|
3460
|
-
"line":
|
|
3460
|
+
"line": 276
|
|
3461
3461
|
},
|
|
3462
3462
|
"name": "service",
|
|
3463
3463
|
"type": {
|
|
@@ -3469,7 +3469,7 @@
|
|
|
3469
3469
|
"immutable": true,
|
|
3470
3470
|
"locationInModule": {
|
|
3471
3471
|
"filename": "lib/apigateway-helper.ts",
|
|
3472
|
-
"line":
|
|
3472
|
+
"line": 277
|
|
3473
3473
|
},
|
|
3474
3474
|
"name": "action",
|
|
3475
3475
|
"optional": true,
|
|
@@ -3482,7 +3482,7 @@
|
|
|
3482
3482
|
"immutable": true,
|
|
3483
3483
|
"locationInModule": {
|
|
3484
3484
|
"filename": "lib/apigateway-helper.ts",
|
|
3485
|
-
"line":
|
|
3485
|
+
"line": 283
|
|
3486
3486
|
},
|
|
3487
3487
|
"name": "additionalRequestTemplates",
|
|
3488
3488
|
"optional": true,
|
|
@@ -3500,7 +3500,7 @@
|
|
|
3500
3500
|
"immutable": true,
|
|
3501
3501
|
"locationInModule": {
|
|
3502
3502
|
"filename": "lib/apigateway-helper.ts",
|
|
3503
|
-
"line":
|
|
3503
|
+
"line": 288
|
|
3504
3504
|
},
|
|
3505
3505
|
"name": "awsIntegrationProps",
|
|
3506
3506
|
"optional": true,
|
|
@@ -3513,7 +3513,7 @@
|
|
|
3513
3513
|
"immutable": true,
|
|
3514
3514
|
"locationInModule": {
|
|
3515
3515
|
"filename": "lib/apigateway-helper.ts",
|
|
3516
|
-
"line":
|
|
3516
|
+
"line": 285
|
|
3517
3517
|
},
|
|
3518
3518
|
"name": "contentType",
|
|
3519
3519
|
"optional": true,
|
|
@@ -3526,7 +3526,7 @@
|
|
|
3526
3526
|
"immutable": true,
|
|
3527
3527
|
"locationInModule": {
|
|
3528
3528
|
"filename": "lib/apigateway-helper.ts",
|
|
3529
|
-
"line":
|
|
3529
|
+
"line": 284
|
|
3530
3530
|
},
|
|
3531
3531
|
"name": "integrationResponses",
|
|
3532
3532
|
"optional": true,
|
|
@@ -3544,7 +3544,7 @@
|
|
|
3544
3544
|
"immutable": true,
|
|
3545
3545
|
"locationInModule": {
|
|
3546
3546
|
"filename": "lib/apigateway-helper.ts",
|
|
3547
|
-
"line":
|
|
3547
|
+
"line": 289
|
|
3548
3548
|
},
|
|
3549
3549
|
"name": "methodOptions",
|
|
3550
3550
|
"optional": true,
|
|
@@ -3557,7 +3557,7 @@
|
|
|
3557
3557
|
"immutable": true,
|
|
3558
3558
|
"locationInModule": {
|
|
3559
3559
|
"filename": "lib/apigateway-helper.ts",
|
|
3560
|
-
"line":
|
|
3560
|
+
"line": 278
|
|
3561
3561
|
},
|
|
3562
3562
|
"name": "path",
|
|
3563
3563
|
"optional": true,
|
|
@@ -3570,7 +3570,7 @@
|
|
|
3570
3570
|
"immutable": true,
|
|
3571
3571
|
"locationInModule": {
|
|
3572
3572
|
"filename": "lib/apigateway-helper.ts",
|
|
3573
|
-
"line":
|
|
3573
|
+
"line": 287
|
|
3574
3574
|
},
|
|
3575
3575
|
"name": "requestModel",
|
|
3576
3576
|
"optional": true,
|
|
@@ -3588,7 +3588,7 @@
|
|
|
3588
3588
|
"immutable": true,
|
|
3589
3589
|
"locationInModule": {
|
|
3590
3590
|
"filename": "lib/apigateway-helper.ts",
|
|
3591
|
-
"line":
|
|
3591
|
+
"line": 286
|
|
3592
3592
|
},
|
|
3593
3593
|
"name": "requestValidator",
|
|
3594
3594
|
"optional": true,
|
|
@@ -3606,7 +3606,7 @@
|
|
|
3606
3606
|
"kind": "interface",
|
|
3607
3607
|
"locationInModule": {
|
|
3608
3608
|
"filename": "lib/sqs-helper.ts",
|
|
3609
|
-
"line":
|
|
3609
|
+
"line": 126
|
|
3610
3610
|
},
|
|
3611
3611
|
"name": "BuildDeadLetterQueueProps",
|
|
3612
3612
|
"properties": [
|
|
@@ -3619,7 +3619,7 @@
|
|
|
3619
3619
|
"immutable": true,
|
|
3620
3620
|
"locationInModule": {
|
|
3621
3621
|
"filename": "lib/sqs-helper.ts",
|
|
3622
|
-
"line":
|
|
3622
|
+
"line": 144
|
|
3623
3623
|
},
|
|
3624
3624
|
"name": "deadLetterQueueProps",
|
|
3625
3625
|
"optional": true,
|
|
@@ -3636,7 +3636,7 @@
|
|
|
3636
3636
|
"immutable": true,
|
|
3637
3637
|
"locationInModule": {
|
|
3638
3638
|
"filename": "lib/sqs-helper.ts",
|
|
3639
|
-
"line":
|
|
3639
|
+
"line": 138
|
|
3640
3640
|
},
|
|
3641
3641
|
"name": "deployDeadLetterQueue",
|
|
3642
3642
|
"optional": true,
|
|
@@ -3653,7 +3653,7 @@
|
|
|
3653
3653
|
"immutable": true,
|
|
3654
3654
|
"locationInModule": {
|
|
3655
3655
|
"filename": "lib/sqs-helper.ts",
|
|
3656
|
-
"line":
|
|
3656
|
+
"line": 132
|
|
3657
3657
|
},
|
|
3658
3658
|
"name": "existingQueueObj",
|
|
3659
3659
|
"optional": true,
|
|
@@ -3670,7 +3670,7 @@
|
|
|
3670
3670
|
"immutable": true,
|
|
3671
3671
|
"locationInModule": {
|
|
3672
3672
|
"filename": "lib/sqs-helper.ts",
|
|
3673
|
-
"line":
|
|
3673
|
+
"line": 150
|
|
3674
3674
|
},
|
|
3675
3675
|
"name": "maxReceiveCount",
|
|
3676
3676
|
"optional": true,
|
|
@@ -3688,7 +3688,7 @@
|
|
|
3688
3688
|
"kind": "interface",
|
|
3689
3689
|
"locationInModule": {
|
|
3690
3690
|
"filename": "lib/dynamodb-table-helper.ts",
|
|
3691
|
-
"line":
|
|
3691
|
+
"line": 25
|
|
3692
3692
|
},
|
|
3693
3693
|
"name": "BuildDynamoDBTableProps",
|
|
3694
3694
|
"properties": [
|
|
@@ -3701,7 +3701,7 @@
|
|
|
3701
3701
|
"immutable": true,
|
|
3702
3702
|
"locationInModule": {
|
|
3703
3703
|
"filename": "lib/dynamodb-table-helper.ts",
|
|
3704
|
-
"line":
|
|
3704
|
+
"line": 31
|
|
3705
3705
|
},
|
|
3706
3706
|
"name": "dynamoTableProps",
|
|
3707
3707
|
"optional": true,
|
|
@@ -3719,7 +3719,7 @@
|
|
|
3719
3719
|
"immutable": true,
|
|
3720
3720
|
"locationInModule": {
|
|
3721
3721
|
"filename": "lib/dynamodb-table-helper.ts",
|
|
3722
|
-
"line":
|
|
3722
|
+
"line": 45
|
|
3723
3723
|
},
|
|
3724
3724
|
"name": "existingTableInterface",
|
|
3725
3725
|
"optional": true,
|
|
@@ -3737,7 +3737,7 @@
|
|
|
3737
3737
|
"immutable": true,
|
|
3738
3738
|
"locationInModule": {
|
|
3739
3739
|
"filename": "lib/dynamodb-table-helper.ts",
|
|
3740
|
-
"line":
|
|
3740
|
+
"line": 38
|
|
3741
3741
|
},
|
|
3742
3742
|
"name": "existingTableObj",
|
|
3743
3743
|
"optional": true,
|
|
@@ -3748,6 +3748,45 @@
|
|
|
3748
3748
|
],
|
|
3749
3749
|
"symbolId": "lib/dynamodb-table-helper:BuildDynamoDBTableProps"
|
|
3750
3750
|
},
|
|
3751
|
+
"@aws-solutions-constructs/core.BuildDynamoDBTableResponse": {
|
|
3752
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
3753
|
+
"datatype": true,
|
|
3754
|
+
"fqn": "@aws-solutions-constructs/core.BuildDynamoDBTableResponse",
|
|
3755
|
+
"kind": "interface",
|
|
3756
|
+
"locationInModule": {
|
|
3757
|
+
"filename": "lib/dynamodb-table-helper.ts",
|
|
3758
|
+
"line": 64
|
|
3759
|
+
},
|
|
3760
|
+
"name": "BuildDynamoDBTableResponse",
|
|
3761
|
+
"properties": [
|
|
3762
|
+
{
|
|
3763
|
+
"abstract": true,
|
|
3764
|
+
"immutable": true,
|
|
3765
|
+
"locationInModule": {
|
|
3766
|
+
"filename": "lib/dynamodb-table-helper.ts",
|
|
3767
|
+
"line": 65
|
|
3768
|
+
},
|
|
3769
|
+
"name": "tableInterface",
|
|
3770
|
+
"type": {
|
|
3771
|
+
"fqn": "aws-cdk-lib.aws_dynamodb.ITable"
|
|
3772
|
+
}
|
|
3773
|
+
},
|
|
3774
|
+
{
|
|
3775
|
+
"abstract": true,
|
|
3776
|
+
"immutable": true,
|
|
3777
|
+
"locationInModule": {
|
|
3778
|
+
"filename": "lib/dynamodb-table-helper.ts",
|
|
3779
|
+
"line": 66
|
|
3780
|
+
},
|
|
3781
|
+
"name": "tableObject",
|
|
3782
|
+
"optional": true,
|
|
3783
|
+
"type": {
|
|
3784
|
+
"fqn": "aws-cdk-lib.aws_dynamodb.Table"
|
|
3785
|
+
}
|
|
3786
|
+
}
|
|
3787
|
+
],
|
|
3788
|
+
"symbolId": "lib/dynamodb-table-helper:BuildDynamoDBTableResponse"
|
|
3789
|
+
},
|
|
3751
3790
|
"@aws-solutions-constructs/core.BuildDynamoDBTableWithStreamProps": {
|
|
3752
3791
|
"assembly": "@aws-solutions-constructs/core",
|
|
3753
3792
|
"datatype": true,
|
|
@@ -3755,7 +3794,7 @@
|
|
|
3755
3794
|
"kind": "interface",
|
|
3756
3795
|
"locationInModule": {
|
|
3757
3796
|
"filename": "lib/dynamodb-table-helper.ts",
|
|
3758
|
-
"line":
|
|
3797
|
+
"line": 48
|
|
3759
3798
|
},
|
|
3760
3799
|
"name": "BuildDynamoDBTableWithStreamProps",
|
|
3761
3800
|
"properties": [
|
|
@@ -3768,7 +3807,7 @@
|
|
|
3768
3807
|
"immutable": true,
|
|
3769
3808
|
"locationInModule": {
|
|
3770
3809
|
"filename": "lib/dynamodb-table-helper.ts",
|
|
3771
|
-
"line":
|
|
3810
|
+
"line": 54
|
|
3772
3811
|
},
|
|
3773
3812
|
"name": "dynamoTableProps",
|
|
3774
3813
|
"optional": true,
|
|
@@ -3786,7 +3825,7 @@
|
|
|
3786
3825
|
"immutable": true,
|
|
3787
3826
|
"locationInModule": {
|
|
3788
3827
|
"filename": "lib/dynamodb-table-helper.ts",
|
|
3789
|
-
"line":
|
|
3828
|
+
"line": 61
|
|
3790
3829
|
},
|
|
3791
3830
|
"name": "existingTableInterface",
|
|
3792
3831
|
"optional": true,
|
|
@@ -3797,6 +3836,45 @@
|
|
|
3797
3836
|
],
|
|
3798
3837
|
"symbolId": "lib/dynamodb-table-helper:BuildDynamoDBTableWithStreamProps"
|
|
3799
3838
|
},
|
|
3839
|
+
"@aws-solutions-constructs/core.BuildDynamoDBTableWithStreamResponse": {
|
|
3840
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
3841
|
+
"datatype": true,
|
|
3842
|
+
"fqn": "@aws-solutions-constructs/core.BuildDynamoDBTableWithStreamResponse",
|
|
3843
|
+
"kind": "interface",
|
|
3844
|
+
"locationInModule": {
|
|
3845
|
+
"filename": "lib/dynamodb-table-helper.ts",
|
|
3846
|
+
"line": 114
|
|
3847
|
+
},
|
|
3848
|
+
"name": "BuildDynamoDBTableWithStreamResponse",
|
|
3849
|
+
"properties": [
|
|
3850
|
+
{
|
|
3851
|
+
"abstract": true,
|
|
3852
|
+
"immutable": true,
|
|
3853
|
+
"locationInModule": {
|
|
3854
|
+
"filename": "lib/dynamodb-table-helper.ts",
|
|
3855
|
+
"line": 115
|
|
3856
|
+
},
|
|
3857
|
+
"name": "tableInterface",
|
|
3858
|
+
"type": {
|
|
3859
|
+
"fqn": "aws-cdk-lib.aws_dynamodb.ITable"
|
|
3860
|
+
}
|
|
3861
|
+
},
|
|
3862
|
+
{
|
|
3863
|
+
"abstract": true,
|
|
3864
|
+
"immutable": true,
|
|
3865
|
+
"locationInModule": {
|
|
3866
|
+
"filename": "lib/dynamodb-table-helper.ts",
|
|
3867
|
+
"line": 116
|
|
3868
|
+
},
|
|
3869
|
+
"name": "tableObject",
|
|
3870
|
+
"optional": true,
|
|
3871
|
+
"type": {
|
|
3872
|
+
"fqn": "aws-cdk-lib.aws_dynamodb.Table"
|
|
3873
|
+
}
|
|
3874
|
+
}
|
|
3875
|
+
],
|
|
3876
|
+
"symbolId": "lib/dynamodb-table-helper:BuildDynamoDBTableWithStreamResponse"
|
|
3877
|
+
},
|
|
3800
3878
|
"@aws-solutions-constructs/core.BuildElasticSearchProps": {
|
|
3801
3879
|
"assembly": "@aws-solutions-constructs/core",
|
|
3802
3880
|
"datatype": true,
|
|
@@ -3804,7 +3882,7 @@
|
|
|
3804
3882
|
"kind": "interface",
|
|
3805
3883
|
"locationInModule": {
|
|
3806
3884
|
"filename": "lib/elasticsearch-helper.ts",
|
|
3807
|
-
"line":
|
|
3885
|
+
"line": 33
|
|
3808
3886
|
},
|
|
3809
3887
|
"name": "BuildElasticSearchProps",
|
|
3810
3888
|
"properties": [
|
|
@@ -3813,7 +3891,7 @@
|
|
|
3813
3891
|
"immutable": true,
|
|
3814
3892
|
"locationInModule": {
|
|
3815
3893
|
"filename": "lib/elasticsearch-helper.ts",
|
|
3816
|
-
"line":
|
|
3894
|
+
"line": 36
|
|
3817
3895
|
},
|
|
3818
3896
|
"name": "cognitoAuthorizedRoleARN",
|
|
3819
3897
|
"type": {
|
|
@@ -3825,7 +3903,7 @@
|
|
|
3825
3903
|
"immutable": true,
|
|
3826
3904
|
"locationInModule": {
|
|
3827
3905
|
"filename": "lib/elasticsearch-helper.ts",
|
|
3828
|
-
"line":
|
|
3906
|
+
"line": 39
|
|
3829
3907
|
},
|
|
3830
3908
|
"name": "domainName",
|
|
3831
3909
|
"type": {
|
|
@@ -3837,7 +3915,7 @@
|
|
|
3837
3915
|
"immutable": true,
|
|
3838
3916
|
"locationInModule": {
|
|
3839
3917
|
"filename": "lib/elasticsearch-helper.ts",
|
|
3840
|
-
"line":
|
|
3918
|
+
"line": 34
|
|
3841
3919
|
},
|
|
3842
3920
|
"name": "identitypool",
|
|
3843
3921
|
"type": {
|
|
@@ -3849,7 +3927,7 @@
|
|
|
3849
3927
|
"immutable": true,
|
|
3850
3928
|
"locationInModule": {
|
|
3851
3929
|
"filename": "lib/elasticsearch-helper.ts",
|
|
3852
|
-
"line":
|
|
3930
|
+
"line": 35
|
|
3853
3931
|
},
|
|
3854
3932
|
"name": "userpool",
|
|
3855
3933
|
"type": {
|
|
@@ -3861,7 +3939,7 @@
|
|
|
3861
3939
|
"immutable": true,
|
|
3862
3940
|
"locationInModule": {
|
|
3863
3941
|
"filename": "lib/elasticsearch-helper.ts",
|
|
3864
|
-
"line":
|
|
3942
|
+
"line": 40
|
|
3865
3943
|
},
|
|
3866
3944
|
"name": "clientDomainProps",
|
|
3867
3945
|
"optional": true,
|
|
@@ -3874,7 +3952,7 @@
|
|
|
3874
3952
|
"immutable": true,
|
|
3875
3953
|
"locationInModule": {
|
|
3876
3954
|
"filename": "lib/elasticsearch-helper.ts",
|
|
3877
|
-
"line":
|
|
3955
|
+
"line": 41
|
|
3878
3956
|
},
|
|
3879
3957
|
"name": "securityGroupIds",
|
|
3880
3958
|
"optional": true,
|
|
@@ -3892,7 +3970,7 @@
|
|
|
3892
3970
|
"immutable": true,
|
|
3893
3971
|
"locationInModule": {
|
|
3894
3972
|
"filename": "lib/elasticsearch-helper.ts",
|
|
3895
|
-
"line":
|
|
3973
|
+
"line": 37
|
|
3896
3974
|
},
|
|
3897
3975
|
"name": "serviceRoleARN",
|
|
3898
3976
|
"optional": true,
|
|
@@ -3905,7 +3983,7 @@
|
|
|
3905
3983
|
"immutable": true,
|
|
3906
3984
|
"locationInModule": {
|
|
3907
3985
|
"filename": "lib/elasticsearch-helper.ts",
|
|
3908
|
-
"line":
|
|
3986
|
+
"line": 38
|
|
3909
3987
|
},
|
|
3910
3988
|
"name": "vpc",
|
|
3911
3989
|
"optional": true,
|
|
@@ -3916,6 +3994,44 @@
|
|
|
3916
3994
|
],
|
|
3917
3995
|
"symbolId": "lib/elasticsearch-helper:BuildElasticSearchProps"
|
|
3918
3996
|
},
|
|
3997
|
+
"@aws-solutions-constructs/core.BuildElasticSearchResponse": {
|
|
3998
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
3999
|
+
"datatype": true,
|
|
4000
|
+
"fqn": "@aws-solutions-constructs/core.BuildElasticSearchResponse",
|
|
4001
|
+
"kind": "interface",
|
|
4002
|
+
"locationInModule": {
|
|
4003
|
+
"filename": "lib/elasticsearch-helper.ts",
|
|
4004
|
+
"line": 44
|
|
4005
|
+
},
|
|
4006
|
+
"name": "BuildElasticSearchResponse",
|
|
4007
|
+
"properties": [
|
|
4008
|
+
{
|
|
4009
|
+
"abstract": true,
|
|
4010
|
+
"immutable": true,
|
|
4011
|
+
"locationInModule": {
|
|
4012
|
+
"filename": "lib/elasticsearch-helper.ts",
|
|
4013
|
+
"line": 45
|
|
4014
|
+
},
|
|
4015
|
+
"name": "domain",
|
|
4016
|
+
"type": {
|
|
4017
|
+
"fqn": "aws-cdk-lib.aws_elasticsearch.CfnDomain"
|
|
4018
|
+
}
|
|
4019
|
+
},
|
|
4020
|
+
{
|
|
4021
|
+
"abstract": true,
|
|
4022
|
+
"immutable": true,
|
|
4023
|
+
"locationInModule": {
|
|
4024
|
+
"filename": "lib/elasticsearch-helper.ts",
|
|
4025
|
+
"line": 46
|
|
4026
|
+
},
|
|
4027
|
+
"name": "role",
|
|
4028
|
+
"type": {
|
|
4029
|
+
"fqn": "aws-cdk-lib.aws_iam.Role"
|
|
4030
|
+
}
|
|
4031
|
+
}
|
|
4032
|
+
],
|
|
4033
|
+
"symbolId": "lib/elasticsearch-helper:BuildElasticSearchResponse"
|
|
4034
|
+
},
|
|
3919
4035
|
"@aws-solutions-constructs/core.BuildEventBusProps": {
|
|
3920
4036
|
"assembly": "@aws-solutions-constructs/core",
|
|
3921
4037
|
"datatype": true,
|
|
@@ -3923,7 +4039,7 @@
|
|
|
3923
4039
|
"kind": "interface",
|
|
3924
4040
|
"locationInModule": {
|
|
3925
4041
|
"filename": "lib/eventbridge-helper.ts",
|
|
3926
|
-
"line":
|
|
4042
|
+
"line": 23
|
|
3927
4043
|
},
|
|
3928
4044
|
"name": "BuildEventBusProps",
|
|
3929
4045
|
"properties": [
|
|
@@ -3936,7 +4052,7 @@
|
|
|
3936
4052
|
"immutable": true,
|
|
3937
4053
|
"locationInModule": {
|
|
3938
4054
|
"filename": "lib/eventbridge-helper.ts",
|
|
3939
|
-
"line":
|
|
4055
|
+
"line": 35
|
|
3940
4056
|
},
|
|
3941
4057
|
"name": "eventBusProps",
|
|
3942
4058
|
"optional": true,
|
|
@@ -3953,7 +4069,7 @@
|
|
|
3953
4069
|
"immutable": true,
|
|
3954
4070
|
"locationInModule": {
|
|
3955
4071
|
"filename": "lib/eventbridge-helper.ts",
|
|
3956
|
-
"line":
|
|
4072
|
+
"line": 29
|
|
3957
4073
|
},
|
|
3958
4074
|
"name": "existingEventBusInterface",
|
|
3959
4075
|
"optional": true,
|
|
@@ -3971,7 +4087,7 @@
|
|
|
3971
4087
|
"kind": "interface",
|
|
3972
4088
|
"locationInModule": {
|
|
3973
4089
|
"filename": "lib/glue-job-helper.ts",
|
|
3974
|
-
"line":
|
|
4090
|
+
"line": 66
|
|
3975
4091
|
},
|
|
3976
4092
|
"name": "BuildGlueJobProps",
|
|
3977
4093
|
"properties": [
|
|
@@ -3983,7 +4099,7 @@
|
|
|
3983
4099
|
"immutable": true,
|
|
3984
4100
|
"locationInModule": {
|
|
3985
4101
|
"filename": "lib/glue-job-helper.ts",
|
|
3986
|
-
"line":
|
|
4102
|
+
"line": 82
|
|
3987
4103
|
},
|
|
3988
4104
|
"name": "database",
|
|
3989
4105
|
"type": {
|
|
@@ -3998,7 +4114,7 @@
|
|
|
3998
4114
|
"immutable": true,
|
|
3999
4115
|
"locationInModule": {
|
|
4000
4116
|
"filename": "lib/glue-job-helper.ts",
|
|
4001
|
-
"line":
|
|
4117
|
+
"line": 78
|
|
4002
4118
|
},
|
|
4003
4119
|
"name": "table",
|
|
4004
4120
|
"type": {
|
|
@@ -4014,7 +4130,7 @@
|
|
|
4014
4130
|
"immutable": true,
|
|
4015
4131
|
"locationInModule": {
|
|
4016
4132
|
"filename": "lib/glue-job-helper.ts",
|
|
4017
|
-
"line":
|
|
4133
|
+
"line": 92
|
|
4018
4134
|
},
|
|
4019
4135
|
"name": "etlCodeAsset",
|
|
4020
4136
|
"optional": true,
|
|
@@ -4030,7 +4146,7 @@
|
|
|
4030
4146
|
"immutable": true,
|
|
4031
4147
|
"locationInModule": {
|
|
4032
4148
|
"filename": "lib/glue-job-helper.ts",
|
|
4033
|
-
"line":
|
|
4149
|
+
"line": 74
|
|
4034
4150
|
},
|
|
4035
4151
|
"name": "existingCfnJob",
|
|
4036
4152
|
"optional": true,
|
|
@@ -4046,7 +4162,7 @@
|
|
|
4046
4162
|
"immutable": true,
|
|
4047
4163
|
"locationInModule": {
|
|
4048
4164
|
"filename": "lib/glue-job-helper.ts",
|
|
4049
|
-
"line":
|
|
4165
|
+
"line": 70
|
|
4050
4166
|
},
|
|
4051
4167
|
"name": "glueJobProps",
|
|
4052
4168
|
"optional": true,
|
|
@@ -4062,7 +4178,7 @@
|
|
|
4062
4178
|
"immutable": true,
|
|
4063
4179
|
"locationInModule": {
|
|
4064
4180
|
"filename": "lib/glue-job-helper.ts",
|
|
4065
|
-
"line":
|
|
4181
|
+
"line": 86
|
|
4066
4182
|
},
|
|
4067
4183
|
"name": "outputDataStore",
|
|
4068
4184
|
"optional": true,
|
|
@@ -4073,6 +4189,70 @@
|
|
|
4073
4189
|
],
|
|
4074
4190
|
"symbolId": "lib/glue-job-helper:BuildGlueJobProps"
|
|
4075
4191
|
},
|
|
4192
|
+
"@aws-solutions-constructs/core.BuildGlueJobResponse": {
|
|
4193
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
4194
|
+
"datatype": true,
|
|
4195
|
+
"fqn": "@aws-solutions-constructs/core.BuildGlueJobResponse",
|
|
4196
|
+
"kind": "interface",
|
|
4197
|
+
"locationInModule": {
|
|
4198
|
+
"filename": "lib/glue-job-helper.ts",
|
|
4199
|
+
"line": 95
|
|
4200
|
+
},
|
|
4201
|
+
"name": "BuildGlueJobResponse",
|
|
4202
|
+
"properties": [
|
|
4203
|
+
{
|
|
4204
|
+
"abstract": true,
|
|
4205
|
+
"immutable": true,
|
|
4206
|
+
"locationInModule": {
|
|
4207
|
+
"filename": "lib/glue-job-helper.ts",
|
|
4208
|
+
"line": 96
|
|
4209
|
+
},
|
|
4210
|
+
"name": "job",
|
|
4211
|
+
"type": {
|
|
4212
|
+
"fqn": "aws-cdk-lib.aws_glue.CfnJob"
|
|
4213
|
+
}
|
|
4214
|
+
},
|
|
4215
|
+
{
|
|
4216
|
+
"abstract": true,
|
|
4217
|
+
"immutable": true,
|
|
4218
|
+
"locationInModule": {
|
|
4219
|
+
"filename": "lib/glue-job-helper.ts",
|
|
4220
|
+
"line": 97
|
|
4221
|
+
},
|
|
4222
|
+
"name": "role",
|
|
4223
|
+
"type": {
|
|
4224
|
+
"fqn": "aws-cdk-lib.aws_iam.IRole"
|
|
4225
|
+
}
|
|
4226
|
+
},
|
|
4227
|
+
{
|
|
4228
|
+
"abstract": true,
|
|
4229
|
+
"immutable": true,
|
|
4230
|
+
"locationInModule": {
|
|
4231
|
+
"filename": "lib/glue-job-helper.ts",
|
|
4232
|
+
"line": 98
|
|
4233
|
+
},
|
|
4234
|
+
"name": "bucket",
|
|
4235
|
+
"optional": true,
|
|
4236
|
+
"type": {
|
|
4237
|
+
"fqn": "aws-cdk-lib.aws_s3.Bucket"
|
|
4238
|
+
}
|
|
4239
|
+
},
|
|
4240
|
+
{
|
|
4241
|
+
"abstract": true,
|
|
4242
|
+
"immutable": true,
|
|
4243
|
+
"locationInModule": {
|
|
4244
|
+
"filename": "lib/glue-job-helper.ts",
|
|
4245
|
+
"line": 99
|
|
4246
|
+
},
|
|
4247
|
+
"name": "loggingBucket",
|
|
4248
|
+
"optional": true,
|
|
4249
|
+
"type": {
|
|
4250
|
+
"fqn": "aws-cdk-lib.aws_s3.Bucket"
|
|
4251
|
+
}
|
|
4252
|
+
}
|
|
4253
|
+
],
|
|
4254
|
+
"symbolId": "lib/glue-job-helper:BuildGlueJobResponse"
|
|
4255
|
+
},
|
|
4076
4256
|
"@aws-solutions-constructs/core.BuildKinesisAnalyticsAppProps": {
|
|
4077
4257
|
"assembly": "@aws-solutions-constructs/core",
|
|
4078
4258
|
"datatype": true,
|
|
@@ -4080,7 +4260,7 @@
|
|
|
4080
4260
|
"kind": "interface",
|
|
4081
4261
|
"locationInModule": {
|
|
4082
4262
|
"filename": "lib/kinesis-analytics-helper.ts",
|
|
4083
|
-
"line":
|
|
4263
|
+
"line": 28
|
|
4084
4264
|
},
|
|
4085
4265
|
"name": "BuildKinesisAnalyticsAppProps",
|
|
4086
4266
|
"properties": [
|
|
@@ -4093,7 +4273,7 @@
|
|
|
4093
4273
|
"immutable": true,
|
|
4094
4274
|
"locationInModule": {
|
|
4095
4275
|
"filename": "lib/kinesis-analytics-helper.ts",
|
|
4096
|
-
"line":
|
|
4276
|
+
"line": 34
|
|
4097
4277
|
},
|
|
4098
4278
|
"name": "kinesisFirehose",
|
|
4099
4279
|
"type": {
|
|
@@ -4109,7 +4289,7 @@
|
|
|
4109
4289
|
"immutable": true,
|
|
4110
4290
|
"locationInModule": {
|
|
4111
4291
|
"filename": "lib/kinesis-analytics-helper.ts",
|
|
4112
|
-
"line":
|
|
4292
|
+
"line": 40
|
|
4113
4293
|
},
|
|
4114
4294
|
"name": "kinesisAnalyticsProps",
|
|
4115
4295
|
"optional": true,
|
|
@@ -4127,7 +4307,7 @@
|
|
|
4127
4307
|
"kind": "interface",
|
|
4128
4308
|
"locationInModule": {
|
|
4129
4309
|
"filename": "lib/kinesis-streams-helper.ts",
|
|
4130
|
-
"line":
|
|
4310
|
+
"line": 28
|
|
4131
4311
|
},
|
|
4132
4312
|
"name": "BuildKinesisStreamProps",
|
|
4133
4313
|
"properties": [
|
|
@@ -4140,7 +4320,7 @@
|
|
|
4140
4320
|
"immutable": true,
|
|
4141
4321
|
"locationInModule": {
|
|
4142
4322
|
"filename": "lib/kinesis-streams-helper.ts",
|
|
4143
|
-
"line":
|
|
4323
|
+
"line": 34
|
|
4144
4324
|
},
|
|
4145
4325
|
"name": "existingStreamObj",
|
|
4146
4326
|
"optional": true,
|
|
@@ -4157,7 +4337,7 @@
|
|
|
4157
4337
|
"immutable": true,
|
|
4158
4338
|
"locationInModule": {
|
|
4159
4339
|
"filename": "lib/kinesis-streams-helper.ts",
|
|
4160
|
-
"line":
|
|
4340
|
+
"line": 41
|
|
4161
4341
|
},
|
|
4162
4342
|
"name": "kinesisStreamProps",
|
|
4163
4343
|
"optional": true,
|
|
@@ -4175,7 +4355,7 @@
|
|
|
4175
4355
|
"kind": "interface",
|
|
4176
4356
|
"locationInModule": {
|
|
4177
4357
|
"filename": "lib/lambda-helper.ts",
|
|
4178
|
-
"line":
|
|
4358
|
+
"line": 30
|
|
4179
4359
|
},
|
|
4180
4360
|
"name": "BuildLambdaFunctionProps",
|
|
4181
4361
|
"properties": [
|
|
@@ -4188,7 +4368,7 @@
|
|
|
4188
4368
|
"immutable": true,
|
|
4189
4369
|
"locationInModule": {
|
|
4190
4370
|
"filename": "lib/lambda-helper.ts",
|
|
4191
|
-
"line":
|
|
4371
|
+
"line": 36
|
|
4192
4372
|
},
|
|
4193
4373
|
"name": "existingLambdaObj",
|
|
4194
4374
|
"optional": true,
|
|
@@ -4205,7 +4385,7 @@
|
|
|
4205
4385
|
"immutable": true,
|
|
4206
4386
|
"locationInModule": {
|
|
4207
4387
|
"filename": "lib/lambda-helper.ts",
|
|
4208
|
-
"line":
|
|
4388
|
+
"line": 42
|
|
4209
4389
|
},
|
|
4210
4390
|
"name": "lambdaFunctionProps",
|
|
4211
4391
|
"optional": true,
|
|
@@ -4222,7 +4402,7 @@
|
|
|
4222
4402
|
"immutable": true,
|
|
4223
4403
|
"locationInModule": {
|
|
4224
4404
|
"filename": "lib/lambda-helper.ts",
|
|
4225
|
-
"line":
|
|
4405
|
+
"line": 48
|
|
4226
4406
|
},
|
|
4227
4407
|
"name": "vpc",
|
|
4228
4408
|
"optional": true,
|
|
@@ -4240,7 +4420,7 @@
|
|
|
4240
4420
|
"kind": "interface",
|
|
4241
4421
|
"locationInModule": {
|
|
4242
4422
|
"filename": "lib/opensearch-helper.ts",
|
|
4243
|
-
"line":
|
|
4423
|
+
"line": 33
|
|
4244
4424
|
},
|
|
4245
4425
|
"name": "BuildOpenSearchProps",
|
|
4246
4426
|
"properties": [
|
|
@@ -4249,7 +4429,7 @@
|
|
|
4249
4429
|
"immutable": true,
|
|
4250
4430
|
"locationInModule": {
|
|
4251
4431
|
"filename": "lib/opensearch-helper.ts",
|
|
4252
|
-
"line":
|
|
4432
|
+
"line": 36
|
|
4253
4433
|
},
|
|
4254
4434
|
"name": "cognitoAuthorizedRoleARN",
|
|
4255
4435
|
"type": {
|
|
@@ -4261,7 +4441,7 @@
|
|
|
4261
4441
|
"immutable": true,
|
|
4262
4442
|
"locationInModule": {
|
|
4263
4443
|
"filename": "lib/opensearch-helper.ts",
|
|
4264
|
-
"line":
|
|
4444
|
+
"line": 34
|
|
4265
4445
|
},
|
|
4266
4446
|
"name": "identitypool",
|
|
4267
4447
|
"type": {
|
|
@@ -4273,7 +4453,7 @@
|
|
|
4273
4453
|
"immutable": true,
|
|
4274
4454
|
"locationInModule": {
|
|
4275
4455
|
"filename": "lib/opensearch-helper.ts",
|
|
4276
|
-
"line":
|
|
4456
|
+
"line": 39
|
|
4277
4457
|
},
|
|
4278
4458
|
"name": "openSearchDomainName",
|
|
4279
4459
|
"type": {
|
|
@@ -4285,7 +4465,7 @@
|
|
|
4285
4465
|
"immutable": true,
|
|
4286
4466
|
"locationInModule": {
|
|
4287
4467
|
"filename": "lib/opensearch-helper.ts",
|
|
4288
|
-
"line":
|
|
4468
|
+
"line": 35
|
|
4289
4469
|
},
|
|
4290
4470
|
"name": "userpool",
|
|
4291
4471
|
"type": {
|
|
@@ -4297,7 +4477,7 @@
|
|
|
4297
4477
|
"immutable": true,
|
|
4298
4478
|
"locationInModule": {
|
|
4299
4479
|
"filename": "lib/opensearch-helper.ts",
|
|
4300
|
-
"line":
|
|
4480
|
+
"line": 40
|
|
4301
4481
|
},
|
|
4302
4482
|
"name": "clientDomainProps",
|
|
4303
4483
|
"optional": true,
|
|
@@ -4310,7 +4490,7 @@
|
|
|
4310
4490
|
"immutable": true,
|
|
4311
4491
|
"locationInModule": {
|
|
4312
4492
|
"filename": "lib/opensearch-helper.ts",
|
|
4313
|
-
"line":
|
|
4493
|
+
"line": 41
|
|
4314
4494
|
},
|
|
4315
4495
|
"name": "securityGroupIds",
|
|
4316
4496
|
"optional": true,
|
|
@@ -4328,7 +4508,7 @@
|
|
|
4328
4508
|
"immutable": true,
|
|
4329
4509
|
"locationInModule": {
|
|
4330
4510
|
"filename": "lib/opensearch-helper.ts",
|
|
4331
|
-
"line":
|
|
4511
|
+
"line": 37
|
|
4332
4512
|
},
|
|
4333
4513
|
"name": "serviceRoleARN",
|
|
4334
4514
|
"optional": true,
|
|
@@ -4341,7 +4521,7 @@
|
|
|
4341
4521
|
"immutable": true,
|
|
4342
4522
|
"locationInModule": {
|
|
4343
4523
|
"filename": "lib/opensearch-helper.ts",
|
|
4344
|
-
"line":
|
|
4524
|
+
"line": 38
|
|
4345
4525
|
},
|
|
4346
4526
|
"name": "vpc",
|
|
4347
4527
|
"optional": true,
|
|
@@ -4352,52 +4532,90 @@
|
|
|
4352
4532
|
],
|
|
4353
4533
|
"symbolId": "lib/opensearch-helper:BuildOpenSearchProps"
|
|
4354
4534
|
},
|
|
4355
|
-
"@aws-solutions-constructs/core.
|
|
4535
|
+
"@aws-solutions-constructs/core.BuildOpenSearchResponse": {
|
|
4356
4536
|
"assembly": "@aws-solutions-constructs/core",
|
|
4357
4537
|
"datatype": true,
|
|
4358
|
-
"fqn": "@aws-solutions-constructs/core.
|
|
4538
|
+
"fqn": "@aws-solutions-constructs/core.BuildOpenSearchResponse",
|
|
4359
4539
|
"kind": "interface",
|
|
4360
4540
|
"locationInModule": {
|
|
4361
|
-
"filename": "lib/
|
|
4362
|
-
"line":
|
|
4541
|
+
"filename": "lib/opensearch-helper.ts",
|
|
4542
|
+
"line": 44
|
|
4363
4543
|
},
|
|
4364
|
-
"name": "
|
|
4544
|
+
"name": "BuildOpenSearchResponse",
|
|
4365
4545
|
"properties": [
|
|
4366
4546
|
{
|
|
4367
4547
|
"abstract": true,
|
|
4368
|
-
"docs": {
|
|
4369
|
-
"default": "- Default props are used.",
|
|
4370
|
-
"summary": "Optional dead letter queue to pass bad requests to after the max receive count is reached."
|
|
4371
|
-
},
|
|
4372
4548
|
"immutable": true,
|
|
4373
4549
|
"locationInModule": {
|
|
4374
|
-
"filename": "lib/
|
|
4375
|
-
"line":
|
|
4550
|
+
"filename": "lib/opensearch-helper.ts",
|
|
4551
|
+
"line": 45
|
|
4376
4552
|
},
|
|
4377
|
-
"name": "
|
|
4378
|
-
"optional": true,
|
|
4553
|
+
"name": "domain",
|
|
4379
4554
|
"type": {
|
|
4380
|
-
"fqn": "aws-cdk-lib.
|
|
4555
|
+
"fqn": "aws-cdk-lib.aws_opensearchservice.CfnDomain"
|
|
4381
4556
|
}
|
|
4382
4557
|
},
|
|
4383
4558
|
{
|
|
4384
4559
|
"abstract": true,
|
|
4385
|
-
"docs": {
|
|
4386
|
-
"default": "- False if queueProps.encryptionMasterKey, encryptionKey, and encryptionKeyProps are all undefined.",
|
|
4387
|
-
"remarks": "This flag is ignored if any of the following are defined: queueProps.encryptionMasterKey, encryptionKey or encryptionKeyProps.",
|
|
4388
|
-
"summary": "If no key is provided, this flag determines whether the queue is encrypted with a new CMK or an AWS managed key."
|
|
4389
|
-
},
|
|
4390
4560
|
"immutable": true,
|
|
4391
4561
|
"locationInModule": {
|
|
4392
|
-
"filename": "lib/
|
|
4393
|
-
"line":
|
|
4562
|
+
"filename": "lib/opensearch-helper.ts",
|
|
4563
|
+
"line": 46
|
|
4394
4564
|
},
|
|
4395
|
-
"name": "
|
|
4396
|
-
"optional": true,
|
|
4565
|
+
"name": "role",
|
|
4397
4566
|
"type": {
|
|
4398
|
-
"
|
|
4567
|
+
"fqn": "aws-cdk-lib.aws_iam.Role"
|
|
4399
4568
|
}
|
|
4400
|
-
}
|
|
4569
|
+
}
|
|
4570
|
+
],
|
|
4571
|
+
"symbolId": "lib/opensearch-helper:BuildOpenSearchResponse"
|
|
4572
|
+
},
|
|
4573
|
+
"@aws-solutions-constructs/core.BuildQueueProps": {
|
|
4574
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
4575
|
+
"datatype": true,
|
|
4576
|
+
"fqn": "@aws-solutions-constructs/core.BuildQueueProps",
|
|
4577
|
+
"kind": "interface",
|
|
4578
|
+
"locationInModule": {
|
|
4579
|
+
"filename": "lib/sqs-helper.ts",
|
|
4580
|
+
"line": 30
|
|
4581
|
+
},
|
|
4582
|
+
"name": "BuildQueueProps",
|
|
4583
|
+
"properties": [
|
|
4584
|
+
{
|
|
4585
|
+
"abstract": true,
|
|
4586
|
+
"docs": {
|
|
4587
|
+
"default": "- Default props are used.",
|
|
4588
|
+
"summary": "Optional dead letter queue to pass bad requests to after the max receive count is reached."
|
|
4589
|
+
},
|
|
4590
|
+
"immutable": true,
|
|
4591
|
+
"locationInModule": {
|
|
4592
|
+
"filename": "lib/sqs-helper.ts",
|
|
4593
|
+
"line": 48
|
|
4594
|
+
},
|
|
4595
|
+
"name": "deadLetterQueue",
|
|
4596
|
+
"optional": true,
|
|
4597
|
+
"type": {
|
|
4598
|
+
"fqn": "aws-cdk-lib.aws_sqs.DeadLetterQueue"
|
|
4599
|
+
}
|
|
4600
|
+
},
|
|
4601
|
+
{
|
|
4602
|
+
"abstract": true,
|
|
4603
|
+
"docs": {
|
|
4604
|
+
"default": "- False if queueProps.encryptionMasterKey, encryptionKey, and encryptionKeyProps are all undefined.",
|
|
4605
|
+
"remarks": "This flag is ignored if any of the following are defined: queueProps.encryptionMasterKey, encryptionKey or encryptionKeyProps.",
|
|
4606
|
+
"summary": "If no key is provided, this flag determines whether the queue is encrypted with a new CMK or an AWS managed key."
|
|
4607
|
+
},
|
|
4608
|
+
"immutable": true,
|
|
4609
|
+
"locationInModule": {
|
|
4610
|
+
"filename": "lib/sqs-helper.ts",
|
|
4611
|
+
"line": 55
|
|
4612
|
+
},
|
|
4613
|
+
"name": "enableEncryptionWithCustomerManagedKey",
|
|
4614
|
+
"optional": true,
|
|
4615
|
+
"type": {
|
|
4616
|
+
"primitive": "boolean"
|
|
4617
|
+
}
|
|
4618
|
+
},
|
|
4401
4619
|
{
|
|
4402
4620
|
"abstract": true,
|
|
4403
4621
|
"docs": {
|
|
@@ -4407,7 +4625,7 @@
|
|
|
4407
4625
|
"immutable": true,
|
|
4408
4626
|
"locationInModule": {
|
|
4409
4627
|
"filename": "lib/sqs-helper.ts",
|
|
4410
|
-
"line":
|
|
4628
|
+
"line": 61
|
|
4411
4629
|
},
|
|
4412
4630
|
"name": "encryptionKey",
|
|
4413
4631
|
"optional": true,
|
|
@@ -4424,7 +4642,7 @@
|
|
|
4424
4642
|
"immutable": true,
|
|
4425
4643
|
"locationInModule": {
|
|
4426
4644
|
"filename": "lib/sqs-helper.ts",
|
|
4427
|
-
"line":
|
|
4645
|
+
"line": 67
|
|
4428
4646
|
},
|
|
4429
4647
|
"name": "encryptionKeyProps",
|
|
4430
4648
|
"optional": true,
|
|
@@ -4441,7 +4659,7 @@
|
|
|
4441
4659
|
"immutable": true,
|
|
4442
4660
|
"locationInModule": {
|
|
4443
4661
|
"filename": "lib/sqs-helper.ts",
|
|
4444
|
-
"line":
|
|
4662
|
+
"line": 36
|
|
4445
4663
|
},
|
|
4446
4664
|
"name": "existingQueueObj",
|
|
4447
4665
|
"optional": true,
|
|
@@ -4458,7 +4676,7 @@
|
|
|
4458
4676
|
"immutable": true,
|
|
4459
4677
|
"locationInModule": {
|
|
4460
4678
|
"filename": "lib/sqs-helper.ts",
|
|
4461
|
-
"line":
|
|
4679
|
+
"line": 42
|
|
4462
4680
|
},
|
|
4463
4681
|
"name": "queueProps",
|
|
4464
4682
|
"optional": true,
|
|
@@ -4469,6 +4687,45 @@
|
|
|
4469
4687
|
],
|
|
4470
4688
|
"symbolId": "lib/sqs-helper:BuildQueueProps"
|
|
4471
4689
|
},
|
|
4690
|
+
"@aws-solutions-constructs/core.BuildQueueResponse": {
|
|
4691
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
4692
|
+
"datatype": true,
|
|
4693
|
+
"fqn": "@aws-solutions-constructs/core.BuildQueueResponse",
|
|
4694
|
+
"kind": "interface",
|
|
4695
|
+
"locationInModule": {
|
|
4696
|
+
"filename": "lib/sqs-helper.ts",
|
|
4697
|
+
"line": 70
|
|
4698
|
+
},
|
|
4699
|
+
"name": "BuildQueueResponse",
|
|
4700
|
+
"properties": [
|
|
4701
|
+
{
|
|
4702
|
+
"abstract": true,
|
|
4703
|
+
"immutable": true,
|
|
4704
|
+
"locationInModule": {
|
|
4705
|
+
"filename": "lib/sqs-helper.ts",
|
|
4706
|
+
"line": 71
|
|
4707
|
+
},
|
|
4708
|
+
"name": "queue",
|
|
4709
|
+
"type": {
|
|
4710
|
+
"fqn": "aws-cdk-lib.aws_sqs.Queue"
|
|
4711
|
+
}
|
|
4712
|
+
},
|
|
4713
|
+
{
|
|
4714
|
+
"abstract": true,
|
|
4715
|
+
"immutable": true,
|
|
4716
|
+
"locationInModule": {
|
|
4717
|
+
"filename": "lib/sqs-helper.ts",
|
|
4718
|
+
"line": 72
|
|
4719
|
+
},
|
|
4720
|
+
"name": "key",
|
|
4721
|
+
"optional": true,
|
|
4722
|
+
"type": {
|
|
4723
|
+
"fqn": "aws-cdk-lib.aws_kms.IKey"
|
|
4724
|
+
}
|
|
4725
|
+
}
|
|
4726
|
+
],
|
|
4727
|
+
"symbolId": "lib/sqs-helper:BuildQueueResponse"
|
|
4728
|
+
},
|
|
4472
4729
|
"@aws-solutions-constructs/core.BuildS3BucketProps": {
|
|
4473
4730
|
"assembly": "@aws-solutions-constructs/core",
|
|
4474
4731
|
"datatype": true,
|
|
@@ -4476,7 +4733,7 @@
|
|
|
4476
4733
|
"kind": "interface",
|
|
4477
4734
|
"locationInModule": {
|
|
4478
4735
|
"filename": "lib/s3-bucket-helper.ts",
|
|
4479
|
-
"line":
|
|
4736
|
+
"line": 30
|
|
4480
4737
|
},
|
|
4481
4738
|
"name": "BuildS3BucketProps",
|
|
4482
4739
|
"properties": [
|
|
@@ -4489,7 +4746,7 @@
|
|
|
4489
4746
|
"immutable": true,
|
|
4490
4747
|
"locationInModule": {
|
|
4491
4748
|
"filename": "lib/s3-bucket-helper.ts",
|
|
4492
|
-
"line":
|
|
4749
|
+
"line": 36
|
|
4493
4750
|
},
|
|
4494
4751
|
"name": "bucketProps",
|
|
4495
4752
|
"optional": true,
|
|
@@ -4506,7 +4763,7 @@
|
|
|
4506
4763
|
"immutable": true,
|
|
4507
4764
|
"locationInModule": {
|
|
4508
4765
|
"filename": "lib/s3-bucket-helper.ts",
|
|
4509
|
-
"line":
|
|
4766
|
+
"line": 42
|
|
4510
4767
|
},
|
|
4511
4768
|
"name": "loggingBucketProps",
|
|
4512
4769
|
"optional": true,
|
|
@@ -4524,7 +4781,7 @@
|
|
|
4524
4781
|
"immutable": true,
|
|
4525
4782
|
"locationInModule": {
|
|
4526
4783
|
"filename": "lib/s3-bucket-helper.ts",
|
|
4527
|
-
"line":
|
|
4784
|
+
"line": 49
|
|
4528
4785
|
},
|
|
4529
4786
|
"name": "logS3AccessLogs",
|
|
4530
4787
|
"optional": true,
|
|
@@ -4535,6 +4792,45 @@
|
|
|
4535
4792
|
],
|
|
4536
4793
|
"symbolId": "lib/s3-bucket-helper:BuildS3BucketProps"
|
|
4537
4794
|
},
|
|
4795
|
+
"@aws-solutions-constructs/core.BuildS3BucketResponse": {
|
|
4796
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
4797
|
+
"datatype": true,
|
|
4798
|
+
"fqn": "@aws-solutions-constructs/core.BuildS3BucketResponse",
|
|
4799
|
+
"kind": "interface",
|
|
4800
|
+
"locationInModule": {
|
|
4801
|
+
"filename": "lib/s3-bucket-helper.ts",
|
|
4802
|
+
"line": 110
|
|
4803
|
+
},
|
|
4804
|
+
"name": "BuildS3BucketResponse",
|
|
4805
|
+
"properties": [
|
|
4806
|
+
{
|
|
4807
|
+
"abstract": true,
|
|
4808
|
+
"immutable": true,
|
|
4809
|
+
"locationInModule": {
|
|
4810
|
+
"filename": "lib/s3-bucket-helper.ts",
|
|
4811
|
+
"line": 111
|
|
4812
|
+
},
|
|
4813
|
+
"name": "bucket",
|
|
4814
|
+
"type": {
|
|
4815
|
+
"fqn": "aws-cdk-lib.aws_s3.Bucket"
|
|
4816
|
+
}
|
|
4817
|
+
},
|
|
4818
|
+
{
|
|
4819
|
+
"abstract": true,
|
|
4820
|
+
"immutable": true,
|
|
4821
|
+
"locationInModule": {
|
|
4822
|
+
"filename": "lib/s3-bucket-helper.ts",
|
|
4823
|
+
"line": 112
|
|
4824
|
+
},
|
|
4825
|
+
"name": "loggingBucket",
|
|
4826
|
+
"optional": true,
|
|
4827
|
+
"type": {
|
|
4828
|
+
"fqn": "aws-cdk-lib.aws_s3.Bucket"
|
|
4829
|
+
}
|
|
4830
|
+
}
|
|
4831
|
+
],
|
|
4832
|
+
"symbolId": "lib/s3-bucket-helper:BuildS3BucketResponse"
|
|
4833
|
+
},
|
|
4538
4834
|
"@aws-solutions-constructs/core.BuildSagemakerEndpointProps": {
|
|
4539
4835
|
"assembly": "@aws-solutions-constructs/core",
|
|
4540
4836
|
"datatype": true,
|
|
@@ -4542,7 +4838,7 @@
|
|
|
4542
4838
|
"kind": "interface",
|
|
4543
4839
|
"locationInModule": {
|
|
4544
4840
|
"filename": "lib/sagemaker-helper.ts",
|
|
4545
|
-
"line":
|
|
4841
|
+
"line": 314
|
|
4546
4842
|
},
|
|
4547
4843
|
"name": "BuildSagemakerEndpointProps",
|
|
4548
4844
|
"properties": [
|
|
@@ -4555,7 +4851,7 @@
|
|
|
4555
4851
|
"immutable": true,
|
|
4556
4852
|
"locationInModule": {
|
|
4557
4853
|
"filename": "lib/sagemaker-helper.ts",
|
|
4558
|
-
"line":
|
|
4854
|
+
"line": 332
|
|
4559
4855
|
},
|
|
4560
4856
|
"name": "endpointConfigProps",
|
|
4561
4857
|
"optional": true,
|
|
@@ -4572,7 +4868,7 @@
|
|
|
4572
4868
|
"immutable": true,
|
|
4573
4869
|
"locationInModule": {
|
|
4574
4870
|
"filename": "lib/sagemaker-helper.ts",
|
|
4575
|
-
"line":
|
|
4871
|
+
"line": 338
|
|
4576
4872
|
},
|
|
4577
4873
|
"name": "endpointProps",
|
|
4578
4874
|
"optional": true,
|
|
@@ -4589,7 +4885,7 @@
|
|
|
4589
4885
|
"immutable": true,
|
|
4590
4886
|
"locationInModule": {
|
|
4591
4887
|
"filename": "lib/sagemaker-helper.ts",
|
|
4592
|
-
"line":
|
|
4888
|
+
"line": 320
|
|
4593
4889
|
},
|
|
4594
4890
|
"name": "existingSagemakerEndpointObj",
|
|
4595
4891
|
"optional": true,
|
|
@@ -4606,7 +4902,7 @@
|
|
|
4606
4902
|
"immutable": true,
|
|
4607
4903
|
"locationInModule": {
|
|
4608
4904
|
"filename": "lib/sagemaker-helper.ts",
|
|
4609
|
-
"line":
|
|
4905
|
+
"line": 326
|
|
4610
4906
|
},
|
|
4611
4907
|
"name": "modelProps",
|
|
4612
4908
|
"optional": true,
|
|
@@ -4623,7 +4919,7 @@
|
|
|
4623
4919
|
"immutable": true,
|
|
4624
4920
|
"locationInModule": {
|
|
4625
4921
|
"filename": "lib/sagemaker-helper.ts",
|
|
4626
|
-
"line":
|
|
4922
|
+
"line": 344
|
|
4627
4923
|
},
|
|
4628
4924
|
"name": "vpc",
|
|
4629
4925
|
"optional": true,
|
|
@@ -4634,6 +4930,58 @@
|
|
|
4634
4930
|
],
|
|
4635
4931
|
"symbolId": "lib/sagemaker-helper:BuildSagemakerEndpointProps"
|
|
4636
4932
|
},
|
|
4933
|
+
"@aws-solutions-constructs/core.BuildSagemakerEndpointResponse": {
|
|
4934
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
4935
|
+
"datatype": true,
|
|
4936
|
+
"fqn": "@aws-solutions-constructs/core.BuildSagemakerEndpointResponse",
|
|
4937
|
+
"kind": "interface",
|
|
4938
|
+
"locationInModule": {
|
|
4939
|
+
"filename": "lib/sagemaker-helper.ts",
|
|
4940
|
+
"line": 347
|
|
4941
|
+
},
|
|
4942
|
+
"name": "BuildSagemakerEndpointResponse",
|
|
4943
|
+
"properties": [
|
|
4944
|
+
{
|
|
4945
|
+
"abstract": true,
|
|
4946
|
+
"immutable": true,
|
|
4947
|
+
"locationInModule": {
|
|
4948
|
+
"filename": "lib/sagemaker-helper.ts",
|
|
4949
|
+
"line": 348
|
|
4950
|
+
},
|
|
4951
|
+
"name": "endpoint",
|
|
4952
|
+
"type": {
|
|
4953
|
+
"fqn": "aws-cdk-lib.aws_sagemaker.CfnEndpoint"
|
|
4954
|
+
}
|
|
4955
|
+
},
|
|
4956
|
+
{
|
|
4957
|
+
"abstract": true,
|
|
4958
|
+
"immutable": true,
|
|
4959
|
+
"locationInModule": {
|
|
4960
|
+
"filename": "lib/sagemaker-helper.ts",
|
|
4961
|
+
"line": 349
|
|
4962
|
+
},
|
|
4963
|
+
"name": "endpointConfig",
|
|
4964
|
+
"optional": true,
|
|
4965
|
+
"type": {
|
|
4966
|
+
"fqn": "aws-cdk-lib.aws_sagemaker.CfnEndpointConfig"
|
|
4967
|
+
}
|
|
4968
|
+
},
|
|
4969
|
+
{
|
|
4970
|
+
"abstract": true,
|
|
4971
|
+
"immutable": true,
|
|
4972
|
+
"locationInModule": {
|
|
4973
|
+
"filename": "lib/sagemaker-helper.ts",
|
|
4974
|
+
"line": 350
|
|
4975
|
+
},
|
|
4976
|
+
"name": "model",
|
|
4977
|
+
"optional": true,
|
|
4978
|
+
"type": {
|
|
4979
|
+
"fqn": "aws-cdk-lib.aws_sagemaker.CfnModel"
|
|
4980
|
+
}
|
|
4981
|
+
}
|
|
4982
|
+
],
|
|
4983
|
+
"symbolId": "lib/sagemaker-helper:BuildSagemakerEndpointResponse"
|
|
4984
|
+
},
|
|
4637
4985
|
"@aws-solutions-constructs/core.BuildSagemakerNotebookProps": {
|
|
4638
4986
|
"assembly": "@aws-solutions-constructs/core",
|
|
4639
4987
|
"datatype": true,
|
|
@@ -4641,7 +4989,7 @@
|
|
|
4641
4989
|
"kind": "interface",
|
|
4642
4990
|
"locationInModule": {
|
|
4643
4991
|
"filename": "lib/sagemaker-helper.ts",
|
|
4644
|
-
"line":
|
|
4992
|
+
"line": 38
|
|
4645
4993
|
},
|
|
4646
4994
|
"name": "BuildSagemakerNotebookProps",
|
|
4647
4995
|
"properties": [
|
|
@@ -4654,7 +5002,7 @@
|
|
|
4654
5002
|
"immutable": true,
|
|
4655
5003
|
"locationInModule": {
|
|
4656
5004
|
"filename": "lib/sagemaker-helper.ts",
|
|
4657
|
-
"line":
|
|
5005
|
+
"line": 63
|
|
4658
5006
|
},
|
|
4659
5007
|
"name": "role",
|
|
4660
5008
|
"type": {
|
|
@@ -4670,7 +5018,7 @@
|
|
|
4670
5018
|
"immutable": true,
|
|
4671
5019
|
"locationInModule": {
|
|
4672
5020
|
"filename": "lib/sagemaker-helper.ts",
|
|
4673
|
-
"line":
|
|
5021
|
+
"line": 50
|
|
4674
5022
|
},
|
|
4675
5023
|
"name": "deployInsideVpc",
|
|
4676
5024
|
"optional": true,
|
|
@@ -4688,7 +5036,7 @@
|
|
|
4688
5036
|
"immutable": true,
|
|
4689
5037
|
"locationInModule": {
|
|
4690
5038
|
"filename": "lib/sagemaker-helper.ts",
|
|
4691
|
-
"line":
|
|
5039
|
+
"line": 57
|
|
4692
5040
|
},
|
|
4693
5041
|
"name": "existingNotebookObj",
|
|
4694
5042
|
"optional": true,
|
|
@@ -4705,7 +5053,7 @@
|
|
|
4705
5053
|
"immutable": true,
|
|
4706
5054
|
"locationInModule": {
|
|
4707
5055
|
"filename": "lib/sagemaker-helper.ts",
|
|
4708
|
-
"line":
|
|
5056
|
+
"line": 44
|
|
4709
5057
|
},
|
|
4710
5058
|
"name": "sagemakerNotebookProps",
|
|
4711
5059
|
"optional": true,
|
|
@@ -4716,6 +5064,96 @@
|
|
|
4716
5064
|
],
|
|
4717
5065
|
"symbolId": "lib/sagemaker-helper:BuildSagemakerNotebookProps"
|
|
4718
5066
|
},
|
|
5067
|
+
"@aws-solutions-constructs/core.BuildSagemakerNotebookResponse": {
|
|
5068
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
5069
|
+
"datatype": true,
|
|
5070
|
+
"fqn": "@aws-solutions-constructs/core.BuildSagemakerNotebookResponse",
|
|
5071
|
+
"kind": "interface",
|
|
5072
|
+
"locationInModule": {
|
|
5073
|
+
"filename": "lib/sagemaker-helper.ts",
|
|
5074
|
+
"line": 222
|
|
5075
|
+
},
|
|
5076
|
+
"name": "BuildSagemakerNotebookResponse",
|
|
5077
|
+
"properties": [
|
|
5078
|
+
{
|
|
5079
|
+
"abstract": true,
|
|
5080
|
+
"immutable": true,
|
|
5081
|
+
"locationInModule": {
|
|
5082
|
+
"filename": "lib/sagemaker-helper.ts",
|
|
5083
|
+
"line": 223
|
|
5084
|
+
},
|
|
5085
|
+
"name": "notebook",
|
|
5086
|
+
"type": {
|
|
5087
|
+
"fqn": "aws-cdk-lib.aws_sagemaker.CfnNotebookInstance"
|
|
5088
|
+
}
|
|
5089
|
+
},
|
|
5090
|
+
{
|
|
5091
|
+
"abstract": true,
|
|
5092
|
+
"immutable": true,
|
|
5093
|
+
"locationInModule": {
|
|
5094
|
+
"filename": "lib/sagemaker-helper.ts",
|
|
5095
|
+
"line": 225
|
|
5096
|
+
},
|
|
5097
|
+
"name": "securityGroup",
|
|
5098
|
+
"optional": true,
|
|
5099
|
+
"type": {
|
|
5100
|
+
"fqn": "aws-cdk-lib.aws_ec2.SecurityGroup"
|
|
5101
|
+
}
|
|
5102
|
+
},
|
|
5103
|
+
{
|
|
5104
|
+
"abstract": true,
|
|
5105
|
+
"immutable": true,
|
|
5106
|
+
"locationInModule": {
|
|
5107
|
+
"filename": "lib/sagemaker-helper.ts",
|
|
5108
|
+
"line": 224
|
|
5109
|
+
},
|
|
5110
|
+
"name": "vpc",
|
|
5111
|
+
"optional": true,
|
|
5112
|
+
"type": {
|
|
5113
|
+
"fqn": "aws-cdk-lib.aws_ec2.IVpc"
|
|
5114
|
+
}
|
|
5115
|
+
}
|
|
5116
|
+
],
|
|
5117
|
+
"symbolId": "lib/sagemaker-helper:BuildSagemakerNotebookResponse"
|
|
5118
|
+
},
|
|
5119
|
+
"@aws-solutions-constructs/core.BuildStateMachineResponse": {
|
|
5120
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
5121
|
+
"datatype": true,
|
|
5122
|
+
"fqn": "@aws-solutions-constructs/core.BuildStateMachineResponse",
|
|
5123
|
+
"kind": "interface",
|
|
5124
|
+
"locationInModule": {
|
|
5125
|
+
"filename": "lib/step-function-helper.ts",
|
|
5126
|
+
"line": 31
|
|
5127
|
+
},
|
|
5128
|
+
"name": "BuildStateMachineResponse",
|
|
5129
|
+
"properties": [
|
|
5130
|
+
{
|
|
5131
|
+
"abstract": true,
|
|
5132
|
+
"immutable": true,
|
|
5133
|
+
"locationInModule": {
|
|
5134
|
+
"filename": "lib/step-function-helper.ts",
|
|
5135
|
+
"line": 33
|
|
5136
|
+
},
|
|
5137
|
+
"name": "logGroup",
|
|
5138
|
+
"type": {
|
|
5139
|
+
"fqn": "aws-cdk-lib.aws_logs.ILogGroup"
|
|
5140
|
+
}
|
|
5141
|
+
},
|
|
5142
|
+
{
|
|
5143
|
+
"abstract": true,
|
|
5144
|
+
"immutable": true,
|
|
5145
|
+
"locationInModule": {
|
|
5146
|
+
"filename": "lib/step-function-helper.ts",
|
|
5147
|
+
"line": 32
|
|
5148
|
+
},
|
|
5149
|
+
"name": "stateMachine",
|
|
5150
|
+
"type": {
|
|
5151
|
+
"fqn": "aws-cdk-lib.aws_stepfunctions.StateMachine"
|
|
5152
|
+
}
|
|
5153
|
+
}
|
|
5154
|
+
],
|
|
5155
|
+
"symbolId": "lib/step-function-helper:BuildStateMachineResponse"
|
|
5156
|
+
},
|
|
4719
5157
|
"@aws-solutions-constructs/core.BuildTopicProps": {
|
|
4720
5158
|
"assembly": "@aws-solutions-constructs/core",
|
|
4721
5159
|
"datatype": true,
|
|
@@ -4723,7 +5161,7 @@
|
|
|
4723
5161
|
"kind": "interface",
|
|
4724
5162
|
"locationInModule": {
|
|
4725
5163
|
"filename": "lib/sns-helper.ts",
|
|
4726
|
-
"line":
|
|
5164
|
+
"line": 30
|
|
4727
5165
|
},
|
|
4728
5166
|
"name": "BuildTopicProps",
|
|
4729
5167
|
"properties": [
|
|
@@ -4737,7 +5175,7 @@
|
|
|
4737
5175
|
"immutable": true,
|
|
4738
5176
|
"locationInModule": {
|
|
4739
5177
|
"filename": "lib/sns-helper.ts",
|
|
4740
|
-
"line":
|
|
5178
|
+
"line": 58
|
|
4741
5179
|
},
|
|
4742
5180
|
"name": "enableEncryptionWithCustomerManagedKey",
|
|
4743
5181
|
"optional": true,
|
|
@@ -4754,7 +5192,7 @@
|
|
|
4754
5192
|
"immutable": true,
|
|
4755
5193
|
"locationInModule": {
|
|
4756
5194
|
"filename": "lib/sns-helper.ts",
|
|
4757
|
-
"line":
|
|
5195
|
+
"line": 64
|
|
4758
5196
|
},
|
|
4759
5197
|
"name": "encryptionKey",
|
|
4760
5198
|
"optional": true,
|
|
@@ -4771,7 +5209,7 @@
|
|
|
4771
5209
|
"immutable": true,
|
|
4772
5210
|
"locationInModule": {
|
|
4773
5211
|
"filename": "lib/sns-helper.ts",
|
|
4774
|
-
"line":
|
|
5212
|
+
"line": 70
|
|
4775
5213
|
},
|
|
4776
5214
|
"name": "encryptionKeyProps",
|
|
4777
5215
|
"optional": true,
|
|
@@ -4788,7 +5226,7 @@
|
|
|
4788
5226
|
"immutable": true,
|
|
4789
5227
|
"locationInModule": {
|
|
4790
5228
|
"filename": "lib/sns-helper.ts",
|
|
4791
|
-
"line":
|
|
5229
|
+
"line": 45
|
|
4792
5230
|
},
|
|
4793
5231
|
"name": "existingTopicEncryptionKey",
|
|
4794
5232
|
"optional": true,
|
|
@@ -4806,7 +5244,7 @@
|
|
|
4806
5244
|
"immutable": true,
|
|
4807
5245
|
"locationInModule": {
|
|
4808
5246
|
"filename": "lib/sns-helper.ts",
|
|
4809
|
-
"line":
|
|
5247
|
+
"line": 38
|
|
4810
5248
|
},
|
|
4811
5249
|
"name": "existingTopicObj",
|
|
4812
5250
|
"optional": true,
|
|
@@ -4823,7 +5261,7 @@
|
|
|
4823
5261
|
"immutable": true,
|
|
4824
5262
|
"locationInModule": {
|
|
4825
5263
|
"filename": "lib/sns-helper.ts",
|
|
4826
|
-
"line":
|
|
5264
|
+
"line": 51
|
|
4827
5265
|
},
|
|
4828
5266
|
"name": "topicProps",
|
|
4829
5267
|
"optional": true,
|
|
@@ -4834,26 +5272,65 @@
|
|
|
4834
5272
|
],
|
|
4835
5273
|
"symbolId": "lib/sns-helper:BuildTopicProps"
|
|
4836
5274
|
},
|
|
4837
|
-
"@aws-solutions-constructs/core.
|
|
5275
|
+
"@aws-solutions-constructs/core.BuildTopicResponse": {
|
|
4838
5276
|
"assembly": "@aws-solutions-constructs/core",
|
|
4839
5277
|
"datatype": true,
|
|
4840
|
-
"fqn": "@aws-solutions-constructs/core.
|
|
5278
|
+
"fqn": "@aws-solutions-constructs/core.BuildTopicResponse",
|
|
4841
5279
|
"kind": "interface",
|
|
4842
5280
|
"locationInModule": {
|
|
4843
|
-
"filename": "lib/
|
|
4844
|
-
"line":
|
|
5281
|
+
"filename": "lib/sns-helper.ts",
|
|
5282
|
+
"line": 134
|
|
4845
5283
|
},
|
|
4846
|
-
"name": "
|
|
5284
|
+
"name": "BuildTopicResponse",
|
|
4847
5285
|
"properties": [
|
|
4848
5286
|
{
|
|
4849
5287
|
"abstract": true,
|
|
4850
|
-
"
|
|
5288
|
+
"immutable": true,
|
|
5289
|
+
"locationInModule": {
|
|
5290
|
+
"filename": "lib/sns-helper.ts",
|
|
5291
|
+
"line": 135
|
|
5292
|
+
},
|
|
5293
|
+
"name": "topic",
|
|
5294
|
+
"type": {
|
|
5295
|
+
"fqn": "aws-cdk-lib.aws_sns.Topic"
|
|
5296
|
+
}
|
|
5297
|
+
},
|
|
5298
|
+
{
|
|
5299
|
+
"abstract": true,
|
|
5300
|
+
"immutable": true,
|
|
5301
|
+
"locationInModule": {
|
|
5302
|
+
"filename": "lib/sns-helper.ts",
|
|
5303
|
+
"line": 136
|
|
5304
|
+
},
|
|
5305
|
+
"name": "key",
|
|
5306
|
+
"optional": true,
|
|
5307
|
+
"type": {
|
|
5308
|
+
"fqn": "aws-cdk-lib.aws_kms.Key"
|
|
5309
|
+
}
|
|
5310
|
+
}
|
|
5311
|
+
],
|
|
5312
|
+
"symbolId": "lib/sns-helper:BuildTopicResponse"
|
|
5313
|
+
},
|
|
5314
|
+
"@aws-solutions-constructs/core.BuildVpcProps": {
|
|
5315
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
5316
|
+
"datatype": true,
|
|
5317
|
+
"fqn": "@aws-solutions-constructs/core.BuildVpcProps",
|
|
5318
|
+
"kind": "interface",
|
|
5319
|
+
"locationInModule": {
|
|
5320
|
+
"filename": "lib/vpc-helper.ts",
|
|
5321
|
+
"line": 25
|
|
5322
|
+
},
|
|
5323
|
+
"name": "BuildVpcProps",
|
|
5324
|
+
"properties": [
|
|
5325
|
+
{
|
|
5326
|
+
"abstract": true,
|
|
5327
|
+
"docs": {
|
|
4851
5328
|
"summary": "One of the default VPC configurations available in vpc-defaults."
|
|
4852
5329
|
},
|
|
4853
5330
|
"immutable": true,
|
|
4854
5331
|
"locationInModule": {
|
|
4855
5332
|
"filename": "lib/vpc-helper.ts",
|
|
4856
|
-
"line":
|
|
5333
|
+
"line": 33
|
|
4857
5334
|
},
|
|
4858
5335
|
"name": "defaultVpcProps",
|
|
4859
5336
|
"type": {
|
|
@@ -4868,7 +5345,7 @@
|
|
|
4868
5345
|
"immutable": true,
|
|
4869
5346
|
"locationInModule": {
|
|
4870
5347
|
"filename": "lib/vpc-helper.ts",
|
|
4871
|
-
"line":
|
|
5348
|
+
"line": 42
|
|
4872
5349
|
},
|
|
4873
5350
|
"name": "constructVpcProps",
|
|
4874
5351
|
"optional": true,
|
|
@@ -4884,7 +5361,7 @@
|
|
|
4884
5361
|
"immutable": true,
|
|
4885
5362
|
"locationInModule": {
|
|
4886
5363
|
"filename": "lib/vpc-helper.ts",
|
|
4887
|
-
"line":
|
|
5364
|
+
"line": 29
|
|
4888
5365
|
},
|
|
4889
5366
|
"name": "existingVpc",
|
|
4890
5367
|
"optional": true,
|
|
@@ -4900,7 +5377,7 @@
|
|
|
4900
5377
|
"immutable": true,
|
|
4901
5378
|
"locationInModule": {
|
|
4902
5379
|
"filename": "lib/vpc-helper.ts",
|
|
4903
|
-
"line":
|
|
5380
|
+
"line": 37
|
|
4904
5381
|
},
|
|
4905
5382
|
"name": "userVpcProps",
|
|
4906
5383
|
"optional": true,
|
|
@@ -4918,7 +5395,7 @@
|
|
|
4918
5395
|
"kind": "interface",
|
|
4919
5396
|
"locationInModule": {
|
|
4920
5397
|
"filename": "lib/waf-helper.ts",
|
|
4921
|
-
"line":
|
|
5398
|
+
"line": 24
|
|
4922
5399
|
},
|
|
4923
5400
|
"name": "BuildWebaclProps",
|
|
4924
5401
|
"properties": [
|
|
@@ -4930,7 +5407,7 @@
|
|
|
4930
5407
|
"immutable": true,
|
|
4931
5408
|
"locationInModule": {
|
|
4932
5409
|
"filename": "lib/waf-helper.ts",
|
|
4933
|
-
"line":
|
|
5410
|
+
"line": 28
|
|
4934
5411
|
},
|
|
4935
5412
|
"name": "existingWebaclObj",
|
|
4936
5413
|
"optional": true,
|
|
@@ -4946,7 +5423,7 @@
|
|
|
4946
5423
|
"immutable": true,
|
|
4947
5424
|
"locationInModule": {
|
|
4948
5425
|
"filename": "lib/waf-helper.ts",
|
|
4949
|
-
"line":
|
|
5426
|
+
"line": 32
|
|
4950
5427
|
},
|
|
4951
5428
|
"name": "webaclProps",
|
|
4952
5429
|
"optional": true,
|
|
@@ -4960,149 +5437,573 @@
|
|
|
4960
5437
|
"@aws-solutions-constructs/core.CfnNagSuppressRule": {
|
|
4961
5438
|
"assembly": "@aws-solutions-constructs/core",
|
|
4962
5439
|
"datatype": true,
|
|
4963
|
-
"docs": {
|
|
4964
|
-
"custom": {
|
|
4965
|
-
"interface": "CfnNagSuppressRule"
|
|
4966
|
-
},
|
|
4967
|
-
"summary": "The CFN NAG suppress rule interface."
|
|
4968
|
-
},
|
|
4969
|
-
"fqn": "@aws-solutions-constructs/core.CfnNagSuppressRule",
|
|
5440
|
+
"docs": {
|
|
5441
|
+
"custom": {
|
|
5442
|
+
"interface": "CfnNagSuppressRule"
|
|
5443
|
+
},
|
|
5444
|
+
"summary": "The CFN NAG suppress rule interface."
|
|
5445
|
+
},
|
|
5446
|
+
"fqn": "@aws-solutions-constructs/core.CfnNagSuppressRule",
|
|
5447
|
+
"kind": "interface",
|
|
5448
|
+
"locationInModule": {
|
|
5449
|
+
"filename": "lib/utils.ts",
|
|
5450
|
+
"line": 149
|
|
5451
|
+
},
|
|
5452
|
+
"name": "CfnNagSuppressRule",
|
|
5453
|
+
"properties": [
|
|
5454
|
+
{
|
|
5455
|
+
"abstract": true,
|
|
5456
|
+
"immutable": true,
|
|
5457
|
+
"locationInModule": {
|
|
5458
|
+
"filename": "lib/utils.ts",
|
|
5459
|
+
"line": 150
|
|
5460
|
+
},
|
|
5461
|
+
"name": "id",
|
|
5462
|
+
"type": {
|
|
5463
|
+
"primitive": "string"
|
|
5464
|
+
}
|
|
5465
|
+
},
|
|
5466
|
+
{
|
|
5467
|
+
"abstract": true,
|
|
5468
|
+
"immutable": true,
|
|
5469
|
+
"locationInModule": {
|
|
5470
|
+
"filename": "lib/utils.ts",
|
|
5471
|
+
"line": 151
|
|
5472
|
+
},
|
|
5473
|
+
"name": "reason",
|
|
5474
|
+
"type": {
|
|
5475
|
+
"primitive": "string"
|
|
5476
|
+
}
|
|
5477
|
+
}
|
|
5478
|
+
],
|
|
5479
|
+
"symbolId": "lib/utils:CfnNagSuppressRule"
|
|
5480
|
+
},
|
|
5481
|
+
"@aws-solutions-constructs/core.CloudFrontDistributionForApiGatewayResponse": {
|
|
5482
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
5483
|
+
"datatype": true,
|
|
5484
|
+
"fqn": "@aws-solutions-constructs/core.CloudFrontDistributionForApiGatewayResponse",
|
|
5485
|
+
"kind": "interface",
|
|
5486
|
+
"locationInModule": {
|
|
5487
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5488
|
+
"line": 70
|
|
5489
|
+
},
|
|
5490
|
+
"name": "CloudFrontDistributionForApiGatewayResponse",
|
|
5491
|
+
"properties": [
|
|
5492
|
+
{
|
|
5493
|
+
"abstract": true,
|
|
5494
|
+
"immutable": true,
|
|
5495
|
+
"locationInModule": {
|
|
5496
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5497
|
+
"line": 71
|
|
5498
|
+
},
|
|
5499
|
+
"name": "distribution",
|
|
5500
|
+
"type": {
|
|
5501
|
+
"fqn": "aws-cdk-lib.aws_cloudfront.Distribution"
|
|
5502
|
+
}
|
|
5503
|
+
},
|
|
5504
|
+
{
|
|
5505
|
+
"abstract": true,
|
|
5506
|
+
"immutable": true,
|
|
5507
|
+
"locationInModule": {
|
|
5508
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5509
|
+
"line": 72
|
|
5510
|
+
},
|
|
5511
|
+
"name": "cloudfrontFunction",
|
|
5512
|
+
"optional": true,
|
|
5513
|
+
"type": {
|
|
5514
|
+
"fqn": "aws-cdk-lib.aws_cloudfront.Function"
|
|
5515
|
+
}
|
|
5516
|
+
},
|
|
5517
|
+
{
|
|
5518
|
+
"abstract": true,
|
|
5519
|
+
"immutable": true,
|
|
5520
|
+
"locationInModule": {
|
|
5521
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5522
|
+
"line": 73
|
|
5523
|
+
},
|
|
5524
|
+
"name": "loggingBucket",
|
|
5525
|
+
"optional": true,
|
|
5526
|
+
"type": {
|
|
5527
|
+
"fqn": "aws-cdk-lib.aws_s3.Bucket"
|
|
5528
|
+
}
|
|
5529
|
+
}
|
|
5530
|
+
],
|
|
5531
|
+
"symbolId": "lib/cloudfront-distribution-helper:CloudFrontDistributionForApiGatewayResponse"
|
|
5532
|
+
},
|
|
5533
|
+
"@aws-solutions-constructs/core.CloudFrontDistributionForMediaStoreResponse": {
|
|
5534
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
5535
|
+
"datatype": true,
|
|
5536
|
+
"fqn": "@aws-solutions-constructs/core.CloudFrontDistributionForMediaStoreResponse",
|
|
5537
|
+
"kind": "interface",
|
|
5538
|
+
"locationInModule": {
|
|
5539
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5540
|
+
"line": 155
|
|
5541
|
+
},
|
|
5542
|
+
"name": "CloudFrontDistributionForMediaStoreResponse",
|
|
5543
|
+
"properties": [
|
|
5544
|
+
{
|
|
5545
|
+
"abstract": true,
|
|
5546
|
+
"immutable": true,
|
|
5547
|
+
"locationInModule": {
|
|
5548
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5549
|
+
"line": 156
|
|
5550
|
+
},
|
|
5551
|
+
"name": "distribution",
|
|
5552
|
+
"type": {
|
|
5553
|
+
"fqn": "aws-cdk-lib.aws_cloudfront.Distribution"
|
|
5554
|
+
}
|
|
5555
|
+
},
|
|
5556
|
+
{
|
|
5557
|
+
"abstract": true,
|
|
5558
|
+
"immutable": true,
|
|
5559
|
+
"locationInModule": {
|
|
5560
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5561
|
+
"line": 158
|
|
5562
|
+
},
|
|
5563
|
+
"name": "requestPolicy",
|
|
5564
|
+
"type": {
|
|
5565
|
+
"fqn": "aws-cdk-lib.aws_cloudfront.OriginRequestPolicy"
|
|
5566
|
+
}
|
|
5567
|
+
},
|
|
5568
|
+
{
|
|
5569
|
+
"abstract": true,
|
|
5570
|
+
"immutable": true,
|
|
5571
|
+
"locationInModule": {
|
|
5572
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5573
|
+
"line": 159
|
|
5574
|
+
},
|
|
5575
|
+
"name": "cloudfrontFunction",
|
|
5576
|
+
"optional": true,
|
|
5577
|
+
"type": {
|
|
5578
|
+
"fqn": "aws-cdk-lib.aws_cloudfront.Function"
|
|
5579
|
+
}
|
|
5580
|
+
},
|
|
5581
|
+
{
|
|
5582
|
+
"abstract": true,
|
|
5583
|
+
"immutable": true,
|
|
5584
|
+
"locationInModule": {
|
|
5585
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5586
|
+
"line": 157
|
|
5587
|
+
},
|
|
5588
|
+
"name": "loggingBucket",
|
|
5589
|
+
"optional": true,
|
|
5590
|
+
"type": {
|
|
5591
|
+
"fqn": "aws-cdk-lib.aws_s3.Bucket"
|
|
5592
|
+
}
|
|
5593
|
+
}
|
|
5594
|
+
],
|
|
5595
|
+
"symbolId": "lib/cloudfront-distribution-helper:CloudFrontDistributionForMediaStoreResponse"
|
|
5596
|
+
},
|
|
5597
|
+
"@aws-solutions-constructs/core.CloudFrontDistributionForS3Response": {
|
|
5598
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
5599
|
+
"datatype": true,
|
|
5600
|
+
"fqn": "@aws-solutions-constructs/core.CloudFrontDistributionForS3Response",
|
|
5601
|
+
"kind": "interface",
|
|
5602
|
+
"locationInModule": {
|
|
5603
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5604
|
+
"line": 106
|
|
5605
|
+
},
|
|
5606
|
+
"name": "CloudFrontDistributionForS3Response",
|
|
5607
|
+
"properties": [
|
|
5608
|
+
{
|
|
5609
|
+
"abstract": true,
|
|
5610
|
+
"immutable": true,
|
|
5611
|
+
"locationInModule": {
|
|
5612
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5613
|
+
"line": 107
|
|
5614
|
+
},
|
|
5615
|
+
"name": "distribution",
|
|
5616
|
+
"type": {
|
|
5617
|
+
"fqn": "aws-cdk-lib.aws_cloudfront.Distribution"
|
|
5618
|
+
}
|
|
5619
|
+
},
|
|
5620
|
+
{
|
|
5621
|
+
"abstract": true,
|
|
5622
|
+
"immutable": true,
|
|
5623
|
+
"locationInModule": {
|
|
5624
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5625
|
+
"line": 109
|
|
5626
|
+
},
|
|
5627
|
+
"name": "cloudfrontFunction",
|
|
5628
|
+
"optional": true,
|
|
5629
|
+
"type": {
|
|
5630
|
+
"fqn": "aws-cdk-lib.aws_cloudfront.Function"
|
|
5631
|
+
}
|
|
5632
|
+
},
|
|
5633
|
+
{
|
|
5634
|
+
"abstract": true,
|
|
5635
|
+
"immutable": true,
|
|
5636
|
+
"locationInModule": {
|
|
5637
|
+
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5638
|
+
"line": 108
|
|
5639
|
+
},
|
|
5640
|
+
"name": "loggingBucket",
|
|
5641
|
+
"optional": true,
|
|
5642
|
+
"type": {
|
|
5643
|
+
"fqn": "aws-cdk-lib.aws_s3.Bucket"
|
|
5644
|
+
}
|
|
5645
|
+
}
|
|
5646
|
+
],
|
|
5647
|
+
"symbolId": "lib/cloudfront-distribution-helper:CloudFrontDistributionForS3Response"
|
|
5648
|
+
},
|
|
5649
|
+
"@aws-solutions-constructs/core.CognitoOptions": {
|
|
5650
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
5651
|
+
"datatype": true,
|
|
5652
|
+
"fqn": "@aws-solutions-constructs/core.CognitoOptions",
|
|
5653
|
+
"kind": "interface",
|
|
5654
|
+
"locationInModule": {
|
|
5655
|
+
"filename": "lib/cognito-helper.ts",
|
|
5656
|
+
"line": 27
|
|
5657
|
+
},
|
|
5658
|
+
"name": "CognitoOptions",
|
|
5659
|
+
"properties": [
|
|
5660
|
+
{
|
|
5661
|
+
"abstract": true,
|
|
5662
|
+
"immutable": true,
|
|
5663
|
+
"locationInModule": {
|
|
5664
|
+
"filename": "lib/cognito-helper.ts",
|
|
5665
|
+
"line": 28
|
|
5666
|
+
},
|
|
5667
|
+
"name": "identitypool",
|
|
5668
|
+
"type": {
|
|
5669
|
+
"fqn": "aws-cdk-lib.aws_cognito.CfnIdentityPool"
|
|
5670
|
+
}
|
|
5671
|
+
},
|
|
5672
|
+
{
|
|
5673
|
+
"abstract": true,
|
|
5674
|
+
"immutable": true,
|
|
5675
|
+
"locationInModule": {
|
|
5676
|
+
"filename": "lib/cognito-helper.ts",
|
|
5677
|
+
"line": 29
|
|
5678
|
+
},
|
|
5679
|
+
"name": "userpool",
|
|
5680
|
+
"type": {
|
|
5681
|
+
"fqn": "aws-cdk-lib.aws_cognito.UserPool"
|
|
5682
|
+
}
|
|
5683
|
+
},
|
|
5684
|
+
{
|
|
5685
|
+
"abstract": true,
|
|
5686
|
+
"immutable": true,
|
|
5687
|
+
"locationInModule": {
|
|
5688
|
+
"filename": "lib/cognito-helper.ts",
|
|
5689
|
+
"line": 30
|
|
5690
|
+
},
|
|
5691
|
+
"name": "userpoolclient",
|
|
5692
|
+
"type": {
|
|
5693
|
+
"fqn": "aws-cdk-lib.aws_cognito.UserPoolClient"
|
|
5694
|
+
}
|
|
5695
|
+
}
|
|
5696
|
+
],
|
|
5697
|
+
"symbolId": "lib/cognito-helper:CognitoOptions"
|
|
5698
|
+
},
|
|
5699
|
+
"@aws-solutions-constructs/core.CreateFargateServiceResponse": {
|
|
5700
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
5701
|
+
"datatype": true,
|
|
5702
|
+
"fqn": "@aws-solutions-constructs/core.CreateFargateServiceResponse",
|
|
5703
|
+
"kind": "interface",
|
|
5704
|
+
"locationInModule": {
|
|
5705
|
+
"filename": "lib/fargate-helper.ts",
|
|
5706
|
+
"line": 26
|
|
5707
|
+
},
|
|
5708
|
+
"name": "CreateFargateServiceResponse",
|
|
5709
|
+
"properties": [
|
|
5710
|
+
{
|
|
5711
|
+
"abstract": true,
|
|
5712
|
+
"immutable": true,
|
|
5713
|
+
"locationInModule": {
|
|
5714
|
+
"filename": "lib/fargate-helper.ts",
|
|
5715
|
+
"line": 28
|
|
5716
|
+
},
|
|
5717
|
+
"name": "containerDefinition",
|
|
5718
|
+
"type": {
|
|
5719
|
+
"fqn": "aws-cdk-lib.aws_ecs.ContainerDefinition"
|
|
5720
|
+
}
|
|
5721
|
+
},
|
|
5722
|
+
{
|
|
5723
|
+
"abstract": true,
|
|
5724
|
+
"immutable": true,
|
|
5725
|
+
"locationInModule": {
|
|
5726
|
+
"filename": "lib/fargate-helper.ts",
|
|
5727
|
+
"line": 27
|
|
5728
|
+
},
|
|
5729
|
+
"name": "service",
|
|
5730
|
+
"type": {
|
|
5731
|
+
"fqn": "aws-cdk-lib.aws_ecs.FargateService"
|
|
5732
|
+
}
|
|
5733
|
+
}
|
|
5734
|
+
],
|
|
5735
|
+
"symbolId": "lib/fargate-helper:CreateFargateServiceResponse"
|
|
5736
|
+
},
|
|
5737
|
+
"@aws-solutions-constructs/core.DeployGlueJobResponse": {
|
|
5738
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
5739
|
+
"datatype": true,
|
|
5740
|
+
"fqn": "@aws-solutions-constructs/core.DeployGlueJobResponse",
|
|
5741
|
+
"kind": "interface",
|
|
5742
|
+
"locationInModule": {
|
|
5743
|
+
"filename": "lib/glue-job-helper.ts",
|
|
5744
|
+
"line": 133
|
|
5745
|
+
},
|
|
5746
|
+
"name": "DeployGlueJobResponse",
|
|
5747
|
+
"properties": [
|
|
5748
|
+
{
|
|
5749
|
+
"abstract": true,
|
|
5750
|
+
"immutable": true,
|
|
5751
|
+
"locationInModule": {
|
|
5752
|
+
"filename": "lib/glue-job-helper.ts",
|
|
5753
|
+
"line": 134
|
|
5754
|
+
},
|
|
5755
|
+
"name": "job",
|
|
5756
|
+
"type": {
|
|
5757
|
+
"fqn": "aws-cdk-lib.aws_glue.CfnJob"
|
|
5758
|
+
}
|
|
5759
|
+
},
|
|
5760
|
+
{
|
|
5761
|
+
"abstract": true,
|
|
5762
|
+
"immutable": true,
|
|
5763
|
+
"locationInModule": {
|
|
5764
|
+
"filename": "lib/glue-job-helper.ts",
|
|
5765
|
+
"line": 135
|
|
5766
|
+
},
|
|
5767
|
+
"name": "role",
|
|
5768
|
+
"type": {
|
|
5769
|
+
"fqn": "aws-cdk-lib.aws_iam.IRole"
|
|
5770
|
+
}
|
|
5771
|
+
},
|
|
5772
|
+
{
|
|
5773
|
+
"abstract": true,
|
|
5774
|
+
"immutable": true,
|
|
5775
|
+
"locationInModule": {
|
|
5776
|
+
"filename": "lib/glue-job-helper.ts",
|
|
5777
|
+
"line": 136
|
|
5778
|
+
},
|
|
5779
|
+
"name": "bucket",
|
|
5780
|
+
"optional": true,
|
|
5781
|
+
"type": {
|
|
5782
|
+
"fqn": "aws-cdk-lib.aws_s3.Bucket"
|
|
5783
|
+
}
|
|
5784
|
+
},
|
|
5785
|
+
{
|
|
5786
|
+
"abstract": true,
|
|
5787
|
+
"immutable": true,
|
|
5788
|
+
"locationInModule": {
|
|
5789
|
+
"filename": "lib/glue-job-helper.ts",
|
|
5790
|
+
"line": 137
|
|
5791
|
+
},
|
|
5792
|
+
"name": "loggingBucket",
|
|
5793
|
+
"optional": true,
|
|
5794
|
+
"type": {
|
|
5795
|
+
"fqn": "aws-cdk-lib.aws_s3.Bucket"
|
|
5796
|
+
}
|
|
5797
|
+
}
|
|
5798
|
+
],
|
|
5799
|
+
"symbolId": "lib/glue-job-helper:DeployGlueJobResponse"
|
|
5800
|
+
},
|
|
5801
|
+
"@aws-solutions-constructs/core.DeploySagemakerEndpointResponse": {
|
|
5802
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
5803
|
+
"datatype": true,
|
|
5804
|
+
"fqn": "@aws-solutions-constructs/core.DeploySagemakerEndpointResponse",
|
|
5805
|
+
"kind": "interface",
|
|
5806
|
+
"locationInModule": {
|
|
5807
|
+
"filename": "lib/sagemaker-helper.ts",
|
|
5808
|
+
"line": 374
|
|
5809
|
+
},
|
|
5810
|
+
"name": "DeploySagemakerEndpointResponse",
|
|
5811
|
+
"properties": [
|
|
5812
|
+
{
|
|
5813
|
+
"abstract": true,
|
|
5814
|
+
"immutable": true,
|
|
5815
|
+
"locationInModule": {
|
|
5816
|
+
"filename": "lib/sagemaker-helper.ts",
|
|
5817
|
+
"line": 375
|
|
5818
|
+
},
|
|
5819
|
+
"name": "endpoint",
|
|
5820
|
+
"type": {
|
|
5821
|
+
"fqn": "aws-cdk-lib.aws_sagemaker.CfnEndpoint"
|
|
5822
|
+
}
|
|
5823
|
+
},
|
|
5824
|
+
{
|
|
5825
|
+
"abstract": true,
|
|
5826
|
+
"immutable": true,
|
|
5827
|
+
"locationInModule": {
|
|
5828
|
+
"filename": "lib/sagemaker-helper.ts",
|
|
5829
|
+
"line": 376
|
|
5830
|
+
},
|
|
5831
|
+
"name": "endpointConfig",
|
|
5832
|
+
"optional": true,
|
|
5833
|
+
"type": {
|
|
5834
|
+
"fqn": "aws-cdk-lib.aws_sagemaker.CfnEndpointConfig"
|
|
5835
|
+
}
|
|
5836
|
+
},
|
|
5837
|
+
{
|
|
5838
|
+
"abstract": true,
|
|
5839
|
+
"immutable": true,
|
|
5840
|
+
"locationInModule": {
|
|
5841
|
+
"filename": "lib/sagemaker-helper.ts",
|
|
5842
|
+
"line": 377
|
|
5843
|
+
},
|
|
5844
|
+
"name": "model",
|
|
5845
|
+
"optional": true,
|
|
5846
|
+
"type": {
|
|
5847
|
+
"fqn": "aws-cdk-lib.aws_sagemaker.CfnModel"
|
|
5848
|
+
}
|
|
5849
|
+
}
|
|
5850
|
+
],
|
|
5851
|
+
"symbolId": "lib/sagemaker-helper:DeploySagemakerEndpointResponse"
|
|
5852
|
+
},
|
|
5853
|
+
"@aws-solutions-constructs/core.EventSourceProps": {
|
|
5854
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
5855
|
+
"datatype": true,
|
|
5856
|
+
"fqn": "@aws-solutions-constructs/core.EventSourceProps",
|
|
4970
5857
|
"kind": "interface",
|
|
4971
5858
|
"locationInModule": {
|
|
4972
|
-
"filename": "lib/
|
|
4973
|
-
"line":
|
|
5859
|
+
"filename": "lib/lambda-event-source-mapping-defaults.ts",
|
|
5860
|
+
"line": 28
|
|
4974
5861
|
},
|
|
4975
|
-
"name": "
|
|
5862
|
+
"name": "EventSourceProps",
|
|
4976
5863
|
"properties": [
|
|
4977
5864
|
{
|
|
4978
5865
|
"abstract": true,
|
|
4979
5866
|
"immutable": true,
|
|
4980
5867
|
"locationInModule": {
|
|
4981
|
-
"filename": "lib/
|
|
4982
|
-
"line":
|
|
5868
|
+
"filename": "lib/lambda-event-source-mapping-defaults.ts",
|
|
5869
|
+
"line": 30
|
|
4983
5870
|
},
|
|
4984
|
-
"name": "
|
|
5871
|
+
"name": "deploySqsDlqQueue",
|
|
5872
|
+
"optional": true,
|
|
4985
5873
|
"type": {
|
|
4986
|
-
"primitive": "
|
|
5874
|
+
"primitive": "boolean"
|
|
4987
5875
|
}
|
|
4988
5876
|
},
|
|
4989
5877
|
{
|
|
4990
5878
|
"abstract": true,
|
|
4991
5879
|
"immutable": true,
|
|
4992
5880
|
"locationInModule": {
|
|
4993
|
-
"filename": "lib/
|
|
4994
|
-
"line":
|
|
5881
|
+
"filename": "lib/lambda-event-source-mapping-defaults.ts",
|
|
5882
|
+
"line": 29
|
|
4995
5883
|
},
|
|
4996
|
-
"name": "
|
|
5884
|
+
"name": "eventSourceProps",
|
|
5885
|
+
"optional": true,
|
|
4997
5886
|
"type": {
|
|
4998
|
-
"
|
|
5887
|
+
"fqn": "aws-cdk-lib.aws_lambda_event_sources.StreamEventSourceProps"
|
|
5888
|
+
}
|
|
5889
|
+
},
|
|
5890
|
+
{
|
|
5891
|
+
"abstract": true,
|
|
5892
|
+
"immutable": true,
|
|
5893
|
+
"locationInModule": {
|
|
5894
|
+
"filename": "lib/lambda-event-source-mapping-defaults.ts",
|
|
5895
|
+
"line": 31
|
|
5896
|
+
},
|
|
5897
|
+
"name": "sqsDlqQueueProps",
|
|
5898
|
+
"optional": true,
|
|
5899
|
+
"type": {
|
|
5900
|
+
"fqn": "aws-cdk-lib.aws_sqs.QueueProps"
|
|
4999
5901
|
}
|
|
5000
5902
|
}
|
|
5001
5903
|
],
|
|
5002
|
-
"symbolId": "lib/
|
|
5904
|
+
"symbolId": "lib/lambda-event-source-mapping-defaults:EventSourceProps"
|
|
5003
5905
|
},
|
|
5004
|
-
"@aws-solutions-constructs/core.
|
|
5906
|
+
"@aws-solutions-constructs/core.GlobalLambdaRestApiResponse": {
|
|
5005
5907
|
"assembly": "@aws-solutions-constructs/core",
|
|
5006
5908
|
"datatype": true,
|
|
5007
|
-
"fqn": "@aws-solutions-constructs/core.
|
|
5909
|
+
"fqn": "@aws-solutions-constructs/core.GlobalLambdaRestApiResponse",
|
|
5008
5910
|
"kind": "interface",
|
|
5009
5911
|
"locationInModule": {
|
|
5010
|
-
"filename": "lib/
|
|
5011
|
-
"line":
|
|
5912
|
+
"filename": "lib/apigateway-helper.ts",
|
|
5913
|
+
"line": 181
|
|
5012
5914
|
},
|
|
5013
|
-
"name": "
|
|
5915
|
+
"name": "GlobalLambdaRestApiResponse",
|
|
5014
5916
|
"properties": [
|
|
5015
5917
|
{
|
|
5016
5918
|
"abstract": true,
|
|
5017
5919
|
"immutable": true,
|
|
5018
5920
|
"locationInModule": {
|
|
5019
|
-
"filename": "lib/
|
|
5020
|
-
"line":
|
|
5921
|
+
"filename": "lib/apigateway-helper.ts",
|
|
5922
|
+
"line": 182
|
|
5021
5923
|
},
|
|
5022
|
-
"name": "
|
|
5924
|
+
"name": "api",
|
|
5023
5925
|
"type": {
|
|
5024
|
-
"fqn": "aws-cdk-lib.
|
|
5926
|
+
"fqn": "aws-cdk-lib.aws_apigateway.RestApi"
|
|
5025
5927
|
}
|
|
5026
5928
|
},
|
|
5027
5929
|
{
|
|
5028
5930
|
"abstract": true,
|
|
5029
5931
|
"immutable": true,
|
|
5030
5932
|
"locationInModule": {
|
|
5031
|
-
"filename": "lib/
|
|
5032
|
-
"line":
|
|
5933
|
+
"filename": "lib/apigateway-helper.ts",
|
|
5934
|
+
"line": 184
|
|
5033
5935
|
},
|
|
5034
|
-
"name": "
|
|
5936
|
+
"name": "group",
|
|
5035
5937
|
"type": {
|
|
5036
|
-
"fqn": "aws-cdk-lib.
|
|
5938
|
+
"fqn": "aws-cdk-lib.aws_logs.LogGroup"
|
|
5037
5939
|
}
|
|
5038
5940
|
},
|
|
5039
5941
|
{
|
|
5040
5942
|
"abstract": true,
|
|
5041
5943
|
"immutable": true,
|
|
5042
5944
|
"locationInModule": {
|
|
5043
|
-
"filename": "lib/
|
|
5044
|
-
"line":
|
|
5945
|
+
"filename": "lib/apigateway-helper.ts",
|
|
5946
|
+
"line": 183
|
|
5045
5947
|
},
|
|
5046
|
-
"name": "
|
|
5948
|
+
"name": "role",
|
|
5949
|
+
"optional": true,
|
|
5047
5950
|
"type": {
|
|
5048
|
-
"fqn": "aws-cdk-lib.
|
|
5951
|
+
"fqn": "aws-cdk-lib.aws_iam.Role"
|
|
5049
5952
|
}
|
|
5050
5953
|
}
|
|
5051
5954
|
],
|
|
5052
|
-
"symbolId": "lib/
|
|
5955
|
+
"symbolId": "lib/apigateway-helper:GlobalLambdaRestApiResponse"
|
|
5053
5956
|
},
|
|
5054
|
-
"@aws-solutions-constructs/core.
|
|
5957
|
+
"@aws-solutions-constructs/core.GlobalRestApiResponse": {
|
|
5055
5958
|
"assembly": "@aws-solutions-constructs/core",
|
|
5056
5959
|
"datatype": true,
|
|
5057
|
-
"fqn": "@aws-solutions-constructs/core.
|
|
5960
|
+
"fqn": "@aws-solutions-constructs/core.GlobalRestApiResponse",
|
|
5058
5961
|
"kind": "interface",
|
|
5059
5962
|
"locationInModule": {
|
|
5060
|
-
"filename": "lib/
|
|
5061
|
-
"line":
|
|
5963
|
+
"filename": "lib/apigateway-helper.ts",
|
|
5964
|
+
"line": 229
|
|
5062
5965
|
},
|
|
5063
|
-
"name": "
|
|
5966
|
+
"name": "GlobalRestApiResponse",
|
|
5064
5967
|
"properties": [
|
|
5065
5968
|
{
|
|
5066
5969
|
"abstract": true,
|
|
5067
5970
|
"immutable": true,
|
|
5068
5971
|
"locationInModule": {
|
|
5069
|
-
"filename": "lib/
|
|
5070
|
-
"line":
|
|
5972
|
+
"filename": "lib/apigateway-helper.ts",
|
|
5973
|
+
"line": 230
|
|
5071
5974
|
},
|
|
5072
|
-
"name": "
|
|
5073
|
-
"optional": true,
|
|
5975
|
+
"name": "api",
|
|
5074
5976
|
"type": {
|
|
5075
|
-
"
|
|
5977
|
+
"fqn": "aws-cdk-lib.aws_apigateway.RestApi"
|
|
5076
5978
|
}
|
|
5077
5979
|
},
|
|
5078
5980
|
{
|
|
5079
5981
|
"abstract": true,
|
|
5080
5982
|
"immutable": true,
|
|
5081
5983
|
"locationInModule": {
|
|
5082
|
-
"filename": "lib/
|
|
5083
|
-
"line":
|
|
5984
|
+
"filename": "lib/apigateway-helper.ts",
|
|
5985
|
+
"line": 232
|
|
5084
5986
|
},
|
|
5085
|
-
"name": "
|
|
5086
|
-
"optional": true,
|
|
5987
|
+
"name": "logGroup",
|
|
5087
5988
|
"type": {
|
|
5088
|
-
"fqn": "aws-cdk-lib.
|
|
5989
|
+
"fqn": "aws-cdk-lib.aws_logs.LogGroup"
|
|
5089
5990
|
}
|
|
5090
5991
|
},
|
|
5091
5992
|
{
|
|
5092
5993
|
"abstract": true,
|
|
5093
5994
|
"immutable": true,
|
|
5094
5995
|
"locationInModule": {
|
|
5095
|
-
"filename": "lib/
|
|
5096
|
-
"line":
|
|
5996
|
+
"filename": "lib/apigateway-helper.ts",
|
|
5997
|
+
"line": 231
|
|
5097
5998
|
},
|
|
5098
|
-
"name": "
|
|
5999
|
+
"name": "role",
|
|
5099
6000
|
"optional": true,
|
|
5100
6001
|
"type": {
|
|
5101
|
-
"fqn": "aws-cdk-lib.
|
|
6002
|
+
"fqn": "aws-cdk-lib.aws_iam.Role"
|
|
5102
6003
|
}
|
|
5103
6004
|
}
|
|
5104
6005
|
],
|
|
5105
|
-
"symbolId": "lib/
|
|
6006
|
+
"symbolId": "lib/apigateway-helper:GlobalRestApiResponse"
|
|
5106
6007
|
},
|
|
5107
6008
|
"@aws-solutions-constructs/core.ObtainMemcachedClusterProps": {
|
|
5108
6009
|
"assembly": "@aws-solutions-constructs/core",
|
|
@@ -5111,7 +6012,7 @@
|
|
|
5111
6012
|
"kind": "interface",
|
|
5112
6013
|
"locationInModule": {
|
|
5113
6014
|
"filename": "lib/elasticache-helper.ts",
|
|
5114
|
-
"line":
|
|
6015
|
+
"line": 25
|
|
5115
6016
|
},
|
|
5116
6017
|
"name": "ObtainMemcachedClusterProps",
|
|
5117
6018
|
"properties": [
|
|
@@ -5120,7 +6021,7 @@
|
|
|
5120
6021
|
"immutable": true,
|
|
5121
6022
|
"locationInModule": {
|
|
5122
6023
|
"filename": "lib/elasticache-helper.ts",
|
|
5123
|
-
"line":
|
|
6024
|
+
"line": 27
|
|
5124
6025
|
},
|
|
5125
6026
|
"name": "cacheSecurityGroupId",
|
|
5126
6027
|
"type": {
|
|
@@ -5132,7 +6033,7 @@
|
|
|
5132
6033
|
"immutable": true,
|
|
5133
6034
|
"locationInModule": {
|
|
5134
6035
|
"filename": "lib/elasticache-helper.ts",
|
|
5135
|
-
"line":
|
|
6036
|
+
"line": 26
|
|
5136
6037
|
},
|
|
5137
6038
|
"name": "cachePort",
|
|
5138
6039
|
"optional": true,
|
|
@@ -5145,7 +6046,7 @@
|
|
|
5145
6046
|
"immutable": true,
|
|
5146
6047
|
"locationInModule": {
|
|
5147
6048
|
"filename": "lib/elasticache-helper.ts",
|
|
5148
|
-
"line":
|
|
6049
|
+
"line": 28
|
|
5149
6050
|
},
|
|
5150
6051
|
"name": "cacheProps",
|
|
5151
6052
|
"optional": true,
|
|
@@ -5158,7 +6059,7 @@
|
|
|
5158
6059
|
"immutable": true,
|
|
5159
6060
|
"locationInModule": {
|
|
5160
6061
|
"filename": "lib/elasticache-helper.ts",
|
|
5161
|
-
"line":
|
|
6062
|
+
"line": 29
|
|
5162
6063
|
},
|
|
5163
6064
|
"name": "existingCache",
|
|
5164
6065
|
"optional": true,
|
|
@@ -5171,7 +6072,7 @@
|
|
|
5171
6072
|
"immutable": true,
|
|
5172
6073
|
"locationInModule": {
|
|
5173
6074
|
"filename": "lib/elasticache-helper.ts",
|
|
5174
|
-
"line":
|
|
6075
|
+
"line": 30
|
|
5175
6076
|
},
|
|
5176
6077
|
"name": "vpc",
|
|
5177
6078
|
"optional": true,
|
|
@@ -5182,6 +6083,108 @@
|
|
|
5182
6083
|
],
|
|
5183
6084
|
"symbolId": "lib/elasticache-helper:ObtainMemcachedClusterProps"
|
|
5184
6085
|
},
|
|
6086
|
+
"@aws-solutions-constructs/core.RegionalLambdaRestApiResponse": {
|
|
6087
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
6088
|
+
"datatype": true,
|
|
6089
|
+
"fqn": "@aws-solutions-constructs/core.RegionalLambdaRestApiResponse",
|
|
6090
|
+
"kind": "interface",
|
|
6091
|
+
"locationInModule": {
|
|
6092
|
+
"filename": "lib/apigateway-helper.ts",
|
|
6093
|
+
"line": 205
|
|
6094
|
+
},
|
|
6095
|
+
"name": "RegionalLambdaRestApiResponse",
|
|
6096
|
+
"properties": [
|
|
6097
|
+
{
|
|
6098
|
+
"abstract": true,
|
|
6099
|
+
"immutable": true,
|
|
6100
|
+
"locationInModule": {
|
|
6101
|
+
"filename": "lib/apigateway-helper.ts",
|
|
6102
|
+
"line": 206
|
|
6103
|
+
},
|
|
6104
|
+
"name": "api",
|
|
6105
|
+
"type": {
|
|
6106
|
+
"fqn": "aws-cdk-lib.aws_apigateway.RestApi"
|
|
6107
|
+
}
|
|
6108
|
+
},
|
|
6109
|
+
{
|
|
6110
|
+
"abstract": true,
|
|
6111
|
+
"immutable": true,
|
|
6112
|
+
"locationInModule": {
|
|
6113
|
+
"filename": "lib/apigateway-helper.ts",
|
|
6114
|
+
"line": 208
|
|
6115
|
+
},
|
|
6116
|
+
"name": "group",
|
|
6117
|
+
"type": {
|
|
6118
|
+
"fqn": "aws-cdk-lib.aws_logs.LogGroup"
|
|
6119
|
+
}
|
|
6120
|
+
},
|
|
6121
|
+
{
|
|
6122
|
+
"abstract": true,
|
|
6123
|
+
"immutable": true,
|
|
6124
|
+
"locationInModule": {
|
|
6125
|
+
"filename": "lib/apigateway-helper.ts",
|
|
6126
|
+
"line": 207
|
|
6127
|
+
},
|
|
6128
|
+
"name": "role",
|
|
6129
|
+
"optional": true,
|
|
6130
|
+
"type": {
|
|
6131
|
+
"fqn": "aws-cdk-lib.aws_iam.Role"
|
|
6132
|
+
}
|
|
6133
|
+
}
|
|
6134
|
+
],
|
|
6135
|
+
"symbolId": "lib/apigateway-helper:RegionalLambdaRestApiResponse"
|
|
6136
|
+
},
|
|
6137
|
+
"@aws-solutions-constructs/core.RegionalRestApiResponse": {
|
|
6138
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
6139
|
+
"datatype": true,
|
|
6140
|
+
"fqn": "@aws-solutions-constructs/core.RegionalRestApiResponse",
|
|
6141
|
+
"kind": "interface",
|
|
6142
|
+
"locationInModule": {
|
|
6143
|
+
"filename": "lib/apigateway-helper.ts",
|
|
6144
|
+
"line": 252
|
|
6145
|
+
},
|
|
6146
|
+
"name": "RegionalRestApiResponse",
|
|
6147
|
+
"properties": [
|
|
6148
|
+
{
|
|
6149
|
+
"abstract": true,
|
|
6150
|
+
"immutable": true,
|
|
6151
|
+
"locationInModule": {
|
|
6152
|
+
"filename": "lib/apigateway-helper.ts",
|
|
6153
|
+
"line": 253
|
|
6154
|
+
},
|
|
6155
|
+
"name": "api",
|
|
6156
|
+
"type": {
|
|
6157
|
+
"fqn": "aws-cdk-lib.aws_apigateway.RestApi"
|
|
6158
|
+
}
|
|
6159
|
+
},
|
|
6160
|
+
{
|
|
6161
|
+
"abstract": true,
|
|
6162
|
+
"immutable": true,
|
|
6163
|
+
"locationInModule": {
|
|
6164
|
+
"filename": "lib/apigateway-helper.ts",
|
|
6165
|
+
"line": 255
|
|
6166
|
+
},
|
|
6167
|
+
"name": "logGroup",
|
|
6168
|
+
"type": {
|
|
6169
|
+
"fqn": "aws-cdk-lib.aws_logs.LogGroup"
|
|
6170
|
+
}
|
|
6171
|
+
},
|
|
6172
|
+
{
|
|
6173
|
+
"abstract": true,
|
|
6174
|
+
"immutable": true,
|
|
6175
|
+
"locationInModule": {
|
|
6176
|
+
"filename": "lib/apigateway-helper.ts",
|
|
6177
|
+
"line": 254
|
|
6178
|
+
},
|
|
6179
|
+
"name": "role",
|
|
6180
|
+
"optional": true,
|
|
6181
|
+
"type": {
|
|
6182
|
+
"fqn": "aws-cdk-lib.aws_iam.Role"
|
|
6183
|
+
}
|
|
6184
|
+
}
|
|
6185
|
+
],
|
|
6186
|
+
"symbolId": "lib/apigateway-helper:RegionalRestApiResponse"
|
|
6187
|
+
},
|
|
5185
6188
|
"@aws-solutions-constructs/core.SecurityGroupRuleDefinition": {
|
|
5186
6189
|
"assembly": "@aws-solutions-constructs/core",
|
|
5187
6190
|
"datatype": true,
|
|
@@ -5189,7 +6192,7 @@
|
|
|
5189
6192
|
"kind": "interface",
|
|
5190
6193
|
"locationInModule": {
|
|
5191
6194
|
"filename": "lib/security-group-helper.ts",
|
|
5192
|
-
"line":
|
|
6195
|
+
"line": 24
|
|
5193
6196
|
},
|
|
5194
6197
|
"name": "SecurityGroupRuleDefinition",
|
|
5195
6198
|
"properties": [
|
|
@@ -5198,7 +6201,7 @@
|
|
|
5198
6201
|
"immutable": true,
|
|
5199
6202
|
"locationInModule": {
|
|
5200
6203
|
"filename": "lib/security-group-helper.ts",
|
|
5201
|
-
"line":
|
|
6204
|
+
"line": 26
|
|
5202
6205
|
},
|
|
5203
6206
|
"name": "connection",
|
|
5204
6207
|
"type": {
|
|
@@ -5210,7 +6213,7 @@
|
|
|
5210
6213
|
"immutable": true,
|
|
5211
6214
|
"locationInModule": {
|
|
5212
6215
|
"filename": "lib/security-group-helper.ts",
|
|
5213
|
-
"line":
|
|
6216
|
+
"line": 25
|
|
5214
6217
|
},
|
|
5215
6218
|
"name": "peer",
|
|
5216
6219
|
"type": {
|
|
@@ -5222,7 +6225,7 @@
|
|
|
5222
6225
|
"immutable": true,
|
|
5223
6226
|
"locationInModule": {
|
|
5224
6227
|
"filename": "lib/security-group-helper.ts",
|
|
5225
|
-
"line":
|
|
6228
|
+
"line": 27
|
|
5226
6229
|
},
|
|
5227
6230
|
"name": "description",
|
|
5228
6231
|
"optional": true,
|
|
@@ -5235,7 +6238,7 @@
|
|
|
5235
6238
|
"immutable": true,
|
|
5236
6239
|
"locationInModule": {
|
|
5237
6240
|
"filename": "lib/security-group-helper.ts",
|
|
5238
|
-
"line":
|
|
6241
|
+
"line": 28
|
|
5239
6242
|
},
|
|
5240
6243
|
"name": "remoteRule",
|
|
5241
6244
|
"optional": true,
|
|
@@ -5252,7 +6255,7 @@
|
|
|
5252
6255
|
"kind": "enum",
|
|
5253
6256
|
"locationInModule": {
|
|
5254
6257
|
"filename": "lib/vpc-helper.ts",
|
|
5255
|
-
"line":
|
|
6258
|
+
"line": 68
|
|
5256
6259
|
},
|
|
5257
6260
|
"members": [
|
|
5258
6261
|
{
|
|
@@ -5308,7 +6311,7 @@
|
|
|
5308
6311
|
"kind": "interface",
|
|
5309
6312
|
"locationInModule": {
|
|
5310
6313
|
"filename": "lib/glue-job-helper.ts",
|
|
5311
|
-
"line":
|
|
6314
|
+
"line": 41
|
|
5312
6315
|
},
|
|
5313
6316
|
"name": "SinkDataStoreProps",
|
|
5314
6317
|
"properties": [
|
|
@@ -5320,7 +6323,7 @@
|
|
|
5320
6323
|
"immutable": true,
|
|
5321
6324
|
"locationInModule": {
|
|
5322
6325
|
"filename": "lib/glue-job-helper.ts",
|
|
5323
|
-
"line":
|
|
6326
|
+
"line": 45
|
|
5324
6327
|
},
|
|
5325
6328
|
"name": "datastoreType",
|
|
5326
6329
|
"type": {
|
|
@@ -5336,7 +6339,7 @@
|
|
|
5336
6339
|
"immutable": true,
|
|
5337
6340
|
"locationInModule": {
|
|
5338
6341
|
"filename": "lib/glue-job-helper.ts",
|
|
5339
|
-
"line":
|
|
6342
|
+
"line": 58
|
|
5340
6343
|
},
|
|
5341
6344
|
"name": "existingS3OutputBucket",
|
|
5342
6345
|
"optional": true,
|
|
@@ -5353,7 +6356,7 @@
|
|
|
5353
6356
|
"immutable": true,
|
|
5354
6357
|
"locationInModule": {
|
|
5355
6358
|
"filename": "lib/glue-job-helper.ts",
|
|
5356
|
-
"line":
|
|
6359
|
+
"line": 63
|
|
5357
6360
|
},
|
|
5358
6361
|
"name": "outputBucketProps",
|
|
5359
6362
|
"optional": true,
|
|
@@ -5374,7 +6377,7 @@
|
|
|
5374
6377
|
"kind": "enum",
|
|
5375
6378
|
"locationInModule": {
|
|
5376
6379
|
"filename": "lib/glue-job-helper.ts",
|
|
5377
|
-
"line":
|
|
6380
|
+
"line": 33
|
|
5378
6381
|
},
|
|
5379
6382
|
"members": [
|
|
5380
6383
|
{
|
|
@@ -5391,7 +6394,7 @@
|
|
|
5391
6394
|
"kind": "interface",
|
|
5392
6395
|
"locationInModule": {
|
|
5393
6396
|
"filename": "lib/input-validation.ts",
|
|
5394
|
-
"line":
|
|
6397
|
+
"line": 35
|
|
5395
6398
|
},
|
|
5396
6399
|
"name": "VerifiedProps",
|
|
5397
6400
|
"properties": [
|
|
@@ -5400,7 +6403,7 @@
|
|
|
5400
6403
|
"immutable": true,
|
|
5401
6404
|
"locationInModule": {
|
|
5402
6405
|
"filename": "lib/input-validation.ts",
|
|
5403
|
-
"line":
|
|
6406
|
+
"line": 81
|
|
5404
6407
|
},
|
|
5405
6408
|
"name": "albLoggingBucketProps",
|
|
5406
6409
|
"optional": true,
|
|
@@ -5413,7 +6416,7 @@
|
|
|
5413
6416
|
"immutable": true,
|
|
5414
6417
|
"locationInModule": {
|
|
5415
6418
|
"filename": "lib/input-validation.ts",
|
|
5416
|
-
"line":
|
|
6419
|
+
"line": 56
|
|
5417
6420
|
},
|
|
5418
6421
|
"name": "bucketProps",
|
|
5419
6422
|
"optional": true,
|
|
@@ -5426,7 +6429,7 @@
|
|
|
5426
6429
|
"immutable": true,
|
|
5427
6430
|
"locationInModule": {
|
|
5428
6431
|
"filename": "lib/input-validation.ts",
|
|
5429
|
-
"line":
|
|
6432
|
+
"line": 49
|
|
5430
6433
|
},
|
|
5431
6434
|
"name": "deadLetterQueueProps",
|
|
5432
6435
|
"optional": true,
|
|
@@ -5439,7 +6442,7 @@
|
|
|
5439
6442
|
"immutable": true,
|
|
5440
6443
|
"locationInModule": {
|
|
5441
6444
|
"filename": "lib/input-validation.ts",
|
|
5442
|
-
"line":
|
|
6445
|
+
"line": 48
|
|
5443
6446
|
},
|
|
5444
6447
|
"name": "deployDeadLetterQueue",
|
|
5445
6448
|
"optional": true,
|
|
@@ -5452,7 +6455,7 @@
|
|
|
5452
6455
|
"immutable": true,
|
|
5453
6456
|
"locationInModule": {
|
|
5454
6457
|
"filename": "lib/input-validation.ts",
|
|
5455
|
-
"line":
|
|
6458
|
+
"line": 72
|
|
5456
6459
|
},
|
|
5457
6460
|
"name": "deployVpc",
|
|
5458
6461
|
"optional": true,
|
|
@@ -5465,7 +6468,7 @@
|
|
|
5465
6468
|
"immutable": true,
|
|
5466
6469
|
"locationInModule": {
|
|
5467
6470
|
"filename": "lib/input-validation.ts",
|
|
5468
|
-
"line":
|
|
6471
|
+
"line": 36
|
|
5469
6472
|
},
|
|
5470
6473
|
"name": "dynamoTableProps",
|
|
5471
6474
|
"optional": true,
|
|
@@ -5478,7 +6481,7 @@
|
|
|
5478
6481
|
"immutable": true,
|
|
5479
6482
|
"locationInModule": {
|
|
5480
6483
|
"filename": "lib/input-validation.ts",
|
|
5481
|
-
"line":
|
|
6484
|
+
"line": 74
|
|
5482
6485
|
},
|
|
5483
6486
|
"name": "encryptionKey",
|
|
5484
6487
|
"optional": true,
|
|
@@ -5491,7 +6494,7 @@
|
|
|
5491
6494
|
"immutable": true,
|
|
5492
6495
|
"locationInModule": {
|
|
5493
6496
|
"filename": "lib/input-validation.ts",
|
|
5494
|
-
"line":
|
|
6497
|
+
"line": 75
|
|
5495
6498
|
},
|
|
5496
6499
|
"name": "encryptionKeyProps",
|
|
5497
6500
|
"optional": true,
|
|
@@ -5504,7 +6507,7 @@
|
|
|
5504
6507
|
"immutable": true,
|
|
5505
6508
|
"locationInModule": {
|
|
5506
6509
|
"filename": "lib/input-validation.ts",
|
|
5507
|
-
"line":
|
|
6510
|
+
"line": 65
|
|
5508
6511
|
},
|
|
5509
6512
|
"name": "endpointProps",
|
|
5510
6513
|
"optional": true,
|
|
@@ -5517,7 +6520,7 @@
|
|
|
5517
6520
|
"immutable": true,
|
|
5518
6521
|
"locationInModule": {
|
|
5519
6522
|
"filename": "lib/input-validation.ts",
|
|
5520
|
-
"line":
|
|
6523
|
+
"line": 55
|
|
5521
6524
|
},
|
|
5522
6525
|
"name": "existingBucketInterface",
|
|
5523
6526
|
"optional": true,
|
|
@@ -5530,7 +6533,7 @@
|
|
|
5530
6533
|
"immutable": true,
|
|
5531
6534
|
"locationInModule": {
|
|
5532
6535
|
"filename": "lib/input-validation.ts",
|
|
5533
|
-
"line":
|
|
6536
|
+
"line": 54
|
|
5534
6537
|
},
|
|
5535
6538
|
"name": "existingBucketObj",
|
|
5536
6539
|
"optional": true,
|
|
@@ -5543,7 +6546,7 @@
|
|
|
5543
6546
|
"immutable": true,
|
|
5544
6547
|
"locationInModule": {
|
|
5545
6548
|
"filename": "lib/input-validation.ts",
|
|
5546
|
-
"line":
|
|
6549
|
+
"line": 62
|
|
5547
6550
|
},
|
|
5548
6551
|
"name": "existingGlueJob",
|
|
5549
6552
|
"optional": true,
|
|
@@ -5556,7 +6559,7 @@
|
|
|
5556
6559
|
"immutable": true,
|
|
5557
6560
|
"locationInModule": {
|
|
5558
6561
|
"filename": "lib/input-validation.ts",
|
|
5559
|
-
"line":
|
|
6562
|
+
"line": 43
|
|
5560
6563
|
},
|
|
5561
6564
|
"name": "existingLambdaObj",
|
|
5562
6565
|
"optional": true,
|
|
@@ -5569,7 +6572,7 @@
|
|
|
5569
6572
|
"immutable": true,
|
|
5570
6573
|
"locationInModule": {
|
|
5571
6574
|
"filename": "lib/input-validation.ts",
|
|
5572
|
-
"line":
|
|
6575
|
+
"line": 78
|
|
5573
6576
|
},
|
|
5574
6577
|
"name": "existingLoadBalancerObj",
|
|
5575
6578
|
"optional": true,
|
|
@@ -5582,7 +6585,7 @@
|
|
|
5582
6585
|
"immutable": true,
|
|
5583
6586
|
"locationInModule": {
|
|
5584
6587
|
"filename": "lib/input-validation.ts",
|
|
5585
|
-
"line":
|
|
6588
|
+
"line": 83
|
|
5586
6589
|
},
|
|
5587
6590
|
"name": "existingLoggingBucketObj",
|
|
5588
6591
|
"optional": true,
|
|
@@ -5595,7 +6598,7 @@
|
|
|
5595
6598
|
"immutable": true,
|
|
5596
6599
|
"locationInModule": {
|
|
5597
6600
|
"filename": "lib/input-validation.ts",
|
|
5598
|
-
"line":
|
|
6601
|
+
"line": 51
|
|
5599
6602
|
},
|
|
5600
6603
|
"name": "existingMediaStoreContainerObj",
|
|
5601
6604
|
"optional": true,
|
|
@@ -5608,7 +6611,7 @@
|
|
|
5608
6611
|
"immutable": true,
|
|
5609
6612
|
"locationInModule": {
|
|
5610
6613
|
"filename": "lib/input-validation.ts",
|
|
5611
|
-
"line":
|
|
6614
|
+
"line": 46
|
|
5612
6615
|
},
|
|
5613
6616
|
"name": "existingQueueObj",
|
|
5614
6617
|
"optional": true,
|
|
@@ -5621,7 +6624,7 @@
|
|
|
5621
6624
|
"immutable": true,
|
|
5622
6625
|
"locationInModule": {
|
|
5623
6626
|
"filename": "lib/input-validation.ts",
|
|
5624
|
-
"line":
|
|
6627
|
+
"line": 64
|
|
5625
6628
|
},
|
|
5626
6629
|
"name": "existingSagemakerEndpointObj",
|
|
5627
6630
|
"optional": true,
|
|
@@ -5634,7 +6637,7 @@
|
|
|
5634
6637
|
"immutable": true,
|
|
5635
6638
|
"locationInModule": {
|
|
5636
6639
|
"filename": "lib/input-validation.ts",
|
|
5637
|
-
"line":
|
|
6640
|
+
"line": 67
|
|
5638
6641
|
},
|
|
5639
6642
|
"name": "existingSecretObj",
|
|
5640
6643
|
"optional": true,
|
|
@@ -5647,7 +6650,7 @@
|
|
|
5647
6650
|
"immutable": true,
|
|
5648
6651
|
"locationInModule": {
|
|
5649
6652
|
"filename": "lib/input-validation.ts",
|
|
5650
|
-
"line":
|
|
6653
|
+
"line": 40
|
|
5651
6654
|
},
|
|
5652
6655
|
"name": "existingStreamObj",
|
|
5653
6656
|
"optional": true,
|
|
@@ -5660,7 +6663,7 @@
|
|
|
5660
6663
|
"immutable": true,
|
|
5661
6664
|
"locationInModule": {
|
|
5662
6665
|
"filename": "lib/input-validation.ts",
|
|
5663
|
-
"line":
|
|
6666
|
+
"line": 38
|
|
5664
6667
|
},
|
|
5665
6668
|
"name": "existingTableInterface",
|
|
5666
6669
|
"optional": true,
|
|
@@ -5673,7 +6676,7 @@
|
|
|
5673
6676
|
"immutable": true,
|
|
5674
6677
|
"locationInModule": {
|
|
5675
6678
|
"filename": "lib/input-validation.ts",
|
|
5676
|
-
"line":
|
|
6679
|
+
"line": 37
|
|
5677
6680
|
},
|
|
5678
6681
|
"name": "existingTableObj",
|
|
5679
6682
|
"optional": true,
|
|
@@ -5686,7 +6689,7 @@
|
|
|
5686
6689
|
"immutable": true,
|
|
5687
6690
|
"locationInModule": {
|
|
5688
6691
|
"filename": "lib/input-validation.ts",
|
|
5689
|
-
"line":
|
|
6692
|
+
"line": 59
|
|
5690
6693
|
},
|
|
5691
6694
|
"name": "existingTopicObj",
|
|
5692
6695
|
"optional": true,
|
|
@@ -5699,7 +6702,7 @@
|
|
|
5699
6702
|
"immutable": true,
|
|
5700
6703
|
"locationInModule": {
|
|
5701
6704
|
"filename": "lib/input-validation.ts",
|
|
5702
|
-
"line":
|
|
6705
|
+
"line": 70
|
|
5703
6706
|
},
|
|
5704
6707
|
"name": "existingVpc",
|
|
5705
6708
|
"optional": true,
|
|
@@ -5712,7 +6715,7 @@
|
|
|
5712
6715
|
"immutable": true,
|
|
5713
6716
|
"locationInModule": {
|
|
5714
6717
|
"filename": "lib/input-validation.ts",
|
|
5715
|
-
"line":
|
|
6718
|
+
"line": 61
|
|
5716
6719
|
},
|
|
5717
6720
|
"name": "glueJobProps",
|
|
5718
6721
|
"optional": true,
|
|
@@ -5725,7 +6728,7 @@
|
|
|
5725
6728
|
"immutable": true,
|
|
5726
6729
|
"locationInModule": {
|
|
5727
6730
|
"filename": "lib/input-validation.ts",
|
|
5728
|
-
"line":
|
|
6731
|
+
"line": 87
|
|
5729
6732
|
},
|
|
5730
6733
|
"name": "insertHttpSecurityHeaders",
|
|
5731
6734
|
"optional": true,
|
|
@@ -5738,7 +6741,7 @@
|
|
|
5738
6741
|
"immutable": true,
|
|
5739
6742
|
"locationInModule": {
|
|
5740
6743
|
"filename": "lib/input-validation.ts",
|
|
5741
|
-
"line":
|
|
6744
|
+
"line": 41
|
|
5742
6745
|
},
|
|
5743
6746
|
"name": "kinesisStreamProps",
|
|
5744
6747
|
"optional": true,
|
|
@@ -5751,7 +6754,7 @@
|
|
|
5751
6754
|
"immutable": true,
|
|
5752
6755
|
"locationInModule": {
|
|
5753
6756
|
"filename": "lib/input-validation.ts",
|
|
5754
|
-
"line":
|
|
6757
|
+
"line": 44
|
|
5755
6758
|
},
|
|
5756
6759
|
"name": "lambdaFunctionProps",
|
|
5757
6760
|
"optional": true,
|
|
@@ -5764,7 +6767,7 @@
|
|
|
5764
6767
|
"immutable": true,
|
|
5765
6768
|
"locationInModule": {
|
|
5766
6769
|
"filename": "lib/input-validation.ts",
|
|
5767
|
-
"line":
|
|
6770
|
+
"line": 77
|
|
5768
6771
|
},
|
|
5769
6772
|
"name": "loadBalancerProps",
|
|
5770
6773
|
"optional": true,
|
|
@@ -5777,7 +6780,7 @@
|
|
|
5777
6780
|
"immutable": true,
|
|
5778
6781
|
"locationInModule": {
|
|
5779
6782
|
"filename": "lib/input-validation.ts",
|
|
5780
|
-
"line":
|
|
6783
|
+
"line": 80
|
|
5781
6784
|
},
|
|
5782
6785
|
"name": "logAlbAccessLogs",
|
|
5783
6786
|
"optional": true,
|
|
@@ -5790,7 +6793,7 @@
|
|
|
5790
6793
|
"immutable": true,
|
|
5791
6794
|
"locationInModule": {
|
|
5792
6795
|
"filename": "lib/input-validation.ts",
|
|
5793
|
-
"line":
|
|
6796
|
+
"line": 84
|
|
5794
6797
|
},
|
|
5795
6798
|
"name": "loggingBucketProps",
|
|
5796
6799
|
"optional": true,
|
|
@@ -5803,7 +6806,7 @@
|
|
|
5803
6806
|
"immutable": true,
|
|
5804
6807
|
"locationInModule": {
|
|
5805
6808
|
"filename": "lib/input-validation.ts",
|
|
5806
|
-
"line":
|
|
6809
|
+
"line": 85
|
|
5807
6810
|
},
|
|
5808
6811
|
"name": "logS3AccessLogs",
|
|
5809
6812
|
"optional": true,
|
|
@@ -5816,7 +6819,7 @@
|
|
|
5816
6819
|
"immutable": true,
|
|
5817
6820
|
"locationInModule": {
|
|
5818
6821
|
"filename": "lib/input-validation.ts",
|
|
5819
|
-
"line":
|
|
6822
|
+
"line": 52
|
|
5820
6823
|
},
|
|
5821
6824
|
"name": "mediaStoreContainerProps",
|
|
5822
6825
|
"optional": true,
|
|
@@ -5829,7 +6832,7 @@
|
|
|
5829
6832
|
"immutable": true,
|
|
5830
6833
|
"locationInModule": {
|
|
5831
6834
|
"filename": "lib/input-validation.ts",
|
|
5832
|
-
"line":
|
|
6835
|
+
"line": 89
|
|
5833
6836
|
},
|
|
5834
6837
|
"name": "openSearchDomainProps",
|
|
5835
6838
|
"optional": true,
|
|
@@ -5842,7 +6845,7 @@
|
|
|
5842
6845
|
"immutable": true,
|
|
5843
6846
|
"locationInModule": {
|
|
5844
6847
|
"filename": "lib/input-validation.ts",
|
|
5845
|
-
"line":
|
|
6848
|
+
"line": 47
|
|
5846
6849
|
},
|
|
5847
6850
|
"name": "queueProps",
|
|
5848
6851
|
"optional": true,
|
|
@@ -5855,7 +6858,7 @@
|
|
|
5855
6858
|
"immutable": true,
|
|
5856
6859
|
"locationInModule": {
|
|
5857
6860
|
"filename": "lib/input-validation.ts",
|
|
5858
|
-
"line":
|
|
6861
|
+
"line": 88
|
|
5859
6862
|
},
|
|
5860
6863
|
"name": "responseHeadersPolicyProps",
|
|
5861
6864
|
"optional": true,
|
|
@@ -5868,7 +6871,7 @@
|
|
|
5868
6871
|
"immutable": true,
|
|
5869
6872
|
"locationInModule": {
|
|
5870
6873
|
"filename": "lib/input-validation.ts",
|
|
5871
|
-
"line":
|
|
6874
|
+
"line": 68
|
|
5872
6875
|
},
|
|
5873
6876
|
"name": "secretProps",
|
|
5874
6877
|
"optional": true,
|
|
@@ -5881,7 +6884,7 @@
|
|
|
5881
6884
|
"immutable": true,
|
|
5882
6885
|
"locationInModule": {
|
|
5883
6886
|
"filename": "lib/input-validation.ts",
|
|
5884
|
-
"line":
|
|
6887
|
+
"line": 58
|
|
5885
6888
|
},
|
|
5886
6889
|
"name": "topicProps",
|
|
5887
6890
|
"optional": true,
|
|
@@ -5894,7 +6897,7 @@
|
|
|
5894
6897
|
"immutable": true,
|
|
5895
6898
|
"locationInModule": {
|
|
5896
6899
|
"filename": "lib/input-validation.ts",
|
|
5897
|
-
"line":
|
|
6900
|
+
"line": 71
|
|
5898
6901
|
},
|
|
5899
6902
|
"name": "vpcProps",
|
|
5900
6903
|
"optional": true,
|
|
@@ -5906,6 +6909,6 @@
|
|
|
5906
6909
|
"symbolId": "lib/input-validation:VerifiedProps"
|
|
5907
6910
|
}
|
|
5908
6911
|
},
|
|
5909
|
-
"version": "2.
|
|
5910
|
-
"fingerprint": "
|
|
6912
|
+
"version": "2.34.0",
|
|
6913
|
+
"fingerprint": "icgzpq75ut7JZPDG/ju37JpDWZfNJGXFZ9R4ypRRGpM="
|
|
5911
6914
|
}
|