@aws-solutions-constructs/core 1.125.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 (55) hide show
  1. package/.jsii +209 -103
  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 +12 -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 +1 -0
  19. package/lib/s3-bucket-helper.js +17 -2
  20. package/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
  21. package/node_modules/emoji-regex/README.md +73 -0
  22. package/node_modules/emoji-regex/es2015/index.js +6 -0
  23. package/node_modules/emoji-regex/es2015/text.js +6 -0
  24. package/node_modules/emoji-regex/index.d.ts +23 -0
  25. package/node_modules/emoji-regex/index.js +6 -0
  26. package/node_modules/emoji-regex/package.json +50 -0
  27. package/node_modules/emoji-regex/text.js +6 -0
  28. package/node_modules/wide-align/LICENSE +0 -0
  29. package/node_modules/wide-align/README.md +0 -0
  30. package/node_modules/wide-align/align.js +0 -0
  31. package/node_modules/wide-align/node_modules/ansi-regex/index.d.ts +37 -0
  32. package/node_modules/wide-align/node_modules/ansi-regex/index.js +4 -4
  33. package/node_modules/wide-align/node_modules/ansi-regex/package.json +53 -51
  34. package/node_modules/wide-align/node_modules/ansi-regex/readme.md +35 -3
  35. package/node_modules/wide-align/node_modules/is-fullwidth-code-point/index.d.ts +17 -0
  36. package/node_modules/wide-align/node_modules/is-fullwidth-code-point/index.js +25 -21
  37. package/node_modules/wide-align/node_modules/is-fullwidth-code-point/license +4 -16
  38. package/node_modules/wide-align/node_modules/is-fullwidth-code-point/package.json +40 -43
  39. package/node_modules/wide-align/node_modules/is-fullwidth-code-point/readme.md +6 -6
  40. package/node_modules/wide-align/node_modules/string-width/index.d.ts +29 -0
  41. package/node_modules/wide-align/node_modules/string-width/index.js +16 -5
  42. package/node_modules/wide-align/node_modules/string-width/package.json +11 -10
  43. package/node_modules/wide-align/node_modules/string-width/readme.md +15 -7
  44. package/node_modules/wide-align/node_modules/strip-ansi/index.d.ts +17 -0
  45. package/node_modules/wide-align/node_modules/strip-ansi/index.js +1 -1
  46. package/node_modules/wide-align/node_modules/strip-ansi/package.json +52 -50
  47. package/node_modules/wide-align/node_modules/strip-ansi/readme.md +12 -5
  48. package/node_modules/wide-align/package.json +5 -5
  49. package/package.json +68 -66
  50. package/test/alb-helper.test.d.ts +13 -0
  51. package/test/alb-helper.test.js +321 -0
  52. package/test/apigateway-helper.test.js +8 -1
  53. package/test/cloudfront-distribution-s3-helper.test.js +2 -2
  54. package/test/glue-job-helper.test.js +7 -3
  55. package/test/s3-bucket.test.js +10 -1
package/.jsii CHANGED
@@ -15,38 +15,40 @@
15
15
  "npmlog": "^4.1.2"
16
16
  },
17
17
  "dependencies": {
18
- "@aws-cdk/aws-apigateway": "1.125.0",
19
- "@aws-cdk/aws-certificatemanager": "1.125.0",
20
- "@aws-cdk/aws-cloudfront": "1.125.0",
21
- "@aws-cdk/aws-cloudfront-origins": "1.125.0",
22
- "@aws-cdk/aws-cloudwatch": "1.125.0",
23
- "@aws-cdk/aws-cognito": "1.125.0",
24
- "@aws-cdk/aws-dynamodb": "1.125.0",
25
- "@aws-cdk/aws-ec2": "1.125.0",
26
- "@aws-cdk/aws-elasticsearch": "1.125.0",
27
- "@aws-cdk/aws-events": "1.125.0",
28
- "@aws-cdk/aws-glue": "1.125.0",
29
- "@aws-cdk/aws-iam": "1.125.0",
30
- "@aws-cdk/aws-iot": "1.125.0",
31
- "@aws-cdk/aws-kinesis": "1.125.0",
32
- "@aws-cdk/aws-kinesisanalytics": "1.125.0",
33
- "@aws-cdk/aws-kinesisfirehose": "1.125.0",
34
- "@aws-cdk/aws-kms": "1.125.0",
35
- "@aws-cdk/aws-lambda": "1.125.0",
36
- "@aws-cdk/aws-lambda-event-sources": "1.125.0",
37
- "@aws-cdk/aws-logs": "1.125.0",
38
- "@aws-cdk/aws-mediastore": "1.125.0",
39
- "@aws-cdk/aws-s3": "1.125.0",
40
- "@aws-cdk/aws-s3-assets": "1.125.0",
41
- "@aws-cdk/aws-s3-notifications": "1.125.0",
42
- "@aws-cdk/aws-sagemaker": "1.125.0",
43
- "@aws-cdk/aws-secretsmanager": "1.125.0",
44
- "@aws-cdk/aws-sns": "1.125.0",
45
- "@aws-cdk/aws-sqs": "1.125.0",
46
- "@aws-cdk/aws-ssm": "1.125.0",
47
- "@aws-cdk/aws-stepfunctions": "1.125.0",
48
- "@aws-cdk/aws-wafv2": "1.125.0",
49
- "@aws-cdk/core": "1.125.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.38.0 (build 717bef2)",
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",
@@ -2279,7 +2318,8 @@
2279
2318
  "fqn": "@aws-cdk/aws-s3.BucketProps"
2280
2319
  }
