@aws-solutions-constructs/core 1.122.0 → 1.126.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.
Files changed (62) hide show
  1. package/.jsii +228 -105
  2. package/index.d.ts +2 -0
  3. package/index.js +3 -1
  4. package/lib/alb-defaults.d.ts +14 -0
  5. package/lib/alb-defaults.js +24 -0
  6. package/lib/alb-helper.d.ts +21 -0
  7. package/lib/alb-helper.js +106 -0
  8. package/lib/apigateway-helper.d.ts +4 -4
  9. package/lib/apigateway-helper.js +11 -5
  10. package/lib/cloudfront-distribution-helper.d.ts +3 -3
  11. package/lib/cloudfront-distribution-helper.js +13 -9
  12. package/lib/glue-job-helper.d.ts +2 -2
  13. package/lib/glue-job-helper.js +2 -2
  14. package/lib/input-validation.d.ts +5 -0
  15. package/lib/input-validation.js +9 -2
  16. package/lib/s3-bucket-defaults.d.ts +1 -0
  17. package/lib/s3-bucket-defaults.js +11 -2
  18. package/lib/s3-bucket-helper.d.ts +8 -2
  19. package/lib/s3-bucket-helper.js +31 -18
  20. package/lib/vpc-defaults.js +2 -2
  21. package/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
  22. package/node_modules/emoji-regex/README.md +73 -0
  23. package/node_modules/emoji-regex/es2015/index.js +6 -0
  24. package/node_modules/emoji-regex/es2015/text.js +6 -0
  25. package/node_modules/emoji-regex/index.d.ts +23 -0
  26. package/node_modules/emoji-regex/index.js +6 -0
  27. package/node_modules/emoji-regex/package.json +50 -0
  28. package/node_modules/emoji-regex/text.js +6 -0
  29. package/node_modules/signal-exit/index.js +1 -1
  30. package/node_modules/signal-exit/package.json +2 -2
  31. package/node_modules/wide-align/LICENSE +0 -0
  32. package/node_modules/wide-align/README.md +0 -0
  33. package/node_modules/wide-align/align.js +0 -0
  34. package/node_modules/wide-align/node_modules/ansi-regex/index.d.ts +37 -0
  35. package/node_modules/wide-align/node_modules/ansi-regex/index.js +4 -4
  36. package/node_modules/wide-align/node_modules/ansi-regex/package.json +53 -51
  37. package/node_modules/wide-align/node_modules/ansi-regex/readme.md +35 -3
  38. package/node_modules/wide-align/node_modules/is-fullwidth-code-point/index.d.ts +17 -0
  39. package/node_modules/wide-align/node_modules/is-fullwidth-code-point/index.js +25 -21
  40. package/node_modules/wide-align/node_modules/is-fullwidth-code-point/license +4 -16
  41. package/node_modules/wide-align/node_modules/is-fullwidth-code-point/package.json +40 -43
  42. package/node_modules/wide-align/node_modules/is-fullwidth-code-point/readme.md +6 -6
  43. package/node_modules/wide-align/node_modules/string-width/index.d.ts +29 -0
  44. package/node_modules/wide-align/node_modules/string-width/index.js +16 -5
  45. package/node_modules/wide-align/node_modules/string-width/package.json +11 -10
  46. package/node_modules/wide-align/node_modules/string-width/readme.md +15 -7
  47. package/node_modules/wide-align/node_modules/strip-ansi/index.d.ts +17 -0
  48. package/node_modules/wide-align/node_modules/strip-ansi/index.js +1 -1
  49. package/node_modules/wide-align/node_modules/strip-ansi/package.json +52 -50
  50. package/node_modules/wide-align/node_modules/strip-ansi/readme.md +12 -5
  51. package/node_modules/wide-align/package.json +5 -5
  52. package/package.json +68 -66
  53. package/test/alb-helper.test.d.ts +13 -0
  54. package/test/alb-helper.test.js +321 -0
  55. package/test/apigateway-helper.test.js +8 -1
  56. package/test/cloudfront-distribution-s3-helper.test.js +19 -77
  57. package/test/glue-job-helper.test.js +7 -3
  58. package/test/s3-bucket-helper.test.js +48 -1
  59. package/test/s3-bucket.test.js +10 -1
  60. package/test/vpc-helper.test.js +2 -2
  61. package/test/waf-helper.test.d.ts +13 -0
  62. package/test/waf-helper.test.js +252 -0
package/.jsii CHANGED
@@ -15,38 +15,40 @@
15
15
  "npmlog": "^4.1.2"
16
16
  },
