@aws-solutions-constructs/core 2.0.0 → 2.1.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 (204) hide show
  1. package/.jsii +304 -92
  2. package/index.d.ts +3 -1
  3. package/index.js +4 -2
  4. package/lib/alb-defaults.d.ts +1 -1
  5. package/lib/alb-defaults.js +2 -2
  6. package/lib/alb-helper.d.ts +6 -3
  7. package/lib/alb-helper.js +75 -13
  8. package/lib/apigateway-defaults.d.ts +1 -1
  9. package/lib/apigateway-defaults.js +2 -2
  10. package/lib/apigateway-helper.d.ts +1 -1
  11. package/lib/apigateway-helper.js +14 -12
  12. package/lib/cloudfront-distribution-defaults.d.ts +1 -1
  13. package/lib/cloudfront-distribution-defaults.js +2 -2
  14. package/lib/cloudfront-distribution-helper.d.ts +1 -1
  15. package/lib/cloudfront-distribution-helper.js +2 -2
  16. package/lib/cloudwatch-log-group-defaults.d.ts +1 -1
  17. package/lib/cloudwatch-log-group-defaults.js +2 -2
  18. package/lib/cloudwatch-log-group-helper.d.ts +1 -1
  19. package/lib/cloudwatch-log-group-helper.js +2 -2
  20. package/lib/cognito-defaults.d.ts +1 -1
  21. package/lib/cognito-defaults.js +2 -2
  22. package/lib/cognito-helper.d.ts +1 -1
  23. package/lib/cognito-helper.js +2 -2
  24. package/lib/dynamodb-table-defaults.d.ts +1 -1
  25. package/lib/dynamodb-table-defaults.js +2 -2
  26. package/lib/dynamodb-table-helper.d.ts +3 -5
  27. package/lib/dynamodb-table-helper.js +2 -2
  28. package/lib/elasticsearch-defaults.d.ts +1 -1
  29. package/lib/elasticsearch-defaults.js +2 -2
  30. package/lib/elasticsearch-helper.d.ts +1 -1
  31. package/lib/elasticsearch-helper.js +2 -2
  32. package/lib/eventbridge-helper.d.ts +1 -1
  33. package/lib/eventbridge-helper.js +2 -2
  34. package/lib/events-rule-defaults.d.ts +1 -1
  35. package/lib/events-rule-defaults.js +2 -2
  36. package/lib/fargate-defaults.d.ts +26 -0
  37. package/lib/fargate-defaults.js +57 -0
  38. package/lib/fargate-helper.d.ts +17 -0
  39. package/lib/fargate-helper.js +158 -0
  40. package/lib/glue-database-defaults.d.ts +1 -1
  41. package/lib/glue-database-defaults.js +2 -2
  42. package/lib/glue-database-helper.d.ts +2 -2
  43. package/lib/glue-database-helper.js +2 -2
  44. package/lib/glue-job-defaults.d.ts +1 -1
  45. package/lib/glue-job-defaults.js +2 -2
  46. package/lib/glue-job-helper.d.ts +12 -21
  47. package/lib/glue-job-helper.js +2 -2
  48. package/lib/glue-table-defaults.d.ts +1 -1
  49. package/lib/glue-table-defaults.js +2 -2
  50. package/lib/glue-table-helper.d.ts +2 -2
  51. package/lib/glue-table-helper.js +2 -2
  52. package/lib/input-validation.d.ts +1 -1
  53. package/lib/input-validation.js +2 -2
  54. package/lib/iot-topic-rule-defaults.d.ts +1 -1
  55. package/lib/iot-topic-rule-defaults.js +2 -2
  56. package/lib/kinesis-analytics-defaults.d.ts +1 -1
  57. package/lib/kinesis-analytics-defaults.js +2 -2
  58. package/lib/kinesis-analytics-helper.d.ts +1 -1
  59. package/lib/kinesis-analytics-helper.js +2 -2
  60. package/lib/kinesis-firehose-s3-defaults.d.ts +1 -1
  61. package/lib/kinesis-firehose-s3-defaults.js +2 -2
  62. package/lib/kinesis-streams-defaults.d.ts +1 -1
  63. package/lib/kinesis-streams-defaults.js +2 -2
  64. package/lib/kinesis-streams-helper.d.ts +1 -1
  65. package/lib/kinesis-streams-helper.js +2 -2
  66. package/lib/kms-defaults.d.ts +1 -1
  67. package/lib/kms-defaults.js +2 -2
  68. package/lib/kms-helper.d.ts +1 -1
  69. package/lib/kms-helper.js +2 -2
  70. package/lib/lambda-defaults.d.ts +1 -1
  71. package/lib/lambda-defaults.js +2 -2
  72. package/lib/lambda-event-source-mapping-defaults.d.ts +2 -2
  73. package/lib/lambda-event-source-mapping-defaults.js +2 -2
  74. package/lib/lambda-helper.d.ts +2 -2
  75. package/lib/lambda-helper.js +4 -4
  76. package/lib/mediastore-defaults.d.ts +1 -1
  77. package/lib/mediastore-defaults.js +2 -2
  78. package/lib/mediastore-helper.d.ts +1 -1
  79. package/lib/mediastore-helper.js +2 -2
  80. package/lib/override-warning-service.d.ts +1 -1
  81. package/lib/override-warning-service.js +2 -2
  82. package/lib/s3-bucket-defaults.d.ts +1 -1
  83. package/lib/s3-bucket-defaults.js +4 -2
  84. package/lib/s3-bucket-helper.d.ts +2 -5
  85. package/lib/s3-bucket-helper.js +3 -26
  86. package/lib/sagemaker-defaults.d.ts +1 -1
  87. package/lib/sagemaker-defaults.js +2 -2
  88. package/lib/sagemaker-helper.d.ts +9 -10
  89. package/lib/sagemaker-helper.js +2 -2
  90. package/lib/secretsmanager-defaults.d.ts +1 -1
  91. package/lib/secretsmanager-defaults.js +2 -2
  92. package/lib/secretsmanager-helper.d.ts +1 -1
  93. package/lib/secretsmanager-helper.js +2 -2
  94. package/lib/security-group-helper.d.ts +2 -2
  95. package/lib/security-group-helper.js +2 -2
  96. package/lib/sns-defaults.d.ts +1 -1
  97. package/lib/sns-defaults.js +2 -2
  98. package/lib/sns-helper.d.ts +2 -4
  99. package/lib/sns-helper.js +2 -2
  100. package/lib/sqs-defaults.d.ts +1 -1
  101. package/lib/sqs-defaults.js +2 -2
  102. package/lib/sqs-helper.d.ts +3 -5
  103. package/lib/sqs-helper.js +2 -2
  104. package/lib/ssm-string-parameter-helper.d.ts +1 -1
  105. package/lib/ssm-string-parameter-helper.js +2 -2
  106. package/lib/step-function-defaults.d.ts +1 -1
  107. package/lib/step-function-defaults.js +2 -2
  108. package/lib/step-function-helper.d.ts +1 -1
  109. package/lib/step-function-helper.js +2 -2
  110. package/lib/utils.d.ts +14 -3
  111. package/lib/utils.js +25 -3
  112. package/lib/vpc-defaults.d.ts +5 -1
  113. package/lib/vpc-defaults.js +19 -3
  114. package/lib/vpc-helper.d.ts +8 -5
  115. package/lib/vpc-helper.js +14 -2
  116. package/lib/waf-defaults.d.ts +1 -1
  117. package/lib/waf-defaults.js +2 -2
  118. package/lib/waf-helper.d.ts +3 -3
  119. package/lib/waf-helper.js +2 -2
  120. package/package.json +8 -10
  121. package/test/alb-helper.test.d.ts +1 -1
  122. package/test/alb-helper.test.js +181 -52
  123. package/test/apigateway-helper.test.d.ts +1 -1
  124. package/test/apigateway-helper.test.js +9 -9
  125. package/test/cloudfront-distribution-api-gateway-helper.test.d.ts +1 -1
  126. package/test/cloudfront-distribution-api-gateway-helper.test.js +5 -5
  127. package/test/cloudfront-distribution-mediastore-helper.test.d.ts +1 -1
  128. package/test/cloudfront-distribution-mediastore-helper.test.js +2 -2
  129. package/test/cloudfront-distribution-s3-helper.test.d.ts +1 -1
  130. package/test/cloudfront-distribution-s3-helper.test.js +42 -13
  131. package/test/cloudwatch-log-group-helper.test.d.ts +1 -1
  132. package/test/cloudwatch-log-group-helper.test.js +2 -2
  133. package/test/congnito-helper.test.d.ts +1 -1
  134. package/test/congnito-helper.test.js +2 -2
  135. package/test/dynamo-table.test.d.ts +1 -1
  136. package/test/dynamo-table.test.js +2 -2
  137. package/test/elasticsearch-helper.test.d.ts +1 -1
  138. package/test/elasticsearch-helper.test.js +2 -2
  139. package/test/eventbridge-helper.test.d.ts +1 -1
  140. package/test/eventbridge-helper.test.js +2 -2
  141. package/test/events-rule.test.d.ts +1 -1
  142. package/test/events-rule.test.js +2 -2
  143. package/test/fargate-helper.test.d.ts +14 -0
  144. package/test/fargate-helper.test.js +318 -0
  145. package/test/glue-job-helper.test.d.ts +1 -1
  146. package/test/glue-job-helper.test.js +6 -6
  147. package/test/glue-table-helper.test.d.ts +1 -1
  148. package/test/glue-table-helper.test.js +2 -2
  149. package/test/input-validation.test.d.ts +1 -1
  150. package/test/input-validation.test.js +2 -2
  151. package/test/iot-rule.test.d.ts +1 -1
  152. package/test/iot-rule.test.js +2 -2
  153. package/test/kinesis-analytics.test.d.ts +1 -1
  154. package/test/kinesis-analytics.test.js +2 -2
  155. package/test/kinesis-firehose-s3-defaults.test.d.ts +1 -1
  156. package/test/kinesis-firehose-s3-defaults.test.js +2 -2
  157. package/test/kinesis-streams-defaults.test.d.ts +1 -1
  158. package/test/kinesis-streams-defaults.test.js +2 -2
  159. package/test/kinesis-streams-helper.test.d.ts +1 -1
  160. package/test/kinesis-streams-helper.test.js +2 -2
  161. package/test/kms-helper.test.d.ts +1 -1
  162. package/test/kms-helper.test.js +2 -2
  163. package/test/lambda-event-source.test.d.ts +1 -1
  164. package/test/lambda-event-source.test.js +2 -2
  165. package/test/lambda-helper.test.d.ts +1 -1
  166. package/test/lambda-helper.test.js +15 -15
  167. package/test/mediastore-helper.test.d.ts +1 -1
  168. package/test/mediastore-helper.test.js +2 -2
  169. package/test/override-warning-service.test.d.ts +1 -1
  170. package/test/override-warning-service.test.js +2 -2
  171. package/test/s3-bucket-helper.test.d.ts +1 -1
  172. package/test/s3-bucket-helper.test.js +15 -13
  173. package/test/s3-bucket.test.d.ts +1 -1
  174. package/test/s3-bucket.test.js +195 -2
  175. package/test/sagemaker-helper.test.d.ts +1 -1
  176. package/test/sagemaker-helper.test.js +2 -2
  177. package/test/secretsmanager-helper.test.d.ts +1 -1
  178. package/test/secretsmanager-helper.test.js +2 -2
  179. package/test/security-group-helper.test.d.ts +1 -1
  180. package/test/security-group-helper.test.js +2 -2
  181. package/test/sns-helper.test.d.ts +1 -1
  182. package/test/sns-helper.test.js +2 -2
  183. package/test/sqs-helper.test.d.ts +1 -1
  184. package/test/sqs-helper.test.js +2 -2
  185. package/test/ssm-string-parameter-helper.test.d.ts +1 -1
  186. package/test/ssm-string-parameter-helper.test.js +2 -2
  187. package/test/step-function-helper.test.d.ts +1 -1
  188. package/test/step-function-helper.test.js +2 -2
  189. package/test/test-helper.d.ts +6 -2
  190. package/test/test-helper.js +22 -4
  191. package/test/utils.test.d.ts +1 -1
  192. package/test/utils.test.js +64 -2
  193. package/test/vpc-helper.test.d.ts +1 -1
  194. package/test/vpc-helper.test.js +9 -16
  195. package/test/waf-helper.test.d.ts +1 -1
  196. package/test/waf-helper.test.js +2 -2
  197. package/node_modules/@types/deep-diff/LICENSE +0 -21
  198. package/node_modules/@types/deep-diff/README.md +0 -16
  199. package/node_modules/@types/deep-diff/index.d.ts +0 -60
  200. package/node_modules/@types/deep-diff/package.json +0 -25
  201. package/node_modules/@types/npmlog/LICENSE +0 -21
  202. package/node_modules/@types/npmlog/README.md +0 -16
  203. package/node_modules/@types/npmlog/index.d.ts +0 -78
  204. package/node_modules/@types/npmlog/package.json +0 -35
