@aws-solutions-constructs/aws-alb-lambda 2.50.0 → 2.52.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 (75) hide show
  1. package/.eslintignore +2 -0
  2. package/.jsii +50 -5
  3. package/integ.config.json +7 -0
  4. package/lib/index.js +1 -1
  5. package/package.json +13 -12
  6. package/test/integ.alblam-privateApiExistingResources.js +7 -3
  7. package/test/integ.alblam-privateApiExistingResources.js.snapshot/alblam-privateApiExistingResources.assets.json +62 -0
  8. package/test/integ.alblam-privateApiExistingResources.js.snapshot/alblam-privateApiExistingResources.template.json +1332 -0
  9. package/test/integ.alblam-privateApiExistingResources.js.snapshot/alblamprivateApiExistingResourcesIntegDefaultTestDeployAssertC865AE59.assets.json +19 -0
  10. package/test/integ.alblam-privateApiExistingResources.js.snapshot/alblamprivateApiExistingResourcesIntegDefaultTestDeployAssertC865AE59.template.json +36 -0
  11. package/test/integ.alblam-privateApiExistingResources.js.snapshot/asset.7caf594b8ad91abecca72f7f10a23a5cf446d05dc00d6194619935e7e3fd5a79/index.js +8 -0
  12. package/test/integ.alblam-privateApiExistingResources.js.snapshot/asset.b7f33614a69548d6bafe224d751a7ef238cde19097415e553fe8b63a4c8fd8a6/index.js +1 -0
  13. package/test/integ.alblam-privateApiExistingResources.js.snapshot/asset.dd5711540f04e06aa955d7f4862fc04e8cdea464cb590dae91ed2976bb78098e/__entrypoint__.js +1 -0
  14. package/test/integ.alblam-privateApiExistingResources.js.snapshot/asset.dd5711540f04e06aa955d7f4862fc04e8cdea464cb590dae91ed2976bb78098e/index.js +1 -0
  15. package/test/integ.alblam-privateApiExistingResources.js.snapshot/cdk.out +1 -0
  16. package/test/integ.alblam-privateApiExistingResources.js.snapshot/integ.json +12 -0
  17. package/test/integ.alblam-privateApiExistingResources.js.snapshot/manifest.json +371 -0
  18. package/test/integ.alblam-privateApiExistingResources.js.snapshot/tree.json +1708 -0
  19. package/test/integ.alblam-privateApiNewResources.js +7 -3
  20. package/test/integ.alblam-privateApiNewResources.js.snapshot/alblam-privateApiNewResources.assets.json +62 -0
  21. package/test/integ.alblam-privateApiNewResources.js.snapshot/alblam-privateApiNewResources.template.json +1048 -0
  22. package/test/integ.alblam-privateApiNewResources.js.snapshot/alblamprivateApiNewResourcesIntegDefaultTestDeployAssertB0CCE59F.assets.json +19 -0
  23. package/test/integ.alblam-privateApiNewResources.js.snapshot/alblamprivateApiNewResourcesIntegDefaultTestDeployAssertB0CCE59F.template.json +36 -0
  24. package/test/integ.alblam-privateApiNewResources.js.snapshot/asset.7caf594b8ad91abecca72f7f10a23a5cf446d05dc00d6194619935e7e3fd5a79/index.js +8 -0
  25. package/test/integ.alblam-privateApiNewResources.js.snapshot/asset.b7f33614a69548d6bafe224d751a7ef238cde19097415e553fe8b63a4c8fd8a6/index.js +1 -0
  26. package/test/integ.alblam-privateApiNewResources.js.snapshot/asset.dd5711540f04e06aa955d7f4862fc04e8cdea464cb590dae91ed2976bb78098e/__entrypoint__.js +1 -0
  27. package/test/integ.alblam-privateApiNewResources.js.snapshot/asset.dd5711540f04e06aa955d7f4862fc04e8cdea464cb590dae91ed2976bb78098e/index.js +1 -0
  28. package/test/integ.alblam-privateApiNewResources.js.snapshot/cdk.out +1 -0
  29. package/test/integ.alblam-privateApiNewResources.js.snapshot/integ.json +12 -0
  30. package/test/integ.alblam-privateApiNewResources.js.snapshot/manifest.json +275 -0
  31. package/test/integ.alblam-privateApiNewResources.js.snapshot/tree.json +1294 -0
  32. package/test/integ.alblam-publicApiExistingResources.js +7 -3
  33. package/test/integ.alblam-publicApiExistingResources.js.snapshot/alblam-publicApiExistingResources.assets.json +62 -0
  34. package/test/integ.alblam-publicApiExistingResources.js.snapshot/alblam-publicApiExistingResources.template.json +1332 -0
  35. package/test/integ.alblam-publicApiExistingResources.js.snapshot/alblampublicApiExistingResourcesIntegDefaultTestDeployAssert22C8EEFD.assets.json +19 -0
  36. package/test/integ.alblam-publicApiExistingResources.js.snapshot/alblampublicApiExistingResourcesIntegDefaultTestDeployAssert22C8EEFD.template.json +36 -0
  37. package/test/integ.alblam-publicApiExistingResources.js.snapshot/asset.7caf594b8ad91abecca72f7f10a23a5cf446d05dc00d6194619935e7e3fd5a79/index.js +8 -0
  38. package/test/integ.alblam-publicApiExistingResources.js.snapshot/asset.b7f33614a69548d6bafe224d751a7ef238cde19097415e553fe8b63a4c8fd8a6/index.js +1 -0
  39. package/test/integ.alblam-publicApiExistingResources.js.snapshot/asset.dd5711540f04e06aa955d7f4862fc04e8cdea464cb590dae91ed2976bb78098e/__entrypoint__.js +1 -0
  40. package/test/integ.alblam-publicApiExistingResources.js.snapshot/asset.dd5711540f04e06aa955d7f4862fc04e8cdea464cb590dae91ed2976bb78098e/index.js +1 -0
  41. package/test/integ.alblam-publicApiExistingResources.js.snapshot/cdk.out +1 -0
  42. package/test/integ.alblam-publicApiExistingResources.js.snapshot/integ.json +12 -0
  43. package/test/integ.alblam-publicApiExistingResources.js.snapshot/manifest.json +371 -0
  44. package/test/integ.alblam-publicApiExistingResources.js.snapshot/tree.json +1708 -0
  45. package/test/integ.alblam-publicApiNewResources.js +7 -3
  46. package/test/integ.alblam-publicApiNewResources.js.snapshot/alblam-publicApiNewResources.assets.json +62 -0
  47. package/test/integ.alblam-publicApiNewResources.js.snapshot/alblam-publicApiNewResources.template.json +1338 -0
  48. package/test/integ.alblam-publicApiNewResources.js.snapshot/alblampublicApiNewResourcesIntegDefaultTestDeployAssert43CC63D2.assets.json +19 -0
  49. package/test/integ.alblam-publicApiNewResources.js.snapshot/alblampublicApiNewResourcesIntegDefaultTestDeployAssert43CC63D2.template.json +36 -0
  50. package/test/integ.alblam-publicApiNewResources.js.snapshot/asset.7caf594b8ad91abecca72f7f10a23a5cf446d05dc00d6194619935e7e3fd5a79/index.js +8 -0
  51. package/test/integ.alblam-publicApiNewResources.js.snapshot/asset.b7f33614a69548d6bafe224d751a7ef238cde19097415e553fe8b63a4c8fd8a6/index.js +1 -0
  52. package/test/integ.alblam-publicApiNewResources.js.snapshot/asset.dd5711540f04e06aa955d7f4862fc04e8cdea464cb590dae91ed2976bb78098e/__entrypoint__.js +1 -0
  53. package/test/integ.alblam-publicApiNewResources.js.snapshot/asset.dd5711540f04e06aa955d7f4862fc04e8cdea464cb590dae91ed2976bb78098e/index.js +1 -0
  54. package/test/integ.alblam-publicApiNewResources.js.snapshot/cdk.out +1 -0
  55. package/test/integ.alblam-publicApiNewResources.js.snapshot/integ.json +12 -0
  56. package/test/integ.alblam-publicApiNewResources.js.snapshot/manifest.json +371 -0
  57. package/test/integ.alblam-publicApiNewResources.js.snapshot/tree.json +1706 -0
  58. package/test/integ.alblam-twoTargets.js +7 -3
  59. package/test/integ.alblam-twoTargets.js.snapshot/alblam-twoTargets.assets.json +62 -0
  60. package/test/integ.alblam-twoTargets.js.snapshot/alblam-twoTargets.template.json +1598 -0
  61. package/test/integ.alblam-twoTargets.js.snapshot/alblamtwoTargetsIntegDefaultTestDeployAssert4F811416.assets.json +19 -0
  62. package/test/integ.alblam-twoTargets.js.snapshot/alblamtwoTargetsIntegDefaultTestDeployAssert4F811416.template.json +36 -0
  63. package/test/integ.alblam-twoTargets.js.snapshot/asset.7caf594b8ad91abecca72f7f10a23a5cf446d05dc00d6194619935e7e3fd5a79/index.js +8 -0
  64. package/test/integ.alblam-twoTargets.js.snapshot/asset.b7f33614a69548d6bafe224d751a7ef238cde19097415e553fe8b63a4c8fd8a6/index.js +1 -0
  65. package/test/integ.alblam-twoTargets.js.snapshot/asset.dd5711540f04e06aa955d7f4862fc04e8cdea464cb590dae91ed2976bb78098e/__entrypoint__.js +1 -0
  66. package/test/integ.alblam-twoTargets.js.snapshot/asset.dd5711540f04e06aa955d7f4862fc04e8cdea464cb590dae91ed2976bb78098e/index.js +1 -0
  67. package/test/integ.alblam-twoTargets.js.snapshot/cdk.out +1 -0
  68. package/test/integ.alblam-twoTargets.js.snapshot/integ.json +12 -0
  69. package/test/integ.alblam-twoTargets.js.snapshot/manifest.json +413 -0
  70. package/test/integ.alblam-twoTargets.js.snapshot/tree.json +2067 -0
  71. package/test/integ.alblam-privateApiExistingResources.expected.json +0 -1378
  72. package/test/integ.alblam-privateApiNewResources.expected.json +0 -983
  73. package/test/integ.alblam-publicApiExistingResources.expected.json +0 -1378
  74. package/test/integ.alblam-publicApiNewResources.expected.json +0 -1386
  75. package/test/integ.alblam-twoTargets.expected.json +0 -1659