17
17
  "dependencies": {
18
- "@aws-cdk/aws-apigateway": "1.122.0",
19
- "@aws-cdk/aws-certificatemanager": "1.122.0",
20
- "@aws-cdk/aws-cloudfront": "1.122.0",
21
- "@aws-cdk/aws-cloudfront-origins": "1.122.0",
22
- "@aws-cdk/aws-cloudwatch": "1.122.0",
23
- "@aws-cdk/aws-cognito": "1.122.0",
24
- "@aws-cdk/aws-dynamodb": "1.122.0",
25
- "@aws-cdk/aws-ec2": "1.122.0",
26
- "@aws-cdk/aws-elasticsearch": "1.122.0",
27
- "@aws-cdk/aws-events": "1.122.0",
28
- "@aws-cdk/aws-glue": "1.122.0",
29
- "@aws-cdk/aws-iam": "1.122.0",
30
- "@aws-cdk/aws-iot": "1.122.0",
31
- "@aws-cdk/aws-kinesis": "1.122.0",
32
- "@aws-cdk/aws-kinesisanalytics": "1.122.0",
33
- "@aws-cdk/aws-kinesisfirehose": "1.122.0",
34
- "@aws-cdk/aws-kms": "1.122.0",
35
- "@aws-cdk/aws-lambda": "1.122.0",
36
- "@aws-cdk/aws-lambda-event-sources": "1.122.0",
37
- "@aws-cdk/aws-logs": "1.122.0",
38
- "@aws-cdk/aws-mediastore": "1.122.0",
39
- "@aws-cdk/aws-s3": "1.122.0",
40
- "@aws-cdk/aws-s3-assets": "1.122.0",
41
- "@aws-cdk/aws-s3-notifications": "1.122.0",
42
- "@aws-cdk/aws-sagemaker": "1.122.0",
43
- "@aws-cdk/aws-secretsmanager": "1.122.0",
44
- "@aws-cdk/aws-sns": "1.122.0",
45
- "@aws-cdk/aws-sqs": "1.122.0",
46
- "@aws-cdk/aws-ssm": "1.122.0",
47
- "@aws-cdk/aws-stepfunctions": "1.122.0",
48
- "@aws-cdk/aws-wafv2": "1.122.0",
49
- "@aws-cdk/core": "1.122.0"
18
+ "@aws-cdk/aws-apigateway": "1.126.0",
19
+ "@aws-cdk/aws-certificatemanager": "1.126.0",
20
+ "@aws-cdk/aws-cloudfront": "1.126.0",
21
+ "@aws-cdk/aws-cloudfront-origins": "1.126.0",
22
+ "@aws-cdk/aws-cloudwatch": "1.126.0",
23
+ "@aws-cdk/aws-cognito": "1.126.0",
24
+ "@aws-cdk/aws-dynamodb": "1.126.0",
25
+ "@aws-cdk/aws-ec2": "1.126.0",
26
+ "@aws-cdk/aws-elasticloadbalancingv2": "1.126.0",
27
+ "@aws-cdk/aws-elasticloadbalancingv2-targets": "1.126.0",
28
+ "@aws-cdk/aws-elasticsearch": "1.126.0",
29
+ "@aws-cdk/aws-events": "1.126.0",
30
+ "@aws-cdk/aws-glue": "1.126.0",
31
+ "@aws-cdk/aws-iam": "1.126.0",
32
+ "@aws-cdk/aws-iot": "1.126.0",
33
+ "@aws-cdk/aws-kinesis": "1.126.0",
34
+ "@aws-cdk/aws-kinesisanalytics": "1.126.0",
35
+ "@aws-cdk/aws-kinesisfirehose": "1.126.0",
36
+ "@aws-cdk/aws-kms": "1.126.0",
37
+ "@aws-cdk/aws-lambda": "1.126.0",
38
+ "@aws-cdk/aws-lambda-event-sources": "1.126.0",
39
+ "@aws-cdk/aws-logs": "1.126.0",
40
+ "@aws-cdk/aws-mediastore": "1.126.0",
41
+ "@aws-cdk/aws-s3": "1.126.0",
42
+ "@aws-cdk/aws-s3-assets": "1.126.0",
43
+ "@aws-cdk/aws-s3-notifications": "1.126.0",
44
+ "@aws-cdk/aws-sagemaker": "1.126.0",
45
+ "@aws-cdk/aws-secretsmanager": "1.126.0",
46
+ "@aws-cdk/aws-sns": "1.126.0",
47
+ "@aws-cdk/aws-sqs": "1.126.0",
48
+ "@aws-cdk/aws-ssm": "1.126.0",
49
+ "@aws-cdk/aws-stepfunctions": "1.126.0",
50
+ "@aws-cdk/aws-wafv2": "1.126.0",
51
+ "@aws-cdk/core": "1.126.0"
50
52
  },
51
53
  "dependencyClosure": {
52
54
  "@aws-cdk/assets": {
@@ -543,6 +545,33 @@
543
545
  }
544
546
  }
545
547
  },