2281
2320
  }
2282
- ]
2321
+ ],
2322
+ "symbolId": "lib/s3-bucket-helper:BuildS3BucketProps"
2283
2323
  },
2284
2324
  "@aws-solutions-constructs/core.BuildSagemakerEndpointProps": {
2285
2325
  "assembly": "@aws-solutions-constructs/core",
@@ -2377,7 +2417,8 @@
2377
2417
  "fqn": "@aws-cdk/aws-ec2.IVpc"
2378
2418
  }
2379
2419
  }
2380
- ]
2420
+ ],
2421
+ "symbolId": "lib/sagemaker-helper:BuildSagemakerEndpointProps"
2381
2422
  },
2382
2423
  "@aws-solutions-constructs/core.BuildSagemakerNotebookProps": {
2383
2424
  "assembly": "@aws-solutions-constructs/core",
@@ -2458,7 +2499,8 @@
2458
2499
  "primitive": "any"
2459
2500
  }
2460
2501
  }
2461
- ]
2502
+ ],
2503
+ "symbolId": "lib/sagemaker-helper:BuildSagemakerNotebookProps"
2462
2504
  },
2463
2505
  "@aws-solutions-constructs/core.BuildTopicProps": {
2464
2506
  "assembly": "@aws-solutions-constructs/core",
@@ -2557,7 +2599,8 @@
2557
2599
  "fqn": "@aws-cdk/aws-sns.TopicProps"
2558
2600
  }
2559
2601
  }
2560
- ]
2602
+ ],
2603
+ "symbolId": "lib/sns-helper:BuildTopicProps"
2561
2604
  },
2562
2605
  "@aws-solutions-constructs/core.BuildVpcProps": {
2563
2606
  "assembly": "@aws-solutions-constructs/core",
@@ -2633,7 +2676,8 @@
2633
2676
  "fqn": "@aws-cdk/aws-ec2.VpcProps"
2634
2677
  }
2635
2678
  }
2636
- ]
2679
+ ],
2680
+ "symbolId": "lib/vpc-helper:BuildVpcProps"
2637
2681
  },
2638
2682
  "@aws-solutions-constructs/core.BuildWebaclProps": {
2639
2683
  "assembly": "@aws-solutions-constructs/core",
@@ -2678,7 +2722,8 @@
2678
2722
  "fqn": "@aws-cdk/aws-wafv2.CfnWebACLProps"
2679
2723
  }
2680
2724
  }
2681
- ]
2725
+ ],
2726
+ "symbolId": "lib/waf-helper:BuildWebaclProps"
2682
2727
  },
2683
2728
  "@aws-solutions-constructs/core.CfnDomainOptions": {
2684
2729
  "assembly": "@aws-solutions-constructs/core",
@@ -2740,7 +2785,8 @@
2740
2785
  "primitive": "string"
2741
2786
  }
2742
2787
  }
2743
- ]
2788
+ ],
2789
+ "symbolId": "lib/elasticsearch-defaults:CfnDomainOptions"
2744
2790
  },
2745
2791
  "@aws-solutions-constructs/core.CfnNagSuppressRule": {
2746
2792
  "assembly": "@aws-solutions-constructs/core",
@@ -2783,7 +2829,8 @@
2783
2829
  "primitive": "string"
2784
2830
  }
2785
2831
  }
2786
- ]
2832
+ ],
2833
+ "symbolId": "lib/utils:CfnNagSuppressRule"
2787
2834
  },
2788
2835
  "@aws-solutions-constructs/core.CognitoOptions": {
2789
2836
  "assembly": "@aws-solutions-constructs/core",
@@ -2832,7 +2879,8 @@
2832
2879
  "fqn": "@aws-cdk/aws-cognito.UserPoolClient"
2833
2880
  }