package/.jsii CHANGED
@@ -8,14 +8,12 @@
8
8
  "url": "https://aws.amazon.com"
9
9
  },
10
10
  "bundled": {
11
- "@types/deep-diff": "^1.0.0",
12
- "@types/npmlog": "^4.1.2",
13
11
  "deep-diff": "^1.0.2",
14
12
  "deepmerge": "^4.0.0",
15
13
  "npmlog": "^4.1.2"
16
14
  },
17
15
  "dependencies": {
18
- "aws-cdk-lib": "^2.0.0-rc.23",
16
+ "aws-cdk-lib": "^2.4.0",
19
17
  "constructs": "^10.0.0"
20
18
  },
21
19
  "dependencyClosure": {
@@ -34,6 +32,19 @@
34
32
  }
35
33
  }
36
34
  },
35
+ "aws-cdk-lib.assertions": {
36
+ "targets": {
37
+ "dotnet": {
38
+ "namespace": "Amazon.CDK.Assertions"
39
+ },
40
+ "java": {
41
+ "package": "software.amazon.awscdk.assertions"
42
+ },
43
+ "python": {
44
+ "module": "aws_cdk.assertions"
45
+ }
46
+ }
47
+ },
37
48
  "aws-cdk-lib.assets": {
38
49
  "targets": {
39
50
  "dotnet": {
@@ -99,6 +110,19 @@
99
110
  }
100
111
  }
101
112
  },