548
+ "@aws-cdk/aws-elasticloadbalancingv2-targets": {
549
+ "targets": {
550
+ "dotnet": {
551
+ "iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
552
+ "namespace": "Amazon.CDK.AWS.ElasticLoadBalancingV2.Targets",
553
+ "packageId": "Amazon.CDK.AWS.ElasticLoadBalancingV2.Targets"
554
+ },
555
+ "java": {
556
+ "maven": {
557
+ "artifactId": "elasticloadbalancingv2-targets",
558
+ "groupId": "software.amazon.awscdk"
559
+ },
560
+ "package": "software.amazon.awscdk.services.elasticloadbalancingv2.targets"
561
+ },
562
+ "js": {
563
+ "npm": "@aws-cdk/aws-elasticloadbalancingv2-targets"
564
+ },
565
+ "python": {
566
+ "classifiers": [
567
+ "Framework :: AWS CDK",
568
+ "Framework :: AWS CDK :: 1"
569
+ ],
570
+ "distName": "aws-cdk.aws-elasticloadbalancingv2-targets",
571
+ "module": "aws_cdk.aws_elasticloadbalancingv2_targets"
572
+ }
573
+ }
574
+ },
546
575
  "@aws-cdk/aws-elasticsearch": {
547
576
  "targets": {
548
577
  "dotnet": {
@@ -1435,7 +1464,7 @@
1435
1464
  },
1436
1465
  "description": "Core CDK Construct for patterns library",
1437
1466
  "homepage": "https://github.com/awslabs/aws-solutions-constructs.git",
1438
- "jsiiVersion": "1.34.0 (build 9b72778)",
1467
+ "jsiiVersion": "1.40.0 (build 9713b9d)",
1439
1468
  "license": "Apache-2.0",
1440
1469
  "metadata": {
1441
1470
  "jsii": {
@@ -1484,7 +1513,7 @@
1484
1513
  "kind": "interface",
1485
1514
  "locationInModule": {
1486
1515
  "filename": "lib/apigateway-helper.ts",
1487
- "line": 228
1516
+ "line": 237
1488
1517
  },
1489
1518
  "name": "AddProxyMethodToApiResourceInputParams",
1490
1519
  "properties": [
@@ -1493,7 +1522,7 @@
1493
1522
  "immutable": true,
1494
1523
  "locationInModule": {
1495
1524
  "filename": "lib/apigateway-helper.ts",
1496
- "line": 234
1525
+ "line": 243
1497
1526
  },
1498
1527
  "name": "apiGatewayRole",
1499
1528
  "type": {
@@ -1505,7 +1534,7 @@
1505
1534
  "immutable": true,
1506
1535
  "locationInModule": {
1507
1536
  "filename": "lib/apigateway-helper.ts",
1508
- "line": 233
1537
+ "line": 242
1509
1538
  },
1510
1539
  "name": "apiMethod",
1511
1540
  "type": {
@@ -1517,7 +1546,7 @@
1517
1546
  "immutable": true,
1518
1547
  "locationInModule": {
1519
1548
  "filename": "lib/apigateway-helper.ts",
1520
- "line": 232
1549
+ "line": 241
1521
1550
  },
1522
1551
  "name": "apiResource",
1523
1552
  "type": {
@@ -1529,7 +1558,7 @@
1529
1558
  "immutable": true,
1530
1559
  "locationInModule": {
1531
1560
  "filename": "lib/apigateway-helper.ts",
1532
- "line": 235
1561
+ "line": 244
1533
1562
  },
1534
1563
  "name": "requestTemplate",
1535
1564
  "type": {
@@ -1541,7 +1570,7 @@
1541
1570
  "immutable": true,
1542
1571
  "locationInModule": {
1543
1572
  "filename": "lib/apigateway-helper.ts",
1544
- "line": 229
1573
+ "line": 238
1545
1574
  },
1546
1575
  "name": "service",
1547
1576
  "type": {
@@ -1553,7 +1582,7 @@
1553
1582
  "immutable": true,
1554
1583
  "locationInModule": {
1555
1584
  "filename": "lib/apigateway-helper.ts",
1556
- "line": 230
1585
+ "line": 239
1557
1586
  },
1558
1587
  "name": "action",
1559
1588
  "optional": true,
@@ -1566,7 +1595,7 @@
1566
1595
  "immutable": true,
1567
1596
  "locationInModule": {
1568
1597
  "filename": "lib/apigateway-helper.ts",
1569
- "line": 239
1598
+ "line": 248
1570
1599
  },
1571
1600
  "name": "awsIntegrationProps",
1572
1601
  "optional": true,
@@ -1579,7 +1608,7 @@
1579
1608
  "immutable": true,
1580
1609
  "locationInModule": {
1581
1610
  "filename": "lib/apigateway-helper.ts",
1582
- "line": 236
1611
+ "line": 245
1583
1612
  },
1584
1613
  "name": "contentType",
1585
1614
  "optional": true,
@@ -1592,7 +1621,7 @@
1592
1621
  "immutable": true,
1593
1622
  "locationInModule": {
1594
1623
  "filename": "lib/apigateway-helper.ts",
1595
- "line": 240
1624
+ "line": 249
1596
1625
  },
1597
1626
  "name": "methodOptions",
1598
1627
  "optional": true,
@@ -1605,7 +1634,7 @@
1605
1634
  "immutable": true,
1606
1635
  "locationInModule": {
1607
1636
  "filename": "lib/apigateway-helper.ts",
1608
- "line": 231
1637
+ "line": 240
1609
1638
  },
1610
1639
  "name": "path",
1611
1640
  "optional": true,
@@ -1618,7 +1647,7 @@
1618
1647
  "immutable": true,
1619
1648
  "locationInModule": {
1620
1649
  "filename": "lib/apigateway-helper.ts",
1621
- "line": 238
1650
+ "line": 247
1622
1651
  },
1623
1652
  "name": "requestModel",
1624
1653
  "optional": true,
@@ -1636,7 +1665,7 @@
1636
1665
  "immutable": true,
1637
1666
  "locationInModule": {
1638
1667
  "filename": "lib/apigateway-helper.ts",
1639
- "line": 237
1668
+ "line": 246
1640
1669
  },
1641
1670
  "name": "requestValidator",
1642
1671
  "optional": true,
@@ -1644,7 +1673,8 @@
1644
1673
  "fqn": "@aws-cdk/aws-apigateway.IRequestValidator"
1645
1674
  }
1646
1675
  }
1647
- ]
1676
+ ],
1677
+ "symbolId": "lib/apigateway-helper:AddProxyMethodToApiResourceInputParams"
1648
1678
  },
1649
1679
  "@aws-solutions-constructs/core.BuildDeadLetterQueueProps": {
1650
1680
  "assembly": "@aws-solutions-constructs/core",
@@ -1725,7 +1755,8 @@
1725
1755
  "primitive": "number"
1726
1756
  }
1727
1757
  }
1728
- ]
1758
+ ],
1759
+ "symbolId": "lib/sqs-helper:BuildDeadLetterQueueProps"
1729
1760
  },
1730
1761
  "@aws-solutions-constructs/core.BuildDynamoDBTableProps": {
1731
1762
  "assembly": "@aws-solutions-constructs/core",
@@ -1773,7 +1804,8 @@
1773
1804
  "fqn": "@aws-cdk/aws-dynamodb.Table"
1774
1805
  }
1775
1806
  }
