@aws-solutions-constructs/core 2.33.0 → 2.35.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 +252 -252
- 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 +11 -0
- package/lib/apigateway-helper.js +12 -1
- package/lib/cloudfront-distribution-defaults.d.ts +9 -0
- package/lib/cloudfront-distribution-defaults.js +10 -1
- package/lib/cloudfront-distribution-helper.d.ts +12 -0
- package/lib/cloudfront-distribution-helper.js +17 -1
- 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 +12 -0
- package/lib/dynamodb-table-helper.js +17 -1
- 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 +6 -0
- package/lib/elasticsearch-helper.js +11 -1
- 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 +9 -0
- package/lib/fargate-helper.js +10 -1
- 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 +12 -0
- package/lib/glue-job-helper.js +13 -1
- 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 +10 -1
- package/lib/lambda-helper.d.ts +16 -0
- package/lib/lambda-helper.js +21 -4
- 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 +6 -0
- package/lib/opensearch-helper.js +11 -1
- 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 +12 -0
- package/lib/s3-bucket-helper.js +13 -1
- package/lib/sagemaker-defaults.d.ts +12 -0
- package/lib/sagemaker-defaults.js +13 -1
- package/lib/sagemaker-helper.d.ts +18 -0
- package/lib/sagemaker-helper.js +23 -1
- 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 +3 -0
- package/lib/sns-helper.js +8 -1
- package/lib/sqs-defaults.d.ts +3 -0
- package/lib/sqs-defaults.js +8 -1
- package/lib/sqs-helper.d.ts +6 -0
- package/lib/sqs-helper.js +11 -1
- 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 +5 -0
- package/lib/step-function-helper.js +37 -29
- 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/package.json +3 -4
- package/test/alb-helper.test.d.ts +1 -1
- package/test/alb-helper.test.js +32 -29
- package/test/apigateway-helper.test.d.ts +1 -1
- package/test/apigateway-helper.test.js +50 -29
- package/test/cloudfront-distribution-api-gateway-helper.test.d.ts +1 -1
- package/test/cloudfront-distribution-api-gateway-helper.test.js +6 -6
- package/test/cloudfront-distribution-mediastore-helper.test.d.ts +1 -1
- package/test/cloudfront-distribution-mediastore-helper.test.js +12 -10
- package/test/cloudfront-distribution-s3-helper.test.d.ts +1 -1
- package/test/cloudfront-distribution-s3-helper.test.js +13 -14
- package/test/cloudwatch-log-group-helper.test.d.ts +1 -1
- package/test/cloudwatch-log-group-helper.test.js +6 -7
- package/test/congnito-helper.test.d.ts +1 -1
- package/test/congnito-helper.test.js +9 -8
- package/test/dynamo-table.test.d.ts +1 -1
- package/test/dynamo-table.test.js +46 -40
- package/test/elasticache-defaults.test.d.ts +1 -1
- package/test/elasticache-defaults.test.js +1 -2
- package/test/elasticache-helper.test.d.ts +1 -1
- package/test/elasticache-helper.test.js +4 -4
- package/test/elasticsearch-helper.test.d.ts +1 -1
- package/test/elasticsearch-helper.test.js +9 -9
- package/test/eventbridge-helper.test.d.ts +1 -1
- package/test/eventbridge-helper.test.js +5 -5
- package/test/events-rule.test.d.ts +1 -1
- package/test/events-rule.test.js +4 -4
- package/test/fargate-helper.test.d.ts +1 -1
- package/test/fargate-helper.test.js +22 -19
- package/test/glue-job-helper.test.d.ts +1 -1
- package/test/glue-job-helper.test.js +17 -17
- package/test/glue-table-helper.test.d.ts +1 -1
- package/test/glue-table-helper.test.js +9 -9
- package/test/iot-rule.test.d.ts +1 -1
- package/test/iot-rule.test.js +4 -4
- package/test/kinesis-analytics.test.d.ts +1 -1
- package/test/kinesis-analytics.test.js +4 -4
- package/test/kinesis-firehose-s3-defaults.test.d.ts +1 -1
- package/test/kinesis-firehose-s3-defaults.test.js +3 -3
- package/test/kinesis-streams-defaults.test.d.ts +1 -1
- package/test/kinesis-streams-defaults.test.js +3 -3
- package/test/kinesis-streams-helper.test.d.ts +1 -1
- package/test/kinesis-streams-helper.test.js +8 -8
- package/test/kms-helper.test.d.ts +1 -1
- package/test/kms-helper.test.js +6 -7
- package/test/lambda-event-source.test.d.ts +1 -1
- package/test/lambda-event-source.test.js +3 -3
- package/test/lambda-helper.test.d.ts +1 -1
- package/test/lambda-helper.test.js +14 -14
- package/test/mediastore-helper.test.d.ts +1 -1
- package/test/mediastore-helper.test.js +3 -3
- package/test/opensearch-helper.test.d.ts +1 -1
- package/test/opensearch-helper.test.js +9 -9
- package/test/override-warning-service.test.d.ts +1 -1
- package/test/override-warning-service.test.js +1 -2
- package/test/s3-bucket-helper.test.d.ts +1 -1
- package/test/s3-bucket-helper.test.js +44 -33
- package/test/s3-bucket.test.d.ts +1 -1
- package/test/s3-bucket.test.js +13 -12
- package/test/sagemaker-helper.test.d.ts +1 -1
- package/test/sagemaker-helper.test.js +4 -4
- package/test/secretsmanager-helper.test.d.ts +1 -1
- package/test/secretsmanager-helper.test.js +6 -7
- package/test/security-group-helper.test.d.ts +1 -1
- package/test/security-group-helper.test.js +6 -6
- package/test/sns-helper.test.d.ts +1 -1
- package/test/sns-helper.test.js +22 -18
- package/test/sqs-helper.test.d.ts +1 -1
- package/test/sqs-helper.test.js +15 -13
- package/test/ssm-string-parameter-helper.test.d.ts +1 -1
- package/test/ssm-string-parameter-helper.test.js +3 -3
- package/test/step-function-helper.test.d.ts +1 -1
- package/test/step-function-helper.test.js +71 -20
- package/test/test-helper.d.ts +1 -0
- package/test/test-helper.js +8 -3
- package/test/utils.test.js +20 -16
- package/test/vpc-helper.test.d.ts +1 -1
- package/test/vpc-helper.test.js +20 -18
- package/test/waf-helper.test.d.ts +1 -1
- package/test/waf-helper.test.js +7 -7
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.79.0 (build b22f628)",
|
|
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,
|
|
@@ -3755,7 +3755,7 @@
|
|
|
3755
3755
|
"kind": "interface",
|
|
3756
3756
|
"locationInModule": {
|
|
3757
3757
|
"filename": "lib/dynamodb-table-helper.ts",
|
|
3758
|
-
"line":
|
|
3758
|
+
"line": 64
|
|
3759
3759
|
},
|
|
3760
3760
|
"name": "BuildDynamoDBTableResponse",
|
|
3761
3761
|
"properties": [
|
|
@@ -3764,7 +3764,7 @@
|
|
|
3764
3764
|
"immutable": true,
|
|
3765
3765
|
"locationInModule": {
|
|
3766
3766
|
"filename": "lib/dynamodb-table-helper.ts",
|
|
3767
|
-
"line":
|
|
3767
|
+
"line": 65
|
|
3768
3768
|
},
|
|
3769
3769
|
"name": "tableInterface",
|
|
3770
3770
|
"type": {
|
|
@@ -3776,7 +3776,7 @@
|
|
|
3776
3776
|
"immutable": true,
|
|
3777
3777
|
"locationInModule": {
|
|
3778
3778
|
"filename": "lib/dynamodb-table-helper.ts",
|
|
3779
|
-
"line":
|
|
3779
|
+
"line": 66
|
|
3780
3780
|
},
|
|
3781
3781
|
"name": "tableObject",
|
|
3782
3782
|
"optional": true,
|
|
@@ -3794,7 +3794,7 @@
|
|
|
3794
3794
|
"kind": "interface",
|
|
3795
3795
|
"locationInModule": {
|
|
3796
3796
|
"filename": "lib/dynamodb-table-helper.ts",
|
|
3797
|
-
"line":
|
|
3797
|
+
"line": 48
|
|
3798
3798
|
},
|
|
3799
3799
|
"name": "BuildDynamoDBTableWithStreamProps",
|
|
3800
3800
|
"properties": [
|
|
@@ -3807,7 +3807,7 @@
|
|
|
3807
3807
|
"immutable": true,
|
|
3808
3808
|
"locationInModule": {
|
|
3809
3809
|
"filename": "lib/dynamodb-table-helper.ts",
|
|
3810
|
-
"line":
|
|
3810
|
+
"line": 54
|
|
3811
3811
|
},
|
|
3812
3812
|
"name": "dynamoTableProps",
|
|
3813
3813
|
"optional": true,
|
|
@@ -3825,7 +3825,7 @@
|
|
|
3825
3825
|
"immutable": true,
|
|
3826
3826
|
"locationInModule": {
|
|
3827
3827
|
"filename": "lib/dynamodb-table-helper.ts",
|
|
3828
|
-
"line":
|
|
3828
|
+
"line": 61
|
|
3829
3829
|
},
|
|
3830
3830
|
"name": "existingTableInterface",
|
|
3831
3831
|
"optional": true,
|
|
@@ -3843,7 +3843,7 @@
|
|
|
3843
3843
|
"kind": "interface",
|
|
3844
3844
|
"locationInModule": {
|
|
3845
3845
|
"filename": "lib/dynamodb-table-helper.ts",
|
|
3846
|
-
"line":
|
|
3846
|
+
"line": 114
|
|
3847
3847
|
},
|
|
3848
3848
|
"name": "BuildDynamoDBTableWithStreamResponse",
|
|
3849
3849
|
"properties": [
|
|
@@ -3852,7 +3852,7 @@
|
|
|
3852
3852
|
"immutable": true,
|
|
3853
3853
|
"locationInModule": {
|
|
3854
3854
|
"filename": "lib/dynamodb-table-helper.ts",
|
|
3855
|
-
"line":
|
|
3855
|
+
"line": 115
|
|
3856
3856
|
},
|
|
3857
3857
|
"name": "tableInterface",
|
|
3858
3858
|
"type": {
|
|
@@ -3864,7 +3864,7 @@
|
|
|
3864
3864
|
"immutable": true,
|
|
3865
3865
|
"locationInModule": {
|
|
3866
3866
|
"filename": "lib/dynamodb-table-helper.ts",
|
|
3867
|
-
"line":
|
|
3867
|
+
"line": 116
|
|
3868
3868
|
},
|
|
3869
3869
|
"name": "tableObject",
|
|
3870
3870
|
"optional": true,
|
|
@@ -3882,7 +3882,7 @@
|
|
|
3882
3882
|
"kind": "interface",
|
|
3883
3883
|
"locationInModule": {
|
|
3884
3884
|
"filename": "lib/elasticsearch-helper.ts",
|
|
3885
|
-
"line":
|
|
3885
|
+
"line": 33
|
|
3886
3886
|
},
|
|
3887
3887
|
"name": "BuildElasticSearchProps",
|
|
3888
3888
|
"properties": [
|
|
@@ -3891,7 +3891,7 @@
|
|
|
3891
3891
|
"immutable": true,
|
|
3892
3892
|
"locationInModule": {
|
|
3893
3893
|
"filename": "lib/elasticsearch-helper.ts",
|
|
3894
|
-
"line":
|
|
3894
|
+
"line": 36
|
|
3895
3895
|
},
|
|
3896
3896
|
"name": "cognitoAuthorizedRoleARN",
|
|
3897
3897
|
"type": {
|
|
@@ -3903,7 +3903,7 @@
|
|
|
3903
3903
|
"immutable": true,
|
|
3904
3904
|
"locationInModule": {
|
|
3905
3905
|
"filename": "lib/elasticsearch-helper.ts",
|
|
3906
|
-
"line":
|
|
3906
|
+
"line": 39
|
|
3907
3907
|
},
|
|
3908
3908
|
"name": "domainName",
|
|
3909
3909
|
"type": {
|
|
@@ -3915,7 +3915,7 @@
|
|
|
3915
3915
|
"immutable": true,
|
|
3916
3916
|
"locationInModule": {
|
|
3917
3917
|
"filename": "lib/elasticsearch-helper.ts",
|
|
3918
|
-
"line":
|
|
3918
|
+
"line": 34
|
|
3919
3919
|
},
|
|
3920
3920
|
"name": "identitypool",
|
|
3921
3921
|
"type": {
|
|
@@ -3927,7 +3927,7 @@
|
|
|
3927
3927
|
"immutable": true,
|
|
3928
3928
|
"locationInModule": {
|
|
3929
3929
|
"filename": "lib/elasticsearch-helper.ts",
|
|
3930
|
-
"line":
|
|
3930
|
+
"line": 35
|
|
3931
3931
|
},
|
|
3932
3932
|
"name": "userpool",
|
|
3933
3933
|
"type": {
|
|
@@ -3939,7 +3939,7 @@
|
|
|
3939
3939
|
"immutable": true,
|
|
3940
3940
|
"locationInModule": {
|
|
3941
3941
|
"filename": "lib/elasticsearch-helper.ts",
|
|
3942
|
-
"line":
|
|
3942
|
+
"line": 40
|
|
3943
3943
|
},
|
|
3944
3944
|
"name": "clientDomainProps",
|
|
3945
3945
|
"optional": true,
|
|
@@ -3952,7 +3952,7 @@
|
|
|
3952
3952
|
"immutable": true,
|
|
3953
3953
|
"locationInModule": {
|
|
3954
3954
|
"filename": "lib/elasticsearch-helper.ts",
|
|
3955
|
-
"line":
|
|
3955
|
+
"line": 41
|
|
3956
3956
|
},
|
|
3957
3957
|
"name": "securityGroupIds",
|
|
3958
3958
|
"optional": true,
|
|
@@ -3970,7 +3970,7 @@
|
|
|
3970
3970
|
"immutable": true,
|
|
3971
3971
|
"locationInModule": {
|
|
3972
3972
|
"filename": "lib/elasticsearch-helper.ts",
|
|
3973
|
-
"line":
|
|
3973
|
+
"line": 37
|
|
3974
3974
|
},
|
|
3975
3975
|
"name": "serviceRoleARN",
|
|
3976
3976
|
"optional": true,
|
|
@@ -3983,7 +3983,7 @@
|
|
|
3983
3983
|
"immutable": true,
|
|
3984
3984
|
"locationInModule": {
|
|
3985
3985
|
"filename": "lib/elasticsearch-helper.ts",
|
|
3986
|
-
"line":
|
|
3986
|
+
"line": 38
|
|
3987
3987
|
},
|
|
3988
3988
|
"name": "vpc",
|
|
3989
3989
|
"optional": true,
|
|
@@ -4001,7 +4001,7 @@
|
|
|
4001
4001
|
"kind": "interface",
|
|
4002
4002
|
"locationInModule": {
|
|
4003
4003
|
"filename": "lib/elasticsearch-helper.ts",
|
|
4004
|
-
"line":
|
|
4004
|
+
"line": 44
|
|
4005
4005
|
},
|
|
4006
4006
|
"name": "BuildElasticSearchResponse",
|
|
4007
4007
|
"properties": [
|
|
@@ -4010,7 +4010,7 @@
|
|
|
4010
4010
|
"immutable": true,
|
|
4011
4011
|
"locationInModule": {
|
|
4012
4012
|
"filename": "lib/elasticsearch-helper.ts",
|
|
4013
|
-
"line":
|
|
4013
|
+
"line": 45
|
|
4014
4014
|
},
|
|
4015
4015
|
"name": "domain",
|
|
4016
4016
|
"type": {
|
|
@@ -4022,7 +4022,7 @@
|
|
|
4022
4022
|
"immutable": true,
|
|
4023
4023
|
"locationInModule": {
|
|
4024
4024
|
"filename": "lib/elasticsearch-helper.ts",
|
|
4025
|
-
"line":
|
|
4025
|
+
"line": 46
|
|
4026
4026
|
},
|
|
4027
4027
|
"name": "role",
|
|
4028
4028
|
"type": {
|
|
@@ -4039,7 +4039,7 @@
|
|
|
4039
4039
|
"kind": "interface",
|
|
4040
4040
|
"locationInModule": {
|
|
4041
4041
|
"filename": "lib/eventbridge-helper.ts",
|
|
4042
|
-
"line":
|
|
4042
|
+
"line": 23
|
|
4043
4043
|
},
|
|
4044
4044
|
"name": "BuildEventBusProps",
|
|
4045
4045
|
"properties": [
|
|
@@ -4052,7 +4052,7 @@
|
|
|
4052
4052
|
"immutable": true,
|
|
4053
4053
|
"locationInModule": {
|
|
4054
4054
|
"filename": "lib/eventbridge-helper.ts",
|
|
4055
|
-
"line":
|
|
4055
|
+
"line": 35
|
|
4056
4056
|
},
|
|
4057
4057
|
"name": "eventBusProps",
|
|
4058
4058
|
"optional": true,
|
|
@@ -4069,7 +4069,7 @@
|
|
|
4069
4069
|
"immutable": true,
|
|
4070
4070
|
"locationInModule": {
|
|
4071
4071
|
"filename": "lib/eventbridge-helper.ts",
|
|
4072
|
-
"line":
|
|
4072
|
+
"line": 29
|
|
4073
4073
|
},
|
|
4074
4074
|
"name": "existingEventBusInterface",
|
|
4075
4075
|
"optional": true,
|
|
@@ -4087,7 +4087,7 @@
|
|
|
4087
4087
|
"kind": "interface",
|
|
4088
4088
|
"locationInModule": {
|
|
4089
4089
|
"filename": "lib/glue-job-helper.ts",
|
|
4090
|
-
"line":
|
|
4090
|
+
"line": 66
|
|
4091
4091
|
},
|
|
4092
4092
|
"name": "BuildGlueJobProps",
|
|
4093
4093
|
"properties": [
|
|
@@ -4099,7 +4099,7 @@
|
|
|
4099
4099
|
"immutable": true,
|
|
4100
4100
|
"locationInModule": {
|
|
4101
4101
|
"filename": "lib/glue-job-helper.ts",
|
|
4102
|
-
"line":
|
|
4102
|
+
"line": 82
|
|
4103
4103
|
},
|
|
4104
4104
|
"name": "database",
|
|
4105
4105
|
"type": {
|
|
@@ -4114,7 +4114,7 @@
|
|
|
4114
4114
|
"immutable": true,
|
|
4115
4115
|
"locationInModule": {
|
|
4116
4116
|
"filename": "lib/glue-job-helper.ts",
|
|
4117
|
-
"line":
|
|
4117
|
+
"line": 78
|
|
4118
4118
|
},
|
|
4119
4119
|
"name": "table",
|
|
4120
4120
|
"type": {
|
|
@@ -4130,7 +4130,7 @@
|
|
|
4130
4130
|
"immutable": true,
|
|
4131
4131
|
"locationInModule": {
|
|
4132
4132
|
"filename": "lib/glue-job-helper.ts",
|
|
4133
|
-
"line":
|
|
4133
|
+
"line": 92
|
|
4134
4134
|
},
|
|
4135
4135
|
"name": "etlCodeAsset",
|
|
4136
4136
|
"optional": true,
|
|
@@ -4146,7 +4146,7 @@
|
|
|
4146
4146
|
"immutable": true,
|
|
4147
4147
|
"locationInModule": {
|
|
4148
4148
|
"filename": "lib/glue-job-helper.ts",
|
|
4149
|
-
"line":
|
|
4149
|
+
"line": 74
|
|
4150
4150
|
},
|
|
4151
4151
|
"name": "existingCfnJob",
|
|
4152
4152
|
"optional": true,
|
|
@@ -4162,7 +4162,7 @@
|
|
|
4162
4162
|
"immutable": true,
|
|
4163
4163
|
"locationInModule": {
|
|
4164
4164
|
"filename": "lib/glue-job-helper.ts",
|
|
4165
|
-
"line":
|
|
4165
|
+
"line": 70
|
|
4166
4166
|
},
|
|
4167
4167
|
"name": "glueJobProps",
|
|
4168
4168
|
"optional": true,
|
|
@@ -4178,7 +4178,7 @@
|
|
|
4178
4178
|
"immutable": true,
|
|
4179
4179
|
"locationInModule": {
|
|
4180
4180
|
"filename": "lib/glue-job-helper.ts",
|
|
4181
|
-
"line":
|
|
4181
|
+
"line": 86
|
|
4182
4182
|
},
|
|
4183
4183
|
"name": "outputDataStore",
|
|
4184
4184
|
"optional": true,
|
|
@@ -4196,7 +4196,7 @@
|
|
|
4196
4196
|
"kind": "interface",
|
|
4197
4197
|
"locationInModule": {
|
|
4198
4198
|
"filename": "lib/glue-job-helper.ts",
|
|
4199
|
-
"line":
|
|
4199
|
+
"line": 95
|
|
4200
4200
|
},
|
|
4201
4201
|
"name": "BuildGlueJobResponse",
|
|
4202
4202
|
"properties": [
|
|
@@ -4205,7 +4205,7 @@
|
|
|
4205
4205
|
"immutable": true,
|
|
4206
4206
|
"locationInModule": {
|
|
4207
4207
|
"filename": "lib/glue-job-helper.ts",
|
|
4208
|
-
"line":
|
|
4208
|
+
"line": 96
|
|
4209
4209
|
},
|
|
4210
4210
|
"name": "job",
|
|
4211
4211
|
"type": {
|
|
@@ -4217,7 +4217,7 @@
|
|
|
4217
4217
|
"immutable": true,
|
|
4218
4218
|
"locationInModule": {
|
|
4219
4219
|
"filename": "lib/glue-job-helper.ts",
|
|
4220
|
-
"line":
|
|
4220
|
+
"line": 97
|
|
4221
4221
|
},
|
|
4222
4222
|
"name": "role",
|
|
4223
4223
|
"type": {
|
|
@@ -4229,7 +4229,7 @@
|
|
|
4229
4229
|
"immutable": true,
|
|
4230
4230
|
"locationInModule": {
|
|
4231
4231
|
"filename": "lib/glue-job-helper.ts",
|
|
4232
|
-
"line":
|
|
4232
|
+
"line": 98
|
|
4233
4233
|
},
|
|
4234
4234
|
"name": "bucket",
|
|
4235
4235
|
"optional": true,
|
|
@@ -4242,7 +4242,7 @@
|
|
|
4242
4242
|
"immutable": true,
|
|
4243
4243
|
"locationInModule": {
|
|
4244
4244
|
"filename": "lib/glue-job-helper.ts",
|
|
4245
|
-
"line":
|
|
4245
|
+
"line": 99
|
|
4246
4246
|
},
|
|
4247
4247
|
"name": "loggingBucket",
|
|
4248
4248
|
"optional": true,
|
|
@@ -4260,7 +4260,7 @@
|
|
|
4260
4260
|
"kind": "interface",
|
|
4261
4261
|
"locationInModule": {
|
|
4262
4262
|
"filename": "lib/kinesis-analytics-helper.ts",
|
|
4263
|
-
"line":
|
|
4263
|
+
"line": 28
|
|
4264
4264
|
},
|
|
4265
4265
|
"name": "BuildKinesisAnalyticsAppProps",
|
|
4266
4266
|
"properties": [
|
|
@@ -4273,7 +4273,7 @@
|
|
|
4273
4273
|
"immutable": true,
|
|
4274
4274
|
"locationInModule": {
|
|
4275
4275
|
"filename": "lib/kinesis-analytics-helper.ts",
|
|
4276
|
-
"line":
|
|
4276
|
+
"line": 34
|
|
4277
4277
|
},
|
|
4278
4278
|
"name": "kinesisFirehose",
|
|
4279
4279
|
"type": {
|
|
@@ -4289,7 +4289,7 @@
|
|
|
4289
4289
|
"immutable": true,
|
|
4290
4290
|
"locationInModule": {
|
|
4291
4291
|
"filename": "lib/kinesis-analytics-helper.ts",
|
|
4292
|
-
"line":
|
|
4292
|
+
"line": 40
|
|
4293
4293
|
},
|
|
4294
4294
|
"name": "kinesisAnalyticsProps",
|
|
4295
4295
|
"optional": true,
|
|
@@ -4307,7 +4307,7 @@
|
|
|
4307
4307
|
"kind": "interface",
|
|
4308
4308
|
"locationInModule": {
|
|
4309
4309
|
"filename": "lib/kinesis-streams-helper.ts",
|
|
4310
|
-
"line":
|
|
4310
|
+
"line": 28
|
|
4311
4311
|
},
|
|
4312
4312
|
"name": "BuildKinesisStreamProps",
|
|
4313
4313
|
"properties": [
|
|
@@ -4320,7 +4320,7 @@
|
|
|
4320
4320
|
"immutable": true,
|
|
4321
4321
|
"locationInModule": {
|
|
4322
4322
|
"filename": "lib/kinesis-streams-helper.ts",
|
|
4323
|
-
"line":
|
|
4323
|
+
"line": 34
|
|
4324
4324
|
},
|
|
4325
4325
|
"name": "existingStreamObj",
|
|
4326
4326
|
"optional": true,
|
|
@@ -4337,7 +4337,7 @@
|
|
|
4337
4337
|
"immutable": true,
|
|
4338
4338
|
"locationInModule": {
|
|
4339
4339
|
"filename": "lib/kinesis-streams-helper.ts",
|
|
4340
|
-
"line":
|
|
4340
|
+
"line": 41
|
|
4341
4341
|
},
|
|
4342
4342
|
"name": "kinesisStreamProps",
|
|
4343
4343
|
"optional": true,
|
|
@@ -4355,7 +4355,7 @@
|
|
|
4355
4355
|
"kind": "interface",
|
|
4356
4356
|
"locationInModule": {
|
|
4357
4357
|
"filename": "lib/lambda-helper.ts",
|
|
4358
|
-
"line":
|
|
4358
|
+
"line": 30
|
|
4359
4359
|
},
|
|
4360
4360
|
"name": "BuildLambdaFunctionProps",
|
|
4361
4361
|
"properties": [
|
|
@@ -4368,7 +4368,7 @@
|
|
|
4368
4368
|
"immutable": true,
|
|
4369
4369
|
"locationInModule": {
|
|
4370
4370
|
"filename": "lib/lambda-helper.ts",
|
|
4371
|
-
"line":
|
|
4371
|
+
"line": 36
|
|
4372
4372
|
},
|
|
4373
4373
|
"name": "existingLambdaObj",
|
|
4374
4374
|
"optional": true,
|
|
@@ -4385,7 +4385,7 @@
|
|
|
4385
4385
|
"immutable": true,
|
|
4386
4386
|
"locationInModule": {
|
|
4387
4387
|
"filename": "lib/lambda-helper.ts",
|
|
4388
|
-
"line":
|
|
4388
|
+
"line": 42
|
|
4389
4389
|
},
|
|
4390
4390
|
"name": "lambdaFunctionProps",
|
|
4391
4391
|
"optional": true,
|
|
@@ -4402,7 +4402,7 @@
|
|
|
4402
4402
|
"immutable": true,
|
|
4403
4403
|
"locationInModule": {
|
|
4404
4404
|
"filename": "lib/lambda-helper.ts",
|
|
4405
|
-
"line":
|
|
4405
|
+
"line": 48
|
|
4406
4406
|
},
|
|
4407
4407
|
"name": "vpc",
|
|
4408
4408
|
"optional": true,
|
|
@@ -4420,7 +4420,7 @@
|
|
|
4420
4420
|
"kind": "interface",
|
|
4421
4421
|
"locationInModule": {
|
|
4422
4422
|
"filename": "lib/opensearch-helper.ts",
|
|
4423
|
-
"line":
|
|
4423
|
+
"line": 33
|
|
4424
4424
|
},
|
|
4425
4425
|
"name": "BuildOpenSearchProps",
|
|
4426
4426
|
"properties": [
|
|
@@ -4429,7 +4429,7 @@
|
|
|
4429
4429
|
"immutable": true,
|
|
4430
4430
|
"locationInModule": {
|
|
4431
4431
|
"filename": "lib/opensearch-helper.ts",
|
|
4432
|
-
"line":
|
|
4432
|
+
"line": 36
|
|
4433
4433
|
},
|
|
4434
4434
|
"name": "cognitoAuthorizedRoleARN",
|
|
4435
4435
|
"type": {
|
|
@@ -4441,7 +4441,7 @@
|
|
|
4441
4441
|
"immutable": true,
|
|
4442
4442
|
"locationInModule": {
|
|
4443
4443
|
"filename": "lib/opensearch-helper.ts",
|
|
4444
|
-
"line":
|
|
4444
|
+
"line": 34
|
|
4445
4445
|
},
|
|
4446
4446
|
"name": "identitypool",
|
|
4447
4447
|
"type": {
|
|
@@ -4453,7 +4453,7 @@
|
|
|
4453
4453
|
"immutable": true,
|
|
4454
4454
|
"locationInModule": {
|
|
4455
4455
|
"filename": "lib/opensearch-helper.ts",
|
|
4456
|
-
"line":
|
|
4456
|
+
"line": 39
|
|
4457
4457
|
},
|
|
4458
4458
|
"name": "openSearchDomainName",
|
|
4459
4459
|
"type": {
|
|
@@ -4465,7 +4465,7 @@
|
|
|
4465
4465
|
"immutable": true,
|
|
4466
4466
|
"locationInModule": {
|
|
4467
4467
|
"filename": "lib/opensearch-helper.ts",
|
|
4468
|
-
"line":
|
|
4468
|
+
"line": 35
|
|
4469
4469
|
},
|
|
4470
4470
|
"name": "userpool",
|
|
4471
4471
|
"type": {
|
|
@@ -4477,7 +4477,7 @@
|
|
|
4477
4477
|
"immutable": true,
|
|
4478
4478
|
"locationInModule": {
|
|
4479
4479
|
"filename": "lib/opensearch-helper.ts",
|
|
4480
|
-
"line":
|
|
4480
|
+
"line": 40
|
|
4481
4481
|
},
|
|
4482
4482
|
"name": "clientDomainProps",
|
|
4483
4483
|
"optional": true,
|
|
@@ -4490,7 +4490,7 @@
|
|
|
4490
4490
|
"immutable": true,
|
|
4491
4491
|
"locationInModule": {
|
|
4492
4492
|
"filename": "lib/opensearch-helper.ts",
|
|
4493
|
-
"line":
|
|
4493
|
+
"line": 41
|
|
4494
4494
|
},
|
|
4495
4495
|
"name": "securityGroupIds",
|
|
4496
4496
|
"optional": true,
|
|
@@ -4508,7 +4508,7 @@
|
|
|
4508
4508
|
"immutable": true,
|
|
4509
4509
|
"locationInModule": {
|
|
4510
4510
|
"filename": "lib/opensearch-helper.ts",
|
|
4511
|
-
"line":
|
|
4511
|
+
"line": 37
|
|
4512
4512
|
},
|
|
4513
4513
|
"name": "serviceRoleARN",
|
|
4514
4514
|
"optional": true,
|
|
@@ -4521,7 +4521,7 @@
|
|
|
4521
4521
|
"immutable": true,
|
|
4522
4522
|
"locationInModule": {
|
|
4523
4523
|
"filename": "lib/opensearch-helper.ts",
|
|
4524
|
-
"line":
|
|
4524
|
+
"line": 38
|
|
4525
4525
|
},
|
|
4526
4526
|
"name": "vpc",
|
|
4527
4527
|
"optional": true,
|
|
@@ -4539,7 +4539,7 @@
|
|
|
4539
4539
|
"kind": "interface",
|
|
4540
4540
|
"locationInModule": {
|
|
4541
4541
|
"filename": "lib/opensearch-helper.ts",
|
|
4542
|
-
"line":
|
|
4542
|
+
"line": 44
|
|
4543
4543
|
},
|
|
4544
4544
|
"name": "BuildOpenSearchResponse",
|
|
4545
4545
|
"properties": [
|
|
@@ -4548,7 +4548,7 @@
|
|
|
4548
4548
|
"immutable": true,
|
|
4549
4549
|
"locationInModule": {
|
|
4550
4550
|
"filename": "lib/opensearch-helper.ts",
|
|
4551
|
-
"line":
|
|
4551
|
+
"line": 45
|
|
4552
4552
|
},
|
|
4553
4553
|
"name": "domain",
|
|
4554
4554
|
"type": {
|
|
@@ -4560,7 +4560,7 @@
|
|
|
4560
4560
|
"immutable": true,
|
|
4561
4561
|
"locationInModule": {
|
|
4562
4562
|
"filename": "lib/opensearch-helper.ts",
|
|
4563
|
-
"line":
|
|
4563
|
+
"line": 46
|
|
4564
4564
|
},
|
|
4565
4565
|
"name": "role",
|
|
4566
4566
|
"type": {
|
|
@@ -4577,7 +4577,7 @@
|
|
|
4577
4577
|
"kind": "interface",
|
|
4578
4578
|
"locationInModule": {
|
|
4579
4579
|
"filename": "lib/sqs-helper.ts",
|
|
4580
|
-
"line":
|
|
4580
|
+
"line": 30
|
|
4581
4581
|
},
|
|
4582
4582
|
"name": "BuildQueueProps",
|
|
4583
4583
|
"properties": [
|
|
@@ -4590,7 +4590,7 @@
|
|
|
4590
4590
|
"immutable": true,
|
|
4591
4591
|
"locationInModule": {
|
|
4592
4592
|
"filename": "lib/sqs-helper.ts",
|
|
4593
|
-
"line":
|
|
4593
|
+
"line": 48
|
|
4594
4594
|
},
|
|
4595
4595
|
"name": "deadLetterQueue",
|
|
4596
4596
|
"optional": true,
|
|
@@ -4608,7 +4608,7 @@
|
|
|
4608
4608
|
"immutable": true,
|
|
4609
4609
|
"locationInModule": {
|
|
4610
4610
|
"filename": "lib/sqs-helper.ts",
|
|
4611
|
-
"line":
|
|
4611
|
+
"line": 55
|
|
4612
4612
|
},
|
|
4613
4613
|
"name": "enableEncryptionWithCustomerManagedKey",
|
|
4614
4614
|
"optional": true,
|
|
@@ -4625,7 +4625,7 @@
|
|
|
4625
4625
|
"immutable": true,
|
|
4626
4626
|
"locationInModule": {
|
|
4627
4627
|
"filename": "lib/sqs-helper.ts",
|
|
4628
|
-
"line":
|
|
4628
|
+
"line": 61
|
|
4629
4629
|
},
|
|
4630
4630
|
"name": "encryptionKey",
|
|
4631
4631
|
"optional": true,
|
|
@@ -4642,7 +4642,7 @@
|
|
|
4642
4642
|
"immutable": true,
|
|
4643
4643
|
"locationInModule": {
|
|
4644
4644
|
"filename": "lib/sqs-helper.ts",
|
|
4645
|
-
"line":
|
|
4645
|
+
"line": 67
|
|
4646
4646
|
},
|
|
4647
4647
|
"name": "encryptionKeyProps",
|
|
4648
4648
|
"optional": true,
|
|
@@ -4659,7 +4659,7 @@
|
|
|
4659
4659
|
"immutable": true,
|
|
4660
4660
|
"locationInModule": {
|
|
4661
4661
|
"filename": "lib/sqs-helper.ts",
|
|
4662
|
-
"line":
|
|
4662
|
+
"line": 36
|
|
4663
4663
|
},
|
|
4664
4664
|
"name": "existingQueueObj",
|
|
4665
4665
|
"optional": true,
|
|
@@ -4676,7 +4676,7 @@
|
|
|
4676
4676
|
"immutable": true,
|
|
4677
4677
|
"locationInModule": {
|
|
4678
4678
|
"filename": "lib/sqs-helper.ts",
|
|
4679
|
-
"line":
|
|
4679
|
+
"line": 42
|
|
4680
4680
|
},
|
|
4681
4681
|
"name": "queueProps",
|
|
4682
4682
|
"optional": true,
|
|
@@ -4694,7 +4694,7 @@
|
|
|
4694
4694
|
"kind": "interface",
|
|
4695
4695
|
"locationInModule": {
|
|
4696
4696
|
"filename": "lib/sqs-helper.ts",
|
|
4697
|
-
"line":
|
|
4697
|
+
"line": 70
|
|
4698
4698
|
},
|
|
4699
4699
|
"name": "BuildQueueResponse",
|
|
4700
4700
|
"properties": [
|
|
@@ -4703,7 +4703,7 @@
|
|
|
4703
4703
|
"immutable": true,
|
|
4704
4704
|
"locationInModule": {
|
|
4705
4705
|
"filename": "lib/sqs-helper.ts",
|
|
4706
|
-
"line":
|
|
4706
|
+
"line": 71
|
|
4707
4707
|
},
|
|
4708
4708
|
"name": "queue",
|
|
4709
4709
|
"type": {
|
|
@@ -4715,7 +4715,7 @@
|
|
|
4715
4715
|
"immutable": true,
|
|
4716
4716
|
"locationInModule": {
|
|
4717
4717
|
"filename": "lib/sqs-helper.ts",
|
|
4718
|
-
"line":
|
|
4718
|
+
"line": 72
|
|
4719
4719
|
},
|
|
4720
4720
|
"name": "key",
|
|
4721
4721
|
"optional": true,
|
|
@@ -4733,7 +4733,7 @@
|
|
|
4733
4733
|
"kind": "interface",
|
|
4734
4734
|
"locationInModule": {
|
|
4735
4735
|
"filename": "lib/s3-bucket-helper.ts",
|
|
4736
|
-
"line":
|
|
4736
|
+
"line": 30
|
|
4737
4737
|
},
|
|
4738
4738
|
"name": "BuildS3BucketProps",
|
|
4739
4739
|
"properties": [
|
|
@@ -4746,7 +4746,7 @@
|
|
|
4746
4746
|
"immutable": true,
|
|
4747
4747
|
"locationInModule": {
|
|
4748
4748
|
"filename": "lib/s3-bucket-helper.ts",
|
|
4749
|
-
"line":
|
|
4749
|
+
"line": 36
|
|
4750
4750
|
},
|
|
4751
4751
|
"name": "bucketProps",
|
|
4752
4752
|
"optional": true,
|
|
@@ -4763,7 +4763,7 @@
|
|
|
4763
4763
|
"immutable": true,
|
|
4764
4764
|
"locationInModule": {
|
|
4765
4765
|
"filename": "lib/s3-bucket-helper.ts",
|
|
4766
|
-
"line":
|
|
4766
|
+
"line": 42
|
|
4767
4767
|
},
|
|
4768
4768
|
"name": "loggingBucketProps",
|
|
4769
4769
|
"optional": true,
|
|
@@ -4781,7 +4781,7 @@
|
|
|
4781
4781
|
"immutable": true,
|
|
4782
4782
|
"locationInModule": {
|
|
4783
4783
|
"filename": "lib/s3-bucket-helper.ts",
|
|
4784
|
-
"line":
|
|
4784
|
+
"line": 49
|
|
4785
4785
|
},
|
|
4786
4786
|
"name": "logS3AccessLogs",
|
|
4787
4787
|
"optional": true,
|
|
@@ -4799,7 +4799,7 @@
|
|
|
4799
4799
|
"kind": "interface",
|
|
4800
4800
|
"locationInModule": {
|
|
4801
4801
|
"filename": "lib/s3-bucket-helper.ts",
|
|
4802
|
-
"line":
|
|
4802
|
+
"line": 110
|
|
4803
4803
|
},
|
|
4804
4804
|
"name": "BuildS3BucketResponse",
|
|
4805
4805
|
"properties": [
|
|
@@ -4808,7 +4808,7 @@
|
|
|
4808
4808
|
"immutable": true,
|
|
4809
4809
|
"locationInModule": {
|
|
4810
4810
|
"filename": "lib/s3-bucket-helper.ts",
|
|
4811
|
-
"line":
|
|
4811
|
+
"line": 111
|
|
4812
4812
|
},
|
|
4813
4813
|
"name": "bucket",
|
|
4814
4814
|
"type": {
|
|
@@ -4820,7 +4820,7 @@
|
|
|
4820
4820
|
"immutable": true,
|
|
4821
4821
|
"locationInModule": {
|
|
4822
4822
|
"filename": "lib/s3-bucket-helper.ts",
|
|
4823
|
-
"line":
|
|
4823
|
+
"line": 112
|
|
4824
4824
|
},
|
|
4825
4825
|
"name": "loggingBucket",
|
|
4826
4826
|
"optional": true,
|
|
@@ -4838,7 +4838,7 @@
|
|
|
4838
4838
|
"kind": "interface",
|
|
4839
4839
|
"locationInModule": {
|
|
4840
4840
|
"filename": "lib/sagemaker-helper.ts",
|
|
4841
|
-
"line":
|
|
4841
|
+
"line": 314
|
|
4842
4842
|
},
|
|
4843
4843
|
"name": "BuildSagemakerEndpointProps",
|
|
4844
4844
|
"properties": [
|
|
@@ -4851,7 +4851,7 @@
|
|
|
4851
4851
|
"immutable": true,
|
|
4852
4852
|
"locationInModule": {
|
|
4853
4853
|
"filename": "lib/sagemaker-helper.ts",
|
|
4854
|
-
"line":
|
|
4854
|
+
"line": 332
|
|
4855
4855
|
},
|
|
4856
4856
|
"name": "endpointConfigProps",
|
|
4857
4857
|
"optional": true,
|
|
@@ -4868,7 +4868,7 @@
|
|
|
4868
4868
|
"immutable": true,
|
|
4869
4869
|
"locationInModule": {
|
|
4870
4870
|
"filename": "lib/sagemaker-helper.ts",
|
|
4871
|
-
"line":
|
|
4871
|
+
"line": 338
|
|
4872
4872
|
},
|
|
4873
4873
|
"name": "endpointProps",
|
|
4874
4874
|
"optional": true,
|
|
@@ -4885,7 +4885,7 @@
|
|
|
4885
4885
|
"immutable": true,
|
|
4886
4886
|
"locationInModule": {
|
|
4887
4887
|
"filename": "lib/sagemaker-helper.ts",
|
|
4888
|
-
"line":
|
|
4888
|
+
"line": 320
|
|
4889
4889
|
},
|
|
4890
4890
|
"name": "existingSagemakerEndpointObj",
|
|
4891
4891
|
"optional": true,
|
|
@@ -4902,7 +4902,7 @@
|
|
|
4902
4902
|
"immutable": true,
|
|
4903
4903
|
"locationInModule": {
|
|
4904
4904
|
"filename": "lib/sagemaker-helper.ts",
|
|
4905
|
-
"line":
|
|
4905
|
+
"line": 326
|
|
4906
4906
|
},
|
|
4907
4907
|
"name": "modelProps",
|
|
4908
4908
|
"optional": true,
|
|
@@ -4919,7 +4919,7 @@
|
|
|
4919
4919
|
"immutable": true,
|
|
4920
4920
|
"locationInModule": {
|
|
4921
4921
|
"filename": "lib/sagemaker-helper.ts",
|
|
4922
|
-
"line":
|
|
4922
|
+
"line": 344
|
|
4923
4923
|
},
|
|
4924
4924
|
"name": "vpc",
|
|
4925
4925
|
"optional": true,
|
|
@@ -4937,7 +4937,7 @@
|
|
|
4937
4937
|
"kind": "interface",
|
|
4938
4938
|
"locationInModule": {
|
|
4939
4939
|
"filename": "lib/sagemaker-helper.ts",
|
|
4940
|
-
"line":
|
|
4940
|
+
"line": 347
|
|
4941
4941
|
},
|
|
4942
4942
|
"name": "BuildSagemakerEndpointResponse",
|
|
4943
4943
|
"properties": [
|
|
@@ -4946,7 +4946,7 @@
|
|
|
4946
4946
|
"immutable": true,
|
|
4947
4947
|
"locationInModule": {
|
|
4948
4948
|
"filename": "lib/sagemaker-helper.ts",
|
|
4949
|
-
"line":
|
|
4949
|
+
"line": 348
|
|
4950
4950
|
},
|
|
4951
4951
|
"name": "endpoint",
|
|
4952
4952
|
"type": {
|
|
@@ -4958,7 +4958,7 @@
|
|
|
4958
4958
|
"immutable": true,
|
|
4959
4959
|
"locationInModule": {
|
|
4960
4960
|
"filename": "lib/sagemaker-helper.ts",
|
|
4961
|
-
"line":
|
|
4961
|
+
"line": 349
|
|
4962
4962
|
},
|
|
4963
4963
|
"name": "endpointConfig",
|
|
4964
4964
|
"optional": true,
|
|
@@ -4971,7 +4971,7 @@
|
|
|
4971
4971
|
"immutable": true,
|
|
4972
4972
|
"locationInModule": {
|
|
4973
4973
|
"filename": "lib/sagemaker-helper.ts",
|
|
4974
|
-
"line":
|
|
4974
|
+
"line": 350
|
|
4975
4975
|
},
|
|
4976
4976
|
"name": "model",
|
|
4977
4977
|
"optional": true,
|
|
@@ -4989,7 +4989,7 @@
|
|
|
4989
4989
|
"kind": "interface",
|
|
4990
4990
|
"locationInModule": {
|
|
4991
4991
|
"filename": "lib/sagemaker-helper.ts",
|
|
4992
|
-
"line":
|
|
4992
|
+
"line": 38
|
|
4993
4993
|
},
|
|
4994
4994
|
"name": "BuildSagemakerNotebookProps",
|
|
4995
4995
|
"properties": [
|
|
@@ -5002,7 +5002,7 @@
|
|
|
5002
5002
|
"immutable": true,
|
|
5003
5003
|
"locationInModule": {
|
|
5004
5004
|
"filename": "lib/sagemaker-helper.ts",
|
|
5005
|
-
"line":
|
|
5005
|
+
"line": 63
|
|
5006
5006
|
},
|
|
5007
5007
|
"name": "role",
|
|
5008
5008
|
"type": {
|
|
@@ -5018,7 +5018,7 @@
|
|
|
5018
5018
|
"immutable": true,
|
|
5019
5019
|
"locationInModule": {
|
|
5020
5020
|
"filename": "lib/sagemaker-helper.ts",
|
|
5021
|
-
"line":
|
|
5021
|
+
"line": 50
|
|
5022
5022
|
},
|
|
5023
5023
|
"name": "deployInsideVpc",
|
|
5024
5024
|
"optional": true,
|
|
@@ -5036,7 +5036,7 @@
|
|
|
5036
5036
|
"immutable": true,
|
|
5037
5037
|
"locationInModule": {
|
|
5038
5038
|
"filename": "lib/sagemaker-helper.ts",
|
|
5039
|
-
"line":
|
|
5039
|
+
"line": 57
|
|
5040
5040
|
},
|
|
5041
5041
|
"name": "existingNotebookObj",
|
|
5042
5042
|
"optional": true,
|
|
@@ -5053,7 +5053,7 @@
|
|
|
5053
5053
|
"immutable": true,
|
|
5054
5054
|
"locationInModule": {
|
|
5055
5055
|
"filename": "lib/sagemaker-helper.ts",
|
|
5056
|
-
"line":
|
|
5056
|
+
"line": 44
|
|
5057
5057
|
},
|
|
5058
5058
|
"name": "sagemakerNotebookProps",
|
|
5059
5059
|
"optional": true,
|
|
@@ -5071,7 +5071,7 @@
|
|
|
5071
5071
|
"kind": "interface",
|
|
5072
5072
|
"locationInModule": {
|
|
5073
5073
|
"filename": "lib/sagemaker-helper.ts",
|
|
5074
|
-
"line":
|
|
5074
|
+
"line": 222
|
|
5075
5075
|
},
|
|
5076
5076
|
"name": "BuildSagemakerNotebookResponse",
|
|
5077
5077
|
"properties": [
|
|
@@ -5080,7 +5080,7 @@
|
|
|
5080
5080
|
"immutable": true,
|
|
5081
5081
|
"locationInModule": {
|
|
5082
5082
|
"filename": "lib/sagemaker-helper.ts",
|
|
5083
|
-
"line":
|
|
5083
|
+
"line": 223
|
|
5084
5084
|
},
|
|
5085
5085
|
"name": "notebook",
|
|
5086
5086
|
"type": {
|
|
@@ -5092,7 +5092,7 @@
|
|
|
5092
5092
|
"immutable": true,
|
|
5093
5093
|
"locationInModule": {
|
|
5094
5094
|
"filename": "lib/sagemaker-helper.ts",
|
|
5095
|
-
"line":
|
|
5095
|
+
"line": 225
|
|
5096
5096
|
},
|
|
5097
5097
|
"name": "securityGroup",
|
|
5098
5098
|
"optional": true,
|
|
@@ -5105,7 +5105,7 @@
|
|
|
5105
5105
|
"immutable": true,
|
|
5106
5106
|
"locationInModule": {
|
|
5107
5107
|
"filename": "lib/sagemaker-helper.ts",
|
|
5108
|
-
"line":
|
|
5108
|
+
"line": 224
|
|
5109
5109
|
},
|
|
5110
5110
|
"name": "vpc",
|
|
5111
5111
|
"optional": true,
|
|
@@ -5123,7 +5123,7 @@
|
|
|
5123
5123
|
"kind": "interface",
|
|
5124
5124
|
"locationInModule": {
|
|
5125
5125
|
"filename": "lib/step-function-helper.ts",
|
|
5126
|
-
"line":
|
|
5126
|
+
"line": 31
|
|
5127
5127
|
},
|
|
5128
5128
|
"name": "BuildStateMachineResponse",
|
|
5129
5129
|
"properties": [
|
|
@@ -5132,7 +5132,7 @@
|
|
|
5132
5132
|
"immutable": true,
|
|
5133
5133
|
"locationInModule": {
|
|
5134
5134
|
"filename": "lib/step-function-helper.ts",
|
|
5135
|
-
"line":
|
|
5135
|
+
"line": 33
|
|
5136
5136
|
},
|
|
5137
5137
|
"name": "logGroup",
|
|
5138
5138
|
"type": {
|
|
@@ -5144,7 +5144,7 @@
|
|
|
5144
5144
|
"immutable": true,
|
|
5145
5145
|
"locationInModule": {
|
|
5146
5146
|
"filename": "lib/step-function-helper.ts",
|
|
5147
|
-
"line":
|
|
5147
|
+
"line": 32
|
|
5148
5148
|
},
|
|
5149
5149
|
"name": "stateMachine",
|
|
5150
5150
|
"type": {
|
|
@@ -5161,7 +5161,7 @@
|
|
|
5161
5161
|
"kind": "interface",
|
|
5162
5162
|
"locationInModule": {
|
|
5163
5163
|
"filename": "lib/sns-helper.ts",
|
|
5164
|
-
"line":
|
|
5164
|
+
"line": 30
|
|
5165
5165
|
},
|
|
5166
5166
|
"name": "BuildTopicProps",
|
|
5167
5167
|
"properties": [
|
|
@@ -5175,7 +5175,7 @@
|
|
|
5175
5175
|
"immutable": true,
|
|
5176
5176
|
"locationInModule": {
|
|
5177
5177
|
"filename": "lib/sns-helper.ts",
|
|
5178
|
-
"line":
|
|
5178
|
+
"line": 58
|
|
5179
5179
|
},
|
|
5180
5180
|
"name": "enableEncryptionWithCustomerManagedKey",
|
|
5181
5181
|
"optional": true,
|
|
@@ -5192,7 +5192,7 @@
|
|
|
5192
5192
|
"immutable": true,
|
|
5193
5193
|
"locationInModule": {
|
|
5194
5194
|
"filename": "lib/sns-helper.ts",
|
|
5195
|
-
"line":
|
|
5195
|
+
"line": 64
|
|
5196
5196
|
},
|
|
5197
5197
|
"name": "encryptionKey",
|
|
5198
5198
|
"optional": true,
|
|
@@ -5209,7 +5209,7 @@
|
|
|
5209
5209
|
"immutable": true,
|
|
5210
5210
|
"locationInModule": {
|
|
5211
5211
|
"filename": "lib/sns-helper.ts",
|
|
5212
|
-
"line":
|
|
5212
|
+
"line": 70
|
|
5213
5213
|
},
|
|
5214
5214
|
"name": "encryptionKeyProps",
|
|
5215
5215
|
"optional": true,
|
|
@@ -5226,7 +5226,7 @@
|
|
|
5226
5226
|
"immutable": true,
|
|
5227
5227
|
"locationInModule": {
|
|
5228
5228
|
"filename": "lib/sns-helper.ts",
|
|
5229
|
-
"line":
|
|
5229
|
+
"line": 45
|
|
5230
5230
|
},
|
|
5231
5231
|
"name": "existingTopicEncryptionKey",
|
|
5232
5232
|
"optional": true,
|
|
@@ -5244,7 +5244,7 @@
|
|
|
5244
5244
|
"immutable": true,
|
|
5245
5245
|
"locationInModule": {
|
|
5246
5246
|
"filename": "lib/sns-helper.ts",
|
|
5247
|
-
"line":
|
|
5247
|
+
"line": 38
|
|
5248
5248
|
},
|
|
5249
5249
|
"name": "existingTopicObj",
|
|
5250
5250
|
"optional": true,
|
|
@@ -5261,7 +5261,7 @@
|
|
|
5261
5261
|
"immutable": true,
|
|
5262
5262
|
"locationInModule": {
|
|
5263
5263
|
"filename": "lib/sns-helper.ts",
|
|
5264
|
-
"line":
|
|
5264
|
+
"line": 51
|
|
5265
5265
|
},
|
|
5266
5266
|
"name": "topicProps",
|
|
5267
5267
|
"optional": true,
|
|
@@ -5279,7 +5279,7 @@
|
|
|
5279
5279
|
"kind": "interface",
|
|
5280
5280
|
"locationInModule": {
|
|
5281
5281
|
"filename": "lib/sns-helper.ts",
|
|
5282
|
-
"line":
|
|
5282
|
+
"line": 134
|
|
5283
5283
|
},
|
|
5284
5284
|
"name": "BuildTopicResponse",
|
|
5285
5285
|
"properties": [
|
|
@@ -5288,7 +5288,7 @@
|
|
|
5288
5288
|
"immutable": true,
|
|
5289
5289
|
"locationInModule": {
|
|
5290
5290
|
"filename": "lib/sns-helper.ts",
|
|
5291
|
-
"line":
|
|
5291
|
+
"line": 135
|
|
5292
5292
|
},
|
|
5293
5293
|
"name": "topic",
|
|
5294
5294
|
"type": {
|
|
@@ -5300,7 +5300,7 @@
|
|
|
5300
5300
|
"immutable": true,
|
|
5301
5301
|
"locationInModule": {
|
|
5302
5302
|
"filename": "lib/sns-helper.ts",
|
|
5303
|
-
"line":
|
|
5303
|
+
"line": 136
|
|
5304
5304
|
},
|
|
5305
5305
|
"name": "key",
|
|
5306
5306
|
"optional": true,
|
|
@@ -5318,7 +5318,7 @@
|
|
|
5318
5318
|
"kind": "interface",
|
|
5319
5319
|
"locationInModule": {
|
|
5320
5320
|
"filename": "lib/vpc-helper.ts",
|
|
5321
|
-
"line":
|
|
5321
|
+
"line": 25
|
|
5322
5322
|
},
|
|
5323
5323
|
"name": "BuildVpcProps",
|
|
5324
5324
|
"properties": [
|
|
@@ -5330,7 +5330,7 @@
|
|
|
5330
5330
|
"immutable": true,
|
|
5331
5331
|
"locationInModule": {
|
|
5332
5332
|
"filename": "lib/vpc-helper.ts",
|
|
5333
|
-
"line":
|
|
5333
|
+
"line": 33
|
|
5334
5334
|
},
|
|
5335
5335
|
"name": "defaultVpcProps",
|
|
5336
5336
|
"type": {
|
|
@@ -5345,7 +5345,7 @@
|
|
|
5345
5345
|
"immutable": true,
|
|
5346
5346
|
"locationInModule": {
|
|
5347
5347
|
"filename": "lib/vpc-helper.ts",
|
|
5348
|
-
"line":
|
|
5348
|
+
"line": 42
|
|
5349
5349
|
},
|
|
5350
5350
|
"name": "constructVpcProps",
|
|
5351
5351
|
"optional": true,
|
|
@@ -5361,7 +5361,7 @@
|
|
|
5361
5361
|
"immutable": true,
|
|
5362
5362
|
"locationInModule": {
|
|
5363
5363
|
"filename": "lib/vpc-helper.ts",
|
|
5364
|
-
"line":
|
|
5364
|
+
"line": 29
|
|
5365
5365
|
},
|
|
5366
5366
|
"name": "existingVpc",
|
|
5367
5367
|
"optional": true,
|
|
@@ -5377,7 +5377,7 @@
|
|
|
5377
5377
|
"immutable": true,
|
|
5378
5378
|
"locationInModule": {
|
|
5379
5379
|
"filename": "lib/vpc-helper.ts",
|
|
5380
|
-
"line":
|
|
5380
|
+
"line": 37
|
|
5381
5381
|
},
|
|
5382
5382
|
"name": "userVpcProps",
|
|
5383
5383
|
"optional": true,
|
|
@@ -5395,7 +5395,7 @@
|
|
|
5395
5395
|
"kind": "interface",
|
|
5396
5396
|
"locationInModule": {
|
|
5397
5397
|
"filename": "lib/waf-helper.ts",
|
|
5398
|
-
"line":
|
|
5398
|
+
"line": 24
|
|
5399
5399
|
},
|
|
5400
5400
|
"name": "BuildWebaclProps",
|
|
5401
5401
|
"properties": [
|
|
@@ -5407,7 +5407,7 @@
|
|
|
5407
5407
|
"immutable": true,
|
|
5408
5408
|
"locationInModule": {
|
|
5409
5409
|
"filename": "lib/waf-helper.ts",
|
|
5410
|
-
"line":
|
|
5410
|
+
"line": 28
|
|
5411
5411
|
},
|
|
5412
5412
|
"name": "existingWebaclObj",
|
|
5413
5413
|
"optional": true,
|
|
@@ -5423,7 +5423,7 @@
|
|
|
5423
5423
|
"immutable": true,
|
|
5424
5424
|
"locationInModule": {
|
|
5425
5425
|
"filename": "lib/waf-helper.ts",
|
|
5426
|
-
"line":
|
|
5426
|
+
"line": 32
|
|
5427
5427
|
},
|
|
5428
5428
|
"name": "webaclProps",
|
|
5429
5429
|
"optional": true,
|
|
@@ -5447,7 +5447,7 @@
|
|
|
5447
5447
|
"kind": "interface",
|
|
5448
5448
|
"locationInModule": {
|
|
5449
5449
|
"filename": "lib/utils.ts",
|
|
5450
|
-
"line":
|
|
5450
|
+
"line": 149
|
|
5451
5451
|
},
|
|
5452
5452
|
"name": "CfnNagSuppressRule",
|
|
5453
5453
|
"properties": [
|
|
@@ -5456,7 +5456,7 @@
|
|
|
5456
5456
|
"immutable": true,
|
|
5457
5457
|
"locationInModule": {
|
|
5458
5458
|
"filename": "lib/utils.ts",
|
|
5459
|
-
"line":
|
|
5459
|
+
"line": 150
|
|
5460
5460
|
},
|
|
5461
5461
|
"name": "id",
|
|
5462
5462
|
"type": {
|
|
@@ -5468,7 +5468,7 @@
|
|
|
5468
5468
|
"immutable": true,
|
|
5469
5469
|
"locationInModule": {
|
|
5470
5470
|
"filename": "lib/utils.ts",
|
|
5471
|
-
"line":
|
|
5471
|
+
"line": 151
|
|
5472
5472
|
},
|
|
5473
5473
|
"name": "reason",
|
|
5474
5474
|
"type": {
|
|
@@ -5485,7 +5485,7 @@
|
|
|
5485
5485
|
"kind": "interface",
|
|
5486
5486
|
"locationInModule": {
|
|
5487
5487
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5488
|
-
"line":
|
|
5488
|
+
"line": 70
|
|
5489
5489
|
},
|
|
5490
5490
|
"name": "CloudFrontDistributionForApiGatewayResponse",
|
|
5491
5491
|
"properties": [
|
|
@@ -5494,7 +5494,7 @@
|
|
|
5494
5494
|
"immutable": true,
|
|
5495
5495
|
"locationInModule": {
|
|
5496
5496
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5497
|
-
"line":
|
|
5497
|
+
"line": 71
|
|
5498
5498
|
},
|
|
5499
5499
|
"name": "distribution",
|
|
5500
5500
|
"type": {
|
|
@@ -5506,7 +5506,7 @@
|
|
|
5506
5506
|
"immutable": true,
|
|
5507
5507
|
"locationInModule": {
|
|
5508
5508
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5509
|
-
"line":
|
|
5509
|
+
"line": 72
|
|
5510
5510
|
},
|
|
5511
5511
|
"name": "cloudfrontFunction",
|
|
5512
5512
|
"optional": true,
|
|
@@ -5519,7 +5519,7 @@
|
|
|
5519
5519
|
"immutable": true,
|
|
5520
5520
|
"locationInModule": {
|
|
5521
5521
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5522
|
-
"line":
|
|
5522
|
+
"line": 73
|
|
5523
5523
|
},
|
|
5524
5524
|
"name": "loggingBucket",
|
|
5525
5525
|
"optional": true,
|
|
@@ -5537,7 +5537,7 @@
|
|
|
5537
5537
|
"kind": "interface",
|
|
5538
5538
|
"locationInModule": {
|
|
5539
5539
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5540
|
-
"line":
|
|
5540
|
+
"line": 155
|
|
5541
5541
|
},
|
|
5542
5542
|
"name": "CloudFrontDistributionForMediaStoreResponse",
|
|
5543
5543
|
"properties": [
|
|
@@ -5546,7 +5546,7 @@
|
|
|
5546
5546
|
"immutable": true,
|
|
5547
5547
|
"locationInModule": {
|
|
5548
5548
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5549
|
-
"line":
|
|
5549
|
+
"line": 156
|
|
5550
5550
|
},
|
|
5551
5551
|
"name": "distribution",
|
|
5552
5552
|
"type": {
|
|
@@ -5558,7 +5558,7 @@
|
|
|
5558
5558
|
"immutable": true,
|
|
5559
5559
|
"locationInModule": {
|
|
5560
5560
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5561
|
-
"line":
|
|
5561
|
+
"line": 158
|
|
5562
5562
|
},
|
|
5563
5563
|
"name": "requestPolicy",
|
|
5564
5564
|
"type": {
|
|
@@ -5570,7 +5570,7 @@
|
|
|
5570
5570
|
"immutable": true,
|
|
5571
5571
|
"locationInModule": {
|
|
5572
5572
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5573
|
-
"line":
|
|
5573
|
+
"line": 159
|
|
5574
5574
|
},
|
|
5575
5575
|
"name": "cloudfrontFunction",
|
|
5576
5576
|
"optional": true,
|
|
@@ -5583,7 +5583,7 @@
|
|
|
5583
5583
|
"immutable": true,
|
|
5584
5584
|
"locationInModule": {
|
|
5585
5585
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5586
|
-
"line":
|
|
5586
|
+
"line": 157
|
|
5587
5587
|
},
|
|
5588
5588
|
"name": "loggingBucket",
|
|
5589
5589
|
"optional": true,
|
|
@@ -5601,7 +5601,7 @@
|
|
|
5601
5601
|
"kind": "interface",
|
|
5602
5602
|
"locationInModule": {
|
|
5603
5603
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5604
|
-
"line":
|
|
5604
|
+
"line": 106
|
|
5605
5605
|
},
|
|
5606
5606
|
"name": "CloudFrontDistributionForS3Response",
|
|
5607
5607
|
"properties": [
|
|
@@ -5610,7 +5610,7 @@
|
|
|
5610
5610
|
"immutable": true,
|
|
5611
5611
|
"locationInModule": {
|
|
5612
5612
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5613
|
-
"line":
|
|
5613
|
+
"line": 107
|
|
5614
5614
|
},
|
|
5615
5615
|
"name": "distribution",
|
|
5616
5616
|
"type": {
|
|
@@ -5622,7 +5622,7 @@
|
|
|
5622
5622
|
"immutable": true,
|
|
5623
5623
|
"locationInModule": {
|
|
5624
5624
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5625
|
-
"line":
|
|
5625
|
+
"line": 109
|
|
5626
5626
|
},
|
|
5627
5627
|
"name": "cloudfrontFunction",
|
|
5628
5628
|
"optional": true,
|
|
@@ -5635,7 +5635,7 @@
|
|
|
5635
5635
|
"immutable": true,
|
|
5636
5636
|
"locationInModule": {
|
|
5637
5637
|
"filename": "lib/cloudfront-distribution-helper.ts",
|
|
5638
|
-
"line":
|
|
5638
|
+
"line": 108
|
|
5639
5639
|
},
|
|
5640
5640
|
"name": "loggingBucket",
|
|
5641
5641
|
"optional": true,
|
|
@@ -5653,7 +5653,7 @@
|
|
|
5653
5653
|
"kind": "interface",
|
|
5654
5654
|
"locationInModule": {
|
|
5655
5655
|
"filename": "lib/cognito-helper.ts",
|
|
5656
|
-
"line":
|
|
5656
|
+
"line": 27
|
|
5657
5657
|
},
|
|
5658
5658
|
"name": "CognitoOptions",
|
|
5659
5659
|
"properties": [
|
|
@@ -5662,7 +5662,7 @@
|
|
|
5662
5662
|
"immutable": true,
|
|
5663
5663
|
"locationInModule": {
|
|
5664
5664
|
"filename": "lib/cognito-helper.ts",
|
|
5665
|
-
"line":
|
|
5665
|
+
"line": 28
|
|
5666
5666
|
},
|
|
5667
5667
|
"name": "identitypool",
|
|
5668
5668
|
"type": {
|
|
@@ -5674,7 +5674,7 @@
|
|
|
5674
5674
|
"immutable": true,
|
|
5675
5675
|
"locationInModule": {
|
|
5676
5676
|
"filename": "lib/cognito-helper.ts",
|
|
5677
|
-
"line":
|
|
5677
|
+
"line": 29
|
|
5678
5678
|
},
|
|
5679
5679
|
"name": "userpool",
|
|
5680
5680
|
"type": {
|
|
@@ -5686,7 +5686,7 @@
|
|
|
5686
5686
|
"immutable": true,
|
|
5687
5687
|
"locationInModule": {
|
|
5688
5688
|
"filename": "lib/cognito-helper.ts",
|
|
5689
|
-
"line":
|
|
5689
|
+
"line": 30
|
|
5690
5690
|
},
|
|
5691
5691
|
"name": "userpoolclient",
|
|
5692
5692
|
"type": {
|
|
@@ -5703,7 +5703,7 @@
|
|
|
5703
5703
|
"kind": "interface",
|
|
5704
5704
|
"locationInModule": {
|
|
5705
5705
|
"filename": "lib/fargate-helper.ts",
|
|
5706
|
-
"line":
|
|
5706
|
+
"line": 26
|
|
5707
5707
|
},
|
|
5708
5708
|
"name": "CreateFargateServiceResponse",
|
|
5709
5709
|
"properties": [
|
|
@@ -5712,7 +5712,7 @@
|
|
|
5712
5712
|
"immutable": true,
|
|
5713
5713
|
"locationInModule": {
|
|
5714
5714
|
"filename": "lib/fargate-helper.ts",
|
|
5715
|
-
"line":
|
|
5715
|
+
"line": 28
|
|
5716
5716
|
},
|
|
5717
5717
|
"name": "containerDefinition",
|
|
5718
5718
|
"type": {
|
|
@@ -5724,7 +5724,7 @@
|
|
|
5724
5724
|
"immutable": true,
|
|
5725
5725
|
"locationInModule": {
|
|
5726
5726
|
"filename": "lib/fargate-helper.ts",
|
|
5727
|
-
"line":
|
|
5727
|
+
"line": 27
|
|
5728
5728
|
},
|
|
5729
5729
|
"name": "service",
|
|
5730
5730
|
"type": {
|
|
@@ -5741,7 +5741,7 @@
|
|
|
5741
5741
|
"kind": "interface",
|
|
5742
5742
|
"locationInModule": {
|
|
5743
5743
|
"filename": "lib/glue-job-helper.ts",
|
|
5744
|
-
"line":
|
|
5744
|
+
"line": 133
|
|
5745
5745
|
},
|
|
5746
5746
|
"name": "DeployGlueJobResponse",
|
|
5747
5747
|
"properties": [
|
|
@@ -5750,7 +5750,7 @@
|
|
|
5750
5750
|
"immutable": true,
|
|
5751
5751
|
"locationInModule": {
|
|
5752
5752
|
"filename": "lib/glue-job-helper.ts",
|
|
5753
|
-
"line":
|
|
5753
|
+
"line": 134
|
|
5754
5754
|
},
|
|
5755
5755
|
"name": "job",
|
|
5756
5756
|
"type": {
|
|
@@ -5762,7 +5762,7 @@
|
|
|
5762
5762
|
"immutable": true,
|
|
5763
5763
|
"locationInModule": {
|
|
5764
5764
|
"filename": "lib/glue-job-helper.ts",
|
|
5765
|
-
"line":
|
|
5765
|
+
"line": 135
|
|
5766
5766
|
},
|
|
5767
5767
|
"name": "role",
|
|
5768
5768
|
"type": {
|
|
@@ -5774,7 +5774,7 @@
|
|
|
5774
5774
|
"immutable": true,
|
|
5775
5775
|
"locationInModule": {
|
|
5776
5776
|
"filename": "lib/glue-job-helper.ts",
|
|
5777
|
-
"line":
|
|
5777
|
+
"line": 136
|
|
5778
5778
|
},
|
|
5779
5779
|
"name": "bucket",
|
|
5780
5780
|
"optional": true,
|
|
@@ -5787,7 +5787,7 @@
|
|
|
5787
5787
|
"immutable": true,
|
|
5788
5788
|
"locationInModule": {
|
|
5789
5789
|
"filename": "lib/glue-job-helper.ts",
|
|
5790
|
-
"line":
|
|
5790
|
+
"line": 137
|
|
5791
5791
|
},
|
|
5792
5792
|
"name": "loggingBucket",
|
|
5793
5793
|
"optional": true,
|
|
@@ -5805,7 +5805,7 @@
|
|
|
5805
5805
|
"kind": "interface",
|
|
5806
5806
|
"locationInModule": {
|
|
5807
5807
|
"filename": "lib/sagemaker-helper.ts",
|
|
5808
|
-
"line":
|
|
5808
|
+
"line": 374
|
|
5809
5809
|
},
|
|
5810
5810
|
"name": "DeploySagemakerEndpointResponse",
|
|
5811
5811
|
"properties": [
|
|
@@ -5814,7 +5814,7 @@
|
|
|
5814
5814
|
"immutable": true,
|
|
5815
5815
|
"locationInModule": {
|
|
5816
5816
|
"filename": "lib/sagemaker-helper.ts",
|
|
5817
|
-
"line":
|
|
5817
|
+
"line": 375
|
|
5818
5818
|
},
|
|
5819
5819
|
"name": "endpoint",
|
|
5820
5820
|
"type": {
|
|
@@ -5826,7 +5826,7 @@
|
|
|
5826
5826
|
"immutable": true,
|
|
5827
5827
|
"locationInModule": {
|
|
5828
5828
|
"filename": "lib/sagemaker-helper.ts",
|
|
5829
|
-
"line":
|
|
5829
|
+
"line": 376
|
|
5830
5830
|
},
|
|
5831
5831
|
"name": "endpointConfig",
|
|
5832
5832
|
"optional": true,
|
|
@@ -5839,7 +5839,7 @@
|
|
|
5839
5839
|
"immutable": true,
|
|
5840
5840
|
"locationInModule": {
|
|
5841
5841
|
"filename": "lib/sagemaker-helper.ts",
|
|
5842
|
-
"line":
|
|
5842
|
+
"line": 377
|
|
5843
5843
|
},
|
|
5844
5844
|
"name": "model",
|
|
5845
5845
|
"optional": true,
|
|
@@ -5857,7 +5857,7 @@
|
|
|
5857
5857
|
"kind": "interface",
|
|
5858
5858
|
"locationInModule": {
|
|
5859
5859
|
"filename": "lib/lambda-event-source-mapping-defaults.ts",
|
|
5860
|
-
"line":
|
|
5860
|
+
"line": 28
|
|
5861
5861
|
},
|
|
5862
5862
|
"name": "EventSourceProps",
|
|
5863
5863
|
"properties": [
|
|
@@ -5866,7 +5866,7 @@
|
|
|
5866
5866
|
"immutable": true,
|
|
5867
5867
|
"locationInModule": {
|
|
5868
5868
|
"filename": "lib/lambda-event-source-mapping-defaults.ts",
|
|
5869
|
-
"line":
|
|
5869
|
+
"line": 30
|
|
5870
5870
|
},
|
|
5871
5871
|
"name": "deploySqsDlqQueue",
|
|
5872
5872
|
"optional": true,
|
|
@@ -5879,7 +5879,7 @@
|
|
|
5879
5879
|
"immutable": true,
|
|
5880
5880
|
"locationInModule": {
|
|
5881
5881
|
"filename": "lib/lambda-event-source-mapping-defaults.ts",
|
|
5882
|
-
"line":
|
|
5882
|
+
"line": 29
|
|
5883
5883
|
},
|
|
5884
5884
|
"name": "eventSourceProps",
|
|
5885
5885
|
"optional": true,
|
|
@@ -5892,7 +5892,7 @@
|
|
|
5892
5892
|
"immutable": true,
|
|
5893
5893
|
"locationInModule": {
|
|
5894
5894
|
"filename": "lib/lambda-event-source-mapping-defaults.ts",
|
|
5895
|
-
"line":
|
|
5895
|
+
"line": 31
|
|
5896
5896
|
},
|
|
5897
5897
|
"name": "sqsDlqQueueProps",
|
|
5898
5898
|
"optional": true,
|
|
@@ -5910,7 +5910,7 @@
|
|
|
5910
5910
|
"kind": "interface",
|
|
5911
5911
|
"locationInModule": {
|
|
5912
5912
|
"filename": "lib/apigateway-helper.ts",
|
|
5913
|
-
"line":
|
|
5913
|
+
"line": 181
|
|
5914
5914
|
},
|
|
5915
5915
|
"name": "GlobalLambdaRestApiResponse",
|
|
5916
5916
|
"properties": [
|
|
@@ -5919,7 +5919,7 @@
|
|
|
5919
5919
|
"immutable": true,
|
|
5920
5920
|
"locationInModule": {
|
|
5921
5921
|
"filename": "lib/apigateway-helper.ts",
|
|
5922
|
-
"line":
|
|
5922
|
+
"line": 182
|
|
5923
5923
|
},
|
|
5924
5924
|
"name": "api",
|
|
5925
5925
|
"type": {
|
|
@@ -5931,7 +5931,7 @@
|
|
|
5931
5931
|
"immutable": true,
|
|
5932
5932
|
"locationInModule": {
|
|
5933
5933
|
"filename": "lib/apigateway-helper.ts",
|
|
5934
|
-
"line":
|
|
5934
|
+
"line": 184
|
|
5935
5935
|
},
|
|
5936
5936
|
"name": "group",
|
|
5937
5937
|
"type": {
|
|
@@ -5943,7 +5943,7 @@
|
|
|
5943
5943
|
"immutable": true,
|
|
5944
5944
|
"locationInModule": {
|
|
5945
5945
|
"filename": "lib/apigateway-helper.ts",
|
|
5946
|
-
"line":
|
|
5946
|
+
"line": 183
|
|
5947
5947
|
},
|
|
5948
5948
|
"name": "role",
|
|
5949
5949
|
"optional": true,
|
|
@@ -5961,7 +5961,7 @@
|
|
|
5961
5961
|
"kind": "interface",
|
|
5962
5962
|
"locationInModule": {
|
|
5963
5963
|
"filename": "lib/apigateway-helper.ts",
|
|
5964
|
-
"line":
|
|
5964
|
+
"line": 229
|
|
5965
5965
|
},
|
|
5966
5966
|
"name": "GlobalRestApiResponse",
|
|
5967
5967
|
"properties": [
|
|
@@ -5970,7 +5970,7 @@
|
|
|
5970
5970
|
"immutable": true,
|
|
5971
5971
|
"locationInModule": {
|
|
5972
5972
|
"filename": "lib/apigateway-helper.ts",
|
|
5973
|
-
"line":
|
|
5973
|
+
"line": 230
|
|
5974
5974
|
},
|
|
5975
5975
|
"name": "api",
|
|
5976
5976
|
"type": {
|
|
@@ -5982,7 +5982,7 @@
|
|
|
5982
5982
|
"immutable": true,
|
|
5983
5983
|
"locationInModule": {
|
|
5984
5984
|
"filename": "lib/apigateway-helper.ts",
|
|
5985
|
-
"line":
|
|
5985
|
+
"line": 232
|
|
5986
5986
|
},
|
|
5987
5987
|
"name": "logGroup",
|
|
5988
5988
|
"type": {
|
|
@@ -5994,7 +5994,7 @@
|
|
|
5994
5994
|
"immutable": true,
|
|
5995
5995
|
"locationInModule": {
|
|
5996
5996
|
"filename": "lib/apigateway-helper.ts",
|
|
5997
|
-
"line":
|
|
5997
|
+
"line": 231
|
|
5998
5998
|
},
|
|
5999
5999
|
"name": "role",
|
|
6000
6000
|
"optional": true,
|
|
@@ -6012,7 +6012,7 @@
|
|
|
6012
6012
|
"kind": "interface",
|
|
6013
6013
|
"locationInModule": {
|
|
6014
6014
|
"filename": "lib/elasticache-helper.ts",
|
|
6015
|
-
"line":
|
|
6015
|
+
"line": 25
|
|
6016
6016
|
},
|
|
6017
6017
|
"name": "ObtainMemcachedClusterProps",
|
|
6018
6018
|
"properties": [
|
|
@@ -6021,7 +6021,7 @@
|
|
|
6021
6021
|
"immutable": true,
|
|
6022
6022
|
"locationInModule": {
|
|
6023
6023
|
"filename": "lib/elasticache-helper.ts",
|
|
6024
|
-
"line":
|
|
6024
|
+
"line": 27
|
|
6025
6025
|
},
|
|
6026
6026
|
"name": "cacheSecurityGroupId",
|
|
6027
6027
|
"type": {
|
|
@@ -6033,7 +6033,7 @@
|
|
|
6033
6033
|
"immutable": true,
|
|
6034
6034
|
"locationInModule": {
|
|
6035
6035
|
"filename": "lib/elasticache-helper.ts",
|
|
6036
|
-
"line":
|
|
6036
|
+
"line": 26
|
|
6037
6037
|
},
|
|
6038
6038
|
"name": "cachePort",
|
|
6039
6039
|
"optional": true,
|
|
@@ -6046,7 +6046,7 @@
|
|
|
6046
6046
|
"immutable": true,
|
|
6047
6047
|
"locationInModule": {
|
|
6048
6048
|
"filename": "lib/elasticache-helper.ts",
|
|
6049
|
-
"line":
|
|
6049
|
+
"line": 28
|
|
6050
6050
|
},
|
|
6051
6051
|
"name": "cacheProps",
|
|
6052
6052
|
"optional": true,
|
|
@@ -6059,7 +6059,7 @@
|
|
|
6059
6059
|
"immutable": true,
|
|
6060
6060
|
"locationInModule": {
|
|
6061
6061
|
"filename": "lib/elasticache-helper.ts",
|
|
6062
|
-
"line":
|
|
6062
|
+
"line": 29
|
|
6063
6063
|
},
|
|
6064
6064
|
"name": "existingCache",
|
|
6065
6065
|
"optional": true,
|
|
@@ -6072,7 +6072,7 @@
|
|
|
6072
6072
|
"immutable": true,
|
|
6073
6073
|
"locationInModule": {
|
|
6074
6074
|
"filename": "lib/elasticache-helper.ts",
|
|
6075
|
-
"line":
|
|
6075
|
+
"line": 30
|
|
6076
6076
|
},
|
|
6077
6077
|
"name": "vpc",
|
|
6078
6078
|
"optional": true,
|
|
@@ -6090,7 +6090,7 @@
|
|
|
6090
6090
|
"kind": "interface",
|
|
6091
6091
|
"locationInModule": {
|
|
6092
6092
|
"filename": "lib/apigateway-helper.ts",
|
|
6093
|
-
"line":
|
|
6093
|
+
"line": 205
|
|
6094
6094
|
},
|
|
6095
6095
|
"name": "RegionalLambdaRestApiResponse",
|
|
6096
6096
|
"properties": [
|
|
@@ -6099,7 +6099,7 @@
|
|
|
6099
6099
|
"immutable": true,
|
|
6100
6100
|
"locationInModule": {
|
|
6101
6101
|
"filename": "lib/apigateway-helper.ts",
|
|
6102
|
-
"line":
|
|
6102
|
+
"line": 206
|
|
6103
6103
|
},
|
|
6104
6104
|
"name": "api",
|
|
6105
6105
|
"type": {
|
|
@@ -6111,7 +6111,7 @@
|
|
|
6111
6111
|
"immutable": true,
|
|
6112
6112
|
"locationInModule": {
|
|
6113
6113
|
"filename": "lib/apigateway-helper.ts",
|
|
6114
|
-
"line":
|
|
6114
|
+
"line": 208
|
|
6115
6115
|
},
|
|
6116
6116
|
"name": "group",
|
|
6117
6117
|
"type": {
|
|
@@ -6123,7 +6123,7 @@
|
|
|
6123
6123
|
"immutable": true,
|
|
6124
6124
|
"locationInModule": {
|
|
6125
6125
|
"filename": "lib/apigateway-helper.ts",
|
|
6126
|
-
"line":
|
|
6126
|
+
"line": 207
|
|
6127
6127
|
},
|
|
6128
6128
|
"name": "role",
|
|
6129
6129
|
"optional": true,
|
|
@@ -6141,7 +6141,7 @@
|
|
|
6141
6141
|
"kind": "interface",
|
|
6142
6142
|
"locationInModule": {
|
|
6143
6143
|
"filename": "lib/apigateway-helper.ts",
|
|
6144
|
-
"line":
|
|
6144
|
+
"line": 252
|
|
6145
6145
|
},
|
|
6146
6146
|
"name": "RegionalRestApiResponse",
|
|
6147
6147
|
"properties": [
|
|
@@ -6150,7 +6150,7 @@
|
|
|
6150
6150
|
"immutable": true,
|
|
6151
6151
|
"locationInModule": {
|
|
6152
6152
|
"filename": "lib/apigateway-helper.ts",
|
|
6153
|
-
"line":
|
|
6153
|
+
"line": 253
|
|
6154
6154
|
},
|
|
6155
6155
|
"name": "api",
|
|
6156
6156
|
"type": {
|
|
@@ -6162,7 +6162,7 @@
|
|
|
6162
6162
|
"immutable": true,
|
|
6163
6163
|
"locationInModule": {
|
|
6164
6164
|
"filename": "lib/apigateway-helper.ts",
|
|
6165
|
-
"line":
|
|
6165
|
+
"line": 255
|
|
6166
6166
|
},
|
|
6167
6167
|
"name": "logGroup",
|
|
6168
6168
|
"type": {
|
|
@@ -6174,7 +6174,7 @@
|
|
|
6174
6174
|
"immutable": true,
|
|
6175
6175
|
"locationInModule": {
|
|
6176
6176
|
"filename": "lib/apigateway-helper.ts",
|
|
6177
|
-
"line":
|
|
6177
|
+
"line": 254
|
|
6178
6178
|
},
|
|
6179
6179
|
"name": "role",
|
|
6180
6180
|
"optional": true,
|
|
@@ -6192,7 +6192,7 @@
|
|
|
6192
6192
|
"kind": "interface",
|
|
6193
6193
|
"locationInModule": {
|
|
6194
6194
|
"filename": "lib/security-group-helper.ts",
|
|
6195
|
-
"line":
|
|
6195
|
+
"line": 24
|
|
6196
6196
|
},
|
|
6197
6197
|
"name": "SecurityGroupRuleDefinition",
|
|
6198
6198
|
"properties": [
|
|
@@ -6201,7 +6201,7 @@
|
|
|
6201
6201
|
"immutable": true,
|
|
6202
6202
|
"locationInModule": {
|
|
6203
6203
|
"filename": "lib/security-group-helper.ts",
|
|
6204
|
-
"line":
|
|
6204
|
+
"line": 26
|
|
6205
6205
|
},
|
|
6206
6206
|
"name": "connection",
|
|
6207
6207
|
"type": {
|
|
@@ -6213,7 +6213,7 @@
|
|
|
6213
6213
|
"immutable": true,
|
|
6214
6214
|
"locationInModule": {
|
|
6215
6215
|
"filename": "lib/security-group-helper.ts",
|
|
6216
|
-
"line":
|
|
6216
|
+
"line": 25
|
|
6217
6217
|
},
|
|
6218
6218
|
"name": "peer",
|
|
6219
6219
|
"type": {
|
|
@@ -6225,7 +6225,7 @@
|
|
|
6225
6225
|
"immutable": true,
|
|
6226
6226
|
"locationInModule": {
|
|
6227
6227
|
"filename": "lib/security-group-helper.ts",
|
|
6228
|
-
"line":
|
|
6228
|
+
"line": 27
|
|
6229
6229
|
},
|
|
6230
6230
|
"name": "description",
|
|
6231
6231
|
"optional": true,
|
|
@@ -6238,7 +6238,7 @@
|
|
|
6238
6238
|
"immutable": true,
|
|
6239
6239
|
"locationInModule": {
|
|
6240
6240
|
"filename": "lib/security-group-helper.ts",
|
|
6241
|
-
"line":
|
|
6241
|
+
"line": 28
|
|
6242
6242
|
},
|
|
6243
6243
|
"name": "remoteRule",
|
|
6244
6244
|
"optional": true,
|
|
@@ -6255,7 +6255,7 @@
|
|
|
6255
6255
|
"kind": "enum",
|
|
6256
6256
|
"locationInModule": {
|
|
6257
6257
|
"filename": "lib/vpc-helper.ts",
|
|
6258
|
-
"line":
|
|
6258
|
+
"line": 68
|
|
6259
6259
|
},
|
|
6260
6260
|
"members": [
|
|
6261
6261
|
{
|
|
@@ -6311,7 +6311,7 @@
|
|
|
6311
6311
|
"kind": "interface",
|
|
6312
6312
|
"locationInModule": {
|
|
6313
6313
|
"filename": "lib/glue-job-helper.ts",
|
|
6314
|
-
"line":
|
|
6314
|
+
"line": 41
|
|
6315
6315
|
},
|
|
6316
6316
|
"name": "SinkDataStoreProps",
|
|
6317
6317
|
"properties": [
|
|
@@ -6323,7 +6323,7 @@
|
|
|
6323
6323
|
"immutable": true,
|
|
6324
6324
|
"locationInModule": {
|
|
6325
6325
|
"filename": "lib/glue-job-helper.ts",
|
|
6326
|
-
"line":
|
|
6326
|
+
"line": 45
|
|
6327
6327
|
},
|
|
6328
6328
|
"name": "datastoreType",
|
|
6329
6329
|
"type": {
|
|
@@ -6339,7 +6339,7 @@
|
|
|
6339
6339
|
"immutable": true,
|
|
6340
6340
|
"locationInModule": {
|
|
6341
6341
|
"filename": "lib/glue-job-helper.ts",
|
|
6342
|
-
"line":
|
|
6342
|
+
"line": 58
|
|
6343
6343
|
},
|
|
6344
6344
|
"name": "existingS3OutputBucket",
|
|
6345
6345
|
"optional": true,
|
|
@@ -6356,7 +6356,7 @@
|
|
|
6356
6356
|
"immutable": true,
|
|
6357
6357
|
"locationInModule": {
|
|
6358
6358
|
"filename": "lib/glue-job-helper.ts",
|
|
6359
|
-
"line":
|
|
6359
|
+
"line": 63
|
|
6360
6360
|
},
|
|
6361
6361
|
"name": "outputBucketProps",
|
|
6362
6362
|
"optional": true,
|
|
@@ -6377,7 +6377,7 @@
|
|
|
6377
6377
|
"kind": "enum",
|
|
6378
6378
|
"locationInModule": {
|
|
6379
6379
|
"filename": "lib/glue-job-helper.ts",
|
|
6380
|
-
"line":
|
|
6380
|
+
"line": 33
|
|
6381
6381
|
},
|
|
6382
6382
|
"members": [
|
|
6383
6383
|
{
|
|
@@ -6394,7 +6394,7 @@
|
|
|
6394
6394
|
"kind": "interface",
|
|
6395
6395
|
"locationInModule": {
|
|
6396
6396
|
"filename": "lib/input-validation.ts",
|
|
6397
|
-
"line":
|
|
6397
|
+
"line": 35
|
|
6398
6398
|
},
|
|
6399
6399
|
"name": "VerifiedProps",
|
|
6400
6400
|
"properties": [
|
|
@@ -6403,7 +6403,7 @@
|
|
|
6403
6403
|
"immutable": true,
|
|
6404
6404
|
"locationInModule": {
|
|
6405
6405
|
"filename": "lib/input-validation.ts",
|
|
6406
|
-
"line":
|
|
6406
|
+
"line": 81
|
|
6407
6407
|
},
|
|
6408
6408
|
"name": "albLoggingBucketProps",
|
|
6409
6409
|
"optional": true,
|
|
@@ -6416,7 +6416,7 @@
|
|
|
6416
6416
|
"immutable": true,
|
|
6417
6417
|
"locationInModule": {
|
|
6418
6418
|
"filename": "lib/input-validation.ts",
|
|
6419
|
-
"line":
|
|
6419
|
+
"line": 56
|
|
6420
6420
|
},
|
|
6421
6421
|
"name": "bucketProps",
|
|
6422
6422
|
"optional": true,
|
|
@@ -6429,7 +6429,7 @@
|
|
|
6429
6429
|
"immutable": true,
|
|
6430
6430
|
"locationInModule": {
|
|
6431
6431
|
"filename": "lib/input-validation.ts",
|
|
6432
|
-
"line":
|
|
6432
|
+
"line": 49
|
|
6433
6433
|
},
|
|
6434
6434
|
"name": "deadLetterQueueProps",
|
|
6435
6435
|
"optional": true,
|
|
@@ -6442,7 +6442,7 @@
|
|
|
6442
6442
|
"immutable": true,
|
|
6443
6443
|
"locationInModule": {
|
|
6444
6444
|
"filename": "lib/input-validation.ts",
|
|
6445
|
-
"line":
|
|
6445
|
+
"line": 48
|
|
6446
6446
|
},
|
|
6447
6447
|
"name": "deployDeadLetterQueue",
|
|
6448
6448
|
"optional": true,
|
|
@@ -6455,7 +6455,7 @@
|
|
|
6455
6455
|
"immutable": true,
|
|
6456
6456
|
"locationInModule": {
|
|
6457
6457
|
"filename": "lib/input-validation.ts",
|
|
6458
|
-
"line":
|
|
6458
|
+
"line": 72
|
|
6459
6459
|
},
|
|
6460
6460
|
"name": "deployVpc",
|
|
6461
6461
|
"optional": true,
|
|
@@ -6468,7 +6468,7 @@
|
|
|
6468
6468
|
"immutable": true,
|
|
6469
6469
|
"locationInModule": {
|
|
6470
6470
|
"filename": "lib/input-validation.ts",
|
|
6471
|
-
"line":
|
|
6471
|
+
"line": 36
|
|
6472
6472
|
},
|
|
6473
6473
|
"name": "dynamoTableProps",
|
|
6474
6474
|
"optional": true,
|
|
@@ -6481,7 +6481,7 @@
|
|
|
6481
6481
|
"immutable": true,
|
|
6482
6482
|
"locationInModule": {
|
|
6483
6483
|
"filename": "lib/input-validation.ts",
|
|
6484
|
-
"line":
|
|
6484
|
+
"line": 74
|
|
6485
6485
|
},
|
|
6486
6486
|
"name": "encryptionKey",
|
|
6487
6487
|
"optional": true,
|
|
@@ -6494,7 +6494,7 @@
|
|
|
6494
6494
|
"immutable": true,
|
|
6495
6495
|
"locationInModule": {
|
|
6496
6496
|
"filename": "lib/input-validation.ts",
|
|
6497
|
-
"line":
|
|
6497
|
+
"line": 75
|
|
6498
6498
|
},
|
|
6499
6499
|
"name": "encryptionKeyProps",
|
|
6500
6500
|
"optional": true,
|
|
@@ -6507,7 +6507,7 @@
|
|
|
6507
6507
|
"immutable": true,
|
|
6508
6508
|
"locationInModule": {
|
|
6509
6509
|
"filename": "lib/input-validation.ts",
|
|
6510
|
-
"line":
|
|
6510
|
+
"line": 65
|
|
6511
6511
|
},
|
|
6512
6512
|
"name": "endpointProps",
|
|
6513
6513
|
"optional": true,
|
|
@@ -6520,7 +6520,7 @@
|
|
|
6520
6520
|
"immutable": true,
|
|
6521
6521
|
"locationInModule": {
|
|
6522
6522
|
"filename": "lib/input-validation.ts",
|
|
6523
|
-
"line":
|
|
6523
|
+
"line": 55
|
|
6524
6524
|
},
|
|
6525
6525
|
"name": "existingBucketInterface",
|
|
6526
6526
|
"optional": true,
|
|
@@ -6533,7 +6533,7 @@
|
|
|
6533
6533
|
"immutable": true,
|
|
6534
6534
|
"locationInModule": {
|
|
6535
6535
|
"filename": "lib/input-validation.ts",
|
|
6536
|
-
"line":
|
|
6536
|
+
"line": 54
|
|
6537
6537
|
},
|
|
6538
6538
|
"name": "existingBucketObj",
|
|
6539
6539
|
"optional": true,
|
|
@@ -6546,7 +6546,7 @@
|
|
|
6546
6546
|
"immutable": true,
|
|
6547
6547
|
"locationInModule": {
|
|
6548
6548
|
"filename": "lib/input-validation.ts",
|
|
6549
|
-
"line":
|
|
6549
|
+
"line": 62
|
|
6550
6550
|
},
|
|
6551
6551
|
"name": "existingGlueJob",
|
|
6552
6552
|
"optional": true,
|
|
@@ -6559,7 +6559,7 @@
|
|
|
6559
6559
|
"immutable": true,
|
|
6560
6560
|
"locationInModule": {
|
|
6561
6561
|
"filename": "lib/input-validation.ts",
|
|
6562
|
-
"line":
|
|
6562
|
+
"line": 43
|
|
6563
6563
|
},
|
|
6564
6564
|
"name": "existingLambdaObj",
|
|
6565
6565
|
"optional": true,
|
|
@@ -6572,7 +6572,7 @@
|
|
|
6572
6572
|
"immutable": true,
|
|
6573
6573
|
"locationInModule": {
|
|
6574
6574
|
"filename": "lib/input-validation.ts",
|
|
6575
|
-
"line":
|
|
6575
|
+
"line": 78
|
|
6576
6576
|
},
|
|
6577
6577
|
"name": "existingLoadBalancerObj",
|
|
6578
6578
|
"optional": true,
|
|
@@ -6585,7 +6585,7 @@
|
|
|
6585
6585
|
"immutable": true,
|
|
6586
6586
|
"locationInModule": {
|
|
6587
6587
|
"filename": "lib/input-validation.ts",
|
|
6588
|
-
"line":
|
|
6588
|
+
"line": 83
|
|
6589
6589
|
},
|
|
6590
6590
|
"name": "existingLoggingBucketObj",
|
|
6591
6591
|
"optional": true,
|
|
@@ -6598,7 +6598,7 @@
|
|
|
6598
6598
|
"immutable": true,
|
|
6599
6599
|
"locationInModule": {
|
|
6600
6600
|
"filename": "lib/input-validation.ts",
|
|
6601
|
-
"line":
|
|
6601
|
+
"line": 51
|
|
6602
6602
|
},
|
|
6603
6603
|
"name": "existingMediaStoreContainerObj",
|
|
6604
6604
|
"optional": true,
|
|
@@ -6611,7 +6611,7 @@
|
|
|
6611
6611
|
"immutable": true,
|
|
6612
6612
|
"locationInModule": {
|
|
6613
6613
|
"filename": "lib/input-validation.ts",
|
|
6614
|
-
"line":
|
|
6614
|
+
"line": 46
|
|
6615
6615
|
},
|
|
6616
6616
|
"name": "existingQueueObj",
|
|
6617
6617
|
"optional": true,
|
|
@@ -6624,7 +6624,7 @@
|
|
|
6624
6624
|
"immutable": true,
|
|
6625
6625
|
"locationInModule": {
|
|
6626
6626
|
"filename": "lib/input-validation.ts",
|
|
6627
|
-
"line":
|
|
6627
|
+
"line": 64
|
|
6628
6628
|
},
|
|
6629
6629
|
"name": "existingSagemakerEndpointObj",
|
|
6630
6630
|
"optional": true,
|
|
@@ -6637,7 +6637,7 @@
|
|
|
6637
6637
|
"immutable": true,
|
|
6638
6638
|
"locationInModule": {
|
|
6639
6639
|
"filename": "lib/input-validation.ts",
|
|
6640
|
-
"line":
|
|
6640
|
+
"line": 67
|
|
6641
6641
|
},
|
|
6642
6642
|
"name": "existingSecretObj",
|
|
6643
6643
|
"optional": true,
|
|
@@ -6650,7 +6650,7 @@
|
|
|
6650
6650
|
"immutable": true,
|
|
6651
6651
|
"locationInModule": {
|
|
6652
6652
|
"filename": "lib/input-validation.ts",
|
|
6653
|
-
"line":
|
|
6653
|
+
"line": 40
|
|
6654
6654
|
},
|
|
6655
6655
|
"name": "existingStreamObj",
|
|
6656
6656
|
"optional": true,
|
|
@@ -6663,7 +6663,7 @@
|
|
|
6663
6663
|
"immutable": true,
|
|
6664
6664
|
"locationInModule": {
|
|
6665
6665
|
"filename": "lib/input-validation.ts",
|
|
6666
|
-
"line":
|
|
6666
|
+
"line": 38
|
|
6667
6667
|
},
|
|
6668
6668
|
"name": "existingTableInterface",
|
|
6669
6669
|
"optional": true,
|
|
@@ -6676,7 +6676,7 @@
|
|
|
6676
6676
|
"immutable": true,
|
|
6677
6677
|
"locationInModule": {
|
|
6678
6678
|
"filename": "lib/input-validation.ts",
|
|
6679
|
-
"line":
|
|
6679
|
+
"line": 37
|
|
6680
6680
|
},
|
|
6681
6681
|
"name": "existingTableObj",
|
|
6682
6682
|
"optional": true,
|
|
@@ -6689,7 +6689,7 @@
|
|
|
6689
6689
|
"immutable": true,
|
|
6690
6690
|
"locationInModule": {
|
|
6691
6691
|
"filename": "lib/input-validation.ts",
|
|
6692
|
-
"line":
|
|
6692
|
+
"line": 59
|
|
6693
6693
|
},
|
|
6694
6694
|
"name": "existingTopicObj",
|
|
6695
6695
|
"optional": true,
|
|
@@ -6702,7 +6702,7 @@
|
|
|
6702
6702
|
"immutable": true,
|
|
6703
6703
|
"locationInModule": {
|
|
6704
6704
|
"filename": "lib/input-validation.ts",
|
|
6705
|
-
"line":
|
|
6705
|
+
"line": 70
|
|
6706
6706
|
},
|
|
6707
6707
|
"name": "existingVpc",
|
|
6708
6708
|
"optional": true,
|
|
@@ -6715,7 +6715,7 @@
|
|
|
6715
6715
|
"immutable": true,
|
|
6716
6716
|
"locationInModule": {
|
|
6717
6717
|
"filename": "lib/input-validation.ts",
|
|
6718
|
-
"line":
|
|
6718
|
+
"line": 61
|
|
6719
6719
|
},
|
|
6720
6720
|
"name": "glueJobProps",
|
|
6721
6721
|
"optional": true,
|
|
@@ -6728,7 +6728,7 @@
|
|
|
6728
6728
|
"immutable": true,
|
|
6729
6729
|
"locationInModule": {
|
|
6730
6730
|
"filename": "lib/input-validation.ts",
|
|
6731
|
-
"line":
|
|
6731
|
+
"line": 87
|
|
6732
6732
|
},
|
|
6733
6733
|
"name": "insertHttpSecurityHeaders",
|
|
6734
6734
|
"optional": true,
|
|
@@ -6741,7 +6741,7 @@
|
|
|
6741
6741
|
"immutable": true,
|
|
6742
6742
|
"locationInModule": {
|
|
6743
6743
|
"filename": "lib/input-validation.ts",
|
|
6744
|
-
"line":
|
|
6744
|
+
"line": 41
|
|
6745
6745
|
},
|
|
6746
6746
|
"name": "kinesisStreamProps",
|
|
6747
6747
|
"optional": true,
|
|
@@ -6754,7 +6754,7 @@
|
|
|
6754
6754
|
"immutable": true,
|
|
6755
6755
|
"locationInModule": {
|
|
6756
6756
|
"filename": "lib/input-validation.ts",
|
|
6757
|
-
"line":
|
|
6757
|
+
"line": 44
|
|
6758
6758
|
},
|
|
6759
6759
|
"name": "lambdaFunctionProps",
|
|
6760
6760
|
"optional": true,
|
|
@@ -6767,7 +6767,7 @@
|
|
|
6767
6767
|
"immutable": true,
|
|
6768
6768
|
"locationInModule": {
|
|
6769
6769
|
"filename": "lib/input-validation.ts",
|
|
6770
|
-
"line":
|
|
6770
|
+
"line": 77
|
|
6771
6771
|
},
|
|
6772
6772
|
"name": "loadBalancerProps",
|
|
6773
6773
|
"optional": true,
|
|
@@ -6780,7 +6780,7 @@
|
|
|
6780
6780
|
"immutable": true,
|
|
6781
6781
|
"locationInModule": {
|
|
6782
6782
|
"filename": "lib/input-validation.ts",
|
|
6783
|
-
"line":
|
|
6783
|
+
"line": 80
|
|
6784
6784
|
},
|
|
6785
6785
|
"name": "logAlbAccessLogs",
|
|
6786
6786
|
"optional": true,
|
|
@@ -6793,7 +6793,7 @@
|
|
|
6793
6793
|
"immutable": true,
|
|
6794
6794
|
"locationInModule": {
|
|
6795
6795
|
"filename": "lib/input-validation.ts",
|
|
6796
|
-
"line":
|
|
6796
|
+
"line": 84
|
|
6797
6797
|
},
|
|
6798
6798
|
"name": "loggingBucketProps",
|
|
6799
6799
|
"optional": true,
|
|
@@ -6806,7 +6806,7 @@
|
|
|
6806
6806
|
"immutable": true,
|
|
6807
6807
|
"locationInModule": {
|
|
6808
6808
|
"filename": "lib/input-validation.ts",
|
|
6809
|
-
"line":
|
|
6809
|
+
"line": 85
|
|
6810
6810
|
},
|
|
6811
6811
|
"name": "logS3AccessLogs",
|
|
6812
6812
|
"optional": true,
|
|
@@ -6819,7 +6819,7 @@
|
|
|
6819
6819
|
"immutable": true,
|
|
6820
6820
|
"locationInModule": {
|
|
6821
6821
|
"filename": "lib/input-validation.ts",
|
|
6822
|
-
"line":
|
|
6822
|
+
"line": 52
|
|
6823
6823
|
},
|
|
6824
6824
|
"name": "mediaStoreContainerProps",
|
|
6825
6825
|
"optional": true,
|
|
@@ -6832,7 +6832,7 @@
|
|
|
6832
6832
|
"immutable": true,
|
|
6833
6833
|
"locationInModule": {
|
|
6834
6834
|
"filename": "lib/input-validation.ts",
|
|
6835
|
-
"line":
|
|
6835
|
+
"line": 89
|
|
6836
6836
|
},
|
|
6837
6837
|
"name": "openSearchDomainProps",
|
|
6838
6838
|
"optional": true,
|
|
@@ -6845,7 +6845,7 @@
|
|
|
6845
6845
|
"immutable": true,
|
|
6846
6846
|
"locationInModule": {
|
|
6847
6847
|
"filename": "lib/input-validation.ts",
|
|
6848
|
-
"line":
|
|
6848
|
+
"line": 47
|
|
6849
6849
|
},
|
|
6850
6850
|
"name": "queueProps",
|
|
6851
6851
|
"optional": true,
|
|
@@ -6858,7 +6858,7 @@
|
|
|
6858
6858
|
"immutable": true,
|
|
6859
6859
|
"locationInModule": {
|
|
6860
6860
|
"filename": "lib/input-validation.ts",
|
|
6861
|
-
"line":
|
|
6861
|
+
"line": 88
|
|
6862
6862
|
},
|
|
6863
6863
|
"name": "responseHeadersPolicyProps",
|
|
6864
6864
|
"optional": true,
|
|
@@ -6871,7 +6871,7 @@
|
|
|
6871
6871
|
"immutable": true,
|
|
6872
6872
|
"locationInModule": {
|
|
6873
6873
|
"filename": "lib/input-validation.ts",
|
|
6874
|
-
"line":
|
|
6874
|
+
"line": 68
|
|
6875
6875
|
},
|
|
6876
6876
|
"name": "secretProps",
|
|
6877
6877
|
"optional": true,
|
|
@@ -6884,7 +6884,7 @@
|
|
|
6884
6884
|
"immutable": true,
|
|
6885
6885
|
"locationInModule": {
|
|
6886
6886
|
"filename": "lib/input-validation.ts",
|
|
6887
|
-
"line":
|
|
6887
|
+
"line": 58
|
|
6888
6888
|
},
|
|
6889
6889
|
"name": "topicProps",
|
|
6890
6890
|
"optional": true,
|
|
@@ -6897,7 +6897,7 @@
|
|
|
6897
6897
|
"immutable": true,
|
|
6898
6898
|
"locationInModule": {
|
|
6899
6899
|
"filename": "lib/input-validation.ts",
|
|
6900
|
-
"line":
|
|
6900
|
+
"line": 71
|
|
6901
6901
|
},
|
|
6902
6902
|
"name": "vpcProps",
|
|
6903
6903
|
"optional": true,
|
|
@@ -6909,6 +6909,6 @@
|
|
|
6909
6909
|
"symbolId": "lib/input-validation:VerifiedProps"
|
|
6910
6910
|
}
|
|
6911
6911
|
},
|
|
6912
|
-
"version": "2.
|
|
6913
|
-
"fingerprint": "
|
|
6912
|
+
"version": "2.35.0",
|
|
6913
|
+
"fingerprint": "j5Pvc0IqlFoQ8kGavPxcVJL/3xKsOMvJjeG0W6Q4008="
|
|
6914
6914
|
}
|