2834
2881
  }
2835
- ]
2882
+ ],
2883
+ "symbolId": "lib/cognito-helper:CognitoOptions"
2836
2884
  },
2837
2885
  "@aws-solutions-constructs/core.EventSourceProps": {
2838
2886
  "assembly": "@aws-solutions-constructs/core",
@@ -2884,7 +2932,8 @@
2884
2932
  "fqn": "@aws-cdk/aws-sqs.QueueProps"
2885
2933
  }
2886
2934
  }
2887
- ]
2935
+ ],
2936
+ "symbolId": "lib/lambda-event-source-mapping-defaults:EventSourceProps"
2888
2937
  },
2889
2938
  "@aws-solutions-constructs/core.SecurityGroupRuleDefinition": {
2890
2939
  "assembly": "@aws-solutions-constructs/core",
@@ -2947,7 +2996,8 @@
2947
2996
  "primitive": "boolean"
2948
2997
  }
2949
2998
  }
2950
- ]
2999
+ ],
3000
+ "symbolId": "lib/security-group-helper:SecurityGroupRuleDefinition"
2951
3001
  },
2952
3002
  "@aws-solutions-constructs/core.ServiceEndpointTypes": {
2953
3003
  "assembly": "@aws-solutions-constructs/core",
@@ -2986,7 +3036,8 @@
2986
3036
  "name": "EVENTS"
2987
3037
  }
2988
3038
  ],
2989
- "name": "ServiceEndpointTypes"
3039
+ "name": "ServiceEndpointTypes",
3040
+ "symbolId": "lib/vpc-helper:ServiceEndpointTypes"
2990
3041
  },
2991
3042
  "@aws-solutions-constructs/core.SinkDataStoreProps": {
2992
3043
  "assembly": "@aws-solutions-constructs/core",
@@ -3051,7 +3102,8 @@
3051
3102
  "fqn": "@aws-cdk/aws-s3.BucketProps"
3052
3103
  }
3053
3104
  }
3054
- ]
3105
+ ],
3106
+ "symbolId": "lib/glue-job-helper:SinkDataStoreProps"
3055
3107
  },
3056
3108
  "@aws-solutions-constructs/core.SinkStoreType": {
3057
3109
  "assembly": "@aws-solutions-constructs/core",
@@ -3070,7 +3122,8 @@
3070
3122
  "name": "S3"
3071
3123
  }
3072
3124
  ],
3073
- "name": "SinkStoreType"
3125
+ "name": "SinkStoreType",
3126
+ "symbolId": "lib/glue-job-helper:SinkStoreType.S3"
3074
3127
  },