1776
- ]
1807
+ ],
1808
+ "symbolId": "lib/dynamodb-table-helper:BuildDynamoDBTableProps"
1777
1809
  },
1778
1810
  "@aws-solutions-constructs/core.BuildDynamoDBTableWithStreamProps": {
1779
1811
  "assembly": "@aws-solutions-constructs/core",
@@ -1821,7 +1853,8 @@
1821
1853
  "fqn": "@aws-cdk/aws-dynamodb.ITable"
1822
1854
  }
1823
1855
  }
1824
- ]
1856
+ ],
1857
+ "symbolId": "lib/dynamodb-table-helper:BuildDynamoDBTableWithStreamProps"
1825
1858
  },
1826
1859
  "@aws-solutions-constructs/core.BuildEventBusProps": {
1827
1860
  "assembly": "@aws-solutions-constructs/core",
@@ -1868,7 +1901,8 @@
1868
1901
  "fqn": "@aws-cdk/aws-events.IEventBus"
1869
1902
  }
1870
1903
  }
1871
- ]
1904
+ ],
1905
+ "symbolId": "lib/eventbridge-helper:BuildEventBusProps"
1872
1906
  },
1873
1907
  "@aws-solutions-constructs/core.BuildGlueJobProps": {
1874
1908
  "assembly": "@aws-solutions-constructs/core",
@@ -1959,7 +1993,8 @@
1959
1993
  "fqn": "@aws-solutions-constructs/core.SinkDataStoreProps"
1960
1994
  }
1961
1995
  }
1962
- ]
1996
+ ],
1997
+ "symbolId": "lib/glue-job-helper:BuildGlueJobProps"
1963
1998
  },
1964
1999
  "@aws-solutions-constructs/core.BuildKinesisAnalyticsAppProps": {
1965
2000
  "assembly": "@aws-solutions-constructs/core",
@@ -2005,7 +2040,8 @@
2005
2040
  "primitive": "any"
2006
2041
  }
2007
2042
  }
2008
- ]
2043
+ ],
2044
+ "symbolId": "lib/kinesis-analytics-helper:BuildKinesisAnalyticsAppProps"
2009
2045
  },
2010
2046
  "@aws-solutions-constructs/core.BuildKinesisStreamProps": {
2011
2047
  "assembly": "@aws-solutions-constructs/core",
@@ -2052,7 +2088,8 @@
2052
2088
  "fqn": "@aws-cdk/aws-kinesis.StreamProps"
2053
2089
  }
2054
2090
  }
2055
- ]
2091
+ ],
2092
+ "symbolId": "lib/kinesis-streams-helper:BuildKinesisStreamProps"
2056
2093
  },
2057
2094
  "@aws-solutions-constructs/core.BuildLambdaFunctionProps": {
2058
2095
  "assembly": "@aws-solutions-constructs/core",
@@ -2116,7 +2153,8 @@
2116
2153
  "fqn": "@aws-cdk/aws-ec2.IVpc"
2117
2154
  }
2118
2155
  }
2119
- ]
2156
+ ],
2157
+ "symbolId": "lib/lambda-helper:BuildLambdaFunctionProps"
2120
2158
  },
2121
2159
  "@aws-solutions-constructs/core.BuildQueueProps": {
2122
2160
  "assembly": "@aws-solutions-constructs/core",
@@ -2232,7 +2270,8 @@
2232
2270
  "fqn": "@aws-cdk/aws-sqs.QueueProps"
2233
2271
  }
2234
2272
  }
2235
- ]
2273
+ ],
2274
+ "symbolId": "lib/sqs-helper:BuildQueueProps"
2236
2275
  },
