@aws-solutions-constructs/aws-lambda-kinesisstreams 2.51.0 → 2.52.1

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 (99) hide show
  1. package/.eslintignore +2 -0
  2. package/.jsii +49 -4
  3. package/integ.config.json +7 -0
  4. package/lib/index.js +1 -1
  5. package/package.json +9 -8
  6. package/test/integ.lamkin-existingLambda.js +5 -2
  7. package/test/integ.lamkin-existingLambda.js.snapshot/asset.c7dc0cc1b24bda1d2a5345f61897eee32184906649fdb1de93853c512e129dbf/index.mjs +15 -0
  8. package/test/integ.lamkin-existingLambda.js.snapshot/cdk.out +1 -0
  9. package/test/integ.lamkin-existingLambda.js.snapshot/integ.json +12 -0
  10. package/test/integ.lamkin-existingLambda.js.snapshot/lamkin-existingLambda.assets.json +32 -0
  11. package/test/integ.lamkin-existingLambda.js.snapshot/lamkin-existingLambda.template.json +229 -0
  12. package/test/integ.lamkin-existingLambda.js.snapshot/lamkinexistingLambdaIntegDefaultTestDeployAssertD62E9419.assets.json +19 -0
  13. package/test/integ.lamkin-existingLambda.js.snapshot/lamkinexistingLambdaIntegDefaultTestDeployAssertD62E9419.template.json +36 -0
  14. package/test/integ.lamkin-existingLambda.js.snapshot/manifest.json +143 -0
  15. package/test/integ.lamkin-existingLambda.js.snapshot/tree.json +412 -0
  16. package/test/integ.lamkin-existingStream.js +5 -2
  17. package/test/integ.lamkin-existingStream.js.snapshot/asset.c7dc0cc1b24bda1d2a5345f61897eee32184906649fdb1de93853c512e129dbf/index.mjs +15 -0
  18. package/test/integ.lamkin-existingStream.js.snapshot/cdk.out +1 -0
  19. package/test/integ.lamkin-existingStream.js.snapshot/integ.json +12 -0
  20. package/test/integ.lamkin-existingStream.js.snapshot/lamkin-existingStream.assets.json +32 -0
  21. package/test/integ.lamkin-existingStream.js.snapshot/lamkin-existingStream.template.json +231 -0
  22. package/test/integ.lamkin-existingStream.js.snapshot/lamkinexistingStreamIntegDefaultTestDeployAssert2681B9A2.assets.json +19 -0
  23. package/test/integ.lamkin-existingStream.js.snapshot/lamkinexistingStreamIntegDefaultTestDeployAssert2681B9A2.template.json +36 -0
  24. package/test/integ.lamkin-existingStream.js.snapshot/manifest.json +143 -0
  25. package/test/integ.lamkin-existingStream.js.snapshot/tree.json +414 -0
  26. package/test/integ.lamkin-existingStreamWithCmk.js +5 -2
  27. package/test/integ.lamkin-existingStreamWithCmk.js.snapshot/asset.c7dc0cc1b24bda1d2a5345f61897eee32184906649fdb1de93853c512e129dbf/index.mjs +15 -0
  28. package/test/integ.lamkin-existingStreamWithCmk.js.snapshot/cdk.out +1 -0
  29. package/test/integ.lamkin-existingStreamWithCmk.js.snapshot/integ.json +12 -0
  30. package/test/integ.lamkin-existingStreamWithCmk.js.snapshot/lamkin-existingStreamWithCmk.assets.json +32 -0
  31. package/test/integ.lamkin-existingStreamWithCmk.js.snapshot/lamkin-existingStreamWithCmk.template.json +285 -0
  32. package/test/integ.lamkin-existingStreamWithCmk.js.snapshot/lamkinexistingStreamWithCmkIntegDefaultTestDeployAssert6EDF4045.assets.json +19 -0
  33. package/test/integ.lamkin-existingStreamWithCmk.js.snapshot/lamkinexistingStreamWithCmkIntegDefaultTestDeployAssert6EDF4045.template.json +36 -0
  34. package/test/integ.lamkin-existingStreamWithCmk.js.snapshot/manifest.json +149 -0
  35. package/test/integ.lamkin-existingStreamWithCmk.js.snapshot/tree.json +484 -0
  36. package/test/integ.lamkin-existingVpc.js +6 -2
  37. package/test/integ.lamkin-existingVpc.js.snapshot/asset.c7dc0cc1b24bda1d2a5345f61897eee32184906649fdb1de93853c512e129dbf/index.mjs +15 -0
  38. package/test/integ.lamkin-existingVpc.js.snapshot/asset.dd5711540f04e06aa955d7f4862fc04e8cdea464cb590dae91ed2976bb78098e/__entrypoint__.js +1 -0
  39. package/test/integ.lamkin-existingVpc.js.snapshot/asset.dd5711540f04e06aa955d7f4862fc04e8cdea464cb590dae91ed2976bb78098e/index.js +1 -0
  40. package/test/integ.lamkin-existingVpc.js.snapshot/cdk.out +1 -0
  41. package/test/integ.lamkin-existingVpc.js.snapshot/integ.json +12 -0
  42. package/test/integ.lamkin-existingVpc.js.snapshot/lamkin-existingVpc.assets.json +45 -0
  43. package/test/integ.lamkin-existingVpc.js.snapshot/lamkin-existingVpc.template.json +1040 -0
  44. package/test/integ.lamkin-existingVpc.js.snapshot/lamkinexistingVpcIntegDefaultTestDeployAssertB97E47BA.assets.json +19 -0
  45. package/test/integ.lamkin-existingVpc.js.snapshot/lamkinexistingVpcIntegDefaultTestDeployAssertB97E47BA.template.json +36 -0
  46. package/test/integ.lamkin-existingVpc.js.snapshot/manifest.json +341 -0
  47. package/test/integ.lamkin-existingVpc.js.snapshot/tree.json +1463 -0
  48. package/test/integ.lamkin-newStreamFromProps.js +5 -2
  49. package/test/integ.lamkin-newStreamFromProps.js.snapshot/asset.c7dc0cc1b24bda1d2a5345f61897eee32184906649fdb1de93853c512e129dbf/index.mjs +15 -0
  50. package/test/integ.lamkin-newStreamFromProps.js.snapshot/cdk.out +1 -0
  51. package/test/integ.lamkin-newStreamFromProps.js.snapshot/integ.json +12 -0
  52. package/test/integ.lamkin-newStreamFromProps.js.snapshot/lamkin-newStreamFromProps.assets.json +32 -0
  53. package/test/integ.lamkin-newStreamFromProps.js.snapshot/lamkin-newStreamFromProps.template.json +231 -0
  54. package/test/integ.lamkin-newStreamFromProps.js.snapshot/lamkinnewStreamFromPropsIntegDefaultTestDeployAssertC2946F34.assets.json +19 -0
  55. package/test/integ.lamkin-newStreamFromProps.js.snapshot/lamkinnewStreamFromPropsIntegDefaultTestDeployAssertC2946F34.template.json +36 -0
  56. package/test/integ.lamkin-newStreamFromProps.js.snapshot/manifest.json +143 -0
  57. package/test/integ.lamkin-newStreamFromProps.js.snapshot/tree.json +414 -0
  58. package/test/integ.lamkin-newVpc.js +6 -2
  59. package/test/integ.lamkin-newVpc.js.snapshot/asset.c7dc0cc1b24bda1d2a5345f61897eee32184906649fdb1de93853c512e129dbf/index.mjs +15 -0
  60. package/test/integ.lamkin-newVpc.js.snapshot/asset.dd5711540f04e06aa955d7f4862fc04e8cdea464cb590dae91ed2976bb78098e/__entrypoint__.js +1 -0
  61. package/test/integ.lamkin-newVpc.js.snapshot/asset.dd5711540f04e06aa955d7f4862fc04e8cdea464cb590dae91ed2976bb78098e/index.js +1 -0
  62. package/test/integ.lamkin-newVpc.js.snapshot/cdk.out +1 -0
  63. package/test/integ.lamkin-newVpc.js.snapshot/integ.json +12 -0
  64. package/test/integ.lamkin-newVpc.js.snapshot/lamkin-newVpc.assets.json +45 -0
  65. package/test/integ.lamkin-newVpc.js.snapshot/lamkin-newVpc.template.json +756 -0
  66. package/test/integ.lamkin-newVpc.js.snapshot/lamkinnewVpcIntegDefaultTestDeployAssert16AC3D59.assets.json +19 -0
  67. package/test/integ.lamkin-newVpc.js.snapshot/lamkinnewVpcIntegDefaultTestDeployAssert16AC3D59.template.json +36 -0
  68. package/test/integ.lamkin-newVpc.js.snapshot/manifest.json +245 -0
  69. package/test/integ.lamkin-newVpc.js.snapshot/tree.json +1051 -0
  70. package/test/integ.lamkin-newVpcFromProps.js +6 -2
  71. package/test/integ.lamkin-newVpcFromProps.js.snapshot/asset.c7dc0cc1b24bda1d2a5345f61897eee32184906649fdb1de93853c512e129dbf/index.mjs +15 -0
  72. package/test/integ.lamkin-newVpcFromProps.js.snapshot/asset.dd5711540f04e06aa955d7f4862fc04e8cdea464cb590dae91ed2976bb78098e/__entrypoint__.js +1 -0
  73. package/test/integ.lamkin-newVpcFromProps.js.snapshot/asset.dd5711540f04e06aa955d7f4862fc04e8cdea464cb590dae91ed2976bb78098e/index.js +1 -0
  74. package/test/integ.lamkin-newVpcFromProps.js.snapshot/cdk.out +1 -0
  75. package/test/integ.lamkin-newVpcFromProps.js.snapshot/integ.json +12 -0
  76. package/test/integ.lamkin-newVpcFromProps.js.snapshot/lamkin-newVpcFromProps.assets.json +45 -0
  77. package/test/integ.lamkin-newVpcFromProps.js.snapshot/lamkin-newVpcFromProps.template.json +692 -0
  78. package/test/integ.lamkin-newVpcFromProps.js.snapshot/lamkinnewVpcFromPropsIntegDefaultTestDeployAssert95FE0487.assets.json +19 -0
  79. package/test/integ.lamkin-newVpcFromProps.js.snapshot/lamkinnewVpcFromPropsIntegDefaultTestDeployAssert95FE0487.template.json +36 -0
  80. package/test/integ.lamkin-newVpcFromProps.js.snapshot/manifest.json +227 -0
  81. package/test/integ.lamkin-newVpcFromProps.js.snapshot/tree.json +946 -0
  82. package/test/integ.lamkin-noArguments.js +5 -2
  83. package/test/integ.lamkin-noArguments.js.snapshot/asset.c7dc0cc1b24bda1d2a5345f61897eee32184906649fdb1de93853c512e129dbf/index.mjs +15 -0
  84. package/test/integ.lamkin-noArguments.js.snapshot/cdk.out +1 -0
  85. package/test/integ.lamkin-noArguments.js.snapshot/integ.json +12 -0
  86. package/test/integ.lamkin-noArguments.js.snapshot/lamkin-noArguments.assets.json +32 -0
  87. package/test/integ.lamkin-noArguments.js.snapshot/lamkin-noArguments.template.json +229 -0
  88. package/test/integ.lamkin-noArguments.js.snapshot/lamkinnoArgumentsIntegDefaultTestDeployAssertC0CED4B2.assets.json +19 -0
  89. package/test/integ.lamkin-noArguments.js.snapshot/lamkinnoArgumentsIntegDefaultTestDeployAssertC0CED4B2.template.json +36 -0
  90. package/test/integ.lamkin-noArguments.js.snapshot/manifest.json +143 -0
  91. package/test/integ.lamkin-noArguments.js.snapshot/tree.json +412 -0
  92. package/test/integ.lamkin-existingLambda.expected.json +0 -229
  93. package/test/integ.lamkin-existingStream.expected.json +0 -231
  94. package/test/integ.lamkin-existingStreamWithCmk.expected.json +0 -297
  95. package/test/integ.lamkin-existingVpc.expected.json +0 -1065
  96. package/test/integ.lamkin-newStreamFromProps.expected.json +0 -231
  97. package/test/integ.lamkin-newVpc.expected.json +0 -671
  98. package/test/integ.lamkin-newVpcFromProps.expected.json +0 -557
  99. package/test/integ.lamkin-noArguments.expected.json +0 -229