@@ -0,0 +1,1294 @@
1
+ {
2
+ "version": "tree-0.1",
3
+ "tree": {
4
+ "id": "App",
5
+ "path": "",
6
+ "children": {
7
+ "alblam-privateApiNewResources": {
8
+ "id": "alblam-privateApiNewResources",
9
+ "path": "alblam-privateApiNewResources",
10
+ "children": {
11
+ "test-one": {
12
+ "id": "test-one",
13
+ "path": "alblam-privateApiNewResources/test-one",
14
+ "children": {
15
+ "test-one-alb": {
16
+ "id": "test-one-alb",
17
+ "path": "alblam-privateApiNewResources/test-one/test-one-alb",
18
+ "children": {
19
+ "Resource": {
20
+ "id": "Resource",
21
+ "path": "alblam-privateApiNewResources/test-one/test-one-alb/Resource",
22
+ "attributes": {
23
+ "aws:cdk:cloudformation:type": "AWS::ElasticLoadBalancingV2::LoadBalancer",
24
+ "aws:cdk:cloudformation:props": {
25
+ "loadBalancerAttributes": [
26
+ {
27
+ "key": "deletion_protection.enabled",
28
+ "value": "false"
29
+ },
30
+ {
31
+ "key": "access_logs.s3.enabled",
32
+ "value": "true"
33
+ },
34
+ {
35
+ "key": "access_logs.s3.bucket",
36
+ "value": {
37
+ "Ref": "testoneE6ACFBB6"
38
+ }
39
+ },
40
+ {
41
+ "key": "access_logs.s3.prefix",
42
+ "value": ""
43
+ }
44
+ ],
45
+ "scheme": "internal",
46
+ "securityGroups": [
47
+ {
48
+ "Fn::GetAtt": [
49
+ "testonetestonealbSecurityGroup4DED9E2A",
50
+ "GroupId"
51
+ ]
52
+ }
53
+ ],
54
+ "subnets": [
55
+ {
56
+ "Ref": "VpcisolatedSubnet1SubnetE62B1B9B"
57
+ },
58
+ {
59
+ "Ref": "VpcisolatedSubnet2Subnet39217055"
60
+ }
61
+ ],
62
+ "type": "application"
63
+ }
64
+ },
65
+ "constructInfo": {
66
+ "fqn": "aws-cdk-lib.aws_elasticloadbalancingv2.CfnLoadBalancer",
67
+ "version": "2.118.0"
68
+ }
69
+ },
70
+ "SecurityGroup": {
71
+ "id": "SecurityGroup",
72
+ "path": "alblam-privateApiNewResources/test-one/test-one-alb/SecurityGroup",
73
+ "children": {
74
+ "Resource": {
75
+ "id": "Resource",
76
+ "path": "alblam-privateApiNewResources/test-one/test-one-alb/SecurityGroup/Resource",
77
+ "attributes": {
78
+ "aws:cdk:cloudformation:type": "AWS::EC2::SecurityGroup",
79
+ "aws:cdk:cloudformation:props": {
80
+ "groupDescription": "Automatically created Security Group for ELB alblamprivateApiNewResourcestestonetestonealb8D3CF023",
81
+ "securityGroupEgress": [
82
+ {
83
+ "cidrIp": "255.255.255.255/32",
84
+ "description": "Disallow all traffic",
85
+ "ipProtocol": "icmp",
86
+ "fromPort": 252,
87
+ "toPort": 86
88
+ }
89
+ ],
90
+ "securityGroupIngress": [
91
+ {
92
+ "cidrIp": "0.0.0.0/0",
93
+ "ipProtocol": "tcp",
94
+ "fromPort": 80,
95
+ "toPort": 80,
96
+ "description": "Allow from anyone on port 80"
97
+ }
98
+ ],
99
+ "vpcId": {
100
+ "Ref": "Vpc8378EB38"
101
+ }
102
+ }
103
+ },
104
+ "constructInfo": {
105
+ "fqn": "aws-cdk-lib.aws_ec2.CfnSecurityGroup",
106
+ "version": "2.118.0"
107
+ }
108
+ }
109
+ },
110
+ "constructInfo": {
111
+ "fqn": "aws-cdk-lib.aws_ec2.SecurityGroup",
112
+ "version": "2.118.0"
113
+ }
114
+ }
115
+ },
116
+ "constructInfo": {
117
+ "fqn": "aws-cdk-lib.aws_elasticloadbalancingv2.ApplicationLoadBalancer",
118
+ "version": "2.118.0"
119
+ }
120
+ },
121
+ "test-one": {
122
+ "id": "test-one",
123
+ "path": "alblam-privateApiNewResources/test-one/test-one",
124
+ "children": {
125
+ "Resource": {
126
+ "id": "Resource",
127
+ "path": "alblam-privateApiNewResources/test-one/test-one/Resource",
128
+ "attributes": {
129
+ "aws:cdk:cloudformation:type": "AWS::S3::Bucket",
130
+ "aws:cdk:cloudformation:props": {
131
+ "bucketEncryption": {
132
+ "serverSideEncryptionConfiguration": [
133
+ {
134
+ "serverSideEncryptionByDefault": {
135
+ "sseAlgorithm": "AES256"
136
+ }
137
+ }
138
+ ]
139
+ },
140
+ "publicAccessBlockConfiguration": {
141
+ "blockPublicAcls": true,
142
+ "blockPublicPolicy": true,
143
+ "ignorePublicAcls": true,
144
+ "restrictPublicBuckets": true
145
+ },
146
+ "tags": [
147
+ {
148
+ "key": "aws-cdk:auto-delete-objects",
149
+ "value": "true"
150
+ }
151
+ ],
152
+ "versioningConfiguration": {
153
+ "status": "Enabled"
154
+ }
155
+ }
156
+ },
157
+ "constructInfo": {
158
+ "fqn": "aws-cdk-lib.aws_s3.CfnBucket",
159
+ "version": "2.118.0"
160
+ }
161
+ },
162
+ "Policy": {
163
+ "id": "Policy",
164
+ "path": "alblam-privateApiNewResources/test-one/test-one/Policy",
165
+ "children": {
166
+ "Resource": {
167
+ "id": "Resource",
168
+ "path": "alblam-privateApiNewResources/test-one/test-one/Policy/Resource",
169
+ "attributes": {
170
+ "aws:cdk:cloudformation:type": "AWS::S3::BucketPolicy",
171
+ "aws:cdk:cloudformation:props": {
172
+ "bucket": {
173
+ "Ref": "testoneE6ACFBB6"
174
+ },
175
+ "policyDocument": {
176
+ "Statement": [
177
+ {
178
+ "Action": "s3:*",
179
+ "Condition": {
180
+ "Bool": {
181
+ "aws:SecureTransport": "false"
182
+ }
183
+ },
184
+ "Effect": "Deny",
185
+ "Principal": {
186
+ "AWS": "*"
187
+ },
188
+ "Resource": [
189
+ {
190
+ "Fn::GetAtt": [
191
+ "testoneE6ACFBB6",
192
+ "Arn"
193
+ ]
194
+ },
195
+ {
196
+ "Fn::Join": [
197
+ "",
198
+ [
199
+ {
200
+ "Fn::GetAtt": [
201
+ "testoneE6ACFBB6",
202
+ "Arn"
203
+ ]
204
+ },
205
+ "/*"
206
+ ]
207
+ ]
208
+ }
209
+ ]
210
+ },
211
+ {
212
+ "Action": [
213
+ "s3:DeleteObject*",
214
+ "s3:GetBucket*",
215
+ "s3:List*",
216
+ "s3:PutBucketPolicy"
217
+ ],
218
+ "Effect": "Allow",
219
+ "Principal": {
220
+ "AWS": {
221
+ "Fn::GetAtt": [
222
+ "CustomS3AutoDeleteObjectsCustomResourceProviderRole3B1BD092",
223
+ "Arn"
224
+ ]
225
+ }
226
+ },
227
+ "Resource": [
228
+ {
229
+ "Fn::GetAtt": [
230
+ "testoneE6ACFBB6",
231
+ "Arn"
232
+ ]
233
+ },
234
+ {
235
+ "Fn::Join": [
236
+ "",
237
+ [
238
+ {
239
+ "Fn::GetAtt": [
240
+ "testoneE6ACFBB6",
241
+ "Arn"
242
+ ]
243
+ },
244
+ "/*"
245
+ ]
246
+ ]
247
+ }
248
+ ]
249
+ },
250
+ {
251
+ "Action": "s3:PutObject",
252
+ "Effect": "Allow",
253
+ "Principal": {
254
+ "AWS": "arn:aws:iam::127311923021:root"
255
+ },
256
+ "Resource": {
257
+ "Fn::Join": [
258
+ "",
259
+ [
260
+ {
261
+ "Fn::GetAtt": [
262
+ "testoneE6ACFBB6",
263
+ "Arn"
264
+ ]
265
+ },
266
+ "/AWSLogs/",
267
+ {
268
+ "Ref": "AWS::AccountId"
269
+ },
270
+ "/*"
271
+ ]
272
+ ]
273
+ }
274
+ },
275
+ {
276
+ "Action": "s3:PutObject",
277
+ "Condition": {
278
+ "StringEquals": {
279
+ "s3:x-amz-acl": "bucket-owner-full-control"
280
+ }
281
+ },
282
+ "Effect": "Allow",
283
+ "Principal": {
284
+ "Service": "delivery.logs.amazonaws.com"
285
+ },
286
+ "Resource": {
287
+ "Fn::Join": [
288
+ "",
289
+ [
290
+ {
291
+ "Fn::GetAtt": [
292
+ "testoneE6ACFBB6",
293
+ "Arn"
294
+ ]
295
+ },
296
+ "/AWSLogs/",
297
+ {
298
+ "Ref": "AWS::AccountId"
299
+ },
300
+ "/*"
301
+ ]
302
+ ]
303
+ }
304
+ },
305
+ {
306
+ "Action": "s3:GetBucketAcl",
307
+ "Effect": "Allow",
308
+ "Principal": {
309
+ "Service": "delivery.logs.amazonaws.com"
310
+ },
311
+ "Resource": {
312
+ "Fn::GetAtt": [
313
+ "testoneE6ACFBB6",
314
+ "Arn"
315
+ ]
316
+ }
317
+ }
318
+ ],
319
+ "Version": "2012-10-17"
320
+ }
321
+ }
322
+ },
323
+ "constructInfo": {
324
+ "fqn": "aws-cdk-lib.aws_s3.CfnBucketPolicy",
325
+ "version": "2.118.0"
326
+ }
327
+ }
328
+ },
329
+ "constructInfo": {
330
+ "fqn": "aws-cdk-lib.aws_s3.BucketPolicy",
331
+ "version": "2.118.0"
332
+ }
333
+ },
334
+ "AutoDeleteObjectsCustomResource": {
335
+ "id": "AutoDeleteObjectsCustomResource",
336
+ "path": "alblam-privateApiNewResources/test-one/test-one/AutoDeleteObjectsCustomResource",
337
+ "children": {
338
+ "Default": {
339
+ "id": "Default",
340
+ "path": "alblam-privateApiNewResources/test-one/test-one/AutoDeleteObjectsCustomResource/Default",
341
+ "constructInfo": {
342
+ "fqn": "aws-cdk-lib.CfnResource",
343
+ "version": "2.118.0"
344
+ }
345
+ }
346
+ },
347
+ "constructInfo": {
348
+ "fqn": "aws-cdk-lib.CustomResource",
349
+ "version": "2.118.0"
350
+ }
351
+ }
352
+ },
353
+ "constructInfo": {
354
+ "fqn": "aws-cdk-lib.aws_s3.Bucket",
355
+ "version": "2.118.0"
356
+ }
357
+ },
358
+ "LambdaFunctionServiceRole": {
359
+ "id": "LambdaFunctionServiceRole",
360
+ "path": "alblam-privateApiNewResources/test-one/LambdaFunctionServiceRole",
361
+ "children": {
362
+ "ImportLambdaFunctionServiceRole": {
363
+ "id": "ImportLambdaFunctionServiceRole",
364
+ "path": "alblam-privateApiNewResources/test-one/LambdaFunctionServiceRole/ImportLambdaFunctionServiceRole",
365
+ "constructInfo": {
366
+ "fqn": "aws-cdk-lib.Resource",
367
+ "version": "2.118.0"
368
+ }
369
+ },
370
+ "Resource": {
371
+ "id": "Resource",
372
+ "path": "alblam-privateApiNewResources/test-one/LambdaFunctionServiceRole/Resource",
373
+ "attributes": {
374
+ "aws:cdk:cloudformation:type": "AWS::IAM::Role",
375
+ "aws:cdk:cloudformation:props": {
376
+ "assumeRolePolicyDocument": {
377
+ "Statement": [
378
+ {
379
+ "Action": "sts:AssumeRole",
380
+ "Effect": "Allow",
381
+ "Principal": {
382
+ "Service": "lambda.amazonaws.com"
383
+ }
384
+ }
385
+ ],
386
+ "Version": "2012-10-17"
387
+ },
388
+ "policies": [
389
+ {
390
+ "policyName": "LambdaFunctionServiceRolePolicy",
391
+ "policyDocument": {
392
+ "Statement": [
393
+ {
394
+ "Action": [
395
+ "logs:CreateLogGroup",
396
+ "logs:CreateLogStream",
397
+ "logs:PutLogEvents"
398
+ ],
399
+ "Effect": "Allow",
400
+ "Resource": {
401
+ "Fn::Join": [
402
+ "",
403
+ [
404
+ "arn:",
405
+ {
406
+ "Ref": "AWS::Partition"
407
+ },
408
+ ":logs:",
409
+ {
410
+ "Ref": "AWS::Region"
411
+ },
412
+ ":",
413
+ {
414
+ "Ref": "AWS::AccountId"
415
+ },
416
+ ":log-group:/aws/lambda/*"
417
+ ]
418
+ ]
419
+ }
420
+ }
421
+ ],
422
+ "Version": "2012-10-17"
423
+ }
424
+ }
425
+ ]
426
+ }
427
+ },
428
+ "constructInfo": {
429
+ "fqn": "aws-cdk-lib.aws_iam.CfnRole",
430
+ "version": "2.118.0"
431
+ }
432
+ },
433
+ "DefaultPolicy": {
434
+ "id": "DefaultPolicy",
435
+ "path": "alblam-privateApiNewResources/test-one/LambdaFunctionServiceRole/DefaultPolicy",
436
+ "children": {
437
+ "Resource": {
438
+ "id": "Resource",
439
+ "path": "alblam-privateApiNewResources/test-one/LambdaFunctionServiceRole/DefaultPolicy/Resource",
440
+ "attributes": {
441
+ "aws:cdk:cloudformation:type": "AWS::IAM::Policy",
442
+ "aws:cdk:cloudformation:props": {
443
+ "policyDocument": {
444
+ "Statement": [
445
+ {
446
+ "Action": [
447
+ "ec2:AssignPrivateIpAddresses",
448
+ "ec2:CreateNetworkInterface",
449
+ "ec2:DeleteNetworkInterface",
450
+ "ec2:DescribeNetworkInterfaces",
451
+ "ec2:UnassignPrivateIpAddresses",
452
+ "xray:PutTelemetryRecords",
453
+ "xray:PutTraceSegments"
454
+ ],
455
+ "Effect": "Allow",
456
+ "Resource": "*"
457
+ }
458
+ ],
459
+ "Version": "2012-10-17"
460
+ },
461
+ "policyName": "testoneLambdaFunctionServiceRoleDefaultPolicy6025A173",
462
+ "roles": [
463
+ {
464
+ "Ref": "testoneLambdaFunctionServiceRoleE92573D3"
465
+ }
466
+ ]
467
+ }
468
+ },
469
+ "constructInfo": {
470
+ "fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
471
+ "version": "2.118.0"
472
+ }
473
+ }
474
+ },
475
+ "constructInfo": {
476
+ "fqn": "aws-cdk-lib.aws_iam.Policy",
477
+ "version": "2.118.0"
478
+ }
479
+ }
480
+ },
481
+ "constructInfo": {
482
+ "fqn": "aws-cdk-lib.aws_iam.Role",
483
+ "version": "2.118.0"
484
+ }
485
+ },
486
+ "ReplaceDefaultSecurityGroup-security-group": {
487
+ "id": "ReplaceDefaultSecurityGroup-security-group",
488
+ "path": "alblam-privateApiNewResources/test-one/ReplaceDefaultSecurityGroup-security-group",
489
+ "children": {
490
+ "Resource": {
491
+ "id": "Resource",
492
+ "path": "alblam-privateApiNewResources/test-one/ReplaceDefaultSecurityGroup-security-group/Resource",
493
+ "attributes": {
494
+ "aws:cdk:cloudformation:type": "AWS::EC2::SecurityGroup",
495
+ "aws:cdk:cloudformation:props": {
496
+ "groupDescription": "alblam-privateApiNewResources/test-one/ReplaceDefaultSecurityGroup-security-group",
497
+ "securityGroupEgress": [
498
+ {
499
+ "cidrIp": "0.0.0.0/0",
500
+ "description": "Allow all outbound traffic by default",
501
+ "ipProtocol": "-1"
502
+ }
503
+ ],
504
+ "vpcId": {
505
+ "Ref": "Vpc8378EB38"
506
+ }
507
+ }
508
+ },
509
+ "constructInfo": {
510
+ "fqn": "aws-cdk-lib.aws_ec2.CfnSecurityGroup",
511
+ "version": "2.118.0"
512
+ }
513
+ }
514
+ },
515
+ "constructInfo": {
516
+ "fqn": "aws-cdk-lib.aws_ec2.SecurityGroup",
517
+ "version": "2.118.0"
518
+ }
519
+ },
520
+ "LambdaFunction": {
521
+ "id": "LambdaFunction",
522
+ "path": "alblam-privateApiNewResources/test-one/LambdaFunction",
523
+ "children": {
524
+ "Code": {
525
+ "id": "Code",
526
+ "path": "alblam-privateApiNewResources/test-one/LambdaFunction/Code",
527
+ "children": {
528
+ "Stage": {
529
+ "id": "Stage",
530
+ "path": "alblam-privateApiNewResources/test-one/LambdaFunction/Code/Stage",
531
+ "constructInfo": {
532
+ "fqn": "aws-cdk-lib.AssetStaging",
533
+ "version": "2.118.0"
534
+ }
535
+ },
536
+ "AssetBucket": {
537
+ "id": "AssetBucket",
538
+ "path": "alblam-privateApiNewResources/test-one/LambdaFunction/Code/AssetBucket",
539
+ "constructInfo": {
540
+ "fqn": "aws-cdk-lib.aws_s3.BucketBase",
541
+ "version": "2.118.0"
542
+ }
543
+ }
544
+ },
545
+ "constructInfo": {
546
+ "fqn": "aws-cdk-lib.aws_s3_assets.Asset",
547
+ "version": "2.118.0"
548
+ }
549
+ },
550
+ "Resource": {
551
+ "id": "Resource",
552
+ "path": "alblam-privateApiNewResources/test-one/LambdaFunction/Resource",
553
+ "attributes": {
554
+ "aws:cdk:cloudformation:type": "AWS::Lambda::Function",
555
+ "aws:cdk:cloudformation:props": {
556
+ "code": {
557
+ "s3Bucket": {
558
+ "Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-us-east-1"
559
+ },
560
+ "s3Key": "7caf594b8ad91abecca72f7f10a23a5cf446d05dc00d6194619935e7e3fd5a79.zip"
561
+ },
562
+ "environment": {
563
+ "variables": {
564
+ "AWS_NODEJS_CONNECTION_REUSE_ENABLED": "1"
565
+ }
566
+ },
567
+ "handler": "index.handler",
568
+ "role": {
569
+ "Fn::GetAtt": [
570
+ "testoneLambdaFunctionServiceRoleE92573D3",
571
+ "Arn"
572
+ ]
573
+ },
574
+ "runtime": "nodejs16.x",
575
+ "tracingConfig": {
576
+ "mode": "Active"
577
+ },
578
+ "vpcConfig": {
579
+ "subnetIds": [
580
+ {
581
+ "Ref": "VpcisolatedSubnet1SubnetE62B1B9B"
582
+ },
583
+ {
584
+ "Ref": "VpcisolatedSubnet2Subnet39217055"
585
+ }
586
+ ],
587
+ "securityGroupIds": [
588
+ {
589
+ "Fn::GetAtt": [
590
+ "testoneReplaceDefaultSecurityGroupsecuritygroupE46270FE",
591
+ "GroupId"
592
+ ]
593
+ }
594
+ ]
595
+ }
596
+ }
597
+ },
598
+ "constructInfo": {
599
+ "fqn": "aws-cdk-lib.aws_lambda.CfnFunction",
600
+ "version": "2.118.0"
601
+ }
602
+ },
603
+ "Invoke2UTWxhlfyqbT5FTn--5jvgbLgj+FfJwzswGk55DU1H--Y=": {
604
+ "id": "Invoke2UTWxhlfyqbT5FTn--5jvgbLgj+FfJwzswGk55DU1H--Y=",
605
+ "path": "alblam-privateApiNewResources/test-one/LambdaFunction/Invoke2UTWxhlfyqbT5FTn--5jvgbLgj+FfJwzswGk55DU1H--Y=",
606
+ "attributes": {
607
+ "aws:cdk:cloudformation:type": "AWS::Lambda::Permission",
608
+ "aws:cdk:cloudformation:props": {
609
+ "action": "lambda:InvokeFunction",
610
+ "functionName": {
611
+ "Fn::GetAtt": [
612
+ "testoneLambdaFunctionCC9B03E1",
613
+ "Arn"
614
+ ]
615
+ },
616
+ "principal": "elasticloadbalancing.amazonaws.com"
617
+ }
618
+ },
619
+ "constructInfo": {
620
+ "fqn": "aws-cdk-lib.aws_lambda.CfnPermission",
621
+ "version": "2.118.0"
622
+ }
623
+ }
624
+ },
625
+ "constructInfo": {
626
+ "fqn": "aws-cdk-lib.aws_lambda.Function",
627
+ "version": "2.118.0"
628
+ }
629
+ },
630
+ "test-one-listener": {
631
+ "id": "test-one-listener",
632
+ "path": "alblam-privateApiNewResources/test-one/test-one-listener",
633
+ "children": {
634
+ "Resource": {
635
+ "id": "Resource",
636
+ "path": "alblam-privateApiNewResources/test-one/test-one-listener/Resource",
637
+ "attributes": {
638
+ "aws:cdk:cloudformation:type": "AWS::ElasticLoadBalancingV2::Listener",
639
+ "aws:cdk:cloudformation:props": {
640
+ "defaultActions": [
641
+ {
642
+ "type": "forward",
643
+ "targetGroupArn": {
644
+ "Ref": "testonetg2tg6459EC7C"
645
+ }
646
+ }
647
+ ],
648
+ "loadBalancerArn": {
649
+ "Ref": "testonetestonealb4F263E42"
650
+ },
651
+ "port": 80,
652
+ "protocol": "HTTP"
653
+ }
654
+ },
655
+ "constructInfo": {
656
+ "fqn": "aws-cdk-lib.aws_elasticloadbalancingv2.CfnListener",
657
+ "version": "2.118.0"
658
+ }
659
+ }
660
+ },
661
+ "constructInfo": {
662
+ "fqn": "aws-cdk-lib.aws_elasticloadbalancingv2.ApplicationListener",
663
+ "version": "2.118.0"
664
+ }
665
+ },
666
+ "tg2-tg": {
667
+ "id": "tg2-tg",
668
+ "path": "alblam-privateApiNewResources/test-one/tg2-tg",
669
+ "children": {
670
+ "Resource": {
671
+ "id": "Resource",
672
+ "path": "alblam-privateApiNewResources/test-one/tg2-tg/Resource",
673
+ "attributes": {
674
+ "aws:cdk:cloudformation:type": "AWS::ElasticLoadBalancingV2::TargetGroup",
675
+ "aws:cdk:cloudformation:props": {
676
+ "targets": [
677
+ {
678
+ "id": {
679
+ "Fn::GetAtt": [
680
+ "testoneLambdaFunctionCC9B03E1",
681
+ "Arn"
682
+ ]
683
+ }
684
+ }
685
+ ],
686
+ "targetType": "lambda"
687
+ }
688
+ },
689
+ "constructInfo": {
690
+ "fqn": "aws-cdk-lib.aws_elasticloadbalancingv2.CfnTargetGroup",
691
+ "version": "2.118.0"
692
+ }
693
+ }
694
+ },
695
+ "constructInfo": {
696
+ "fqn": "aws-cdk-lib.aws_elasticloadbalancingv2.ApplicationTargetGroup",
697
+ "version": "2.118.0"
698
+ }
699
+ }
700
+ },
701
+ "constructInfo": {
702
+ "fqn": "@aws-solutions-constructs/aws-alb-lambda.AlbToLambda",
703
+ "version": "2.51.0"
704
+ }
705
+ },
706
+ "Vpc": {
707
+ "id": "Vpc",
708
+ "path": "alblam-privateApiNewResources/Vpc",
709
+ "children": {
710
+ "Resource": {
711
+ "id": "Resource",
712
+ "path": "alblam-privateApiNewResources/Vpc/Resource",
713
+ "attributes": {
714
+ "aws:cdk:cloudformation:type": "AWS::EC2::VPC",
715
+ "aws:cdk:cloudformation:props": {
716
+ "cidrBlock": "10.0.0.0/16",
717
+ "enableDnsHostnames": true,
718
+ "enableDnsSupport": true,
719
+ "instanceTenancy": "default",
720
+ "tags": [
721
+ {
722
+ "key": "Name",
723
+ "value": "alblam-privateApiNewResources/Vpc"
724
+ }
725
+ ]
726
+ }
727
+ },
728
+ "constructInfo": {
729
+ "fqn": "aws-cdk-lib.aws_ec2.CfnVPC",
730
+ "version": "2.118.0"
731
+ }
732
+ },
733
+ "isolatedSubnet1": {
734
+ "id": "isolatedSubnet1",
735
+ "path": "alblam-privateApiNewResources/Vpc/isolatedSubnet1",
736
+ "children": {
737
+ "Subnet": {
738
+ "id": "Subnet",
739
+ "path": "alblam-privateApiNewResources/Vpc/isolatedSubnet1/Subnet",
740
+ "attributes": {
741
+ "aws:cdk:cloudformation:type": "AWS::EC2::Subnet",
742
+ "aws:cdk:cloudformation:props": {
743
+ "availabilityZone": {
744
+ "Fn::Select": [
745
+ 0,
746
+ {
747
+ "Fn::GetAZs": ""
748
+ }
749
+ ]
750
+ },
751
+ "cidrBlock": "10.0.0.0/18",
752
+ "mapPublicIpOnLaunch": false,
753
+ "tags": [
754
+ {
755
+ "key": "aws-cdk:subnet-name",
756
+ "value": "isolated"
757
+ },
758
+ {
759
+ "key": "aws-cdk:subnet-type",
760
+ "value": "Isolated"
761
+ },
762
+ {
763
+ "key": "Name",
764
+ "value": "alblam-privateApiNewResources/Vpc/isolatedSubnet1"
765
+ }
766
+ ],
767
+ "vpcId": {
768
+ "Ref": "Vpc8378EB38"
769
+ }
770
+ }
771
+ },
772
+ "constructInfo": {
773
+ "fqn": "aws-cdk-lib.aws_ec2.CfnSubnet",
774
+ "version": "2.118.0"
775
+ }
776
+ },
777
+ "Acl": {
778
+ "id": "Acl",
779
+ "path": "alblam-privateApiNewResources/Vpc/isolatedSubnet1/Acl",
780
+ "constructInfo": {
781
+ "fqn": "aws-cdk-lib.Resource",
782
+ "version": "2.118.0"
783
+ }
784
+ },
785
+ "RouteTable": {
786
+ "id": "RouteTable",
787
+ "path": "alblam-privateApiNewResources/Vpc/isolatedSubnet1/RouteTable",
788
+ "attributes": {
789
+ "aws:cdk:cloudformation:type": "AWS::EC2::RouteTable",
790
+ "aws:cdk:cloudformation:props": {
791
+ "tags": [
792
+ {
793
+ "key": "Name",
794
+ "value": "alblam-privateApiNewResources/Vpc/isolatedSubnet1"
795
+ }
796
+ ],
797
+ "vpcId": {
798
+ "Ref": "Vpc8378EB38"
799
+ }
800
+ }
801
+ },
802
+ "constructInfo": {
803
+ "fqn": "aws-cdk-lib.aws_ec2.CfnRouteTable",
804
+ "version": "2.118.0"
805
+ }
806
+ },
807
+ "RouteTableAssociation": {
808
+ "id": "RouteTableAssociation",
809
+ "path": "alblam-privateApiNewResources/Vpc/isolatedSubnet1/RouteTableAssociation",
810
+ "attributes": {
811
+ "aws:cdk:cloudformation:type": "AWS::EC2::SubnetRouteTableAssociation",
812
+ "aws:cdk:cloudformation:props": {
813
+ "routeTableId": {
814
+ "Ref": "VpcisolatedSubnet1RouteTableE442650B"
815
+ },
816
+ "subnetId": {
817
+ "Ref": "VpcisolatedSubnet1SubnetE62B1B9B"
818
+ }
819
+ }
820
+ },
821
+ "constructInfo": {
822
+ "fqn": "aws-cdk-lib.aws_ec2.CfnSubnetRouteTableAssociation",
823
+ "version": "2.118.0"
824
+ }
825
+ }
826
+ },
827
+ "constructInfo": {
828
+ "fqn": "aws-cdk-lib.aws_ec2.PrivateSubnet",
829
+ "version": "2.118.0"
830
+ }
831
+ },
832
+ "isolatedSubnet2": {
833
+ "id": "isolatedSubnet2",
834
+ "path": "alblam-privateApiNewResources/Vpc/isolatedSubnet2",
835
+ "children": {
836
+ "Subnet": {
837
+ "id": "Subnet",
838
+ "path": "alblam-privateApiNewResources/Vpc/isolatedSubnet2/Subnet",
839
+ "attributes": {
840
+ "aws:cdk:cloudformation:type": "AWS::EC2::Subnet",
841
+ "aws:cdk:cloudformation:props": {
842
+ "availabilityZone": {
843
+ "Fn::Select": [
844
+ 1,
845
+ {
846
+ "Fn::GetAZs": ""
847
+ }
848
+ ]
849
+ },
850
+ "cidrBlock": "10.0.64.0/18",
851
+ "mapPublicIpOnLaunch": false,
852
+ "tags": [
853
+ {
854
+ "key": "aws-cdk:subnet-name",
855
+ "value": "isolated"
856
+ },
857
+ {
858
+ "key": "aws-cdk:subnet-type",
859
+ "value": "Isolated"
860
+ },
861
+ {
862
+ "key": "Name",
863
+ "value": "alblam-privateApiNewResources/Vpc/isolatedSubnet2"
864
+ }
865
+ ],
866
+ "vpcId": {
867
+ "Ref": "Vpc8378EB38"
868
+ }
869
+ }
870
+ },
871
+ "constructInfo": {
872
+ "fqn": "aws-cdk-lib.aws_ec2.CfnSubnet",
873
+ "version": "2.118.0"
874
+ }
875
+ },
876
+ "Acl": {
877
+ "id": "Acl",
878
+ "path": "alblam-privateApiNewResources/Vpc/isolatedSubnet2/Acl",
879
+ "constructInfo": {
880
+ "fqn": "aws-cdk-lib.Resource",
881
+ "version": "2.118.0"
882
+ }
883
+ },
884
+ "RouteTable": {
885
+ "id": "RouteTable",
886
+ "path": "alblam-privateApiNewResources/Vpc/isolatedSubnet2/RouteTable",
887
+ "attributes": {
888
+ "aws:cdk:cloudformation:type": "AWS::EC2::RouteTable",
889
+ "aws:cdk:cloudformation:props": {
890
+ "tags": [
891
+ {
892
+ "key": "Name",
893
+ "value": "alblam-privateApiNewResources/Vpc/isolatedSubnet2"
894
+ }
895
+ ],
896
+ "vpcId": {
897
+ "Ref": "Vpc8378EB38"
898
+ }
899
+ }
900
+ },
901
+ "constructInfo": {
902
+ "fqn": "aws-cdk-lib.aws_ec2.CfnRouteTable",
903
+ "version": "2.118.0"
904
+ }
905
+ },
906
+ "RouteTableAssociation": {
907
+ "id": "RouteTableAssociation",
908
+ "path": "alblam-privateApiNewResources/Vpc/isolatedSubnet2/RouteTableAssociation",
909
+ "attributes": {
910
+ "aws:cdk:cloudformation:type": "AWS::EC2::SubnetRouteTableAssociation",
911
+ "aws:cdk:cloudformation:props": {
912
+ "routeTableId": {
913
+ "Ref": "VpcisolatedSubnet2RouteTable334F9764"
914
+ },
915
+ "subnetId": {
916
+ "Ref": "VpcisolatedSubnet2Subnet39217055"
917
+ }
918
+ }
919
+ },
920
+ "constructInfo": {
921
+ "fqn": "aws-cdk-lib.aws_ec2.CfnSubnetRouteTableAssociation",
922
+ "version": "2.118.0"
923
+ }
924
+ }
925
+ },
926
+ "constructInfo": {
927
+ "fqn": "aws-cdk-lib.aws_ec2.PrivateSubnet",
928
+ "version": "2.118.0"
929
+ }
930
+ },
931
+ "RestrictDefaultSecurityGroupCustomResource": {
932
+ "id": "RestrictDefaultSecurityGroupCustomResource",
933
+ "path": "alblam-privateApiNewResources/Vpc/RestrictDefaultSecurityGroupCustomResource",
934
+ "children": {
935
+ "Default": {
936
+ "id": "Default",
937
+ "path": "alblam-privateApiNewResources/Vpc/RestrictDefaultSecurityGroupCustomResource/Default",
938
+ "constructInfo": {
939
+ "fqn": "aws-cdk-lib.CfnResource",
940
+ "version": "2.118.0"
941
+ }
942
+ }
943
+ },
944
+ "constructInfo": {
945
+ "fqn": "aws-cdk-lib.CustomResource",
946
+ "version": "2.118.0"
947
+ }
948
+ },
949
+ "FlowLog": {
950
+ "id": "FlowLog",
951
+ "path": "alblam-privateApiNewResources/Vpc/FlowLog",
952
+ "children": {
953
+ "IAMRole": {
954
+ "id": "IAMRole",
955
+ "path": "alblam-privateApiNewResources/Vpc/FlowLog/IAMRole",
956
+ "children": {
957
+ "ImportIAMRole": {
958
+ "id": "ImportIAMRole",
959
+ "path": "alblam-privateApiNewResources/Vpc/FlowLog/IAMRole/ImportIAMRole",
960
+ "constructInfo": {
961
+ "fqn": "aws-cdk-lib.Resource",
962
+ "version": "2.118.0"
963
+ }
964
+ },
965
+ "Resource": {
966
+ "id": "Resource",
967
+ "path": "alblam-privateApiNewResources/Vpc/FlowLog/IAMRole/Resource",
968
+ "attributes": {
969
+ "aws:cdk:cloudformation:type": "AWS::IAM::Role",
970
+ "aws:cdk:cloudformation:props": {
971
+ "assumeRolePolicyDocument": {
972
+ "Statement": [
973
+ {
974
+ "Action": "sts:AssumeRole",
975
+ "Effect": "Allow",
976
+ "Principal": {
977
+ "Service": "vpc-flow-logs.amazonaws.com"
978
+ }
979
+ }
980
+ ],
981
+ "Version": "2012-10-17"
982
+ },
983
+ "tags": [
984
+ {
985
+ "key": "Name",
986
+ "value": "alblam-privateApiNewResources/Vpc/FlowLog"
987
+ }
988
+ ]
989
+ }
990
+ },
991
+ "constructInfo": {
992
+ "fqn": "aws-cdk-lib.aws_iam.CfnRole",
993
+ "version": "2.118.0"
994
+ }
995
+ },
996
+ "DefaultPolicy": {
997
+ "id": "DefaultPolicy",
998
+ "path": "alblam-privateApiNewResources/Vpc/FlowLog/IAMRole/DefaultPolicy",
999
+ "children": {
1000
+ "Resource": {
1001
+ "id": "Resource",
1002
+ "path": "alblam-privateApiNewResources/Vpc/FlowLog/IAMRole/DefaultPolicy/Resource",
1003
+ "attributes": {
1004
+ "aws:cdk:cloudformation:type": "AWS::IAM::Policy",
1005
+ "aws:cdk:cloudformation:props": {
1006
+ "policyDocument": {
1007
+ "Statement": [
1008
+ {
1009
+ "Action": [
1010
+ "logs:CreateLogStream",
1011
+ "logs:DescribeLogStreams",
1012
+ "logs:PutLogEvents"
1013
+ ],
1014
+ "Effect": "Allow",
1015
+ "Resource": {
1016
+ "Fn::GetAtt": [
1017
+ "VpcFlowLogLogGroup7B5C56B9",
1018
+ "Arn"
1019
+ ]
1020
+ }
1021
+ },
1022
+ {
1023
+ "Action": "iam:PassRole",
1024
+ "Effect": "Allow",
1025
+ "Resource": {
1026
+ "Fn::GetAtt": [
1027
+ "VpcFlowLogIAMRole6A475D41",
1028
+ "Arn"
1029
+ ]
1030
+ }
1031
+ }
1032
+ ],
1033
+ "Version": "2012-10-17"
1034
+ },
1035
+ "policyName": "VpcFlowLogIAMRoleDefaultPolicy406FB995",
1036
+ "roles": [
1037
+ {
1038
+ "Ref": "VpcFlowLogIAMRole6A475D41"
1039
+ }
1040
+ ]
1041
+ }
1042
+ },
1043
+ "constructInfo": {
1044
+ "fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
1045
+ "version": "2.118.0"
1046
+ }
1047
+ }
1048
+ },
1049
+ "constructInfo": {
1050
+ "fqn": "aws-cdk-lib.aws_iam.Policy",
1051
+ "version": "2.118.0"
1052
+ }
1053
+ }
1054
+ },
1055
+ "constructInfo": {
1056
+ "fqn": "aws-cdk-lib.aws_iam.Role",
1057
+ "version": "2.118.0"
1058
+ }
1059
+ },
1060
+ "LogGroup": {
1061
+ "id": "LogGroup",
1062
+ "path": "alblam-privateApiNewResources/Vpc/FlowLog/LogGroup",
1063
+ "children": {
1064
+ "Resource": {
1065
+ "id": "Resource",
1066
+ "path": "alblam-privateApiNewResources/Vpc/FlowLog/LogGroup/Resource",
1067
+ "attributes": {
1068
+ "aws:cdk:cloudformation:type": "AWS::Logs::LogGroup",
1069
+ "aws:cdk:cloudformation:props": {
1070
+ "retentionInDays": 731,
1071
+ "tags": [
1072
+ {
1073
+ "key": "Name",
1074
+ "value": "alblam-privateApiNewResources/Vpc/FlowLog"
1075
+ }
1076
+ ]
1077
+ }
1078
+ },
1079
+ "constructInfo": {
1080
+ "fqn": "aws-cdk-lib.aws_logs.CfnLogGroup",
1081
+ "version": "2.118.0"
1082
+ }
1083
+ }
1084
+ },
1085
+ "constructInfo": {
1086
+ "fqn": "aws-cdk-lib.aws_logs.LogGroup",
1087
+ "version": "2.118.0"
1088
+ }
1089
+ },
1090
+ "FlowLog": {
1091
+ "id": "FlowLog",
1092
+ "path": "alblam-privateApiNewResources/Vpc/FlowLog/FlowLog",
1093
+ "attributes": {
1094
+ "aws:cdk:cloudformation:type": "AWS::EC2::FlowLog",
1095
+ "aws:cdk:cloudformation:props": {
1096
+ "deliverLogsPermissionArn": {
1097
+ "Fn::GetAtt": [
1098
+ "VpcFlowLogIAMRole6A475D41",
1099
+ "Arn"
1100
+ ]
1101
+ },
1102
+ "logDestinationType": "cloud-watch-logs",
1103
+ "logGroupName": {
1104
+ "Ref": "VpcFlowLogLogGroup7B5C56B9"
1105
+ },
1106
+ "resourceId": {
1107
+ "Ref": "Vpc8378EB38"
1108
+ },
1109
+ "resourceType": "VPC",
1110
+ "tags": [
1111
+ {
1112
+ "key": "Name",
1113
+ "value": "alblam-privateApiNewResources/Vpc/FlowLog"
1114
+ }
1115
+ ],
1116
+ "trafficType": "ALL"
1117
+ }
1118
+ },
1119
+ "constructInfo": {
1120
+ "fqn": "aws-cdk-lib.aws_ec2.CfnFlowLog",
1121
+ "version": "2.118.0"
1122
+ }
1123
+ }
1124
+ },
1125
+ "constructInfo": {
1126
+ "fqn": "aws-cdk-lib.aws_ec2.FlowLog",
1127
+ "version": "2.118.0"
1128
+ }
1129
+ }
1130
+ },
1131
+ "constructInfo": {
1132
+ "fqn": "aws-cdk-lib.aws_ec2.Vpc",
1133
+ "version": "2.118.0"
1134
+ }
1135
+ },
1136
+ "Custom::VpcRestrictDefaultSGCustomResourceProvider": {
1137
+ "id": "Custom::VpcRestrictDefaultSGCustomResourceProvider",
1138
+ "path": "alblam-privateApiNewResources/Custom::VpcRestrictDefaultSGCustomResourceProvider",
1139
+ "children": {
1140
+ "Staging": {
1141
+ "id": "Staging",
1142
+ "path": "alblam-privateApiNewResources/Custom::VpcRestrictDefaultSGCustomResourceProvider/Staging",
1143
+ "constructInfo": {
1144
+ "fqn": "aws-cdk-lib.AssetStaging",
1145
+ "version": "2.118.0"
1146
+ }
1147
+ },
1148
+ "Role": {
1149
+ "id": "Role",
1150
+ "path": "alblam-privateApiNewResources/Custom::VpcRestrictDefaultSGCustomResourceProvider/Role",
1151
+ "constructInfo": {
1152
+ "fqn": "aws-cdk-lib.CfnResource",
1153
+ "version": "2.118.0"
1154
+ }
1155
+ },
1156
+ "Handler": {
1157
+ "id": "Handler",
1158
+ "path": "alblam-privateApiNewResources/Custom::VpcRestrictDefaultSGCustomResourceProvider/Handler",
1159
+ "constructInfo": {
1160
+ "fqn": "aws-cdk-lib.CfnResource",
1161
+ "version": "2.118.0"
1162
+ }
1163
+ }
1164
+ },
1165
+ "constructInfo": {
1166
+ "fqn": "aws-cdk-lib.CustomResourceProviderBase",
1167
+ "version": "2.118.0"
1168
+ }
1169
+ },
1170
+ "Custom::S3AutoDeleteObjectsCustomResourceProvider": {
1171
+ "id": "Custom::S3AutoDeleteObjectsCustomResourceProvider",
1172
+ "path": "alblam-privateApiNewResources/Custom::S3AutoDeleteObjectsCustomResourceProvider",
1173
+ "children": {
1174
+ "Staging": {
1175
+ "id": "Staging",
1176
+ "path": "alblam-privateApiNewResources/Custom::S3AutoDeleteObjectsCustomResourceProvider/Staging",
1177
+ "constructInfo": {
1178
+ "fqn": "aws-cdk-lib.AssetStaging",
1179
+ "version": "2.118.0"
1180
+ }
1181
+ },
1182
+ "Role": {
1183
+ "id": "Role",
1184
+ "path": "alblam-privateApiNewResources/Custom::S3AutoDeleteObjectsCustomResourceProvider/Role",
1185
+ "constructInfo": {
1186
+ "fqn": "aws-cdk-lib.CfnResource",
1187
+ "version": "2.118.0"
1188
+ }
1189
+ },
1190
+ "Handler": {
1191
+ "id": "Handler",
1192
+ "path": "alblam-privateApiNewResources/Custom::S3AutoDeleteObjectsCustomResourceProvider/Handler",
1193
+ "constructInfo": {
1194
+ "fqn": "aws-cdk-lib.CfnResource",
1195
+ "version": "2.118.0"
1196
+ }
1197
+ }
1198
+ },
1199
+ "constructInfo": {
1200
+ "fqn": "aws-cdk-lib.CustomResourceProviderBase",
1201
+ "version": "2.118.0"
1202
+ }
1203
+ },
1204
+ "Integ": {
1205
+ "id": "Integ",
1206
+ "path": "alblam-privateApiNewResources/Integ",
1207
+ "children": {
1208
+ "DefaultTest": {
1209
+ "id": "DefaultTest",
1210
+ "path": "alblam-privateApiNewResources/Integ/DefaultTest",
1211
+ "children": {
1212
+ "Default": {
1213
+ "id": "Default",
1214
+ "path": "alblam-privateApiNewResources/Integ/DefaultTest/Default",
1215
+ "constructInfo": {
1216
+ "fqn": "constructs.Construct",
1217
+ "version": "10.3.0"
1218
+ }
1219
+ },
1220
+ "DeployAssert": {
1221
+ "id": "DeployAssert",
1222
+ "path": "alblam-privateApiNewResources/Integ/DefaultTest/DeployAssert",
1223
+ "children": {
1224
+ "BootstrapVersion": {
1225
+ "id": "BootstrapVersion",
1226
+ "path": "alblam-privateApiNewResources/Integ/DefaultTest/DeployAssert/BootstrapVersion",
1227
+ "constructInfo": {
1228
+ "fqn": "aws-cdk-lib.CfnParameter",
1229
+ "version": "2.118.0"
1230
+ }
1231
+ },
1232
+ "CheckBootstrapVersion": {
1233
+ "id": "CheckBootstrapVersion",
1234
+ "path": "alblam-privateApiNewResources/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion",
1235
+ "constructInfo": {
1236
+ "fqn": "aws-cdk-lib.CfnRule",
1237
+ "version": "2.118.0"
1238
+ }
1239
+ }
1240
+ },
1241
+ "constructInfo": {
1242
+ "fqn": "aws-cdk-lib.Stack",
1243
+ "version": "2.118.0"
1244
+ }
1245
+ }
1246
+ },
1247
+ "constructInfo": {
1248
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTestCase",
1249
+ "version": "2.118.0-alpha.0"
1250
+ }
1251
+ }
1252
+ },
1253
+ "constructInfo": {
1254
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTest",
1255
+ "version": "2.118.0-alpha.0"
1256
+ }
1257
+ },
1258
+ "BootstrapVersion": {
1259
+ "id": "BootstrapVersion",
1260
+ "path": "alblam-privateApiNewResources/BootstrapVersion",
1261
+ "constructInfo": {
1262
+ "fqn": "aws-cdk-lib.CfnParameter",
1263
+ "version": "2.118.0"
1264
+ }
1265
+ },
1266
+ "CheckBootstrapVersion": {
1267
+ "id": "CheckBootstrapVersion",
1268
+ "path": "alblam-privateApiNewResources/CheckBootstrapVersion",
1269
+ "constructInfo": {
1270
+ "fqn": "aws-cdk-lib.CfnRule",
1271
+ "version": "2.118.0"
1272
+ }
1273
+ }
1274
+ },
1275
+ "constructInfo": {
1276
+ "fqn": "aws-cdk-lib.Stack",
1277
+ "version": "2.118.0"
1278
+ }
1279
+ },
1280
+ "Tree": {
1281
+ "id": "Tree",
1282
+ "path": "Tree",
1283
+ "constructInfo": {
1284
+ "fqn": "constructs.Construct",
1285
+ "version": "10.3.0"
1286
+ }
1287
+ }
1288
+ },
1289
+ "constructInfo": {
1290
+ "fqn": "aws-cdk-lib.App",
1291
+ "version": "2.118.0"
1292
+ }
1293
+ }
1294
+ }