2237
2276
  "@aws-solutions-constructs/core.BuildS3BucketProps": {
2238
2277
  "assembly": "@aws-solutions-constructs/core",
@@ -2241,7 +2280,7 @@
2241
2280
  "kind": "interface",
2242
2281
  "locationInModule": {
2243
2282
  "filename": "lib/s3-bucket-helper.ts",
2244
- "line": 27
2283
+ "line": 26
2245
2284
  },
2246
2285
  "name": "BuildS3BucketProps",
2247
2286
  "properties": [
@@ -2254,15 +2293,33 @@
2254
2293
  "immutable": true,
2255
2294
  "locationInModule": {
2256
2295
  "filename": "lib/s3-bucket-helper.ts",
2257
- "line": 33
2296
+ "line": 32
2258
2297
  },
2259
2298
  "name": "bucketProps",
2260
2299
  "optional": true,
2261
2300
  "type": {
2262
2301
  "fqn": "@aws-cdk/aws-s3.BucketProps"
2263
2302
  }
2303
+ },
2304
+ {
2305
+ "abstract": true,
2306
+ "docs": {
2307
+ "default": "- Default props are used",
2308
+ "summary": "User provided props to override the default props for the S3 Logging Bucket."
2309
+ },
2310
+ "immutable": true,
2311
+ "locationInModule": {
2312
+ "filename": "lib/s3-bucket-helper.ts",
2313
+ "line": 38
2314
+ },
2315
+ "name": "loggingBucketProps",
2316
+ "optional": true,
2317
+ "type": {
2318
+ "fqn": "@aws-cdk/aws-s3.BucketProps"
2319
+ }
2264
2320
  }
2265
- ]
2321
+ ],
2322
+ "symbolId": "lib/s3-bucket-helper:BuildS3BucketProps"
2266
2323
  },
2267
2324
  "@aws-solutions-constructs/core.BuildSagemakerEndpointProps": {
2268
2325
  "assembly": "@aws-solutions-constructs/core",
@@ -2360,7 +2417,8 @@
2360
2417
  "fqn": "@aws-cdk/aws-ec2.IVpc"
2361
2418
  }
2362
2419
  }
2363
- ]
2420
+ ],
2421
+ "symbolId": "lib/sagemaker-helper:BuildSagemakerEndpointProps"
2364
2422
  },
2365
2423
  "@aws-solutions-constructs/core.BuildSagemakerNotebookProps": {
2366
2424
  "assembly": "@aws-solutions-constructs/core",
@@ -2441,7 +2499,8 @@
2441
2499
  "primitive": "any"
2442
2500
  }
2443
2501
  }
2444
- ]
2502
+ ],
2503
+ "symbolId": "lib/sagemaker-helper:BuildSagemakerNotebookProps"
2445
2504
  },
2446
2505
  "@aws-solutions-constructs/core.BuildTopicProps": {
2447
2506
  "assembly": "@aws-solutions-constructs/core",
@@ -2540,7 +2599,8 @@
2540
2599
  "fqn": "@aws-cdk/aws-sns.TopicProps"
2541
2600
  }
2542
2601
  }
2543
- ]
2602
+ ],
2603
+ "symbolId": "lib/sns-helper:BuildTopicProps"
2544
2604
  },
2545
2605
  "@aws-solutions-constructs/core.BuildVpcProps": {
2546
2606
  "assembly": "@aws-solutions-constructs/core",
@@ -2616,7 +2676,8 @@
2616
2676
  "fqn": "@aws-cdk/aws-ec2.VpcProps"
2617
2677
  }
2618
2678
  }
2619
- ]
2679
+ ],
2680
+ "symbolId": "lib/vpc-helper:BuildVpcProps"
2620
2681
  },
2621
2682
  "@aws-solutions-constructs/core.BuildWebaclProps": {
2622
2683
  "assembly": "@aws-solutions-constructs/core",
@@ -2661,7 +2722,8 @@
2661
2722
  "fqn": "@aws-cdk/aws-wafv2.CfnWebACLProps"
2662
2723
  }
2663
2724
  }
2664
- ]
2725
+ ],
2726
+ "symbolId": "lib/waf-helper:BuildWebaclProps"
2665
2727
  },
2666
2728
  "@aws-solutions-constructs/core.CfnDomainOptions": {
2667
2729
  "assembly": "@aws-solutions-constructs/core",
@@ -2723,7 +2785,8 @@
2723
2785
  "primitive": "string"
2724
2786
  }
2725
2787
  }
2726
- ]
2788
+ ],
2789
+ "symbolId": "lib/elasticsearch-defaults:CfnDomainOptions"
2727
2790
  },
2728
2791
  "@aws-solutions-constructs/core.CfnNagSuppressRule": {
2729
2792
  "assembly": "@aws-solutions-constructs/core",
@@ -2766,7 +2829,8 @@
2766
2829
  "primitive": "string"
2767
2830
  }
2768
2831
  }
2769
- ]
2832
+ ],
2833
+ "symbolId": "lib/utils:CfnNagSuppressRule"
2770
2834
  },
2771
2835
  "@aws-solutions-constructs/core.CognitoOptions": {
2772
2836
  "assembly": "@aws-solutions-constructs/core",
@@ -2815,7 +2879,8 @@
2815
2879
  "fqn": "@aws-cdk/aws-cognito.UserPoolClient"
2816
2880
  }