113
+ "aws-cdk-lib.aws_amplifyuibuilder": {
114
+ "targets": {
115
+ "dotnet": {
116
+ "namespace": "Amazon.CDK.AWS.AmplifyUIBuilder"
117
+ },
118
+ "java": {
119
+ "package": "software.amazon.awscdk.services.amplifyuibuilder"
120
+ },
121
+ "python": {
122
+ "module": "aws_cdk.aws_amplifyuibuilder"
123
+ }
124
+ }
125
+ },
102
126
  "aws-cdk-lib.aws_apigateway": {
103
127
  "targets": {
104
128
  "dotnet": {
@@ -232,7 +256,7 @@
232
256
  "aws-cdk-lib.aws_appsync": {
233
257
  "targets": {
234
258
  "dotnet": {
235
- "namespace": "Amazon.CDK.AWS.Appsync"
259
+ "namespace": "Amazon.CDK.AWS.AppSync"
236
260
  },
237
261
  "java": {
238
262
  "package": "software.amazon.awscdk.services.appsync"
@@ -242,6 +266,19 @@
242
266
  }
243
267
  }
244
268
  },
269
+ "aws-cdk-lib.aws_aps": {
270
+ "targets": {
271
+ "dotnet": {
272
+ "namespace": "Amazon.CDK.AWS.APS"
273
+ },
274
+ "java": {
275
+ "package": "software.amazon.awscdk.services.aps"
276
+ },
277
+ "python": {
278
+ "module": "aws_cdk.aws_aps"
279
+ }
280
+ }
281
+ },
245
282
  "aws-cdk-lib.aws_athena": {
246
283
  "targets": {
247
284
  "dotnet": {
@@ -1101,6 +1138,19 @@
1101
1138
  }
1102
1139
  }
1103
1140
  },
1141
+ "aws-cdk-lib.aws_evidently": {
1142
+ "targets": {
1143
+ "dotnet": {
1144
+ "namespace": "Amazon.CDK.AWS.Evidently"
1145
+ },
1146
+ "java": {
1147
+ "package": "software.amazon.awscdk.services.evidently"
1148
+ },
1149
+ "python": {
1150
+ "module": "aws_cdk.aws_evidently"
1151
+ }
1152
+ }
1153
+ },
1104
1154
  "aws-cdk-lib.aws_finspace": {
1105
1155
  "targets": {
1106
1156
  "dotnet": {
@@ -1270,6 +1320,19 @@
1270
1320
  }
1271
1321
  }
1272
1322
  },
1323
+ "aws-cdk-lib.aws_healthlake": {
1324
+ "targets": {
1325
+ "dotnet": {
1326
+ "namespace": "Amazon.CDK.AWS.HealthLake"
1327
+ },
1328
+ "java": {
1329
+ "package": "software.amazon.awscdk.services.healthlake"
1330
+ },
1331
+ "python": {
1332
+ "module": "aws_cdk.aws_healthlake"
1333
+ }
1334
+ }
1335
+ },
1273
1336
  "aws-cdk-lib.aws_iam": {
1274
1337
  "targets": {
1275
1338
  "dotnet": {
@@ -1569,6 +1632,19 @@
1569
1632
  }
1570
1633
  }
1571
1634
  },
1635
+ "aws-cdk-lib.aws_lex": {
1636
+ "targets": {
1637
+ "dotnet": {
1638
+ "namespace": "Amazon.CDK.AWS.Lex"
1639
+ },
1640
+ "java": {
1641
+ "package": "software.amazon.awscdk.services.lex"
1642
+ },
1643
+ "python": {
1644
+ "module": "aws_cdk.aws_lex"
1645
+ }
1646
+ }
1647
+ },
1572
1648
  "aws-cdk-lib.aws_licensemanager": {
1573
1649
  "targets": {
1574
1650
  "dotnet": {
@@ -1582,6 +1658,19 @@
1582
1658
  }
1583
1659
  }
1584
1660
  },
1661
+ "aws-cdk-lib.aws_lightsail": {
1662
+ "targets": {
1663
+ "dotnet": {
1664
+ "namespace": "Amazon.CDK.AWS.Lightsail"
1665
+ },
1666
+ "java": {
1667
+ "package": "software.amazon.awscdk.services.lightsail"
1668
+ },
1669
+ "python": {
1670
+ "module": "aws_cdk.aws_lightsail"
1671
+ }
1672
+ }
1673
+ },
1585
1674
  "aws-cdk-lib.aws_location": {
1586
1675
  "targets": {
1587
1676
  "dotnet": {
@@ -1751,10 +1840,23 @@
1751
1840
  }
1752
1841
  }
1753
1842
  },
1843
+ "aws-cdk-lib.aws_memorydb": {
1844
+ "targets": {
1845
+ "dotnet": {
1846
+ "namespace": "Amazon.CDK.AWS.MemoryDB"
1847
+ },
1848
+ "java": {
1849
+ "package": "software.amazon.awscdk.services.memorydb"
1850
+ },
1851
+ "python": {
1852
+ "module": "aws_cdk.aws_memorydb"
1853
+ }
1854
+ }
1855
+ },
1754
1856
  "aws-cdk-lib.aws_msk": {
1755
1857
  "targets": {
1756
1858
  "dotnet": {
1757
- "namespace": "Amazon.CDK.AWS.Msk"
1859
+ "namespace": "Amazon.CDK.AWS.MSK"
1758
1860
  },
1759
1861
  "java": {
1760
1862
  "package": "software.amazon.awscdk.services.msk"
@@ -1829,6 +1931,19 @@
1829
1931
  }
1830
1932
  }
1831
1933
  },
1934
+ "aws-cdk-lib.aws_opensearchservice": {
1935
+ "targets": {
1936
+ "dotnet": {
1937
+ "namespace": "Amazon.CDK.AWS.OpenSearchService"
1938
+ },
1939
+ "java": {
1940
+ "package": "software.amazon.awscdk.services.opensearchservice"
1941
+ },
1942
+ "python": {
1943
+ "module": "aws_cdk.aws_opensearchservice"
1944
+ }
1945
+ }
1946
+ },
1832
1947
  "aws-cdk-lib.aws_opsworks": {
1833
1948
  "targets": {
1834
1949
  "dotnet": {
@@ -1855,6 +1970,19 @@
1855
1970
  }
1856
1971
  }
1857
1972
  },
1973
+ "aws-cdk-lib.aws_panorama": {
1974
+ "targets": {
1975
+ "dotnet": {
1976
+ "namespace": "Amazon.CDK.AWS.Panorama"
1977
+ },
1978
+ "java": {
1979
+ "package": "software.amazon.awscdk.services.panorama"
1980
+ },
1981
+ "python": {
1982
+ "module": "aws_cdk.aws_panorama"
1983
+ }
1984
+ }
1985
+ },
1858
1986
  "aws-cdk-lib.aws_pinpoint": {
1859
1987
  "targets": {
1860
1988
  "dotnet": {
@@ -1946,6 +2074,45 @@
1946
2074
  }
1947
2075
  }
1948
2076
  },
2077
+ "aws-cdk-lib.aws_refactorspaces": {
2078
+ "targets": {
2079
+ "dotnet": {
2080
+ "namespace": "Amazon.CDK.AWS.RefactorSpaces"
2081
+ },
2082
+ "java": {
2083
+ "package": "software.amazon.awscdk.services.refactorspaces"
2084
+ },
2085
+ "python": {
2086
+ "module": "aws_cdk.aws_refactorspaces"
2087
+ }
2088
+ }
2089
+ },
2090
+ "aws-cdk-lib.aws_rekognition": {
2091
+ "targets": {
2092
+ "dotnet": {
2093
+ "namespace": "Amazon.CDK.AWS.Rekognition"
2094
+ },
2095
+ "java": {
2096
+ "package": "software.amazon.awscdk.services.rekognition"
2097
+ },
2098
+ "python": {
2099
+ "module": "aws_cdk.aws_rekognition"
2100
+ }
2101
+ }
2102
+ },
2103
+ "aws-cdk-lib.aws_resiliencehub": {
2104
+ "targets": {
2105
+ "dotnet": {
2106
+ "namespace": "Amazon.CDK.AWS.ResilienceHub"
2107
+ },
2108
+ "java": {
2109
+ "package": "software.amazon.awscdk.services.resiliencehub"
2110
+ },
2111
+ "python": {
2112
+ "module": "aws_cdk.aws_resiliencehub"
2113
+ }
2114
+ }
2115
+ },
1949
2116
  "aws-cdk-lib.aws_resourcegroups": {
1950
2117
  "targets": {
1951
2118
  "dotnet": {
@@ -2050,6 +2217,19 @@
2050
2217
  }
2051
2218
  }
2052
2219
  },
2220
+ "aws-cdk-lib.aws_rum": {
2221
+ "targets": {
2222
+ "dotnet": {
2223
+ "namespace": "Amazon.CDK.AWS.RUM"
2224
+ },
2225
+ "java": {
2226
+ "package": "software.amazon.awscdk.services.rum"
2227
+ },
2228
+ "python": {
2229
+ "module": "aws_cdk.aws_rum"
2230
+ }
2231
+ }
2232
+ },
2053
2233
  "aws-cdk-lib.aws_s3": {
2054
2234
  "targets": {
2055
2235
  "dotnet": {
@@ -2466,6 +2646,19 @@
2466
2646
  }
2467
2647
  }
2468
2648
  },
2649
+ "aws-cdk-lib.aws_wisdom": {
2650
+ "targets": {
2651
+ "dotnet": {
2652
+ "namespace": "Amazon.CDK.AWS.Wisdom"
2653
+ },
2654
+ "java": {
2655
+ "package": "software.amazon.awscdk.services.wisdom"
2656
+ },
2657
+ "python": {
2658
+ "module": "aws_cdk.aws_wisdom"
2659
+ }
2660
+ }
2661
+ },
2469
2662
  "aws-cdk-lib.aws_workspaces": {
2470
2663
  "targets": {
2471
2664
  "dotnet": {
@@ -2570,6 +2763,19 @@
2570
2763
  }
2571
2764
  }
2572
2765
  },
2766
+ "aws-cdk-lib.lambda_layer_node_proxy_agent": {
2767
+ "targets": {
2768
+ "dotnet": {
2769
+ "namespace": "Amazon.CDK.LambdaLayer.NodeProxyAgent"
2770
+ },
2771
+ "java": {
2772
+ "package": "software.amazon.awscdk.lambda.layer.node.proxy.agent"
2773
+ },
2774
+ "python": {
2775
+ "module": "aws_cdk.lambda_layer_node_proxy_agent"
2776
+ }
2777
+ }
2778
+ },
2573
2779
  "aws-cdk-lib.pipelines": {
2574
2780
  "targets": {
2575
2781
  "dotnet": {
@@ -2651,7 +2857,7 @@
2651
2857
  },
2652
2858
  "description": "Core CDK Construct for patterns library",
2653
2859
  "homepage": "https://github.com/awslabs/aws-solutions-constructs.git",
2654
- "jsiiVersion": "1.46.0 (build cd08c55)",
2860
+ "jsiiVersion": "1.52.1 (build 5ccc8f6)",
2655
2861
  "license": "Apache-2.0",
2656
2862
  "metadata": {
2657
2863
  "jsii": {
@@ -2700,7 +2906,7 @@
2700
2906
  "kind": "interface",
2701
2907
  "locationInModule": {
2702
2908
  "filename": "lib/apigateway-helper.ts",
2703
- "line": 238
2909
+ "line": 240
2704
2910
  },
2705
2911
  "name": "AddProxyMethodToApiResourceInputParams",
2706
2912
  "properties": [
@@ -2709,7 +2915,7 @@
2709
2915
  "immutable": true,
2710
2916
  "locationInModule": {
2711
2917
  "filename": "lib/apigateway-helper.ts",
2712
- "line": 244
2918
+ "line": 246
2713
2919
  },
2714
2920
  "name": "apiGatewayRole",
2715
2921
  "type": {
@@ -2721,7 +2927,7 @@
2721
2927
  "immutable": true,
2722
2928
  "locationInModule": {
2723
2929
  "filename": "lib/apigateway-helper.ts",
2724
- "line": 243
2930
+ "line": 245
2725
2931
  },
2726
2932
  "name": "apiMethod",
2727
2933
  "type": {
@@ -2733,7 +2939,7 @@
2733
2939
  "immutable": true,
2734
2940
  "locationInModule": {
2735
2941
  "filename": "lib/apigateway-helper.ts",
2736
- "line": 242
2942
+ "line": 244
2737
2943
  },
2738
2944
  "name": "apiResource",
2739
2945
  "type": {
@@ -2745,7 +2951,7 @@
2745
2951
  "immutable": true,
2746
2952
  "locationInModule": {
2747
2953
  "filename": "lib/apigateway-helper.ts",
2748
- "line": 245
2954
+ "line": 247
2749
2955
  },
2750
2956
  "name": "requestTemplate",
2751
2957
  "type": {
@@ -2757,7 +2963,7 @@
2757
2963
  "immutable": true,
2758
2964
  "locationInModule": {
2759
2965
  "filename": "lib/apigateway-helper.ts",
2760
- "line": 239
2966
+ "line": 241
2761
2967
  },
2762
2968
  "name": "service",
2763
2969
  "type": {
@@ -2769,7 +2975,7 @@
2769
2975
  "immutable": true,
2770
2976
  "locationInModule": {
2771
2977
  "filename": "lib/apigateway-helper.ts",
2772
- "line": 240
2978
+ "line": 242
2773
2979
  },
2774
2980
  "name": "action",
2775
2981
  "optional": true,
@@ -2782,7 +2988,7 @@
2782
2988
  "immutable": true,
2783
2989
  "locationInModule": {
2784
2990
  "filename": "lib/apigateway-helper.ts",
2785
- "line": 249
2991
+ "line": 251
2786
2992
  },
2787
2993
  "name": "awsIntegrationProps",
2788
2994
  "optional": true,
@@ -2795,7 +3001,7 @@
2795
3001
  "immutable": true,
2796
3002
  "locationInModule": {
2797
3003
  "filename": "lib/apigateway-helper.ts",
2798
- "line": 246
3004
+ "line": 248
2799
3005
  },
2800
3006
  "name": "contentType",
2801
3007
  "optional": true,
@@ -2808,7 +3014,7 @@
2808
3014
  "immutable": true,
2809
3015
  "locationInModule": {
2810
3016
  "filename": "lib/apigateway-helper.ts",
2811
- "line": 250
3017
+ "line": 252
2812
3018
  },
2813
3019
  "name": "methodOptions",
2814
3020
  "optional": true,
@@ -2821,7 +3027,7 @@
2821
3027
  "immutable": true,
2822
3028
  "locationInModule": {
2823
3029
  "filename": "lib/apigateway-helper.ts",
2824
- "line": 241
3030
+ "line": 243
2825
3031
  },
2826
3032
  "name": "path",
2827
3033
  "optional": true,
@@ -2834,7 +3040,7 @@
2834
3040
  "immutable": true,
2835
3041
  "locationInModule": {
2836
3042
  "filename": "lib/apigateway-helper.ts",
2837
- "line": 248
3043
+ "line": 250
2838
3044
  },
2839
3045
  "name": "requestModel",
2840
3046
  "optional": true,
@@ -2852,7 +3058,7 @@
2852
3058
  "immutable": true,
2853
3059
  "locationInModule": {
2854
3060
  "filename": "lib/apigateway-helper.ts",
2855
- "line": 247
3061
+ "line": 249
2856
3062
  },
2857
3063
  "name": "requestValidator",
2858
3064
  "optional": true,
@@ -2870,7 +3076,7 @@
2870
3076
  "kind": "interface",
2871
3077
  "locationInModule": {
2872
3078
  "filename": "lib/sqs-helper.ts",
2873
- "line": 106
3079
+ "line": 105
2874
3080
  },
2875
3081
  "name": "BuildDeadLetterQueueProps",
2876
3082
  "properties": [
@@ -2883,7 +3089,7 @@
2883
3089
  "immutable": true,
2884
3090
  "locationInModule": {
2885
3091
  "filename": "lib/sqs-helper.ts",
2886
- "line": 124
3092
+ "line": 123
2887
3093
  },
2888
3094
  "name": "deadLetterQueueProps",
2889
3095
  "optional": true,
@@ -2900,7 +3106,7 @@
2900
3106
  "immutable": true,
2901
3107
  "locationInModule": {
2902
3108
  "filename": "lib/sqs-helper.ts",
2903
- "line": 118
3109
+ "line": 117
2904
3110
  },
2905
3111
  "name": "deployDeadLetterQueue",
2906
3112
  "optional": true,
@@ -2917,7 +3123,7 @@
2917
3123
  "immutable": true,
2918
3124
  "locationInModule": {
2919
3125
  "filename": "lib/sqs-helper.ts",
2920
- "line": 112
3126
+ "line": 111
2921
3127
  },
2922
3128
  "name": "existingQueueObj",
2923
3129
  "optional": true,
@@ -2934,7 +3140,7 @@
2934
3140
  "immutable": true,
2935
3141
  "locationInModule": {
2936
3142
  "filename": "lib/sqs-helper.ts",
2937
- "line": 130
3143
+ "line": 129
2938
3144
  },
2939
3145
  "name": "maxReceiveCount",
2940
3146
  "optional": true,
@@ -2952,7 +3158,7 @@
2952
3158
  "kind": "interface",
2953
3159
  "locationInModule": {
2954
3160
  "filename": "lib/dynamodb-table-helper.ts",
2955
- "line": 21
3161
+ "line": 20
2956
3162
  },
2957
3163
  "name": "BuildDynamoDBTableProps",
2958
3164
  "properties": [
@@ -2965,7 +3171,7 @@
2965
3171
  "immutable": true,
2966
3172
  "locationInModule": {
2967
3173
  "filename": "lib/dynamodb-table-helper.ts",
2968
- "line": 27
3174
+ "line": 26
2969
3175
  },
2970
3176
  "name": "dynamoTableProps",
2971
3177
  "optional": true,
@@ -2983,7 +3189,7 @@
2983
3189
  "immutable": true,
2984
3190
  "locationInModule": {
2985
3191
  "filename": "lib/dynamodb-table-helper.ts",
2986
- "line": 34
3192
+ "line": 33
2987
3193
  },
2988
3194
  "name": "existingTableObj",
2989
3195
  "optional": true,
@@ -3001,7 +3207,7 @@
3001
3207
  "kind": "interface",
3002
3208
  "locationInModule": {
3003
3209
  "filename": "lib/dynamodb-table-helper.ts",
3004
- "line": 37
3210
+ "line": 36
3005
3211
  },
3006
3212
  "name": "BuildDynamoDBTableWithStreamProps",
3007
3213
  "properties": [
@@ -3014,7 +3220,7 @@
3014
3220
  "immutable": true,
3015
3221
  "locationInModule": {
3016
3222
  "filename": "lib/dynamodb-table-helper.ts",
3017
- "line": 43
3223
+ "line": 42
3018
3224
  },
3019
3225
  "name": "dynamoTableProps",
3020
3226
  "optional": true,
@@ -3032,7 +3238,7 @@
3032
3238
  "immutable": true,
3033
3239
  "locationInModule": {
3034
3240
  "filename": "lib/dynamodb-table-helper.ts",
3035
- "line": 50
3241
+ "line": 49
3036
3242
  },
3037
3243
  "name": "existingTableInterface",
3038
3244
  "optional": true,
@@ -3050,7 +3256,7 @@
3050
3256
  "kind": "interface",
3051
3257
  "locationInModule": {
3052
3258
  "filename": "lib/eventbridge-helper.ts",
3053
- "line": 19
3259
+ "line": 18
3054
3260
  },
3055
3261
  "name": "BuildEventBusProps",
3056
3262
  "properties": [
@@ -3063,7 +3269,7 @@
3063
3269
  "immutable": true,
3064
3270
  "locationInModule": {
3065
3271
  "filename": "lib/eventbridge-helper.ts",
3066
- "line": 31
3272
+ "line": 30
3067
3273
  },
3068
3274
  "name": "eventBusProps",
3069
3275
  "optional": true,
@@ -3080,7 +3286,7 @@
3080
3286
  "immutable": true,
3081
3287
  "locationInModule": {
3082
3288
  "filename": "lib/eventbridge-helper.ts",
3083
- "line": 25
3289
+ "line": 24
3084
3290
  },
3085
3291
  "name": "existingEventBusInterface",
3086
3292
  "optional": true,
@@ -3190,7 +3396,7 @@
3190
3396
  "kind": "interface",
3191
3397
  "locationInModule": {
3192
3398
  "filename": "lib/kinesis-analytics-helper.ts",
3193
- "line": 24
3399
+ "line": 23
3194
3400
  },
3195
3401
  "name": "BuildKinesisAnalyticsAppProps",
3196
3402
  "properties": [
@@ -3203,7 +3409,7 @@
3203
3409
  "immutable": true,
3204
3410
  "locationInModule": {
3205
3411
  "filename": "lib/kinesis-analytics-helper.ts",
3206
- "line": 30
3412
+ "line": 29
3207
3413
  },
3208
3414
  "name": "kinesisFirehose",
3209
3415
  "type": {
@@ -3219,7 +3425,7 @@
3219
3425
  "immutable": true,
3220
3426
  "locationInModule": {
3221
3427
  "filename": "lib/kinesis-analytics-helper.ts",
3222
- "line": 36
3428
+ "line": 35
3223
3429
  },
3224
3430
  "name": "kinesisAnalyticsProps",
3225
3431
  "optional": true,
@@ -3237,7 +3443,7 @@
3237
3443
  "kind": "interface",
3238
3444
  "locationInModule": {
3239
3445
  "filename": "lib/kinesis-streams-helper.ts",
3240
- "line": 24
3446
+ "line": 23
3241
3447
  },
3242
3448
  "name": "BuildKinesisStreamProps",
3243
3449
  "properties": [
@@ -3250,7 +3456,7 @@
3250
3456
  "immutable": true,
3251
3457
  "locationInModule": {
3252
3458
  "filename": "lib/kinesis-streams-helper.ts",
3253
- "line": 30
3459
+ "line": 29
3254
3460
  },
3255
3461
  "name": "existingStreamObj",
3256
3462
  "optional": true,
@@ -3267,7 +3473,7 @@
3267
3473
  "immutable": true,
3268
3474
  "locationInModule": {
3269
3475
  "filename": "lib/kinesis-streams-helper.ts",
3270
- "line": 37
3476
+ "line": 36
3271
3477
  },
3272
3478
  "name": "kinesisStreamProps",
3273
3479
  "optional": true,
@@ -3285,7 +3491,7 @@
3285
3491
  "kind": "interface",
3286
3492
  "locationInModule": {
3287
3493
  "filename": "lib/lambda-helper.ts",
3288
- "line": 27
3494
+ "line": 25
3289
3495
  },
3290
3496
  "name": "BuildLambdaFunctionProps",
3291
3497
  "properties": [
@@ -3298,7 +3504,7 @@
3298
3504
  "immutable": true,
3299
3505
  "locationInModule": {
3300
3506
  "filename": "lib/lambda-helper.ts",
3301
- "line": 33
3507
+ "line": 31
3302
3508
  },
3303
3509
  "name": "existingLambdaObj",
3304
3510
  "optional": true,
@@ -3315,7 +3521,7 @@
3315
3521
  "immutable": true,
3316
3522
  "locationInModule": {
3317
3523
  "filename": "lib/lambda-helper.ts",
3318
- "line": 39
3524
+ "line": 37
3319
3525
  },
3320
3526
  "name": "lambdaFunctionProps",
3321
3527
  "optional": true,
@@ -3332,7 +3538,7 @@
3332
3538
  "immutable": true,
3333
3539
  "locationInModule": {
3334
3540
  "filename": "lib/lambda-helper.ts",
3335
- "line": 45
3541
+ "line": 43
3336
3542
  },
3337
3543
  "name": "vpc",
3338
3544
  "optional": true,
@@ -3350,7 +3556,7 @@
3350
3556
  "kind": "interface",
3351
3557
  "locationInModule": {
3352
3558
  "filename": "lib/sqs-helper.ts",
3353
- "line": 26
3559
+ "line": 25
3354
3560
  },
3355
3561
  "name": "BuildQueueProps",
3356
3562
  "properties": [
@@ -3363,7 +3569,7 @@
3363
3569
  "immutable": true,
3364
3570
  "locationInModule": {
3365
3571
  "filename": "lib/sqs-helper.ts",
3366
- "line": 44
3572
+ "line": 43
3367
3573
  },
3368
3574
  "name": "deadLetterQueue",
3369
3575
  "optional": true,
@@ -3381,7 +3587,7 @@
3381
3587
  "immutable": true,
3382
3588
  "locationInModule": {
3383
3589
  "filename": "lib/sqs-helper.ts",
3384
- "line": 51
3590
+ "line": 50
3385
3591
  },
3386
3592
  "name": "enableEncryptionWithCustomerManagedKey",
3387
3593
  "optional": true,
@@ -3398,7 +3604,7 @@
3398
3604
  "immutable": true,
3399
3605
  "locationInModule": {
3400
3606
  "filename": "lib/sqs-helper.ts",
3401
- "line": 57
3607
+ "line": 56
3402
3608
  },
3403
3609
  "name": "encryptionKey",
3404
3610
  "optional": true,
@@ -3415,7 +3621,7 @@
3415
3621
  "immutable": true,
3416
3622
  "locationInModule": {
3417
3623
  "filename": "lib/sqs-helper.ts",
3418
- "line": 63
3624
+ "line": 62
3419
3625
  },
3420
3626
  "name": "encryptionKeyProps",
3421
3627
  "optional": true,
@@ -3432,7 +3638,7 @@
3432
3638
  "immutable": true,
3433
3639
  "locationInModule": {
3434
3640
  "filename": "lib/sqs-helper.ts",
3435
- "line": 32
3641
+ "line": 31
3436
3642
  },
3437
3643
  "name": "existingQueueObj",
3438
3644
  "optional": true,
@@ -3449,7 +3655,7 @@
3449
3655
  "immutable": true,
3450
3656
  "locationInModule": {
3451
3657
  "filename": "lib/sqs-helper.ts",
3452
- "line": 38
3658
+ "line": 37
3453
3659
  },
3454
3660
  "name": "queueProps",
3455
3661
  "optional": true,
@@ -3467,7 +3673,7 @@
3467
3673
  "kind": "interface",
3468
3674
  "locationInModule": {
3469
3675
  "filename": "lib/s3-bucket-helper.ts",
3470
- "line": 27
3676
+ "line": 25
3471
3677
  },
3472
3678
  "name": "BuildS3BucketProps",
3473
3679
  "properties": [
@@ -3480,7 +3686,7 @@
3480
3686
  "immutable": true,
3481
3687
  "locationInModule": {
3482
3688
  "filename": "lib/s3-bucket-helper.ts",
3483
- "line": 33
3689
+ "line": 31
3484
3690
  },
3485
3691
  "name": "bucketProps",
3486
3692
  "optional": true,
@@ -3497,7 +3703,7 @@
3497
3703
  "immutable": true,
3498
3704
  "locationInModule": {
3499
3705
  "filename": "lib/s3-bucket-helper.ts",
3500
- "line": 39
3706
+ "line": 37
3501
3707
  },
3502
3708
  "name": "loggingBucketProps",
3503
3709
  "optional": true,
@@ -3515,7 +3721,7 @@
3515
3721
  "immutable": true,
3516
3722
  "locationInModule": {
3517
3723
  "filename": "lib/s3-bucket-helper.ts",
3518
- "line": 46
3724
+ "line": 44
3519
3725
  },
3520
3726
  "name": "logS3AccessLogs",
3521
3727
  "optional": true,
@@ -3533,7 +3739,7 @@
3533
3739
  "kind": "interface",
3534
3740
  "locationInModule": {
3535
3741
  "filename": "lib/sagemaker-helper.ts",
3536
- "line": 303
3742
+ "line": 302
3537
3743
  },
3538
3744
  "name": "BuildSagemakerEndpointProps",
3539
3745
  "properties": [
@@ -3546,7 +3752,7 @@
3546
3752
  "immutable": true,
3547
3753
  "locationInModule": {
3548
3754
  "filename": "lib/sagemaker-helper.ts",
3549
- "line": 321
3755
+ "line": 320
3550
3756
  },
3551
3757
  "name": "endpointConfigProps",
3552
3758
  "optional": true,
@@ -3563,7 +3769,7 @@
3563
3769
  "immutable": true,
3564
3770
  "locationInModule": {
3565
3771
  "filename": "lib/sagemaker-helper.ts",
3566
- "line": 327
3772
+ "line": 326
3567
3773
  },
3568
3774
  "name": "endpointProps",
3569
3775
  "optional": true,
@@ -3580,7 +3786,7 @@
3580
3786
  "immutable": true,
3581
3787
  "locationInModule": {
3582
3788
  "filename": "lib/sagemaker-helper.ts",
3583
- "line": 309
3789
+ "line": 308
3584
3790
  },
3585
3791
  "name": "existingSagemakerEndpointObj",
3586
3792
  "optional": true,
@@ -3597,7 +3803,7 @@
3597
3803
  "immutable": true,
3598
3804
  "locationInModule": {
3599
3805
  "filename": "lib/sagemaker-helper.ts",
3600
- "line": 315
3806
+ "line": 314
3601
3807
  },
3602
3808
  "name": "modelProps",
3603
3809
  "optional": true,
@@ -3614,7 +3820,7 @@
3614
3820
  "immutable": true,
3615
3821
  "locationInModule": {
3616
3822
  "filename": "lib/sagemaker-helper.ts",
3617
- "line": 333
3823
+ "line": 332
3618
3824
  },
3619
3825
  "name": "vpc",
3620
3826
  "optional": true,
@@ -3632,7 +3838,7 @@
3632
3838
  "kind": "interface",
3633
3839
  "locationInModule": {
3634
3840
  "filename": "lib/sagemaker-helper.ts",
3635
- "line": 34
3841
+ "line": 33
3636
3842
  },
3637
3843
  "name": "BuildSagemakerNotebookProps",
3638
3844
  "properties": [
@@ -3645,7 +3851,7 @@
3645
3851
  "immutable": true,
3646
3852
  "locationInModule": {
3647
3853
  "filename": "lib/sagemaker-helper.ts",
3648
- "line": 59
3854
+ "line": 58
3649
3855
  },
3650
3856
  "name": "role",
3651
3857
  "type": {
@@ -3661,7 +3867,7 @@
3661
3867
  "immutable": true,
3662
3868
  "locationInModule": {
3663
3869
  "filename": "lib/sagemaker-helper.ts",
3664
- "line": 46
3870
+ "line": 45
3665
3871
  },
3666
3872
  "name": "deployInsideVpc",
3667
3873
  "optional": true,
@@ -3679,7 +3885,7 @@
3679
3885
  "immutable": true,
3680
3886
  "locationInModule": {
3681
3887
  "filename": "lib/sagemaker-helper.ts",
3682
- "line": 53
3888
+ "line": 52
3683
3889
  },
3684
3890
  "name": "existingNotebookObj",
3685
3891
  "optional": true,
@@ -3696,7 +3902,7 @@
3696
3902
  "immutable": true,
3697
3903
  "locationInModule": {
3698
3904
  "filename": "lib/sagemaker-helper.ts",
3699
- "line": 40
3905
+ "line": 39
3700
3906
  },
3701
3907
  "name": "sagemakerNotebookProps",
3702
3908
  "optional": true,
@@ -3714,7 +3920,7 @@
3714
3920
  "kind": "interface",
3715
3921
  "locationInModule": {
3716
3922
  "filename": "lib/sns-helper.ts",
3717
- "line": 26
3923
+ "line": 25
3718
3924
  },
3719
3925
  "name": "BuildTopicProps",
3720
3926
  "properties": [
@@ -3728,7 +3934,7 @@
3728
3934
  "immutable": true,
3729
3935
  "locationInModule": {
3730
3936
  "filename": "lib/sns-helper.ts",
3731
- "line": 45
3937
+ "line": 44
3732
3938
  },
3733
3939
  "name": "enableEncryptionWithCustomerManagedKey",
3734
3940
  "optional": true,
@@ -3745,7 +3951,7 @@
3745
3951
  "immutable": true,
3746
3952
  "locationInModule": {
3747
3953
  "filename": "lib/sns-helper.ts",
3748
- "line": 51
3954
+ "line": 50
3749
3955
  },
3750
3956
  "name": "encryptionKey",
3751
3957
  "optional": true,
@@ -3762,7 +3968,7 @@
3762
3968
  "immutable": true,
3763
3969
  "locationInModule": {
3764
3970
  "filename": "lib/sns-helper.ts",
3765
- "line": 57
3971
+ "line": 56
3766
3972
  },
3767
3973
  "name": "encryptionKeyProps",
3768
3974
  "optional": true,
@@ -3779,7 +3985,7 @@
3779
3985
  "immutable": true,
3780
3986
  "locationInModule": {
3781
3987
  "filename": "lib/sns-helper.ts",
3782
- "line": 32
3988
+ "line": 31
3783
3989
  },
3784
3990
  "name": "existingTopicObj",
3785
3991
  "optional": true,
@@ -3796,7 +4002,7 @@
3796
4002
  "immutable": true,
3797
4003
  "locationInModule": {
3798
4004
  "filename": "lib/sns-helper.ts",
3799
- "line": 38
4005
+ "line": 37
3800
4006
  },
3801
4007
  "name": "topicProps",
3802
4008
  "optional": true,
@@ -3814,7 +4020,7 @@
3814
4020
  "kind": "interface",
3815
4021
  "locationInModule": {
3816
4022
  "filename": "lib/vpc-helper.ts",
3817
- "line": 21
4023
+ "line": 20
3818
4024
  },
3819
4025
  "name": "BuildVpcProps",
3820
4026
  "properties": [
@@ -3826,7 +4032,7 @@
3826
4032
  "immutable": true,
3827
4033
  "locationInModule": {
3828
4034
  "filename": "lib/vpc-helper.ts",
3829
- "line": 29
4035
+ "line": 28
3830
4036
  },
3831
4037
  "name": "defaultVpcProps",
3832
4038
  "type": {
@@ -3841,7 +4047,7 @@
3841
4047
  "immutable": true,
3842
4048
  "locationInModule": {
3843
4049
  "filename": "lib/vpc-helper.ts",
3844
- "line": 38
4050
+ "line": 37
3845
4051
  },
3846
4052
  "name": "constructVpcProps",
3847
4053
  "optional": true,
@@ -3857,7 +4063,7 @@
3857
4063
  "immutable": true,
3858
4064
  "locationInModule": {
3859
4065
  "filename": "lib/vpc-helper.ts",
3860
- "line": 25
4066
+ "line": 24
3861
4067
  },
3862
4068
  "name": "existingVpc",
3863
4069
  "optional": true,
@@ -3873,7 +4079,7 @@
3873
4079
  "immutable": true,
3874
4080
  "locationInModule": {
3875
4081
  "filename": "lib/vpc-helper.ts",
3876
- "line": 33
4082
+ "line": 32
3877
4083
  },
3878
4084
  "name": "userVpcProps",
3879
4085
  "optional": true,
@@ -3891,7 +4097,7 @@
3891
4097
  "kind": "interface",
3892
4098
  "locationInModule": {
3893
4099
  "filename": "lib/waf-helper.ts",
3894
- "line": 20
4100
+ "line": 19
3895
4101
  },
3896
4102
  "name": "BuildWebaclProps",
3897
4103
  "properties": [
@@ -3903,7 +4109,7 @@
3903
4109
  "immutable": true,
3904
4110
  "locationInModule": {
3905
4111
  "filename": "lib/waf-helper.ts",
3906
- "line": 24
4112
+ "line": 23
3907
4113
  },
3908
4114
  "name": "existingWebaclObj",
3909
4115
  "optional": true,
@@ -3919,7 +4125,7 @@
3919
4125
  "immutable": true,
3920
4126
  "locationInModule": {
3921
4127
  "filename": "lib/waf-helper.ts",
3922
- "line": 28
4128
+ "line": 27
3923
4129
  },
3924
4130
  "name": "webaclProps",
3925
4131
  "optional": true,
@@ -4044,7 +4250,7 @@
4044
4250
  "kind": "interface",
4045
4251
  "locationInModule": {
4046
4252
  "filename": "lib/cognito-helper.ts",
4047
- "line": 23
4253
+ "line": 22
4048
4254
  },
4049
4255
  "name": "CognitoOptions",
4050
4256
  "properties": [
@@ -4053,7 +4259,7 @@
4053
4259
  "immutable": true,
4054
4260
  "locationInModule": {
4055
4261
  "filename": "lib/cognito-helper.ts",
4056
- "line": 24
4262
+ "line": 23
4057
4263
  },
4058
4264
  "name": "identitypool",
4059
4265
  "type": {
@@ -4065,7 +4271,7 @@
4065
4271
  "immutable": true,
4066
4272
  "locationInModule": {
4067
4273
  "filename": "lib/cognito-helper.ts",
4068
- "line": 25
4274
+ "line": 24
4069
4275
  },
4070
4276
  "name": "userpool",
4071
4277
  "type": {
@@ -4077,7 +4283,7 @@
4077
4283
  "immutable": true,
4078
4284
  "locationInModule": {
4079
4285
  "filename": "lib/cognito-helper.ts",
4080
- "line": 26
4286
+ "line": 25
4081
4287
  },
4082
4288
  "name": "userpoolclient",
4083
4289
  "type": {
@@ -4147,7 +4353,7 @@
4147
4353
  "kind": "interface",
4148
4354
  "locationInModule": {
4149
4355
  "filename": "lib/security-group-helper.ts",
4150
- "line": 20
4356
+ "line": 19
4151
4357
  },
4152
4358
  "name": "SecurityGroupRuleDefinition",
4153
4359
  "properties": [
@@ -4156,7 +4362,7 @@
4156
4362
  "immutable": true,
4157
4363
  "locationInModule": {
4158
4364
  "filename": "lib/security-group-helper.ts",
4159
- "line": 22
4365
+ "line": 21
4160
4366
  },
4161
4367
  "name": "connection",
4162
4368
  "type": {
@@ -4168,7 +4374,7 @@
4168
4374
  "immutable": true,
4169
4375
  "locationInModule": {
4170
4376
  "filename": "lib/security-group-helper.ts",
4171
- "line": 21
4377
+ "line": 20
4172
4378
  },
4173
4379
  "name": "peer",
4174
4380
  "type": {
@@ -4180,7 +4386,7 @@
4180
4386
  "immutable": true,
4181
4387
  "locationInModule": {
4182
4388
  "filename": "lib/security-group-helper.ts",
4183
- "line": 23
4389
+ "line": 22
4184
4390
  },
4185
4391
  "name": "description",
4186
4392
  "optional": true,
@@ -4193,7 +4399,7 @@
4193
4399
  "immutable": true,
4194
4400
  "locationInModule": {
4195
4401
  "filename": "lib/security-group-helper.ts",
4196
- "line": 24
4402
+ "line": 23
4197
4403
  },
4198
4404
  "name": "remoteRule",
4199
4405
  "optional": true,
@@ -4210,7 +4416,7 @@
4210
4416
  "kind": "enum",
4211
4417
  "locationInModule": {
4212
4418
  "filename": "lib/vpc-helper.ts",
4213
- "line": 84
4419
+ "line": 83
4214
4420
  },
4215
4421
  "members": [
4216
4422
  {
@@ -4237,6 +4443,12 @@
4237
4443
  {
4238
4444
  "name": "SSM"
4239
4445
  },
4446
+ {
4447
+ "name": "ECR_API"
4448
+ },
4449
+ {
4450
+ "name": "ECR_DKR"
4451
+ },
4240
4452
  {
4241
4453
  "name": "EVENTS"
4242
4454
  }
@@ -4328,7 +4540,7 @@
4328
4540
  }
4329
4541
  ],
4330
4542
  "name": "SinkStoreType",
4331
- "symbolId": "lib/glue-job-helper:SinkStoreType.S3"
4543
+ "symbolId": "lib/glue-job-helper:SinkStoreType"
4332
4544
  },
4333
4545
  "@aws-solutions-constructs/core.VerifiedProps": {
4334
4546
  "assembly": "@aws-solutions-constructs/core",
@@ -4813,6 +5025,6 @@
4813
5025
  "symbolId": "lib/input-validation:VerifiedProps"
4814
5026
  }
4815
5027
  },
4816
- "version": "2.0.0",
4817
- "fingerprint": "/7PICjbFJxq7VeEmOjfeBIpM3I+YQ52hRt1P3VNy/M0="
5028
+ "version": "2.1.0",
5029
+ "fingerprint": "NEP2xWG7/AQ7+d6kz4PuzsKa9ZDeLHkIjrE3ThvcTKs="
4818
5030
  }