@aws-solutions-constructs/core 2.25.0 → 2.27.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 +273 -50
- package/index.d.ts +2 -0
- package/index.js +3 -1
- package/lib/cognito-helper.d.ts +2 -1
- package/lib/cognito-helper.js +16 -4
- package/lib/elasticsearch-helper.js +3 -20
- package/lib/fargate-helper.d.ts +1 -0
- package/lib/fargate-helper.js +8 -2
- package/lib/input-validation.d.ts +2 -0
- package/lib/input-validation.js +4 -1
- package/lib/kinesis-streams-helper.js +2 -2
- package/lib/opensearch-defaults.d.ts +16 -0
- package/lib/opensearch-defaults.js +65 -0
- package/lib/opensearch-helper.d.ts +30 -0
- package/lib/opensearch-helper.js +240 -0
- package/lib/vpc-helper.d.ts +1 -0
- package/lib/vpc-helper.js +20 -2
- package/package.json +4 -4
- package/test/congnito-helper.test.js +3 -3
- package/test/elasticsearch-helper.test.js +3 -3
- package/test/opensearch-helper.test.d.ts +13 -0
- package/test/opensearch-helper.test.js +394 -0
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.50.0",
|
|
17
17
|
"constructs": "^10.0.0"
|
|
18
18
|
},
|
|
19
19
|
"dependencyClosure": {
|
|
@@ -735,6 +735,32 @@
|
|
|
735
735
|
}
|
|
736
736
|
}
|
|
737
737
|
},
|
|
738
|
+
"aws-cdk-lib.aws_connectcampaigns": {
|
|
739
|
+
"targets": {
|
|
740
|
+
"dotnet": {
|
|
741
|
+
"namespace": "Amazon.CDK.AWS.ConnectCampaigns"
|
|
742
|
+
},
|
|
743
|
+
"java": {
|
|
744
|
+
"package": "software.amazon.awscdk.services.connectcampaigns"
|
|
745
|
+
},
|
|
746
|
+
"python": {
|
|
747
|
+
"module": "aws_cdk.aws_connectcampaigns"
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
},
|
|
751
|
+
"aws-cdk-lib.aws_controltower": {
|
|
752
|
+
"targets": {
|
|
753
|
+
"dotnet": {
|
|
754
|
+
"namespace": "Amazon.CDK.AWS.ControlTower"
|
|
755
|
+
},
|
|
756
|
+
"java": {
|
|
757
|
+
"package": "software.amazon.awscdk.services.controltower"
|
|
758
|
+
},
|
|
759
|
+
"python": {
|
|
760
|
+
"module": "aws_cdk.aws_controltower"
|
|
761
|
+
}
|
|
762
|
+
}
|
|
763
|
+
},
|
|
738
764
|
"aws-cdk-lib.aws_cur": {
|
|
739
765
|
"targets": {
|
|
740
766
|
"dotnet": {
|
|
@@ -1385,6 +1411,19 @@
|
|
|
1385
1411
|
}
|
|
1386
1412
|
}
|
|
1387
1413
|
},
|
|
1414
|
+
"aws-cdk-lib.aws_identitystore": {
|
|
1415
|
+
"targets": {
|
|
1416
|
+
"dotnet": {
|
|
1417
|
+
"namespace": "Amazon.CDK.AWS.IdentityStore"
|
|
1418
|
+
},
|
|
1419
|
+
"java": {
|
|
1420
|
+
"package": "software.amazon.awscdk.services.identitystore"
|
|
1421
|
+
},
|
|
1422
|
+
"python": {
|
|
1423
|
+
"module": "aws_cdk.aws_identitystore"
|
|
1424
|
+
}
|
|
1425
|
+
}
|
|
1426
|
+
},
|
|
1388
1427
|
"aws-cdk-lib.aws_imagebuilder": {
|
|
1389
1428
|
"targets": {
|
|
1390
1429
|
"dotnet": {
|
|
@@ -1502,6 +1541,19 @@
|
|
|
1502
1541
|
}
|
|
1503
1542
|
}
|
|
1504
1543
|
},
|
|
1544
|
+
"aws-cdk-lib.aws_iotfleetwise": {
|
|
1545
|
+
"targets": {
|
|
1546
|
+
"dotnet": {
|
|
1547
|
+
"namespace": "Amazon.CDK.AWS.IoTFleetWise"
|
|
1548
|
+
},
|
|
1549
|
+
"java": {
|
|
1550
|
+
"package": "software.amazon.awscdk.services.iotfleetwise"
|
|
1551
|
+
},
|
|
1552
|
+
"python": {
|
|
1553
|
+
"module": "aws_cdk.aws_iotfleetwise"
|
|
1554
|
+
}
|
|
1555
|
+
}
|
|
1556
|
+
},
|
|
1505
1557
|
"aws-cdk-lib.aws_iotsitewise": {
|
|
1506
1558
|
"targets": {
|
|
1507
1559
|
"dotnet": {
|
|
@@ -1853,6 +1905,19 @@
|
|
|
1853
1905
|
}
|
|
1854
1906
|
}
|
|
1855
1907
|
},
|
|
1908
|
+
"aws-cdk-lib.aws_m2": {
|
|
1909
|
+
"targets": {
|
|
1910
|
+
"dotnet": {
|
|
1911
|
+
"namespace": "Amazon.CDK.AWS.M2"
|
|
1912
|
+
},
|
|
1913
|
+
"java": {
|
|
1914
|
+
"package": "software.amazon.awscdk.services.m2"
|
|
1915
|
+
},
|
|
1916
|
+
"python": {
|
|
1917
|
+
"module": "aws_cdk.aws_m2"
|
|
1918
|
+
}
|
|
1919
|
+
}
|
|
1920
|
+
},
|
|
1856
1921
|
"aws-cdk-lib.aws_macie": {
|
|
1857
1922
|
"targets": {
|
|
1858
1923
|
"dotnet": {
|
|
@@ -2282,6 +2347,19 @@
|
|
|
2282
2347
|
}
|
|
2283
2348
|
}
|
|
2284
2349
|
},
|
|
2350
|
+
"aws-cdk-lib.aws_rolesanywhere": {
|
|
2351
|
+
"targets": {
|
|
2352
|
+
"dotnet": {
|
|
2353
|
+
"namespace": "Amazon.CDK.AWS.RolesAnywhere"
|
|
2354
|
+
},
|
|
2355
|
+
"java": {
|
|
2356
|
+
"package": "software.amazon.awscdk.services.rolesanywhere"
|
|
2357
|
+
},
|
|
2358
|
+
"python": {
|
|
2359
|
+
"module": "aws_cdk.aws_rolesanywhere"
|
|
2360
|
+
}
|
|
2361
|
+
}
|
|
2362
|
+
},
|
|
2285
2363
|
"aws-cdk-lib.aws_route53": {
|
|
2286
2364
|
"targets": {
|
|
2287
2365
|
"dotnet": {
|
|
@@ -2711,6 +2789,19 @@
|
|
|
2711
2789
|
}
|
|
2712
2790
|
}
|
|
2713
2791
|
},
|
|
2792
|
+
"aws-cdk-lib.aws_supportapp": {
|
|
2793
|
+
"targets": {
|
|
2794
|
+
"dotnet": {
|
|
2795
|
+
"namespace": "Amazon.CDK.AWS.SupportApp"
|
|
2796
|
+
},
|
|
2797
|
+
"java": {
|
|
2798
|
+
"package": "software.amazon.awscdk.services.supportapp"
|
|
2799
|
+
},
|
|
2800
|
+
"python": {
|
|
2801
|
+
"module": "aws_cdk.aws_supportapp"
|
|
2802
|
+
}
|
|
2803
|
+
}
|
|
2804
|
+
},
|
|
2714
2805
|
"aws-cdk-lib.aws_synthetics": {
|
|
2715
2806
|
"targets": {
|
|
2716
2807
|
"dotnet": {
|
|
@@ -3026,7 +3117,7 @@
|
|
|
3026
3117
|
},
|
|
3027
3118
|
"description": "Core CDK Construct for patterns library",
|
|
3028
3119
|
"homepage": "https://github.com/awslabs/aws-solutions-constructs.git",
|
|
3029
|
-
"jsiiVersion": "1.
|
|
3120
|
+
"jsiiVersion": "1.70.0 (build 03c2f6f)",
|
|
3030
3121
|
"license": "Apache-2.0",
|
|
3031
3122
|
"metadata": {
|
|
3032
3123
|
"jsii": {
|
|
@@ -3443,7 +3534,7 @@
|
|
|
3443
3534
|
"kind": "interface",
|
|
3444
3535
|
"locationInModule": {
|
|
3445
3536
|
"filename": "lib/elasticsearch-helper.ts",
|
|
3446
|
-
"line":
|
|
3537
|
+
"line": 28
|
|
3447
3538
|
},
|
|
3448
3539
|
"name": "BuildElasticSearchProps",
|
|
3449
3540
|
"properties": [
|
|
@@ -3452,7 +3543,7 @@
|
|
|
3452
3543
|
"immutable": true,
|
|
3453
3544
|
"locationInModule": {
|
|
3454
3545
|
"filename": "lib/elasticsearch-helper.ts",
|
|
3455
|
-
"line":
|
|
3546
|
+
"line": 31
|
|
3456
3547
|
},
|
|
3457
3548
|
"name": "cognitoAuthorizedRoleARN",
|
|
3458
3549
|
"type": {
|
|
@@ -3464,7 +3555,7 @@
|
|
|
3464
3555
|
"immutable": true,
|
|
3465
3556
|
"locationInModule": {
|
|
3466
3557
|
"filename": "lib/elasticsearch-helper.ts",
|
|
3467
|
-
"line":
|
|
3558
|
+
"line": 34
|
|
3468
3559
|
},
|
|
3469
3560
|
"name": "domainName",
|
|
3470
3561
|
"type": {
|
|
@@ -3476,7 +3567,7 @@
|
|
|
3476
3567
|
"immutable": true,
|
|
3477
3568
|
"locationInModule": {
|
|
3478
3569
|
"filename": "lib/elasticsearch-helper.ts",
|
|
3479
|
-
"line":
|
|
3570
|
+
"line": 29
|
|
3480
3571
|
},
|
|
3481
3572
|
"name": "identitypool",
|
|
3482
3573
|
"type": {
|
|
@@ -3488,7 +3579,7 @@
|
|
|
3488
3579
|
"immutable": true,
|
|
3489
3580
|
"locationInModule": {
|
|
3490
3581
|
"filename": "lib/elasticsearch-helper.ts",
|
|
3491
|
-
"line":
|
|
3582
|
+
"line": 30
|
|
3492
3583
|
},
|
|
3493
3584
|
"name": "userpool",
|
|
3494
3585
|
"type": {
|
|
@@ -3500,7 +3591,7 @@
|
|
|
3500
3591
|
"immutable": true,
|
|
3501
3592
|
"locationInModule": {
|
|
3502
3593
|
"filename": "lib/elasticsearch-helper.ts",
|
|
3503
|
-
"line":
|
|
3594
|
+
"line": 35
|
|
3504
3595
|
},
|
|
3505
3596
|
"name": "clientDomainProps",
|
|
3506
3597
|
"optional": true,
|
|
@@ -3513,7 +3604,7 @@
|
|
|
3513
3604
|
"immutable": true,
|
|
3514
3605
|
"locationInModule": {
|
|
3515
3606
|
"filename": "lib/elasticsearch-helper.ts",
|
|
3516
|
-
"line":
|
|
3607
|
+
"line": 36
|
|
3517
3608
|
},
|
|
3518
3609
|
"name": "securityGroupIds",
|
|
3519
3610
|
"optional": true,
|
|
@@ -3531,7 +3622,7 @@
|
|
|
3531
3622
|
"immutable": true,
|
|
3532
3623
|
"locationInModule": {
|
|
3533
3624
|
"filename": "lib/elasticsearch-helper.ts",
|
|
3534
|
-
"line":
|
|
3625
|
+
"line": 32
|
|
3535
3626
|
},
|
|
3536
3627
|
"name": "serviceRoleARN",
|
|
3537
3628
|
"optional": true,
|
|
@@ -3544,7 +3635,7 @@
|
|
|
3544
3635
|
"immutable": true,
|
|
3545
3636
|
"locationInModule": {
|
|
3546
3637
|
"filename": "lib/elasticsearch-helper.ts",
|
|
3547
|
-
"line":
|
|
3638
|
+
"line": 33
|
|
3548
3639
|
},
|
|
3549
3640
|
"name": "vpc",
|
|
3550
3641
|
"optional": true,
|
|
@@ -3872,6 +3963,125 @@
|
|
|
3872
3963
|
],
|
|
3873
3964
|
"symbolId": "lib/lambda-helper:BuildLambdaFunctionProps"
|
|
3874
3965
|
},
|
|
3966
|
+
"@aws-solutions-constructs/core.BuildOpenSearchProps": {
|
|
3967
|
+
"assembly": "@aws-solutions-constructs/core",
|
|
3968
|
+
"datatype": true,
|
|
3969
|
+
"fqn": "@aws-solutions-constructs/core.BuildOpenSearchProps",
|
|
3970
|
+
"kind": "interface",
|
|
3971
|
+
"locationInModule": {
|
|
3972
|
+
"filename": "lib/opensearch-helper.ts",
|
|
3973
|
+
"line": 28
|
|
3974
|
+
},
|
|
3975
|
+
"name": "BuildOpenSearchProps",
|
|
3976
|
+
"properties": [
|
|
3977
|
+
{
|
|
3978
|
+
"abstract": true,
|
|
3979
|
+
"immutable": true,
|
|
3980
|
+
"locationInModule": {
|
|
3981
|
+
"filename": "lib/opensearch-helper.ts",
|
|
3982
|
+
"line": 31
|
|
3983
|
+
},
|
|
3984
|
+
"name": "cognitoAuthorizedRoleARN",
|
|
3985
|
+
"type": {
|
|
3986
|
+
"primitive": "string"
|
|
3987
|
+
}
|
|
3988
|
+
},
|
|
3989
|
+
{
|
|
3990
|
+
"abstract": true,
|
|
3991
|
+
"immutable": true,
|
|
3992
|
+
"locationInModule": {
|
|
3993
|
+
"filename": "lib/opensearch-helper.ts",
|
|
3994
|
+
"line": 29
|
|
3995
|
+
},
|
|
3996
|
+
"name": "identitypool",
|
|
3997
|
+
"type": {
|
|
3998
|
+
"fqn": "aws-cdk-lib.aws_cognito.CfnIdentityPool"
|
|
3999
|
+
}
|
|
4000
|
+
},
|
|
4001
|
+
{
|
|
4002
|
+
"abstract": true,
|
|
4003
|
+
"immutable": true,
|
|
4004
|
+
"locationInModule": {
|
|
4005
|
+
"filename": "lib/opensearch-helper.ts",
|
|
4006
|
+
"line": 34
|
|
4007
|
+
},
|
|
4008
|
+
"name": "openSearchDomainName",
|
|
4009
|
+
"type": {
|
|
4010
|
+
"primitive": "string"
|
|
4011
|
+
}
|
|
4012
|
+
},
|
|
4013
|
+
{
|
|
4014
|
+
"abstract": true,
|
|
4015
|
+
"immutable": true,
|
|
4016
|
+
"locationInModule": {
|
|
4017
|
+
"filename": "lib/opensearch-helper.ts",
|
|
4018
|
+
"line": 30
|
|
4019
|
+
},
|
|
4020
|
+
"name": "userpool",
|
|
4021
|
+
"type": {
|
|
4022
|
+
"fqn": "aws-cdk-lib.aws_cognito.UserPool"
|
|
4023
|
+
}
|
|
4024
|
+
},
|
|
4025
|
+
{
|
|
4026
|
+
"abstract": true,
|
|
4027
|
+
"immutable": true,
|
|
4028
|
+
"locationInModule": {
|
|
4029
|
+
"filename": "lib/opensearch-helper.ts",
|
|
4030
|
+
"line": 35
|
|
4031
|
+
},
|
|
4032
|
+
"name": "clientDomainProps",
|
|
4033
|
+
"optional": true,
|
|
4034
|
+
"type": {
|
|
4035
|
+
"fqn": "aws-cdk-lib.aws_opensearchservice.CfnDomainProps"
|
|
4036
|
+
}
|
|
4037
|
+
},
|
|
4038
|
+
{
|
|
4039
|
+
"abstract": true,
|
|
4040
|
+
"immutable": true,
|
|
4041
|
+
"locationInModule": {
|
|
4042
|
+
"filename": "lib/opensearch-helper.ts",
|
|
4043
|
+
"line": 36
|
|
4044
|
+
},
|
|
4045
|
+
"name": "securityGroupIds",
|
|
4046
|
+
"optional": true,
|
|
4047
|
+
"type": {
|
|
4048
|
+
"collection": {
|
|
4049
|
+
"elementtype": {
|
|
4050
|
+
"primitive": "string"
|
|
4051
|
+
},
|
|
4052
|
+
"kind": "array"
|
|
4053
|
+
}
|
|
4054
|
+
}
|
|
4055
|
+
},
|
|
4056
|
+
{
|
|
4057
|
+
"abstract": true,
|
|
4058
|
+
"immutable": true,
|
|
4059
|
+
"locationInModule": {
|
|
4060
|
+
"filename": "lib/opensearch-helper.ts",
|
|
4061
|
+
"line": 32
|
|
4062
|
+
},
|
|
4063
|
+
"name": "serviceRoleARN",
|
|
4064
|
+
"optional": true,
|
|
4065
|
+
"type": {
|
|
4066
|
+
"primitive": "string"
|
|
4067
|
+
}
|
|
4068
|
+
},
|
|
4069
|
+
{
|
|
4070
|
+
"abstract": true,
|
|
4071
|
+
"immutable": true,
|
|
4072
|
+
"locationInModule": {
|
|
4073
|
+
"filename": "lib/opensearch-helper.ts",
|
|
4074
|
+
"line": 33
|
|
4075
|
+
},
|
|
4076
|
+
"name": "vpc",
|
|
4077
|
+
"optional": true,
|
|
4078
|
+
"type": {
|
|
4079
|
+
"fqn": "aws-cdk-lib.aws_ec2.IVpc"
|
|
4080
|
+
}
|
|
4081
|
+
}
|
|
4082
|
+
],
|
|
4083
|
+
"symbolId": "lib/opensearch-helper:BuildOpenSearchProps"
|
|
4084
|
+
},
|
|
3875
4085
|
"@aws-solutions-constructs/core.BuildQueueProps": {
|
|
3876
4086
|
"assembly": "@aws-solutions-constructs/core",
|
|
3877
4087
|
"datatype": true,
|
|
@@ -4887,7 +5097,7 @@
|
|
|
4887
5097
|
"kind": "interface",
|
|
4888
5098
|
"locationInModule": {
|
|
4889
5099
|
"filename": "lib/input-validation.ts",
|
|
4890
|
-
"line":
|
|
5100
|
+
"line": 29
|
|
4891
5101
|
},
|
|
4892
5102
|
"name": "VerifiedProps",
|
|
4893
5103
|
"properties": [
|
|
@@ -4896,7 +5106,7 @@
|
|
|
4896
5106
|
"immutable": true,
|
|
4897
5107
|
"locationInModule": {
|
|
4898
5108
|
"filename": "lib/input-validation.ts",
|
|
4899
|
-
"line":
|
|
5109
|
+
"line": 75
|
|
4900
5110
|
},
|
|
4901
5111
|
"name": "albLoggingBucketProps",
|
|
4902
5112
|
"optional": true,
|
|
@@ -4909,7 +5119,7 @@
|
|
|
4909
5119
|
"immutable": true,
|
|
4910
5120
|
"locationInModule": {
|
|
4911
5121
|
"filename": "lib/input-validation.ts",
|
|
4912
|
-
"line":
|
|
5122
|
+
"line": 50
|
|
4913
5123
|
},
|
|
4914
5124
|
"name": "bucketProps",
|
|
4915
5125
|
"optional": true,
|
|
@@ -4922,7 +5132,7 @@
|
|
|
4922
5132
|
"immutable": true,
|
|
4923
5133
|
"locationInModule": {
|
|
4924
5134
|
"filename": "lib/input-validation.ts",
|
|
4925
|
-
"line":
|
|
5135
|
+
"line": 43
|
|
4926
5136
|
},
|
|
4927
5137
|
"name": "deadLetterQueueProps",
|
|
4928
5138
|
"optional": true,
|
|
@@ -4935,7 +5145,7 @@
|
|
|
4935
5145
|
"immutable": true,
|
|
4936
5146
|
"locationInModule": {
|
|
4937
5147
|
"filename": "lib/input-validation.ts",
|
|
4938
|
-
"line":
|
|
5148
|
+
"line": 42
|
|
4939
5149
|
},
|
|
4940
5150
|
"name": "deployDeadLetterQueue",
|
|
4941
5151
|
"optional": true,
|
|
@@ -4948,7 +5158,7 @@
|
|
|
4948
5158
|
"immutable": true,
|
|
4949
5159
|
"locationInModule": {
|
|
4950
5160
|
"filename": "lib/input-validation.ts",
|
|
4951
|
-
"line":
|
|
5161
|
+
"line": 66
|
|
4952
5162
|
},
|
|
4953
5163
|
"name": "deployVpc",
|
|
4954
5164
|
"optional": true,
|
|
@@ -4961,7 +5171,7 @@
|
|
|
4961
5171
|
"immutable": true,
|
|
4962
5172
|
"locationInModule": {
|
|
4963
5173
|
"filename": "lib/input-validation.ts",
|
|
4964
|
-
"line":
|
|
5174
|
+
"line": 30
|
|
4965
5175
|
},
|
|
4966
5176
|
"name": "dynamoTableProps",
|
|
4967
5177
|
"optional": true,
|
|
@@ -4974,7 +5184,7 @@
|
|
|
4974
5184
|
"immutable": true,
|
|
4975
5185
|
"locationInModule": {
|
|
4976
5186
|
"filename": "lib/input-validation.ts",
|
|
4977
|
-
"line":
|
|
5187
|
+
"line": 68
|
|
4978
5188
|
},
|
|
4979
5189
|
"name": "encryptionKey",
|
|
4980
5190
|
"optional": true,
|
|
@@ -4987,7 +5197,7 @@
|
|
|
4987
5197
|
"immutable": true,
|
|
4988
5198
|
"locationInModule": {
|
|
4989
5199
|
"filename": "lib/input-validation.ts",
|
|
4990
|
-
"line":
|
|
5200
|
+
"line": 69
|
|
4991
5201
|
},
|
|
4992
5202
|
"name": "encryptionKeyProps",
|
|
4993
5203
|
"optional": true,
|
|
@@ -5000,7 +5210,7 @@
|
|
|
5000
5210
|
"immutable": true,
|
|
5001
5211
|
"locationInModule": {
|
|
5002
5212
|
"filename": "lib/input-validation.ts",
|
|
5003
|
-
"line":
|
|
5213
|
+
"line": 59
|
|
5004
5214
|
},
|
|
5005
5215
|
"name": "endpointProps",
|
|
5006
5216
|
"optional": true,
|
|
@@ -5013,7 +5223,7 @@
|
|
|
5013
5223
|
"immutable": true,
|
|
5014
5224
|
"locationInModule": {
|
|
5015
5225
|
"filename": "lib/input-validation.ts",
|
|
5016
|
-
"line":
|
|
5226
|
+
"line": 49
|
|
5017
5227
|
},
|
|
5018
5228
|
"name": "existingBucketInterface",
|
|
5019
5229
|
"optional": true,
|
|
@@ -5026,7 +5236,7 @@
|
|
|
5026
5236
|
"immutable": true,
|
|
5027
5237
|
"locationInModule": {
|
|
5028
5238
|
"filename": "lib/input-validation.ts",
|
|
5029
|
-
"line":
|
|
5239
|
+
"line": 48
|
|
5030
5240
|
},
|
|
5031
5241
|
"name": "existingBucketObj",
|
|
5032
5242
|
"optional": true,
|
|
@@ -5039,7 +5249,7 @@
|
|
|
5039
5249
|
"immutable": true,
|
|
5040
5250
|
"locationInModule": {
|
|
5041
5251
|
"filename": "lib/input-validation.ts",
|
|
5042
|
-
"line":
|
|
5252
|
+
"line": 56
|
|
5043
5253
|
},
|
|
5044
5254
|
"name": "existingGlueJob",
|
|
5045
5255
|
"optional": true,
|
|
@@ -5052,7 +5262,7 @@
|
|
|
5052
5262
|
"immutable": true,
|
|
5053
5263
|
"locationInModule": {
|
|
5054
5264
|
"filename": "lib/input-validation.ts",
|
|
5055
|
-
"line":
|
|
5265
|
+
"line": 37
|
|
5056
5266
|
},
|
|
5057
5267
|
"name": "existingLambdaObj",
|
|
5058
5268
|
"optional": true,
|
|
@@ -5065,7 +5275,7 @@
|
|
|
5065
5275
|
"immutable": true,
|
|
5066
5276
|
"locationInModule": {
|
|
5067
5277
|
"filename": "lib/input-validation.ts",
|
|
5068
|
-
"line":
|
|
5278
|
+
"line": 72
|
|
5069
5279
|
},
|
|
5070
5280
|
"name": "existingLoadBalancerObj",
|
|
5071
5281
|
"optional": true,
|
|
@@ -5078,7 +5288,7 @@
|
|
|
5078
5288
|
"immutable": true,
|
|
5079
5289
|
"locationInModule": {
|
|
5080
5290
|
"filename": "lib/input-validation.ts",
|
|
5081
|
-
"line":
|
|
5291
|
+
"line": 77
|
|
5082
5292
|
},
|
|
5083
5293
|
"name": "existingLoggingBucketObj",
|
|
5084
5294
|
"optional": true,
|
|
@@ -5091,7 +5301,7 @@
|
|
|
5091
5301
|
"immutable": true,
|
|
5092
5302
|
"locationInModule": {
|
|
5093
5303
|
"filename": "lib/input-validation.ts",
|
|
5094
|
-
"line":
|
|
5304
|
+
"line": 45
|
|
5095
5305
|
},
|
|
5096
5306
|
"name": "existingMediaStoreContainerObj",
|
|
5097
5307
|
"optional": true,
|
|
@@ -5104,7 +5314,7 @@
|
|
|
5104
5314
|
"immutable": true,
|
|
5105
5315
|
"locationInModule": {
|
|
5106
5316
|
"filename": "lib/input-validation.ts",
|
|
5107
|
-
"line":
|
|
5317
|
+
"line": 40
|
|
5108
5318
|
},
|
|
5109
5319
|
"name": "existingQueueObj",
|
|
5110
5320
|
"optional": true,
|
|
@@ -5117,7 +5327,7 @@
|
|
|
5117
5327
|
"immutable": true,
|
|
5118
5328
|
"locationInModule": {
|
|
5119
5329
|
"filename": "lib/input-validation.ts",
|
|
5120
|
-
"line":
|
|
5330
|
+
"line": 58
|
|
5121
5331
|
},
|
|
5122
5332
|
"name": "existingSagemakerEndpointObj",
|
|
5123
5333
|
"optional": true,
|
|
@@ -5130,7 +5340,7 @@
|
|
|
5130
5340
|
"immutable": true,
|
|
5131
5341
|
"locationInModule": {
|
|
5132
5342
|
"filename": "lib/input-validation.ts",
|
|
5133
|
-
"line":
|
|
5343
|
+
"line": 61
|
|
5134
5344
|
},
|
|
5135
5345
|
"name": "existingSecretObj",
|
|
5136
5346
|
"optional": true,
|
|
@@ -5143,7 +5353,7 @@
|
|
|
5143
5353
|
"immutable": true,
|
|
5144
5354
|
"locationInModule": {
|
|
5145
5355
|
"filename": "lib/input-validation.ts",
|
|
5146
|
-
"line":
|
|
5356
|
+
"line": 34
|
|
5147
5357
|
},
|
|
5148
5358
|
"name": "existingStreamObj",
|
|
5149
5359
|
"optional": true,
|
|
@@ -5156,7 +5366,7 @@
|
|
|
5156
5366
|
"immutable": true,
|
|
5157
5367
|
"locationInModule": {
|
|
5158
5368
|
"filename": "lib/input-validation.ts",
|
|
5159
|
-
"line":
|
|
5369
|
+
"line": 32
|
|
5160
5370
|
},
|
|
5161
5371
|
"name": "existingTableInterface",
|
|
5162
5372
|
"optional": true,
|
|
@@ -5169,7 +5379,7 @@
|
|
|
5169
5379
|
"immutable": true,
|
|
5170
5380
|
"locationInModule": {
|
|
5171
5381
|
"filename": "lib/input-validation.ts",
|
|
5172
|
-
"line":
|
|
5382
|
+
"line": 31
|
|
5173
5383
|
},
|
|
5174
5384
|
"name": "existingTableObj",
|
|
5175
5385
|
"optional": true,
|
|
@@ -5182,7 +5392,7 @@
|
|
|
5182
5392
|
"immutable": true,
|
|
5183
5393
|
"locationInModule": {
|
|
5184
5394
|
"filename": "lib/input-validation.ts",
|
|
5185
|
-
"line":
|
|
5395
|
+
"line": 53
|
|
5186
5396
|
},
|
|
5187
5397
|
"name": "existingTopicObj",
|
|
5188
5398
|
"optional": true,
|
|
@@ -5195,7 +5405,7 @@
|
|
|
5195
5405
|
"immutable": true,
|
|
5196
5406
|
"locationInModule": {
|
|
5197
5407
|
"filename": "lib/input-validation.ts",
|
|
5198
|
-
"line":
|
|
5408
|
+
"line": 64
|
|
5199
5409
|
},
|
|
5200
5410
|
"name": "existingVpc",
|
|
5201
5411
|
"optional": true,
|
|
@@ -5208,7 +5418,7 @@
|
|
|
5208
5418
|
"immutable": true,
|
|
5209
5419
|
"locationInModule": {
|
|
5210
5420
|
"filename": "lib/input-validation.ts",
|
|
5211
|
-
"line":
|
|
5421
|
+
"line": 55
|
|
5212
5422
|
},
|
|
5213
5423
|
"name": "glueJobProps",
|
|
5214
5424
|
"optional": true,
|
|
@@ -5221,7 +5431,7 @@
|
|
|
5221
5431
|
"immutable": true,
|
|
5222
5432
|
"locationInModule": {
|
|
5223
5433
|
"filename": "lib/input-validation.ts",
|
|
5224
|
-
"line":
|
|
5434
|
+
"line": 35
|
|
5225
5435
|
},
|
|
5226
5436
|
"name": "kinesisStreamProps",
|
|
5227
5437
|
"optional": true,
|
|
@@ -5234,7 +5444,7 @@
|
|
|
5234
5444
|
"immutable": true,
|
|
5235
5445
|
"locationInModule": {
|
|
5236
5446
|
"filename": "lib/input-validation.ts",
|
|
5237
|
-
"line":
|
|
5447
|
+
"line": 38
|
|
5238
5448
|
},
|
|
5239
5449
|
"name": "lambdaFunctionProps",
|
|
5240
5450
|
"optional": true,
|
|
@@ -5247,7 +5457,7 @@
|
|
|
5247
5457
|
"immutable": true,
|
|
5248
5458
|
"locationInModule": {
|
|
5249
5459
|
"filename": "lib/input-validation.ts",
|
|
5250
|
-
"line":
|
|
5460
|
+
"line": 71
|
|
5251
5461
|
},
|
|
5252
5462
|
"name": "loadBalancerProps",
|
|
5253
5463
|
"optional": true,
|
|
@@ -5260,7 +5470,7 @@
|
|
|
5260
5470
|
"immutable": true,
|
|
5261
5471
|
"locationInModule": {
|
|
5262
5472
|
"filename": "lib/input-validation.ts",
|
|
5263
|
-
"line":
|
|
5473
|
+
"line": 74
|
|
5264
5474
|
},
|
|
5265
5475
|
"name": "logAlbAccessLogs",
|
|
5266
5476
|
"optional": true,
|
|
@@ -5273,7 +5483,7 @@
|
|
|
5273
5483
|
"immutable": true,
|
|
5274
5484
|
"locationInModule": {
|
|
5275
5485
|
"filename": "lib/input-validation.ts",
|
|
5276
|
-
"line":
|
|
5486
|
+
"line": 78
|
|
5277
5487
|
},
|
|
5278
5488
|
"name": "loggingBucketProps",
|
|
5279
5489
|
"optional": true,
|
|
@@ -5286,7 +5496,7 @@
|
|
|
5286
5496
|
"immutable": true,
|
|
5287
5497
|
"locationInModule": {
|
|
5288
5498
|
"filename": "lib/input-validation.ts",
|
|
5289
|
-
"line":
|
|
5499
|
+
"line": 79
|
|
5290
5500
|
},
|
|
5291
5501
|
"name": "logS3AccessLogs",
|
|
5292
5502
|
"optional": true,
|
|
@@ -5299,7 +5509,7 @@
|
|
|
5299
5509
|
"immutable": true,
|
|
5300
5510
|
"locationInModule": {
|
|
5301
5511
|
"filename": "lib/input-validation.ts",
|
|
5302
|
-
"line":
|
|
5512
|
+
"line": 46
|
|
5303
5513
|
},
|
|
5304
5514
|
"name": "mediaStoreContainerProps",
|
|
5305
5515
|
"optional": true,
|
|
@@ -5312,7 +5522,20 @@
|
|
|
5312
5522
|
"immutable": true,
|
|
5313
5523
|
"locationInModule": {
|
|
5314
5524
|
"filename": "lib/input-validation.ts",
|
|
5315
|
-
"line":
|
|
5525
|
+
"line": 81
|
|
5526
|
+
},
|
|
5527
|
+
"name": "openSearchDomainProps",
|
|
5528
|
+
"optional": true,
|
|
5529
|
+
"type": {
|
|
5530
|
+
"fqn": "aws-cdk-lib.aws_opensearchservice.CfnDomainProps"
|
|
5531
|
+
}
|
|
5532
|
+
},
|
|
5533
|
+
{
|
|
5534
|
+
"abstract": true,
|
|
5535
|
+
"immutable": true,
|
|
5536
|
+
"locationInModule": {
|
|
5537
|
+
"filename": "lib/input-validation.ts",
|
|
5538
|
+
"line": 41
|
|
5316
5539
|
},
|
|
5317
5540
|
"name": "queueProps",
|
|
5318
5541
|
"optional": true,
|
|
@@ -5325,7 +5548,7 @@
|
|
|
5325
5548
|
"immutable": true,
|
|
5326
5549
|
"locationInModule": {
|
|
5327
5550
|
"filename": "lib/input-validation.ts",
|
|
5328
|
-
"line":
|
|
5551
|
+
"line": 62
|
|
5329
5552
|
},
|
|
5330
5553
|
"name": "secretProps",
|
|
5331
5554
|
"optional": true,
|
|
@@ -5338,7 +5561,7 @@
|
|
|
5338
5561
|
"immutable": true,
|
|
5339
5562
|
"locationInModule": {
|
|
5340
5563
|
"filename": "lib/input-validation.ts",
|
|
5341
|
-
"line":
|
|
5564
|
+
"line": 52
|
|
5342
5565
|
},
|
|
5343
5566
|
"name": "topicProps",
|
|
5344
5567
|
"optional": true,
|
|
@@ -5351,7 +5574,7 @@
|
|
|
5351
5574
|
"immutable": true,
|
|
5352
5575
|
"locationInModule": {
|
|
5353
5576
|
"filename": "lib/input-validation.ts",
|
|
5354
|
-
"line":
|
|
5577
|
+
"line": 65
|
|
5355
5578
|
},
|
|
5356
5579
|
"name": "vpcProps",
|
|
5357
5580
|
"optional": true,
|
|
@@ -5363,6 +5586,6 @@
|
|
|
5363
5586
|
"symbolId": "lib/input-validation:VerifiedProps"
|
|
5364
5587
|
}
|
|
5365
5588
|
},
|
|
5366
|
-
"version": "2.
|
|
5367
|
-
"fingerprint": "
|
|
5589
|
+
"version": "2.27.0",
|
|
5590
|
+
"fingerprint": "QlUcQc8b/0LKPo1MOQu4nvv9tgEkIw3O23f6tYGh/t8="
|
|
5368
5591
|
}
|
package/index.d.ts
CHANGED