2817
2881
  }
2818
- ]
2882
+ ],
2883
+ "symbolId": "lib/cognito-helper:CognitoOptions"
2819
2884
  },
2820
2885
  "@aws-solutions-constructs/core.EventSourceProps": {
2821
2886
  "assembly": "@aws-solutions-constructs/core",
@@ -2867,7 +2932,8 @@
2867
2932
  "fqn": "@aws-cdk/aws-sqs.QueueProps"
2868
2933
  }
2869
2934
  }
2870
- ]
2935
+ ],
2936
+ "symbolId": "lib/lambda-event-source-mapping-defaults:EventSourceProps"
2871
2937
  },
2872
2938
  "@aws-solutions-constructs/core.SecurityGroupRuleDefinition": {
2873
2939
  "assembly": "@aws-solutions-constructs/core",
@@ -2930,7 +2996,8 @@
2930
2996
  "primitive": "boolean"
2931
2997
  }
2932
2998
  }
2933
- ]
2999
+ ],
3000
+ "symbolId": "lib/security-group-helper:SecurityGroupRuleDefinition"
2934
3001
  },
2935
3002
  "@aws-solutions-constructs/core.ServiceEndpointTypes": {
2936
3003
  "assembly": "@aws-solutions-constructs/core",
@@ -2969,7 +3036,8 @@
2969
3036
  "name": "EVENTS"
2970
3037
  }
2971
3038
  ],
2972
- "name": "ServiceEndpointTypes"
3039
+ "name": "ServiceEndpointTypes",
3040
+ "symbolId": "lib/vpc-helper:ServiceEndpointTypes"
2973
3041
  },
2974
3042
  "@aws-solutions-constructs/core.SinkDataStoreProps": {
2975
3043
  "assembly": "@aws-solutions-constructs/core",
@@ -3034,7 +3102,8 @@
3034
3102
  "fqn": "@aws-cdk/aws-s3.BucketProps"
3035
3103
  }
3036
3104
  }
3037
- ]
3105
+ ],
3106
+ "symbolId": "lib/glue-job-helper:SinkDataStoreProps"
3038
3107
  },
3039
3108
  "@aws-solutions-constructs/core.SinkStoreType": {
3040
3109
  "assembly": "@aws-solutions-constructs/core",
@@ -3053,7 +3122,8 @@
3053
3122
  "name": "S3"
3054
3123
  }
3055
3124
  ],
3056
- "name": "SinkStoreType"
3125
+ "name": "SinkStoreType",
3126
+ "symbolId": "lib/glue-job-helper:SinkStoreType.S3"
3057
3127
  },