3075
3128
  "@aws-solutions-constructs/core.VerifiedProps": {
3076
3129
  "assembly": "@aws-solutions-constructs/core",
@@ -3079,7 +3132,7 @@
3079
3132
  "kind": "interface",
3080
3133
  "locationInModule": {
3081
3134
  "filename": "lib/input-validation.ts",
3082
- "line": 27
3135
+ "line": 28
3083
3136
  },
3084
3137
  "name": "VerifiedProps",
3085
3138
  "properties": [
@@ -3088,7 +3141,20 @@
3088
3141
  "immutable": true,
3089
3142
  "locationInModule": {
3090
3143
  "filename": "lib/input-validation.ts",
3091
- "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
3092
3158
  },
3093
3159
  "name": "bucketProps",
3094
3160
  "optional": true,
@@ -3101,7 +3167,7 @@
3101
3167
  "immutable": true,
3102
3168
  "locationInModule": {
3103
3169
  "filename": "lib/input-validation.ts",
3104
- "line": 41
3170
+ "line": 42
3105
3171
  },
3106
3172
  "name": "deadLetterQueueProps",
3107
3173
  "optional": true,
@@ -3114,7 +3180,7 @@
3114
3180
  "immutable": true,
3115
3181
  "locationInModule": {
3116
3182
  "filename": "lib/input-validation.ts",
3117
- "line": 40
3183
+ "line": 41
3118
3184
  },
3119
3185
  "name": "deployDeadLetterQueue",
3120
3186
  "optional": true,
@@ -3127,7 +3193,7 @@
3127
3193
  "immutable": true,
3128
3194
  "locationInModule": {
3129
3195
  "filename": "lib/input-validation.ts",
3130
- "line": 64
3196
+ "line": 65
3131
3197
  },
3132
3198
  "name": "deployVpc",
3133
3199
  "optional": true,
@@ -3140,7 +3206,7 @@
3140
3206
  "immutable": true,
3141
3207
  "locationInModule": {
3142
3208
  "filename": "lib/input-validation.ts",
3143
- "line": 28
3209
+ "line": 29
3144
3210
  },
3145
3211
  "name": "dynamoTableProps",
3146
3212
  "optional": true,
@@ -3153,7 +3219,7 @@
3153
3219
  "immutable": true,
3154
3220
  "locationInModule": {
3155
3221
  "filename": "lib/input-validation.ts",
3156
- "line": 66
3222
+ "line": 67
3157
3223
  },
3158
3224
  "name": "encryptionKey",
3159
3225
  "optional": true,
@@ -3166,7 +3232,7 @@
3166
3232
  "immutable": true,
3167
3233
  "locationInModule": {
3168
3234
  "filename": "lib/input-validation.ts",
3169
- "line": 67
3235
+ "line": 68
3170
3236
  },
3171
3237
  "name": "encryptionKeyProps",
3172
3238
  "optional": true,
@@ -3179,7 +3245,7 @@
3179
3245
  "immutable": true,
3180
3246
  "locationInModule": {
3181
3247
  "filename": "lib/input-validation.ts",
3182
- "line": 57
3248
+ "line": 58
3183
3249
  },
3184
3250
  "name": "endpointProps",
3185
3251
  "optional": true,
@@ -3192,7 +3258,7 @@
3192
3258
  "immutable": true,
3193
3259
  "locationInModule": {
3194
3260
  "filename": "lib/input-validation.ts",
3195
- "line": 47
3261
+ "line": 48
3196
3262
  },
3197
3263
  "name": "existingBucketInterface",
3198
3264
  "optional": true,
@@ -3205,7 +3271,7 @@
3205
3271
  "immutable": true,
3206
3272
  "locationInModule": {
3207
3273
  "filename": "lib/input-validation.ts",
3208
- "line": 46
3274
+ "line": 47
3209
3275
  },
3210
3276
  "name": "existingBucketObj",
3211
3277
  "optional": true,
@@ -3218,7 +3284,7 @@
3218
3284
  "immutable": true,
3219
3285
  "locationInModule": {
3220
3286
  "filename": "lib/input-validation.ts",
3221
- "line": 54
3287
+ "line": 55
3222
3288
  },
3223
3289
  "name": "existingGlueJob",
3224
3290
  "optional": true,
@@ -3231,7 +3297,7 @@
3231
3297
  "immutable": true,
3232
3298
  "locationInModule": {
3233
3299
  "filename": "lib/input-validation.ts",
3234
- "line": 35
3300
+ "line": 36
3235
3301
  },
3236
3302
  "name": "existingLambdaObj",
3237
3303
  "optional": true,
@@ -3244,7 +3310,20 @@
3244
3310
  "immutable": true,
3245
3311
  "locationInModule": {
3246
3312
  "filename": "lib/input-validation.ts",
3247
- "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
3248
3327
  },
3249
3328
  "name": "existingMediaStoreContainerObj",
3250
3329
  "optional": true,
@@ -3257,7 +3336,7 @@
3257
3336
  "immutable": true,
3258
3337
  "locationInModule": {
3259
3338
  "filename": "lib/input-validation.ts",
3260
- "line": 38
3339
+ "line": 39
3261
3340
  },
3262
3341
  "name": "existingQueueObj",
3263
3342
  "optional": true,
@@ -3270,7 +3349,7 @@
3270
3349
  "immutable": true,
3271
3350
  "locationInModule": {
3272
3351
  "filename": "lib/input-validation.ts",
3273
- "line": 56
3352
+ "line": 57
3274
3353
  },
3275
3354
  "name": "existingSagemakerEndpointObj",
3276
3355
  "optional": true,
@@ -3283,7 +3362,7 @@
3283
3362
  "immutable": true,
3284
3363
  "locationInModule": {
3285
3364
  "filename": "lib/input-validation.ts",
3286
- "line": 59
3365
+ "line": 60
3287
3366
  },
3288
3367
  "name": "existingSecretObj",
3289
3368
  "optional": true,
@@ -3296,7 +3375,7 @@
3296
3375
  "immutable": true,
3297
3376
  "locationInModule": {
3298
3377
  "filename": "lib/input-validation.ts",
3299
- "line": 32
3378
+ "line": 33
3300
3379
  },
3301
3380
  "name": "existingStreamObj",
3302
3381
  "optional": true,
@@ -3309,7 +3388,7 @@
3309
3388
  "immutable": true,
3310
3389
  "locationInModule": {
3311
3390
  "filename": "lib/input-validation.ts",
3312
- "line": 30
3391
+ "line": 31
3313
3392
  },
3314
3393
  "name": "existingTableInterface",
3315
3394
  "optional": true,
@@ -3322,7 +3401,7 @@
3322
3401
  "immutable": true,
3323
3402
  "locationInModule": {
3324
3403
  "filename": "lib/input-validation.ts",
3325
- "line": 29
3404
+ "line": 30
3326
3405
  },
3327
3406
  "name": "existingTableObj",
3328
3407
  "optional": true,
@@ -3335,7 +3414,7 @@
3335
3414
  "immutable": true,
3336
3415
  "locationInModule": {
3337
3416
  "filename": "lib/input-validation.ts",
3338
- "line": 51
3417
+ "line": 52
3339
3418
  },
3340
3419
  "name": "existingTopicObj",
3341
3420
  "optional": true,
@@ -3348,7 +3427,7 @@
3348
3427
  "immutable": true,
3349
3428
  "locationInModule": {
3350
3429
  "filename": "lib/input-validation.ts",
3351
- "line": 62
3430
+ "line": 63
3352
3431
  },
3353
3432
  "name": "existingVpc",
3354
3433
  "optional": true,
@@ -3361,7 +3440,7 @@
3361
3440
  "immutable": true,
3362
3441
  "locationInModule": {
3363
3442
  "filename": "lib/input-validation.ts",
3364
- "line": 53
3443
+ "line": 54
3365
3444
  },
3366
3445
  "name": "glueJobProps",
3367
3446
  "optional": true,
@@ -3374,7 +3453,7 @@
3374
3453
  "immutable": true,
3375
3454
  "locationInModule": {
3376
3455
  "filename": "lib/input-validation.ts",
3377
- "line": 33
3456
+ "line": 34
3378
3457
  },
3379
3458
  "name": "kinesisStreamProps",
3380
3459
  "optional": true,
@@ -3387,7 +3466,7 @@
3387
3466
  "immutable": true,
3388
3467
  "locationInModule": {
3389
3468
  "filename": "lib/input-validation.ts",
3390
- "line": 36
3469
+ "line": 37
3391
3470
  },
3392
3471
  "name": "lambdaFunctionProps",
3393
3472
  "optional": true,
@@ -3400,7 +3479,33 @@
3400
3479
  "immutable": true,
3401
3480
  "locationInModule": {
3402
3481
  "filename": "lib/input-validation.ts",
3403
- "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
3404
3509
  },
3405
3510
  "name": "mediaStoreContainerProps",
3406
3511
  "optional": true,
@@ -3413,7 +3518,7 @@
3413
3518
  "immutable": true,
3414
3519
  "locationInModule": {
3415
3520
  "filename": "lib/input-validation.ts",
3416
- "line": 39
3521
+ "line": 40
3417
3522
  },
3418
3523
  "name": "queueProps",
3419
3524
  "optional": true,
@@ -3426,7 +3531,7 @@
3426
3531
  "immutable": true,
3427
3532
  "locationInModule": {
3428
3533
  "filename": "lib/input-validation.ts",
3429
- "line": 60
3534
+ "line": 61
3430
3535
  },
3431
3536
  "name": "secretProps",
3432
3537
  "optional": true,
@@ -3439,7 +3544,7 @@
3439
3544
  "immutable": true,
3440
3545
  "locationInModule": {
3441
3546
  "filename": "lib/input-validation.ts",
3442
- "line": 50
3547
+ "line": 51
3443
3548
  },
3444
3549
  "name": "topicProps",
3445
3550
  "optional": true,
@@ -3452,7 +3557,7 @@
3452
3557
  "immutable": true,
3453
3558
  "locationInModule": {
3454
3559
  "filename": "lib/input-validation.ts",
3455
- "line": 63
3560
+ "line": 64
3456
3561
  },
3457
3562
  "name": "vpcProps",
3458
3563
  "optional": true,
@@ -3460,9 +3565,10 @@
3460
3565
  "fqn": "@aws-cdk/aws-ec2.VpcProps"
3461
3566
  }
3462
3567
  }
3463
- ]
3568
+ ],
3569
+ "symbolId": "lib/input-validation:VerifiedProps"
3464
3570
  }
3465
3571
  },
3466
- "version": "1.125.0",
3467
- "fingerprint": "q0dkEWSNWtTRBn5Qv6r6G6J6V0tQNP1Onh65IHNm2fg="
3572
+ "version": "1.126.0",
3573
+ "fingerprint": "ABkP97dLnOia4i1xIA4ApMnLE3B7MqqQo5adS33/oVw="
3468
3574
  }