@@ -0,0 +1,1051 @@
1
+ {
2
+ "version": "tree-0.1",
3
+ "tree": {
4
+ "id": "App",
5
+ "path": "",
6
+ "children": {
7
+ "lamkin-newVpc": {
8
+ "id": "lamkin-newVpc",
9
+ "path": "lamkin-newVpc",
10
+ "children": {
11
+ "test-lambda-kinesisstreams": {
12
+ "id": "test-lambda-kinesisstreams",
13
+ "path": "lamkin-newVpc/test-lambda-kinesisstreams",
14
+ "children": {
15
+ "LambdaFunctionServiceRole": {
16
+ "id": "LambdaFunctionServiceRole",
17
+ "path": "lamkin-newVpc/test-lambda-kinesisstreams/LambdaFunctionServiceRole",
18
+ "children": {
19
+ "ImportLambdaFunctionServiceRole": {
20
+ "id": "ImportLambdaFunctionServiceRole",
21
+ "path": "lamkin-newVpc/test-lambda-kinesisstreams/LambdaFunctionServiceRole/ImportLambdaFunctionServiceRole",
22
+ "constructInfo": {
23
+ "fqn": "aws-cdk-lib.Resource",
24
+ "version": "2.118.0"
25
+ }
26
+ },
27
+ "Resource": {
28
+ "id": "Resource",
29
+ "path": "lamkin-newVpc/test-lambda-kinesisstreams/LambdaFunctionServiceRole/Resource",
30
+ "attributes": {
31
+ "aws:cdk:cloudformation:type": "AWS::IAM::Role",
32
+ "aws:cdk:cloudformation:props": {
33
+ "assumeRolePolicyDocument": {
34
+ "Statement": [
35
+ {
36
+ "Action": "sts:AssumeRole",
37
+ "Effect": "Allow",
38
+ "Principal": {
39
+ "Service": "lambda.amazonaws.com"
40
+ }
41
+ }
42
+ ],
43
+ "Version": "2012-10-17"
44
+ },
45
+ "policies": [
46
+ {
47
+ "policyName": "LambdaFunctionServiceRolePolicy",
48
+ "policyDocument": {
49
+ "Statement": [
50
+ {
51
+ "Action": [
52
+ "logs:CreateLogGroup",
53
+ "logs:CreateLogStream",
54
+ "logs:PutLogEvents"
55
+ ],
56
+ "Effect": "Allow",
57
+ "Resource": {
58
+ "Fn::Join": [
59
+ "",
60
+ [
61
+ "arn:",
62
+ {
63
+ "Ref": "AWS::Partition"
64
+ },
65
+ ":logs:",
66
+ {
67
+ "Ref": "AWS::Region"
68
+ },
69
+ ":",
70
+ {
71
+ "Ref": "AWS::AccountId"
72
+ },
73
+ ":log-group:/aws/lambda/*"
74
+ ]
75
+ ]
76
+ }
77
+ }
78
+ ],
79
+ "Version": "2012-10-17"
80
+ }
81
+ }
82
+ ]
83
+ }
84
+ },
85
+ "constructInfo": {
86
+ "fqn": "aws-cdk-lib.aws_iam.CfnRole",
87
+ "version": "2.118.0"
88
+ }
89
+ },
90
+ "DefaultPolicy": {
91
+ "id": "DefaultPolicy",
92
+ "path": "lamkin-newVpc/test-lambda-kinesisstreams/LambdaFunctionServiceRole/DefaultPolicy",
93
+ "children": {
94
+ "Resource": {
95
+ "id": "Resource",
96
+ "path": "lamkin-newVpc/test-lambda-kinesisstreams/LambdaFunctionServiceRole/DefaultPolicy/Resource",
97
+ "attributes": {
98
+ "aws:cdk:cloudformation:type": "AWS::IAM::Policy",
99
+ "aws:cdk:cloudformation:props": {
100
+ "policyDocument": {
101
+ "Statement": [
102
+ {
103
+ "Action": [
104
+ "ec2:AssignPrivateIpAddresses",
105
+ "ec2:CreateNetworkInterface",
106
+ "ec2:DeleteNetworkInterface",
107
+ "ec2:DescribeNetworkInterfaces",
108
+ "ec2:UnassignPrivateIpAddresses",
109
+ "xray:PutTelemetryRecords",
110
+ "xray:PutTraceSegments"
111
+ ],
112
+ "Effect": "Allow",
113
+ "Resource": "*"
114
+ },
115
+ {
116
+ "Action": [
117
+ "kinesis:ListShards",
118
+ "kinesis:PutRecord",
119
+ "kinesis:PutRecords"
120
+ ],
121
+ "Effect": "Allow",
122
+ "Resource": {
123
+ "Fn::GetAtt": [
124
+ "testlambdakinesisstreamsKinesisStream11A82116",
125
+ "Arn"
126
+ ]
127
+ }
128
+ }
129
+ ],
130
+ "Version": "2012-10-17"
131
+ },
132
+ "policyName": "testlambdakinesisstreamsLambdaFunctionServiceRoleDefaultPolicyED972043",
133
+ "roles": [
134
+ {
135
+ "Ref": "testlambdakinesisstreamsLambdaFunctionServiceRole95206CF3"
136
+ }
137
+ ]
138
+ }
139
+ },
140
+ "constructInfo": {
141
+ "fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
142
+ "version": "2.118.0"
143
+ }
144
+ }
145
+ },
146
+ "constructInfo": {
147
+ "fqn": "aws-cdk-lib.aws_iam.Policy",
148
+ "version": "2.118.0"
149
+ }
150
+ }
151
+ },
152
+ "constructInfo": {
153
+ "fqn": "aws-cdk-lib.aws_iam.Role",
154
+ "version": "2.118.0"
155
+ }
156
+ },
157
+ "ReplaceDefaultSecurityGroup-security-group": {
158
+ "id": "ReplaceDefaultSecurityGroup-security-group",
159
+ "path": "lamkin-newVpc/test-lambda-kinesisstreams/ReplaceDefaultSecurityGroup-security-group",
160
+ "children": {
161
+ "Resource": {
162
+ "id": "Resource",
163
+ "path": "lamkin-newVpc/test-lambda-kinesisstreams/ReplaceDefaultSecurityGroup-security-group/Resource",
164
+ "attributes": {
165
+ "aws:cdk:cloudformation:type": "AWS::EC2::SecurityGroup",
166
+ "aws:cdk:cloudformation:props": {
167
+ "groupDescription": "lamkin-newVpc/test-lambda-kinesisstreams/ReplaceDefaultSecurityGroup-security-group",
168
+ "securityGroupEgress": [
169
+ {
170
+ "cidrIp": "0.0.0.0/0",
171
+ "description": "Allow all outbound traffic by default",
172
+ "ipProtocol": "-1"
173
+ }
174
+ ],
175
+ "vpcId": {
176
+ "Ref": "Vpc8378EB38"
177
+ }
178
+ }
179
+ },
180
+ "constructInfo": {
181
+ "fqn": "aws-cdk-lib.aws_ec2.CfnSecurityGroup",
182
+ "version": "2.118.0"
183
+ }
184
+ }
185
+ },
186
+ "constructInfo": {
187
+ "fqn": "aws-cdk-lib.aws_ec2.SecurityGroup",
188
+ "version": "2.118.0"
189
+ }
190
+ },
191
+ "LambdaFunction": {
192
+ "id": "LambdaFunction",
193
+ "path": "lamkin-newVpc/test-lambda-kinesisstreams/LambdaFunction",
194
+ "children": {
195
+ "Code": {
196
+ "id": "Code",
197
+ "path": "lamkin-newVpc/test-lambda-kinesisstreams/LambdaFunction/Code",
198
+ "children": {
199
+ "Stage": {
200
+ "id": "Stage",
201
+ "path": "lamkin-newVpc/test-lambda-kinesisstreams/LambdaFunction/Code/Stage",
202
+ "constructInfo": {
203
+ "fqn": "aws-cdk-lib.AssetStaging",
204
+ "version": "2.118.0"
205
+ }
206
+ },
207
+ "AssetBucket": {
208
+ "id": "AssetBucket",
209
+ "path": "lamkin-newVpc/test-lambda-kinesisstreams/LambdaFunction/Code/AssetBucket",
210
+ "constructInfo": {
211
+ "fqn": "aws-cdk-lib.aws_s3.BucketBase",
212
+ "version": "2.118.0"
213
+ }
214
+ }
215
+ },
216
+ "constructInfo": {
217
+ "fqn": "aws-cdk-lib.aws_s3_assets.Asset",
218
+ "version": "2.118.0"
219
+ }
220
+ },
221
+ "Resource": {
222
+ "id": "Resource",
223
+ "path": "lamkin-newVpc/test-lambda-kinesisstreams/LambdaFunction/Resource",
224
+ "attributes": {
225
+ "aws:cdk:cloudformation:type": "AWS::Lambda::Function",
226
+ "aws:cdk:cloudformation:props": {
227
+ "code": {
228
+ "s3Bucket": {
229
+ "Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
230
+ },
231
+ "s3Key": "c7dc0cc1b24bda1d2a5345f61897eee32184906649fdb1de93853c512e129dbf.zip"
232
+ },
233
+ "environment": {
234
+ "variables": {
235
+ "KINESIS_DATASTREAM_NAME": {
236
+ "Ref": "testlambdakinesisstreamsKinesisStream11A82116"
237
+ }
238
+ }
239
+ },
240
+ "handler": "index.handler",
241
+ "role": {
242
+ "Fn::GetAtt": [
243
+ "testlambdakinesisstreamsLambdaFunctionServiceRole95206CF3",
244
+ "Arn"
245
+ ]
246
+ },
247
+ "runtime": "nodejs18.x",
248
+ "tracingConfig": {
249
+ "mode": "Active"
250
+ },
251
+ "vpcConfig": {
252
+ "subnetIds": [
253
+ {
254
+ "Ref": "VpcisolatedSubnet1SubnetE62B1B9B"
255
+ },
256
+ {
257
+ "Ref": "VpcisolatedSubnet2Subnet39217055"
258
+ }
259
+ ],
260
+ "securityGroupIds": [
261
+ {
262
+ "Fn::GetAtt": [
263
+ "testlambdakinesisstreamsReplaceDefaultSecurityGroupsecuritygroupFB22266C",
264
+ "GroupId"
265
+ ]
266
+ }
267
+ ]
268
+ }
269
+ }
270
+ },
271
+ "constructInfo": {
272
+ "fqn": "aws-cdk-lib.aws_lambda.CfnFunction",
273
+ "version": "2.118.0"
274
+ }
275
+ }
276
+ },
277
+ "constructInfo": {
278
+ "fqn": "aws-cdk-lib.aws_lambda.Function",
279
+ "version": "2.118.0"
280
+ }
281
+ },
282
+ "KinesisStream": {
283
+ "id": "KinesisStream",
284
+ "path": "lamkin-newVpc/test-lambda-kinesisstreams/KinesisStream",
285
+ "children": {
286
+ "Resource": {
287
+ "id": "Resource",
288
+ "path": "lamkin-newVpc/test-lambda-kinesisstreams/KinesisStream/Resource",
289
+ "attributes": {
290
+ "aws:cdk:cloudformation:type": "AWS::Kinesis::Stream",
291
+ "aws:cdk:cloudformation:props": {
292
+ "retentionPeriodHours": 24,
293
+ "shardCount": 1,
294
+ "streamEncryption": {
295
+ "encryptionType": "KMS",
296
+ "keyId": "alias/aws/kinesis"
297
+ }
298
+ }
299
+ },
300
+ "constructInfo": {
301
+ "fqn": "aws-cdk-lib.aws_kinesis.CfnStream",
302
+ "version": "2.118.0"
303
+ }
304
+ }
305
+ },
306
+ "constructInfo": {
307
+ "fqn": "aws-cdk-lib.aws_kinesis.Stream",
308
+ "version": "2.118.0"
309
+ }
310
+ },
311
+ "KinesisStreamGetRecordsIteratorAgeAlarm": {
312
+ "id": "KinesisStreamGetRecordsIteratorAgeAlarm",
313
+ "path": "lamkin-newVpc/test-lambda-kinesisstreams/KinesisStreamGetRecordsIteratorAgeAlarm",
314
+ "children": {
315
+ "Resource": {
316
+ "id": "Resource",
317
+ "path": "lamkin-newVpc/test-lambda-kinesisstreams/KinesisStreamGetRecordsIteratorAgeAlarm/Resource",
318
+ "attributes": {
319
+ "aws:cdk:cloudformation:type": "AWS::CloudWatch::Alarm",
320
+ "aws:cdk:cloudformation:props": {
321
+ "alarmDescription": "Consumer Record Processing Falling Behind, there is risk for data loss due to record expiration.",
322
+ "comparisonOperator": "GreaterThanOrEqualToThreshold",
323
+ "evaluationPeriods": 1,
324
+ "metricName": "GetRecords.IteratorAgeMilliseconds",
325
+ "namespace": "AWS/Kinesis",
326
+ "period": 300,
327
+ "statistic": "Maximum",
328
+ "threshold": 43200000
329
+ }
330
+ },
331
+ "constructInfo": {
332
+ "fqn": "aws-cdk-lib.aws_cloudwatch.CfnAlarm",
333
+ "version": "2.118.0"
334
+ }
335
+ }
336
+ },
337
+ "constructInfo": {
338
+ "fqn": "aws-cdk-lib.aws_cloudwatch.Alarm",
339
+ "version": "2.118.0"
340
+ }
341
+ },
342
+ "KinesisStreamReadProvisionedThroughputExceededAlarm": {
343
+ "id": "KinesisStreamReadProvisionedThroughputExceededAlarm",
344
+ "path": "lamkin-newVpc/test-lambda-kinesisstreams/KinesisStreamReadProvisionedThroughputExceededAlarm",
345
+ "children": {
346
+ "Resource": {
347
+ "id": "Resource",
348
+ "path": "lamkin-newVpc/test-lambda-kinesisstreams/KinesisStreamReadProvisionedThroughputExceededAlarm/Resource",
349
+ "attributes": {
350
+ "aws:cdk:cloudformation:type": "AWS::CloudWatch::Alarm",
351
+ "aws:cdk:cloudformation:props": {
352
+ "alarmDescription": "Consumer Application is Reading at a Slower Rate Than Expected.",
353
+ "comparisonOperator": "GreaterThanThreshold",
354
+ "evaluationPeriods": 1,
355
+ "metricName": "ReadProvisionedThroughputExceeded",
356
+ "namespace": "AWS/Kinesis",
357
+ "period": 300,
358
+ "statistic": "Average",
359
+ "threshold": 0
360
+ }
361
+ },
362
+ "constructInfo": {
363
+ "fqn": "aws-cdk-lib.aws_cloudwatch.CfnAlarm",
364
+ "version": "2.118.0"
365
+ }
366
+ }
367
+ },
368
+ "constructInfo": {
369
+ "fqn": "aws-cdk-lib.aws_cloudwatch.Alarm",
370
+ "version": "2.118.0"
371
+ }
372
+ }
373
+ },
374
+ "constructInfo": {
375
+ "fqn": "@aws-solutions-constructs/aws-lambda-kinesisstreams.LambdaToKinesisStreams",
376
+ "version": "2.51.0"
377
+ }
378
+ },
379
+ "Vpc": {
380
+ "id": "Vpc",
381
+ "path": "lamkin-newVpc/Vpc",
382
+ "children": {
383
+ "Resource": {
384
+ "id": "Resource",
385
+ "path": "lamkin-newVpc/Vpc/Resource",
386
+ "attributes": {
387
+ "aws:cdk:cloudformation:type": "AWS::EC2::VPC",
388
+ "aws:cdk:cloudformation:props": {
389
+ "cidrBlock": "10.0.0.0/16",
390
+ "enableDnsHostnames": true,
391
+ "enableDnsSupport": true,
392
+ "instanceTenancy": "default",
393
+ "tags": [
394
+ {
395
+ "key": "Name",
396
+ "value": "lamkin-newVpc/Vpc"
397
+ }
398
+ ]
399
+ }
400
+ },
401
+ "constructInfo": {
402
+ "fqn": "aws-cdk-lib.aws_ec2.CfnVPC",
403
+ "version": "2.118.0"
404
+ }
405
+ },
406
+ "isolatedSubnet1": {
407
+ "id": "isolatedSubnet1",
408
+ "path": "lamkin-newVpc/Vpc/isolatedSubnet1",
409
+ "children": {
410
+ "Subnet": {
411
+ "id": "Subnet",
412
+ "path": "lamkin-newVpc/Vpc/isolatedSubnet1/Subnet",
413
+ "attributes": {
414
+ "aws:cdk:cloudformation:type": "AWS::EC2::Subnet",
415
+ "aws:cdk:cloudformation:props": {
416
+ "availabilityZone": {
417
+ "Fn::Select": [
418
+ 0,
419
+ {
420
+ "Fn::GetAZs": ""
421
+ }
422
+ ]
423
+ },
424
+ "cidrBlock": "10.0.0.0/18",
425
+ "mapPublicIpOnLaunch": false,
426
+ "tags": [
427
+ {
428
+ "key": "aws-cdk:subnet-name",
429
+ "value": "isolated"
430
+ },
431
+ {
432
+ "key": "aws-cdk:subnet-type",
433
+ "value": "Isolated"
434
+ },
435
+ {
436
+ "key": "Name",
437
+ "value": "lamkin-newVpc/Vpc/isolatedSubnet1"
438
+ }
439
+ ],
440
+ "vpcId": {
441
+ "Ref": "Vpc8378EB38"
442
+ }
443
+ }
444
+ },
445
+ "constructInfo": {
446
+ "fqn": "aws-cdk-lib.aws_ec2.CfnSubnet",
447
+ "version": "2.118.0"
448
+ }
449
+ },
450
+ "Acl": {
451
+ "id": "Acl",
452
+ "path": "lamkin-newVpc/Vpc/isolatedSubnet1/Acl",
453
+ "constructInfo": {
454
+ "fqn": "aws-cdk-lib.Resource",
455
+ "version": "2.118.0"
456
+ }
457
+ },
458
+ "RouteTable": {
459
+ "id": "RouteTable",
460
+ "path": "lamkin-newVpc/Vpc/isolatedSubnet1/RouteTable",
461
+ "attributes": {
462
+ "aws:cdk:cloudformation:type": "AWS::EC2::RouteTable",
463
+ "aws:cdk:cloudformation:props": {
464
+ "tags": [
465
+ {
466
+ "key": "Name",
467
+ "value": "lamkin-newVpc/Vpc/isolatedSubnet1"
468
+ }
469
+ ],
470
+ "vpcId": {
471
+ "Ref": "Vpc8378EB38"
472
+ }
473
+ }
474
+ },
475
+ "constructInfo": {
476
+ "fqn": "aws-cdk-lib.aws_ec2.CfnRouteTable",
477
+ "version": "2.118.0"
478
+ }
479
+ },
480
+ "RouteTableAssociation": {
481
+ "id": "RouteTableAssociation",
482
+ "path": "lamkin-newVpc/Vpc/isolatedSubnet1/RouteTableAssociation",
483
+ "attributes": {
484
+ "aws:cdk:cloudformation:type": "AWS::EC2::SubnetRouteTableAssociation",
485
+ "aws:cdk:cloudformation:props": {
486
+ "routeTableId": {
487
+ "Ref": "VpcisolatedSubnet1RouteTableE442650B"
488
+ },
489
+ "subnetId": {
490
+ "Ref": "VpcisolatedSubnet1SubnetE62B1B9B"
491
+ }
492
+ }
493
+ },
494
+ "constructInfo": {
495
+ "fqn": "aws-cdk-lib.aws_ec2.CfnSubnetRouteTableAssociation",
496
+ "version": "2.118.0"
497
+ }
498
+ }
499
+ },
500
+ "constructInfo": {
501
+ "fqn": "aws-cdk-lib.aws_ec2.PrivateSubnet",
502
+ "version": "2.118.0"
503
+ }
504
+ },
505
+ "isolatedSubnet2": {
506
+ "id": "isolatedSubnet2",
507
+ "path": "lamkin-newVpc/Vpc/isolatedSubnet2",
508
+ "children": {
509
+ "Subnet": {
510
+ "id": "Subnet",
511
+ "path": "lamkin-newVpc/Vpc/isolatedSubnet2/Subnet",
512
+ "attributes": {
513
+ "aws:cdk:cloudformation:type": "AWS::EC2::Subnet",
514
+ "aws:cdk:cloudformation:props": {
515
+ "availabilityZone": {
516
+ "Fn::Select": [
517
+ 1,
518
+ {
519
+ "Fn::GetAZs": ""
520
+ }
521
+ ]
522
+ },
523
+ "cidrBlock": "10.0.64.0/18",
524
+ "mapPublicIpOnLaunch": false,
525
+ "tags": [
526
+ {
527
+ "key": "aws-cdk:subnet-name",
528
+ "value": "isolated"
529
+ },
530
+ {
531
+ "key": "aws-cdk:subnet-type",
532
+ "value": "Isolated"
533
+ },
534
+ {
535
+ "key": "Name",
536
+ "value": "lamkin-newVpc/Vpc/isolatedSubnet2"
537
+ }
538
+ ],
539
+ "vpcId": {
540
+ "Ref": "Vpc8378EB38"
541
+ }
542
+ }
543
+ },
544
+ "constructInfo": {
545
+ "fqn": "aws-cdk-lib.aws_ec2.CfnSubnet",
546
+ "version": "2.118.0"
547
+ }
548
+ },
549
+ "Acl": {
550
+ "id": "Acl",
551
+ "path": "lamkin-newVpc/Vpc/isolatedSubnet2/Acl",
552
+ "constructInfo": {
553
+ "fqn": "aws-cdk-lib.Resource",
554
+ "version": "2.118.0"
555
+ }
556
+ },
557
+ "RouteTable": {
558
+ "id": "RouteTable",
559
+ "path": "lamkin-newVpc/Vpc/isolatedSubnet2/RouteTable",
560
+ "attributes": {
561
+ "aws:cdk:cloudformation:type": "AWS::EC2::RouteTable",
562
+ "aws:cdk:cloudformation:props": {
563
+ "tags": [
564
+ {
565
+ "key": "Name",
566
+ "value": "lamkin-newVpc/Vpc/isolatedSubnet2"
567
+ }
568
+ ],
569
+ "vpcId": {
570
+ "Ref": "Vpc8378EB38"
571
+ }
572
+ }
573
+ },
574
+ "constructInfo": {
575
+ "fqn": "aws-cdk-lib.aws_ec2.CfnRouteTable",
576
+ "version": "2.118.0"
577
+ }
578
+ },
579
+ "RouteTableAssociation": {
580
+ "id": "RouteTableAssociation",
581
+ "path": "lamkin-newVpc/Vpc/isolatedSubnet2/RouteTableAssociation",
582
+ "attributes": {
583
+ "aws:cdk:cloudformation:type": "AWS::EC2::SubnetRouteTableAssociation",
584
+ "aws:cdk:cloudformation:props": {
585
+ "routeTableId": {
586
+ "Ref": "VpcisolatedSubnet2RouteTable334F9764"
587
+ },
588
+ "subnetId": {
589
+ "Ref": "VpcisolatedSubnet2Subnet39217055"
590
+ }
591
+ }
592
+ },
593
+ "constructInfo": {
594
+ "fqn": "aws-cdk-lib.aws_ec2.CfnSubnetRouteTableAssociation",
595
+ "version": "2.118.0"
596
+ }
597
+ }
598
+ },
599
+ "constructInfo": {
600
+ "fqn": "aws-cdk-lib.aws_ec2.PrivateSubnet",
601
+ "version": "2.118.0"
602
+ }
603
+ },
604
+ "RestrictDefaultSecurityGroupCustomResource": {
605
+ "id": "RestrictDefaultSecurityGroupCustomResource",
606
+ "path": "lamkin-newVpc/Vpc/RestrictDefaultSecurityGroupCustomResource",
607
+ "children": {
608
+ "Default": {
609
+ "id": "Default",
610
+ "path": "lamkin-newVpc/Vpc/RestrictDefaultSecurityGroupCustomResource/Default",
611
+ "constructInfo": {
612
+ "fqn": "aws-cdk-lib.CfnResource",
613
+ "version": "2.118.0"
614
+ }
615
+ }
616
+ },
617
+ "constructInfo": {
618
+ "fqn": "aws-cdk-lib.CustomResource",
619
+ "version": "2.118.0"
620
+ }
621
+ },
622
+ "FlowLog": {
623
+ "id": "FlowLog",
624
+ "path": "lamkin-newVpc/Vpc/FlowLog",
625
+ "children": {
626
+ "IAMRole": {
627
+ "id": "IAMRole",
628
+ "path": "lamkin-newVpc/Vpc/FlowLog/IAMRole",
629
+ "children": {
630
+ "ImportIAMRole": {
631
+ "id": "ImportIAMRole",
632
+ "path": "lamkin-newVpc/Vpc/FlowLog/IAMRole/ImportIAMRole",
633
+ "constructInfo": {
634
+ "fqn": "aws-cdk-lib.Resource",
635
+ "version": "2.118.0"
636
+ }
637
+ },
638
+ "Resource": {
639
+ "id": "Resource",
640
+ "path": "lamkin-newVpc/Vpc/FlowLog/IAMRole/Resource",
641
+ "attributes": {
642
+ "aws:cdk:cloudformation:type": "AWS::IAM::Role",
643
+ "aws:cdk:cloudformation:props": {
644
+ "assumeRolePolicyDocument": {
645
+ "Statement": [
646
+ {
647
+ "Action": "sts:AssumeRole",
648
+ "Effect": "Allow",
649
+ "Principal": {
650
+ "Service": "vpc-flow-logs.amazonaws.com"
651
+ }
652
+ }
653
+ ],
654
+ "Version": "2012-10-17"
655
+ },
656
+ "tags": [
657
+ {
658
+ "key": "Name",
659
+ "value": "lamkin-newVpc/Vpc/FlowLog"
660
+ }
661
+ ]
662
+ }
663
+ },
664
+ "constructInfo": {
665
+ "fqn": "aws-cdk-lib.aws_iam.CfnRole",
666
+ "version": "2.118.0"
667
+ }
668
+ },
669
+ "DefaultPolicy": {
670
+ "id": "DefaultPolicy",
671
+ "path": "lamkin-newVpc/Vpc/FlowLog/IAMRole/DefaultPolicy",
672
+ "children": {
673
+ "Resource": {
674
+ "id": "Resource",
675
+ "path": "lamkin-newVpc/Vpc/FlowLog/IAMRole/DefaultPolicy/Resource",
676
+ "attributes": {
677
+ "aws:cdk:cloudformation:type": "AWS::IAM::Policy",
678
+ "aws:cdk:cloudformation:props": {
679
+ "policyDocument": {
680
+ "Statement": [
681
+ {
682
+ "Action": [
683
+ "logs:CreateLogStream",
684
+ "logs:DescribeLogStreams",
685
+ "logs:PutLogEvents"
686
+ ],
687
+ "Effect": "Allow",
688
+ "Resource": {
689
+ "Fn::GetAtt": [
690
+ "VpcFlowLogLogGroup7B5C56B9",
691
+ "Arn"
692
+ ]
693
+ }
694
+ },
695
+ {
696
+ "Action": "iam:PassRole",
697
+ "Effect": "Allow",
698
+ "Resource": {
699
+ "Fn::GetAtt": [
700
+ "VpcFlowLogIAMRole6A475D41",
701
+ "Arn"
702
+ ]
703
+ }
704
+ }
705
+ ],
706
+ "Version": "2012-10-17"
707
+ },
708
+ "policyName": "VpcFlowLogIAMRoleDefaultPolicy406FB995",
709
+ "roles": [
710
+ {
711
+ "Ref": "VpcFlowLogIAMRole6A475D41"
712
+ }
713
+ ]
714
+ }
715
+ },
716
+ "constructInfo": {
717
+ "fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
718
+ "version": "2.118.0"
719
+ }
720
+ }
721
+ },
722
+ "constructInfo": {
723
+ "fqn": "aws-cdk-lib.aws_iam.Policy",
724
+ "version": "2.118.0"
725
+ }
726
+ }
727
+ },
728
+ "constructInfo": {
729
+ "fqn": "aws-cdk-lib.aws_iam.Role",
730
+ "version": "2.118.0"
731
+ }
732
+ },
733
+ "LogGroup": {
734
+ "id": "LogGroup",
735
+ "path": "lamkin-newVpc/Vpc/FlowLog/LogGroup",
736
+ "children": {
737
+ "Resource": {
738
+ "id": "Resource",
739
+ "path": "lamkin-newVpc/Vpc/FlowLog/LogGroup/Resource",
740
+ "attributes": {
741
+ "aws:cdk:cloudformation:type": "AWS::Logs::LogGroup",
742
+ "aws:cdk:cloudformation:props": {
743
+ "retentionInDays": 731,
744
+ "tags": [
745
+ {
746
+ "key": "Name",
747
+ "value": "lamkin-newVpc/Vpc/FlowLog"
748
+ }
749
+ ]
750
+ }
751
+ },
752
+ "constructInfo": {
753
+ "fqn": "aws-cdk-lib.aws_logs.CfnLogGroup",
754
+ "version": "2.118.0"
755
+ }
756
+ }
757
+ },
758
+ "constructInfo": {
759
+ "fqn": "aws-cdk-lib.aws_logs.LogGroup",
760
+ "version": "2.118.0"
761
+ }
762
+ },
763
+ "FlowLog": {
764
+ "id": "FlowLog",
765
+ "path": "lamkin-newVpc/Vpc/FlowLog/FlowLog",
766
+ "attributes": {
767
+ "aws:cdk:cloudformation:type": "AWS::EC2::FlowLog",
768
+ "aws:cdk:cloudformation:props": {
769
+ "deliverLogsPermissionArn": {
770
+ "Fn::GetAtt": [
771
+ "VpcFlowLogIAMRole6A475D41",
772
+ "Arn"
773
+ ]
774
+ },
775
+ "logDestinationType": "cloud-watch-logs",
776
+ "logGroupName": {
777
+ "Ref": "VpcFlowLogLogGroup7B5C56B9"
778
+ },
779
+ "resourceId": {
780
+ "Ref": "Vpc8378EB38"
781
+ },
782
+ "resourceType": "VPC",
783
+ "tags": [
784
+ {
785
+ "key": "Name",
786
+ "value": "lamkin-newVpc/Vpc/FlowLog"
787
+ }
788
+ ],
789
+ "trafficType": "ALL"
790
+ }
791
+ },
792
+ "constructInfo": {
793
+ "fqn": "aws-cdk-lib.aws_ec2.CfnFlowLog",
794
+ "version": "2.118.0"
795
+ }
796
+ }
797
+ },
798
+ "constructInfo": {
799
+ "fqn": "aws-cdk-lib.aws_ec2.FlowLog",
800
+ "version": "2.118.0"
801
+ }
802
+ },
803
+ "KINESIS_STREAMS": {
804
+ "id": "KINESIS_STREAMS",
805
+ "path": "lamkin-newVpc/Vpc/KINESIS_STREAMS",
806
+ "children": {
807
+ "Resource": {
808
+ "id": "Resource",
809
+ "path": "lamkin-newVpc/Vpc/KINESIS_STREAMS/Resource",
810
+ "attributes": {
811
+ "aws:cdk:cloudformation:type": "AWS::EC2::VPCEndpoint",
812
+ "aws:cdk:cloudformation:props": {
813
+ "privateDnsEnabled": true,
814
+ "securityGroupIds": [
815
+ {
816
+ "Fn::GetAtt": [
817
+ "lamkinnewVpcKINESISSTREAMSsecuritygroup5C800E5E",
818
+ "GroupId"
819
+ ]
820
+ }
821
+ ],
822
+ "serviceName": {
823
+ "Fn::Join": [
824
+ "",
825
+ [
826
+ "com.amazonaws.",
827
+ {
828
+ "Ref": "AWS::Region"
829
+ },
830
+ ".kinesis-streams"
831
+ ]
832
+ ]
833
+ },
834
+ "subnetIds": [
835
+ {
836
+ "Ref": "VpcisolatedSubnet1SubnetE62B1B9B"
837
+ },
838
+ {
839
+ "Ref": "VpcisolatedSubnet2Subnet39217055"
840
+ }
841
+ ],
842
+ "vpcEndpointType": "Interface",
843
+ "vpcId": {
844
+ "Ref": "Vpc8378EB38"
845
+ }
846
+ }
847
+ },
848
+ "constructInfo": {
849
+ "fqn": "aws-cdk-lib.aws_ec2.CfnVPCEndpoint",
850
+ "version": "2.118.0"
851
+ }
852
+ }
853
+ },
854
+ "constructInfo": {
855
+ "fqn": "aws-cdk-lib.aws_ec2.InterfaceVpcEndpoint",
856
+ "version": "2.118.0"
857
+ }
858
+ }
859
+ },
860
+ "constructInfo": {
861
+ "fqn": "aws-cdk-lib.aws_ec2.Vpc",
862
+ "version": "2.118.0"
863
+ }
864
+ },
865
+ "Custom::VpcRestrictDefaultSGCustomResourceProvider": {
866
+ "id": "Custom::VpcRestrictDefaultSGCustomResourceProvider",
867
+ "path": "lamkin-newVpc/Custom::VpcRestrictDefaultSGCustomResourceProvider",
868
+ "children": {
869
+ "Staging": {
870
+ "id": "Staging",
871
+ "path": "lamkin-newVpc/Custom::VpcRestrictDefaultSGCustomResourceProvider/Staging",
872
+ "constructInfo": {
873
+ "fqn": "aws-cdk-lib.AssetStaging",
874
+ "version": "2.118.0"
875
+ }
876
+ },
877
+ "Role": {
878
+ "id": "Role",
879
+ "path": "lamkin-newVpc/Custom::VpcRestrictDefaultSGCustomResourceProvider/Role",
880
+ "constructInfo": {
881
+ "fqn": "aws-cdk-lib.CfnResource",
882
+ "version": "2.118.0"
883
+ }
884
+ },
885
+ "Handler": {
886
+ "id": "Handler",
887
+ "path": "lamkin-newVpc/Custom::VpcRestrictDefaultSGCustomResourceProvider/Handler",
888
+ "constructInfo": {
889
+ "fqn": "aws-cdk-lib.CfnResource",
890
+ "version": "2.118.0"
891
+ }
892
+ }
893
+ },
894
+ "constructInfo": {
895
+ "fqn": "aws-cdk-lib.CustomResourceProviderBase",
896
+ "version": "2.118.0"
897
+ }
898
+ },
899
+ "lamkin-newVpc-KINESIS_STREAMS-security-group": {
900
+ "id": "lamkin-newVpc-KINESIS_STREAMS-security-group",
901
+ "path": "lamkin-newVpc/lamkin-newVpc-KINESIS_STREAMS-security-group",
902
+ "children": {
903
+ "Resource": {
904
+ "id": "Resource",
905
+ "path": "lamkin-newVpc/lamkin-newVpc-KINESIS_STREAMS-security-group/Resource",
906
+ "attributes": {
907
+ "aws:cdk:cloudformation:type": "AWS::EC2::SecurityGroup",
908
+ "aws:cdk:cloudformation:props": {
909
+ "groupDescription": "lamkin-newVpc/lamkin-newVpc-KINESIS_STREAMS-security-group",
910
+ "securityGroupEgress": [
911
+ {
912
+ "cidrIp": "0.0.0.0/0",
913
+ "description": "Allow all outbound traffic by default",
914
+ "ipProtocol": "-1"
915
+ }
916
+ ],
917
+ "securityGroupIngress": [
918
+ {
919
+ "cidrIp": {
920
+ "Fn::GetAtt": [
921
+ "Vpc8378EB38",
922
+ "CidrBlock"
923
+ ]
924
+ },
925
+ "ipProtocol": "tcp",
926
+ "fromPort": 443,
927
+ "toPort": 443,
928
+ "description": {
929
+ "Fn::Join": [
930
+ "",
931
+ [
932
+ "from ",
933
+ {
934
+ "Fn::GetAtt": [
935
+ "Vpc8378EB38",
936
+ "CidrBlock"
937
+ ]
938
+ },
939
+ ":443"
940
+ ]
941
+ ]
942
+ }
943
+ }
944
+ ],
945
+ "vpcId": {
946
+ "Ref": "Vpc8378EB38"
947
+ }
948
+ }
949
+ },
950
+ "constructInfo": {
951
+ "fqn": "aws-cdk-lib.aws_ec2.CfnSecurityGroup",
952
+ "version": "2.118.0"
953
+ }
954
+ }
955
+ },
956
+ "constructInfo": {
957
+ "fqn": "aws-cdk-lib.aws_ec2.SecurityGroup",
958
+ "version": "2.118.0"
959
+ }
960
+ },
961
+ "Integ": {
962
+ "id": "Integ",
963
+ "path": "lamkin-newVpc/Integ",
964
+ "children": {
965
+ "DefaultTest": {
966
+ "id": "DefaultTest",
967
+ "path": "lamkin-newVpc/Integ/DefaultTest",
968
+ "children": {
969
+ "Default": {
970
+ "id": "Default",
971
+ "path": "lamkin-newVpc/Integ/DefaultTest/Default",
972
+ "constructInfo": {
973
+ "fqn": "constructs.Construct",
974
+ "version": "10.3.0"
975
+ }
976
+ },
977
+ "DeployAssert": {
978
+ "id": "DeployAssert",
979
+ "path": "lamkin-newVpc/Integ/DefaultTest/DeployAssert",
980
+ "children": {
981
+ "BootstrapVersion": {
982
+ "id": "BootstrapVersion",
983
+ "path": "lamkin-newVpc/Integ/DefaultTest/DeployAssert/BootstrapVersion",
984
+ "constructInfo": {
985
+ "fqn": "aws-cdk-lib.CfnParameter",
986
+ "version": "2.118.0"
987
+ }
988
+ },
989
+ "CheckBootstrapVersion": {
990
+ "id": "CheckBootstrapVersion",
991
+ "path": "lamkin-newVpc/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion",
992
+ "constructInfo": {
993
+ "fqn": "aws-cdk-lib.CfnRule",
994
+ "version": "2.118.0"
995
+ }
996
+ }
997
+ },
998
+ "constructInfo": {
999
+ "fqn": "aws-cdk-lib.Stack",
1000
+ "version": "2.118.0"
1001
+ }
1002
+ }
1003
+ },
1004
+ "constructInfo": {
1005
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTestCase",
1006
+ "version": "2.118.0-alpha.0"
1007
+ }
1008
+ }
1009
+ },
1010
+ "constructInfo": {
1011
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTest",
1012
+ "version": "2.118.0-alpha.0"
1013
+ }
1014
+ },
1015
+ "BootstrapVersion": {
1016
+ "id": "BootstrapVersion",
1017
+ "path": "lamkin-newVpc/BootstrapVersion",
1018
+ "constructInfo": {
1019
+ "fqn": "aws-cdk-lib.CfnParameter",
1020
+ "version": "2.118.0"
1021
+ }
1022
+ },
1023
+ "CheckBootstrapVersion": {
1024
+ "id": "CheckBootstrapVersion",
1025
+ "path": "lamkin-newVpc/CheckBootstrapVersion",
1026
+ "constructInfo": {
1027
+ "fqn": "aws-cdk-lib.CfnRule",
1028
+ "version": "2.118.0"
1029
+ }
1030
+ }
1031
+ },
1032
+ "constructInfo": {
1033
+ "fqn": "aws-cdk-lib.Stack",
1034
+ "version": "2.118.0"
1035
+ }
1036
+ },
1037
+ "Tree": {
1038
+ "id": "Tree",
1039
+ "path": "Tree",
1040
+ "constructInfo": {
1041
+ "fqn": "constructs.Construct",
1042
+ "version": "10.3.0"
1043
+ }
1044
+ }
1045
+ },
1046
+ "constructInfo": {
1047
+ "fqn": "aws-cdk-lib.App",
1048
+ "version": "2.118.0"
1049
+ }
1050
+ }
1051
+ }