3058
3128
  "@aws-solutions-constructs/core.VerifiedProps": {
3059
3129
  "assembly": "@aws-solutions-constructs/core",
@@ -3062,7 +3132,7 @@
3062
3132
  "kind": "interface",
3063
3133
  "locationInModule": {
3064
3134
  "filename": "lib/input-validation.ts",
3065
- "line": 27
3135
+ "line": 28
3066
3136
  },
3067
3137
  "name": "VerifiedProps",
3068
3138
  "properties": [
@@ -3071,7 +3141,20 @@
3071
3141
  "immutable": true,
3072
3142
  "locationInModule": {
3073
3143
  "filename": "lib/input-validation.ts",
3074
- "line": 48
3144
+ "line": 74
3145
+ },
3146
+ "name": "albLoggingBucketProps",
3147
+ "optional": true,
3148
+ "type": {
3149
+ "fqn": "@aws-cdk/aws-s3.BucketProps"
3150
+ }
3151
+ },
3152
+ {
3153
+ "abstract": true,
3154
+ "immutable": true,
3155
+ "locationInModule": {
3156
+ "filename": "lib/input-validation.ts",
3157
+ "line": 49
3075
3158
  },
3076
3159
  "name": "bucketProps",
3077
3160
  "optional": true,
@@ -3084,7 +3167,7 @@
3084
3167
  "immutable": true,
3085
3168
  "locationInModule": {
3086
3169
  "filename": "lib/input-validation.ts",
3087
- "line": 41
3170
+ "line": 42
3088
3171
  },
3089
3172
  "name": "deadLetterQueueProps",
3090
3173
  "optional": true,
@@ -3097,7 +3180,7 @@
3097
3180
  "immutable": true,
3098
3181
  "locationInModule": {
3099
3182
  "filename": "lib/input-validation.ts",
3100
- "line": 40
3183
+ "line": 41
3101
3184
  },
3102
3185
  "name": "deployDeadLetterQueue",
3103
3186
  "optional": true,
@@ -3110,7 +3193,7 @@
3110
3193
  "immutable": true,
3111
3194
  "locationInModule": {
3112
3195
  "filename": "lib/input-validation.ts",
3113
- "line": 64
3196
+ "line": 65
3114
3197
  },
3115
3198
  "name": "deployVpc",
3116
3199
  "optional": true,
@@ -3123,7 +3206,7 @@
3123
3206
  "immutable": true,
3124
3207
  "locationInModule": {
3125
3208
  "filename": "lib/input-validation.ts",
3126
- "line": 28
3209
+ "line": 29
3127
3210
  },
3128
3211
  "name": "dynamoTableProps",
3129
3212
  "optional": true,
@@ -3136,7 +3219,7 @@
3136
3219
  "immutable": true,
3137
3220
  "locationInModule": {
3138
3221
  "filename": "lib/input-validation.ts",
3139
- "line": 66
3222
+ "line": 67
3140
3223
  },
3141
3224
  "name": "encryptionKey",
3142
3225
  "optional": true,
@@ -3149,7 +3232,7 @@
3149
3232
  "immutable": true,
3150
3233
  "locationInModule": {
3151
3234
  "filename": "lib/input-validation.ts",
3152
- "line": 67
3235
+ "line": 68
3153
3236
  },
3154
3237
  "name": "encryptionKeyProps",
3155
3238
  "optional": true,
@@ -3162,7 +3245,7 @@
3162
3245
  "immutable": true,
3163
3246
  "locationInModule": {
3164
3247
  "filename": "lib/input-validation.ts",
3165
- "line": 57
3248
+ "line": 58
3166
3249
  },
3167
3250
  "name": "endpointProps",
3168
3251
  "optional": true,
@@ -3175,7 +3258,7 @@
3175
3258
  "immutable": true,
3176
3259
  "locationInModule": {
3177
3260
  "filename": "lib/input-validation.ts",
3178
- "line": 47
3261
+ "line": 48
3179
3262
  },
3180
3263
  "name": "existingBucketInterface",
3181
3264
  "optional": true,
@@ -3188,7 +3271,7 @@
3188
3271
  "immutable": true,
3189
3272
  "locationInModule": {
3190
3273
  "filename": "lib/input-validation.ts",
3191
- "line": 46
3274
+ "line": 47
3192
3275
  },
3193
3276
  "name": "existingBucketObj",
3194
3277
  "optional": true,
@@ -3201,7 +3284,7 @@
3201
3284
  "immutable": true,
3202
3285
  "locationInModule": {
3203
3286
  "filename": "lib/input-validation.ts",
3204
- "line": 54
3287
+ "line": 55
3205
3288
  },
3206
3289
  "name": "existingGlueJob",
3207
3290
  "optional": true,
@@ -3214,7 +3297,7 @@
3214
3297
  "immutable": true,
3215
3298
  "locationInModule": {
3216
3299
  "filename": "lib/input-validation.ts",
3217
- "line": 35
3300
+ "line": 36
3218
3301
  },
3219
3302
  "name": "existingLambdaObj",
3220
3303
  "optional": true,
@@ -3227,7 +3310,20 @@
3227
3310
  "immutable": true,
3228
3311
  "locationInModule": {
3229
3312
  "filename": "lib/input-validation.ts",
3230
- "line": 43
3313
+ "line": 71
3314
+ },
3315
+ "name": "existingLoadBalancerObj",
3316
+ "optional": true,
3317
+ "type": {
3318
+ "fqn": "@aws-cdk/aws-elasticloadbalancingv2.ApplicationLoadBalancer"
3319
+ }
3320
+ },
3321
+ {
3322
+ "abstract": true,
3323
+ "immutable": true,
3324
+ "locationInModule": {
3325
+ "filename": "lib/input-validation.ts",
3326
+ "line": 44
3231
3327
  },
3232
3328
  "name": "existingMediaStoreContainerObj",
3233
3329
  "optional": true,
@@ -3240,7 +3336,7 @@
3240
3336
  "immutable": true,
3241
3337
  "locationInModule": {
3242
3338
  "filename": "lib/input-validation.ts",
3243
- "line": 38
3339
+ "line": 39
3244
3340
  },
3245
3341
  "name": "existingQueueObj",
3246
3342
  "optional": true,
@@ -3253,7 +3349,7 @@
3253
3349
  "immutable": true,
3254
3350
  "locationInModule": {
3255
3351
  "filename": "lib/input-validation.ts",
3256
- "line": 56
3352
+ "line": 57
3257
3353
  },
3258
3354
  "name": "existingSagemakerEndpointObj",
3259
3355
  "optional": true,
@@ -3266,7 +3362,7 @@
3266
3362
  "immutable": true,
3267
3363
  "locationInModule": {
3268
3364
  "filename": "lib/input-validation.ts",
3269
- "line": 59
3365
+ "line": 60
3270
3366
  },
3271
3367
  "name": "existingSecretObj",
3272
3368
  "optional": true,
@@ -3279,7 +3375,7 @@
3279
3375
  "immutable": true,
3280
3376
  "locationInModule": {
3281
3377
  "filename": "lib/input-validation.ts",
3282
- "line": 32
3378
+ "line": 33
3283
3379
  },
3284
3380
  "name": "existingStreamObj",
3285
3381
  "optional": true,
@@ -3292,7 +3388,7 @@
3292
3388
  "immutable": true,
3293
3389
  "locationInModule": {
3294
3390
  "filename": "lib/input-validation.ts",
3295
- "line": 30
3391
+ "line": 31
3296
3392
  },
3297
3393
  "name": "existingTableInterface",
3298
3394
  "optional": true,
@@ -3305,7 +3401,7 @@
3305
3401
  "immutable": true,
3306
3402
  "locationInModule": {
3307
3403
  "filename": "lib/input-validation.ts",
3308
- "line": 29
3404
+ "line": 30
3309
3405
  },
3310
3406
  "name": "existingTableObj",
3311
3407
  "optional": true,
@@ -3318,7 +3414,7 @@
3318
3414
  "immutable": true,
3319
3415
  "locationInModule": {
3320
3416
  "filename": "lib/input-validation.ts",
3321
- "line": 51
3417
+ "line": 52
3322
3418
  },
3323
3419
  "name": "existingTopicObj",
3324
3420
  "optional": true,
@@ -3331,7 +3427,7 @@
3331
3427
  "immutable": true,
3332
3428
  "locationInModule": {
3333
3429
  "filename": "lib/input-validation.ts",
3334
- "line": 62
3430
+ "line": 63
3335
3431
  },
3336
3432
  "name": "existingVpc",
3337
3433
  "optional": true,
@@ -3344,7 +3440,7 @@
3344
3440
  "immutable": true,
3345
3441
  "locationInModule": {
3346
3442
  "filename": "lib/input-validation.ts",
3347
- "line": 53
3443
+ "line": 54
3348
3444
  },
3349
3445
  "name": "glueJobProps",
3350
3446
  "optional": true,
@@ -3357,7 +3453,7 @@
3357
3453
  "immutable": true,
3358
3454
  "locationInModule": {
3359
3455
  "filename": "lib/input-validation.ts",
3360
- "line": 33
3456
+ "line": 34
3361
3457
  },
3362
3458
  "name": "kinesisStreamProps",
3363
3459
  "optional": true,
@@ -3370,7 +3466,7 @@
3370
3466
  "immutable": true,
3371
3467
  "locationInModule": {
3372
3468
  "filename": "lib/input-validation.ts",
3373
- "line": 36
3469
+ "line": 37
3374
3470
  },
3375
3471
  "name": "lambdaFunctionProps",
3376
3472
  "optional": true,
@@ -3383,7 +3479,33 @@
3383
3479
  "immutable": true,
3384
3480
  "locationInModule": {
3385
3481
  "filename": "lib/input-validation.ts",
3386
- "line": 44
3482
+ "line": 70
3483
+ },
3484
+ "name": "loadBalancerProps",
3485
+ "optional": true,
3486
+ "type": {
3487
+ "fqn": "@aws-cdk/aws-elasticloadbalancingv2.ApplicationLoadBalancerProps"
3488
+ }
3489
+ },
3490
+ {
3491
+ "abstract": true,
3492
+ "immutable": true,
3493
+ "locationInModule": {
3494
+ "filename": "lib/input-validation.ts",
3495
+ "line": 73
3496
+ },
3497
+ "name": "logAlbAccessLogs",
3498
+ "optional": true,
3499
+ "type": {
3500
+ "primitive": "boolean"
3501
+ }
3502
+ },
3503
+ {
3504
+ "abstract": true,
3505
+ "immutable": true,
3506
+ "locationInModule": {
3507
+ "filename": "lib/input-validation.ts",
3508
+ "line": 45
3387
3509
  },
3388
3510
  "name": "mediaStoreContainerProps",
3389
3511
  "optional": true,
@@ -3396,7 +3518,7 @@
3396
3518
  "immutable": true,
3397
3519
  "locationInModule": {
3398
3520
  "filename": "lib/input-validation.ts",
3399
- "line": 39
3521
+ "line": 40
3400
3522
  },
3401
3523
  "name": "queueProps",
3402
3524
  "optional": true,
@@ -3409,7 +3531,7 @@
3409
3531
  "immutable": true,
3410
3532
  "locationInModule": {
3411
3533
  "filename": "lib/input-validation.ts",
3412
- "line": 60
3534
+ "line": 61
3413
3535
  },
3414
3536
  "name": "secretProps",
3415
3537
  "optional": true,
@@ -3422,7 +3544,7 @@
3422
3544
  "immutable": true,
3423
3545
  "locationInModule": {
3424
3546
  "filename": "lib/input-validation.ts",
3425
- "line": 50
3547
+ "line": 51
3426
3548
  },
3427
3549
  "name": "topicProps",
3428
3550
  "optional": true,
@@ -3435,7 +3557,7 @@
3435
3557
  "immutable": true,
3436
3558
  "locationInModule": {
3437
3559
  "filename": "lib/input-validation.ts",
3438
- "line": 63
3560
+ "line": 64
3439
3561
  },
3440
3562
  "name": "vpcProps",
3441
3563
  "optional": true,
@@ -3443,9 +3565,10 @@
3443
3565
  "fqn": "@aws-cdk/aws-ec2.VpcProps"
3444
3566
  }
3445
3567
  }
3446
- ]
3568
+ ],
3569
+ "symbolId": "lib/input-validation:VerifiedProps"
3447
3570
  }
3448
3571
  },
3449
- "version": "1.122.0",
3450
- "fingerprint": "5ppM/BsSYz72kErqQTbkckdtFJ6A77jPROYvzGZQ8N4="
3572
+ "version": "1.126.0",
3573
+ "fingerprint": "ABkP97dLnOia4i1xIA4ApMnLE3B7MqqQo5adS33/oVw="
3451
3574
  }