@aws-solutions-constructs/aws-alb-lambda 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 (75) 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 +10 -9
  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,1708 @@
1
+ {
2
+ "version": "tree-0.1",
3
+ "tree": {
4
+ "id": "App",
5
+ "path": "",
6
+ "children": {
7
+ "alblam-privateApiExistingResources": {
8
+ "id": "alblam-privateApiExistingResources",
9
+ "path": "alblam-privateApiExistingResources",
10
+ "children": {
11
+ "Vpc": {
12
+ "id": "Vpc",
13
+ "path": "alblam-privateApiExistingResources/Vpc",
14
+ "children": {
15
+ "Resource": {
16
+ "id": "Resource",
17
+ "path": "alblam-privateApiExistingResources/Vpc/Resource",
18
+ "attributes": {
19
+ "aws:cdk:cloudformation:type": "AWS::EC2::VPC",
20
+ "aws:cdk:cloudformation:props": {
21
+ "cidrBlock": "172.168.0.0/16",
22
+ "enableDnsHostnames": true,
23
+ "enableDnsSupport": true,
24
+ "instanceTenancy": "default",
25
+ "tags": [
26
+ {
27
+ "key": "Name",
28
+ "value": "alblam-privateApiExistingResources/Vpc"
29
+ }
30
+ ]
31
+ }
32
+ },
33
+ "constructInfo": {
34
+ "fqn": "aws-cdk-lib.aws_ec2.CfnVPC",
35
+ "version": "2.118.0"
36
+ }
37
+ },
38
+ "PublicSubnet1": {
39
+ "id": "PublicSubnet1",
40
+ "path": "alblam-privateApiExistingResources/Vpc/PublicSubnet1",
41
+ "children": {
42
+ "Subnet": {
43
+ "id": "Subnet",
44
+ "path": "alblam-privateApiExistingResources/Vpc/PublicSubnet1/Subnet",
45
+ "attributes": {
46
+ "aws:cdk:cloudformation:type": "AWS::EC2::Subnet",
47
+ "aws:cdk:cloudformation:props": {
48
+ "availabilityZone": {
49
+ "Fn::Select": [
50
+ 0,
51
+ {
52
+ "Fn::GetAZs": ""
53
+ }
54
+ ]
55
+ },
56
+ "cidrBlock": "172.168.0.0/18",
57
+ "mapPublicIpOnLaunch": true,
58
+ "tags": [
59
+ {
60
+ "key": "aws-cdk:subnet-name",
61
+ "value": "Public"
62
+ },
63
+ {
64
+ "key": "aws-cdk:subnet-type",
65
+ "value": "Public"
66
+ },
67
+ {
68
+ "key": "Name",
69
+ "value": "alblam-privateApiExistingResources/Vpc/PublicSubnet1"
70
+ }
71
+ ],
72
+ "vpcId": {
73
+ "Ref": "Vpc8378EB38"
74
+ }
75
+ }
76
+ },
77
+ "constructInfo": {
78
+ "fqn": "aws-cdk-lib.aws_ec2.CfnSubnet",
79
+ "version": "2.118.0"
80
+ }
81
+ },
82
+ "Acl": {
83
+ "id": "Acl",
84
+ "path": "alblam-privateApiExistingResources/Vpc/PublicSubnet1/Acl",
85
+ "constructInfo": {
86
+ "fqn": "aws-cdk-lib.Resource",
87
+ "version": "2.118.0"
88
+ }
89
+ },
90
+ "RouteTable": {
91
+ "id": "RouteTable",
92
+ "path": "alblam-privateApiExistingResources/Vpc/PublicSubnet1/RouteTable",
93
+ "attributes": {
94
+ "aws:cdk:cloudformation:type": "AWS::EC2::RouteTable",
95
+ "aws:cdk:cloudformation:props": {
96
+ "tags": [
97
+ {
98
+ "key": "Name",
99
+ "value": "alblam-privateApiExistingResources/Vpc/PublicSubnet1"
100
+ }
101
+ ],
102
+ "vpcId": {
103
+ "Ref": "Vpc8378EB38"
104
+ }
105
+ }
106
+ },
107
+ "constructInfo": {
108
+ "fqn": "aws-cdk-lib.aws_ec2.CfnRouteTable",
109
+ "version": "2.118.0"
110
+ }
111
+ },
112
+ "RouteTableAssociation": {
113
+ "id": "RouteTableAssociation",
114
+ "path": "alblam-privateApiExistingResources/Vpc/PublicSubnet1/RouteTableAssociation",
115
+ "attributes": {
116
+ "aws:cdk:cloudformation:type": "AWS::EC2::SubnetRouteTableAssociation",
117
+ "aws:cdk:cloudformation:props": {
118
+ "routeTableId": {
119
+ "Ref": "VpcPublicSubnet1RouteTable6C95E38E"
120
+ },
121
+ "subnetId": {
122
+ "Ref": "VpcPublicSubnet1Subnet5C2D37C4"
123
+ }
124
+ }
125
+ },
126
+ "constructInfo": {
127
+ "fqn": "aws-cdk-lib.aws_ec2.CfnSubnetRouteTableAssociation",
128
+ "version": "2.118.0"
129
+ }
130
+ },
131
+ "DefaultRoute": {
132
+ "id": "DefaultRoute",
133
+ "path": "alblam-privateApiExistingResources/Vpc/PublicSubnet1/DefaultRoute",
134
+ "attributes": {
135
+ "aws:cdk:cloudformation:type": "AWS::EC2::Route",
136
+ "aws:cdk:cloudformation:props": {
137
+ "destinationCidrBlock": "0.0.0.0/0",
138
+ "gatewayId": {
139
+ "Ref": "VpcIGWD7BA715C"
140
+ },
141
+ "routeTableId": {
142
+ "Ref": "VpcPublicSubnet1RouteTable6C95E38E"
143
+ }
144
+ }
145
+ },
146
+ "constructInfo": {
147
+ "fqn": "aws-cdk-lib.aws_ec2.CfnRoute",
148
+ "version": "2.118.0"
149
+ }
150
+ },
151
+ "EIP": {
152
+ "id": "EIP",
153
+ "path": "alblam-privateApiExistingResources/Vpc/PublicSubnet1/EIP",
154
+ "attributes": {
155
+ "aws:cdk:cloudformation:type": "AWS::EC2::EIP",
156
+ "aws:cdk:cloudformation:props": {
157
+ "domain": "vpc",
158
+ "tags": [
159
+ {
160
+ "key": "Name",
161
+ "value": "alblam-privateApiExistingResources/Vpc/PublicSubnet1"
162
+ }
163
+ ]
164
+ }
165
+ },
166
+ "constructInfo": {
167
+ "fqn": "aws-cdk-lib.aws_ec2.CfnEIP",
168
+ "version": "2.118.0"
169
+ }
170
+ },
171
+ "NATGateway": {
172
+ "id": "NATGateway",
173
+ "path": "alblam-privateApiExistingResources/Vpc/PublicSubnet1/NATGateway",
174
+ "attributes": {
175
+ "aws:cdk:cloudformation:type": "AWS::EC2::NatGateway",
176
+ "aws:cdk:cloudformation:props": {
177
+ "allocationId": {
178
+ "Fn::GetAtt": [
179
+ "VpcPublicSubnet1EIPD7E02669",
180
+ "AllocationId"
181
+ ]
182
+ },
183
+ "subnetId": {
184
+ "Ref": "VpcPublicSubnet1Subnet5C2D37C4"
185
+ },
186
+ "tags": [
187
+ {
188
+ "key": "Name",
189
+ "value": "alblam-privateApiExistingResources/Vpc/PublicSubnet1"
190
+ }
191
+ ]
192
+ }
193
+ },
194
+ "constructInfo": {
195
+ "fqn": "aws-cdk-lib.aws_ec2.CfnNatGateway",
196
+ "version": "2.118.0"
197
+ }
198
+ }
199
+ },
200
+ "constructInfo": {
201
+ "fqn": "aws-cdk-lib.aws_ec2.PublicSubnet",
202
+ "version": "2.118.0"
203
+ }
204
+ },
205
+ "PublicSubnet2": {
206
+ "id": "PublicSubnet2",
207
+ "path": "alblam-privateApiExistingResources/Vpc/PublicSubnet2",
208
+ "children": {
209
+ "Subnet": {
210
+ "id": "Subnet",
211
+ "path": "alblam-privateApiExistingResources/Vpc/PublicSubnet2/Subnet",
212
+ "attributes": {
213
+ "aws:cdk:cloudformation:type": "AWS::EC2::Subnet",
214
+ "aws:cdk:cloudformation:props": {
215
+ "availabilityZone": {
216
+ "Fn::Select": [
217
+ 1,
218
+ {
219
+ "Fn::GetAZs": ""
220
+ }
221
+ ]
222
+ },
223
+ "cidrBlock": "172.168.64.0/18",
224
+ "mapPublicIpOnLaunch": true,
225
+ "tags": [
226
+ {
227
+ "key": "aws-cdk:subnet-name",
228
+ "value": "Public"
229
+ },
230
+ {
231
+ "key": "aws-cdk:subnet-type",
232
+ "value": "Public"
233
+ },
234
+ {
235
+ "key": "Name",
236
+ "value": "alblam-privateApiExistingResources/Vpc/PublicSubnet2"
237
+ }
238
+ ],
239
+ "vpcId": {
240
+ "Ref": "Vpc8378EB38"
241
+ }
242
+ }
243
+ },
244
+ "constructInfo": {
245
+ "fqn": "aws-cdk-lib.aws_ec2.CfnSubnet",
246
+ "version": "2.118.0"
247
+ }
248
+ },
249
+ "Acl": {
250
+ "id": "Acl",
251
+ "path": "alblam-privateApiExistingResources/Vpc/PublicSubnet2/Acl",
252
+ "constructInfo": {
253
+ "fqn": "aws-cdk-lib.Resource",
254
+ "version": "2.118.0"
255
+ }
256
+ },
257
+ "RouteTable": {
258
+ "id": "RouteTable",
259
+ "path": "alblam-privateApiExistingResources/Vpc/PublicSubnet2/RouteTable",
260
+ "attributes": {
261
+ "aws:cdk:cloudformation:type": "AWS::EC2::RouteTable",
262
+ "aws:cdk:cloudformation:props": {
263
+ "tags": [
264
+ {
265
+ "key": "Name",
266
+ "value": "alblam-privateApiExistingResources/Vpc/PublicSubnet2"
267
+ }
268
+ ],
269
+ "vpcId": {
270
+ "Ref": "Vpc8378EB38"
271
+ }
272
+ }
273
+ },
274
+ "constructInfo": {
275
+ "fqn": "aws-cdk-lib.aws_ec2.CfnRouteTable",
276
+ "version": "2.118.0"
277
+ }
278
+ },
279
+ "RouteTableAssociation": {
280
+ "id": "RouteTableAssociation",
281
+ "path": "alblam-privateApiExistingResources/Vpc/PublicSubnet2/RouteTableAssociation",
282
+ "attributes": {
283
+ "aws:cdk:cloudformation:type": "AWS::EC2::SubnetRouteTableAssociation",
284
+ "aws:cdk:cloudformation:props": {
285
+ "routeTableId": {
286
+ "Ref": "VpcPublicSubnet2RouteTable94F7E489"
287
+ },
288
+ "subnetId": {
289
+ "Ref": "VpcPublicSubnet2Subnet691E08A3"
290
+ }
291
+ }
292
+ },
293
+ "constructInfo": {
294
+ "fqn": "aws-cdk-lib.aws_ec2.CfnSubnetRouteTableAssociation",
295
+ "version": "2.118.0"
296
+ }
297
+ },
298
+ "DefaultRoute": {
299
+ "id": "DefaultRoute",
300
+ "path": "alblam-privateApiExistingResources/Vpc/PublicSubnet2/DefaultRoute",
301
+ "attributes": {
302
+ "aws:cdk:cloudformation:type": "AWS::EC2::Route",
303
+ "aws:cdk:cloudformation:props": {
304
+ "destinationCidrBlock": "0.0.0.0/0",
305
+ "gatewayId": {
306
+ "Ref": "VpcIGWD7BA715C"
307
+ },
308
+ "routeTableId": {
309
+ "Ref": "VpcPublicSubnet2RouteTable94F7E489"
310
+ }
311
+ }
312
+ },
313
+ "constructInfo": {
314
+ "fqn": "aws-cdk-lib.aws_ec2.CfnRoute",
315
+ "version": "2.118.0"
316
+ }
317
+ },
318
+ "EIP": {
319
+ "id": "EIP",
320
+ "path": "alblam-privateApiExistingResources/Vpc/PublicSubnet2/EIP",
321
+ "attributes": {
322
+ "aws:cdk:cloudformation:type": "AWS::EC2::EIP",
323
+ "aws:cdk:cloudformation:props": {
324
+ "domain": "vpc",
325
+ "tags": [
326
+ {
327
+ "key": "Name",
328
+ "value": "alblam-privateApiExistingResources/Vpc/PublicSubnet2"
329
+ }
330
+ ]
331
+ }
332
+ },
333
+ "constructInfo": {
334
+ "fqn": "aws-cdk-lib.aws_ec2.CfnEIP",
335
+ "version": "2.118.0"
336
+ }
337
+ },
338
+ "NATGateway": {
339
+ "id": "NATGateway",
340
+ "path": "alblam-privateApiExistingResources/Vpc/PublicSubnet2/NATGateway",
341
+ "attributes": {
342
+ "aws:cdk:cloudformation:type": "AWS::EC2::NatGateway",
343
+ "aws:cdk:cloudformation:props": {
344
+ "allocationId": {
345
+ "Fn::GetAtt": [
346
+ "VpcPublicSubnet2EIP3C605A87",
347
+ "AllocationId"
348
+ ]
349
+ },
350
+ "subnetId": {
351
+ "Ref": "VpcPublicSubnet2Subnet691E08A3"
352
+ },
353
+ "tags": [
354
+ {
355
+ "key": "Name",
356
+ "value": "alblam-privateApiExistingResources/Vpc/PublicSubnet2"
357
+ }
358
+ ]
359
+ }
360
+ },
361
+ "constructInfo": {
362
+ "fqn": "aws-cdk-lib.aws_ec2.CfnNatGateway",
363
+ "version": "2.118.0"
364
+ }
365
+ }
366
+ },
367
+ "constructInfo": {
368
+ "fqn": "aws-cdk-lib.aws_ec2.PublicSubnet",
369
+ "version": "2.118.0"
370
+ }
371
+ },
372
+ "PrivateSubnet1": {
373
+ "id": "PrivateSubnet1",
374
+ "path": "alblam-privateApiExistingResources/Vpc/PrivateSubnet1",
375
+ "children": {
376
+ "Subnet": {
377
+ "id": "Subnet",
378
+ "path": "alblam-privateApiExistingResources/Vpc/PrivateSubnet1/Subnet",
379
+ "attributes": {
380
+ "aws:cdk:cloudformation:type": "AWS::EC2::Subnet",
381
+ "aws:cdk:cloudformation:props": {
382
+ "availabilityZone": {
383
+ "Fn::Select": [
384
+ 0,
385
+ {
386
+ "Fn::GetAZs": ""
387
+ }
388
+ ]
389
+ },
390
+ "cidrBlock": "172.168.128.0/18",
391
+ "mapPublicIpOnLaunch": false,
392
+ "tags": [
393
+ {
394
+ "key": "aws-cdk:subnet-name",
395
+ "value": "Private"
396
+ },
397
+ {
398
+ "key": "aws-cdk:subnet-type",
399
+ "value": "Private"
400
+ },
401
+ {
402
+ "key": "Name",
403
+ "value": "alblam-privateApiExistingResources/Vpc/PrivateSubnet1"
404
+ }
405
+ ],
406
+ "vpcId": {
407
+ "Ref": "Vpc8378EB38"
408
+ }
409
+ }
410
+ },
411
+ "constructInfo": {
412
+ "fqn": "aws-cdk-lib.aws_ec2.CfnSubnet",
413
+ "version": "2.118.0"
414
+ }
415
+ },
416
+ "Acl": {
417
+ "id": "Acl",
418
+ "path": "alblam-privateApiExistingResources/Vpc/PrivateSubnet1/Acl",
419
+ "constructInfo": {
420
+ "fqn": "aws-cdk-lib.Resource",
421
+ "version": "2.118.0"
422
+ }
423
+ },
424
+ "RouteTable": {
425
+ "id": "RouteTable",
426
+ "path": "alblam-privateApiExistingResources/Vpc/PrivateSubnet1/RouteTable",
427
+ "attributes": {
428
+ "aws:cdk:cloudformation:type": "AWS::EC2::RouteTable",
429
+ "aws:cdk:cloudformation:props": {
430
+ "tags": [
431
+ {
432
+ "key": "Name",
433
+ "value": "alblam-privateApiExistingResources/Vpc/PrivateSubnet1"
434
+ }
435
+ ],
436
+ "vpcId": {
437
+ "Ref": "Vpc8378EB38"
438
+ }
439
+ }
440
+ },
441
+ "constructInfo": {
442
+ "fqn": "aws-cdk-lib.aws_ec2.CfnRouteTable",
443
+ "version": "2.118.0"
444
+ }
445
+ },
446
+ "RouteTableAssociation": {
447
+ "id": "RouteTableAssociation",
448
+ "path": "alblam-privateApiExistingResources/Vpc/PrivateSubnet1/RouteTableAssociation",
449
+ "attributes": {
450
+ "aws:cdk:cloudformation:type": "AWS::EC2::SubnetRouteTableAssociation",
451
+ "aws:cdk:cloudformation:props": {
452
+ "routeTableId": {
453
+ "Ref": "VpcPrivateSubnet1RouteTableB2C5B500"
454
+ },
455
+ "subnetId": {
456
+ "Ref": "VpcPrivateSubnet1Subnet536B997A"
457
+ }
458
+ }
459
+ },
460
+ "constructInfo": {
461
+ "fqn": "aws-cdk-lib.aws_ec2.CfnSubnetRouteTableAssociation",
462
+ "version": "2.118.0"
463
+ }
464
+ },
465
+ "DefaultRoute": {
466
+ "id": "DefaultRoute",
467
+ "path": "alblam-privateApiExistingResources/Vpc/PrivateSubnet1/DefaultRoute",
468
+ "attributes": {
469
+ "aws:cdk:cloudformation:type": "AWS::EC2::Route",
470
+ "aws:cdk:cloudformation:props": {
471
+ "destinationCidrBlock": "0.0.0.0/0",
472
+ "natGatewayId": {
473
+ "Ref": "VpcPublicSubnet1NATGateway4D7517AA"
474
+ },
475
+ "routeTableId": {
476
+ "Ref": "VpcPrivateSubnet1RouteTableB2C5B500"
477
+ }
478
+ }
479
+ },
480
+ "constructInfo": {
481
+ "fqn": "aws-cdk-lib.aws_ec2.CfnRoute",
482
+ "version": "2.118.0"
483
+ }
484
+ }
485
+ },
486
+ "constructInfo": {
487
+ "fqn": "aws-cdk-lib.aws_ec2.PrivateSubnet",
488
+ "version": "2.118.0"
489
+ }
490
+ },
491
+ "PrivateSubnet2": {
492
+ "id": "PrivateSubnet2",
493
+ "path": "alblam-privateApiExistingResources/Vpc/PrivateSubnet2",
494
+ "children": {
495
+ "Subnet": {
496
+ "id": "Subnet",
497
+ "path": "alblam-privateApiExistingResources/Vpc/PrivateSubnet2/Subnet",
498
+ "attributes": {
499
+ "aws:cdk:cloudformation:type": "AWS::EC2::Subnet",
500
+ "aws:cdk:cloudformation:props": {
501
+ "availabilityZone": {
502
+ "Fn::Select": [
503
+ 1,
504
+ {
505
+ "Fn::GetAZs": ""
506
+ }
507
+ ]
508
+ },
509
+ "cidrBlock": "172.168.192.0/18",
510
+ "mapPublicIpOnLaunch": false,
511
+ "tags": [
512
+ {
513
+ "key": "aws-cdk:subnet-name",
514
+ "value": "Private"
515
+ },
516
+ {
517
+ "key": "aws-cdk:subnet-type",
518
+ "value": "Private"
519
+ },
520
+ {
521
+ "key": "Name",
522
+ "value": "alblam-privateApiExistingResources/Vpc/PrivateSubnet2"
523
+ }
524
+ ],
525
+ "vpcId": {
526
+ "Ref": "Vpc8378EB38"
527
+ }
528
+ }
529
+ },
530
+ "constructInfo": {
531
+ "fqn": "aws-cdk-lib.aws_ec2.CfnSubnet",
532
+ "version": "2.118.0"
533
+ }
534
+ },
535
+ "Acl": {
536
+ "id": "Acl",
537
+ "path": "alblam-privateApiExistingResources/Vpc/PrivateSubnet2/Acl",
538
+ "constructInfo": {
539
+ "fqn": "aws-cdk-lib.Resource",
540
+ "version": "2.118.0"
541
+ }
542
+ },
543
+ "RouteTable": {
544
+ "id": "RouteTable",
545
+ "path": "alblam-privateApiExistingResources/Vpc/PrivateSubnet2/RouteTable",
546
+ "attributes": {
547
+ "aws:cdk:cloudformation:type": "AWS::EC2::RouteTable",
548
+ "aws:cdk:cloudformation:props": {
549
+ "tags": [
550
+ {
551
+ "key": "Name",
552
+ "value": "alblam-privateApiExistingResources/Vpc/PrivateSubnet2"
553
+ }
554
+ ],
555
+ "vpcId": {
556
+ "Ref": "Vpc8378EB38"
557
+ }
558
+ }
559
+ },
560
+ "constructInfo": {
561
+ "fqn": "aws-cdk-lib.aws_ec2.CfnRouteTable",
562
+ "version": "2.118.0"
563
+ }
564
+ },
565
+ "RouteTableAssociation": {
566
+ "id": "RouteTableAssociation",
567
+ "path": "alblam-privateApiExistingResources/Vpc/PrivateSubnet2/RouteTableAssociation",
568
+ "attributes": {
569
+ "aws:cdk:cloudformation:type": "AWS::EC2::SubnetRouteTableAssociation",
570
+ "aws:cdk:cloudformation:props": {
571
+ "routeTableId": {
572
+ "Ref": "VpcPrivateSubnet2RouteTableA678073B"
573
+ },
574
+ "subnetId": {
575
+ "Ref": "VpcPrivateSubnet2Subnet3788AAA1"
576
+ }
577
+ }
578
+ },
579
+ "constructInfo": {
580
+ "fqn": "aws-cdk-lib.aws_ec2.CfnSubnetRouteTableAssociation",
581
+ "version": "2.118.0"
582
+ }
583
+ },
584
+ "DefaultRoute": {
585
+ "id": "DefaultRoute",
586
+ "path": "alblam-privateApiExistingResources/Vpc/PrivateSubnet2/DefaultRoute",
587
+ "attributes": {
588
+ "aws:cdk:cloudformation:type": "AWS::EC2::Route",
589
+ "aws:cdk:cloudformation:props": {
590
+ "destinationCidrBlock": "0.0.0.0/0",
591
+ "natGatewayId": {
592
+ "Ref": "VpcPublicSubnet2NATGateway9182C01D"
593
+ },
594
+ "routeTableId": {
595
+ "Ref": "VpcPrivateSubnet2RouteTableA678073B"
596
+ }
597
+ }
598
+ },
599
+ "constructInfo": {
600
+ "fqn": "aws-cdk-lib.aws_ec2.CfnRoute",
601
+ "version": "2.118.0"
602
+ }
603
+ }
604
+ },
605
+ "constructInfo": {
606
+ "fqn": "aws-cdk-lib.aws_ec2.PrivateSubnet",
607
+ "version": "2.118.0"
608
+ }
609
+ },
610
+ "IGW": {
611
+ "id": "IGW",
612
+ "path": "alblam-privateApiExistingResources/Vpc/IGW",
613
+ "attributes": {
614
+ "aws:cdk:cloudformation:type": "AWS::EC2::InternetGateway",
615
+ "aws:cdk:cloudformation:props": {
616
+ "tags": [
617
+ {
618
+ "key": "Name",
619
+ "value": "alblam-privateApiExistingResources/Vpc"
620
+ }
621
+ ]
622
+ }
623
+ },
624
+ "constructInfo": {
625
+ "fqn": "aws-cdk-lib.aws_ec2.CfnInternetGateway",
626
+ "version": "2.118.0"
627
+ }
628
+ },
629
+ "VPCGW": {
630
+ "id": "VPCGW",
631
+ "path": "alblam-privateApiExistingResources/Vpc/VPCGW",
632
+ "attributes": {
633
+ "aws:cdk:cloudformation:type": "AWS::EC2::VPCGatewayAttachment",
634
+ "aws:cdk:cloudformation:props": {
635
+ "internetGatewayId": {
636
+ "Ref": "VpcIGWD7BA715C"
637
+ },
638
+ "vpcId": {
639
+ "Ref": "Vpc8378EB38"
640
+ }
641
+ }
642
+ },
643
+ "constructInfo": {
644
+ "fqn": "aws-cdk-lib.aws_ec2.CfnVPCGatewayAttachment",
645
+ "version": "2.118.0"
646
+ }
647
+ },
648
+ "RestrictDefaultSecurityGroupCustomResource": {
649
+ "id": "RestrictDefaultSecurityGroupCustomResource",
650
+ "path": "alblam-privateApiExistingResources/Vpc/RestrictDefaultSecurityGroupCustomResource",
651
+ "children": {
652
+ "Default": {
653
+ "id": "Default",
654
+ "path": "alblam-privateApiExistingResources/Vpc/RestrictDefaultSecurityGroupCustomResource/Default",
655
+ "constructInfo": {
656
+ "fqn": "aws-cdk-lib.CfnResource",
657
+ "version": "2.118.0"
658
+ }
659
+ }
660
+ },
661
+ "constructInfo": {
662
+ "fqn": "aws-cdk-lib.CustomResource",
663
+ "version": "2.118.0"
664
+ }
665
+ },
666
+ "FlowLog": {
667
+ "id": "FlowLog",
668
+ "path": "alblam-privateApiExistingResources/Vpc/FlowLog",
669
+ "children": {
670
+ "IAMRole": {
671
+ "id": "IAMRole",
672
+ "path": "alblam-privateApiExistingResources/Vpc/FlowLog/IAMRole",
673
+ "children": {
674
+ "ImportIAMRole": {
675
+ "id": "ImportIAMRole",
676
+ "path": "alblam-privateApiExistingResources/Vpc/FlowLog/IAMRole/ImportIAMRole",
677
+ "constructInfo": {
678
+ "fqn": "aws-cdk-lib.Resource",
679
+ "version": "2.118.0"
680
+ }
681
+ },
682
+ "Resource": {
683
+ "id": "Resource",
684
+ "path": "alblam-privateApiExistingResources/Vpc/FlowLog/IAMRole/Resource",
685
+ "attributes": {
686
+ "aws:cdk:cloudformation:type": "AWS::IAM::Role",
687
+ "aws:cdk:cloudformation:props": {
688
+ "assumeRolePolicyDocument": {
689
+ "Statement": [
690
+ {
691
+ "Action": "sts:AssumeRole",
692
+ "Effect": "Allow",
693
+ "Principal": {
694
+ "Service": "vpc-flow-logs.amazonaws.com"
695
+ }
696
+ }
697
+ ],
698
+ "Version": "2012-10-17"
699
+ },
700
+ "tags": [
701
+ {
702
+ "key": "Name",
703
+ "value": "alblam-privateApiExistingResources/Vpc/FlowLog"
704
+ }
705
+ ]
706
+ }
707
+ },
708
+ "constructInfo": {
709
+ "fqn": "aws-cdk-lib.aws_iam.CfnRole",
710
+ "version": "2.118.0"
711
+ }
712
+ },
713
+ "DefaultPolicy": {
714
+ "id": "DefaultPolicy",
715
+ "path": "alblam-privateApiExistingResources/Vpc/FlowLog/IAMRole/DefaultPolicy",
716
+ "children": {
717
+ "Resource": {
718
+ "id": "Resource",
719
+ "path": "alblam-privateApiExistingResources/Vpc/FlowLog/IAMRole/DefaultPolicy/Resource",
720
+ "attributes": {
721
+ "aws:cdk:cloudformation:type": "AWS::IAM::Policy",
722
+ "aws:cdk:cloudformation:props": {
723
+ "policyDocument": {
724
+ "Statement": [
725
+ {
726
+ "Action": [
727
+ "logs:CreateLogStream",
728
+ "logs:DescribeLogStreams",
729
+ "logs:PutLogEvents"
730
+ ],
731
+ "Effect": "Allow",
732
+ "Resource": {
733
+ "Fn::GetAtt": [
734
+ "VpcFlowLogLogGroup7B5C56B9",
735
+ "Arn"
736
+ ]
737
+ }
738
+ },
739
+ {
740
+ "Action": "iam:PassRole",
741
+ "Effect": "Allow",
742
+ "Resource": {
743
+ "Fn::GetAtt": [
744
+ "VpcFlowLogIAMRole6A475D41",
745
+ "Arn"
746
+ ]
747
+ }
748
+ }
749
+ ],
750
+ "Version": "2012-10-17"
751
+ },
752
+ "policyName": "VpcFlowLogIAMRoleDefaultPolicy406FB995",
753
+ "roles": [
754
+ {
755
+ "Ref": "VpcFlowLogIAMRole6A475D41"
756
+ }
757
+ ]
758
+ }
759
+ },
760
+ "constructInfo": {
761
+ "fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
762
+ "version": "2.118.0"
763
+ }
764
+ }
765
+ },
766
+ "constructInfo": {
767
+ "fqn": "aws-cdk-lib.aws_iam.Policy",
768
+ "version": "2.118.0"
769
+ }
770
+ }
771
+ },
772
+ "constructInfo": {
773
+ "fqn": "aws-cdk-lib.aws_iam.Role",
774
+ "version": "2.118.0"
775
+ }
776
+ },
777
+ "LogGroup": {
778
+ "id": "LogGroup",
779
+ "path": "alblam-privateApiExistingResources/Vpc/FlowLog/LogGroup",
780
+ "children": {
781
+ "Resource": {
782
+ "id": "Resource",
783
+ "path": "alblam-privateApiExistingResources/Vpc/FlowLog/LogGroup/Resource",
784
+ "attributes": {
785
+ "aws:cdk:cloudformation:type": "AWS::Logs::LogGroup",
786
+ "aws:cdk:cloudformation:props": {
787
+ "retentionInDays": 731,
788
+ "tags": [
789
+ {
790
+ "key": "Name",
791
+ "value": "alblam-privateApiExistingResources/Vpc/FlowLog"
792
+ }
793
+ ]
794
+ }
795
+ },
796
+ "constructInfo": {
797
+ "fqn": "aws-cdk-lib.aws_logs.CfnLogGroup",
798
+ "version": "2.118.0"
799
+ }
800
+ }
801
+ },
802
+ "constructInfo": {
803
+ "fqn": "aws-cdk-lib.aws_logs.LogGroup",
804
+ "version": "2.118.0"
805
+ }
806
+ },
807
+ "FlowLog": {
808
+ "id": "FlowLog",
809
+ "path": "alblam-privateApiExistingResources/Vpc/FlowLog/FlowLog",
810
+ "attributes": {
811
+ "aws:cdk:cloudformation:type": "AWS::EC2::FlowLog",
812
+ "aws:cdk:cloudformation:props": {
813
+ "deliverLogsPermissionArn": {
814
+ "Fn::GetAtt": [
815
+ "VpcFlowLogIAMRole6A475D41",
816
+ "Arn"
817
+ ]
818
+ },
819
+ "logDestinationType": "cloud-watch-logs",
820
+ "logGroupName": {
821
+ "Ref": "VpcFlowLogLogGroup7B5C56B9"
822
+ },
823
+ "resourceId": {
824
+ "Ref": "Vpc8378EB38"
825
+ },
826
+ "resourceType": "VPC",
827
+ "tags": [
828
+ {
829
+ "key": "Name",
830
+ "value": "alblam-privateApiExistingResources/Vpc/FlowLog"
831
+ }
832
+ ],
833
+ "trafficType": "ALL"
834
+ }
835
+ },
836
+ "constructInfo": {
837
+ "fqn": "aws-cdk-lib.aws_ec2.CfnFlowLog",
838
+ "version": "2.118.0"
839
+ }
840
+ }
841
+ },
842
+ "constructInfo": {
843
+ "fqn": "aws-cdk-lib.aws_ec2.FlowLog",
844
+ "version": "2.118.0"
845
+ }
846
+ }
847
+ },
848
+ "constructInfo": {
849
+ "fqn": "aws-cdk-lib.aws_ec2.Vpc",
850
+ "version": "2.118.0"
851
+ }
852
+ },
853
+ "Custom::VpcRestrictDefaultSGCustomResourceProvider": {
854
+ "id": "Custom::VpcRestrictDefaultSGCustomResourceProvider",
855
+ "path": "alblam-privateApiExistingResources/Custom::VpcRestrictDefaultSGCustomResourceProvider",
856
+ "children": {
857
+ "Staging": {
858
+ "id": "Staging",
859
+ "path": "alblam-privateApiExistingResources/Custom::VpcRestrictDefaultSGCustomResourceProvider/Staging",
860
+ "constructInfo": {
861
+ "fqn": "aws-cdk-lib.AssetStaging",
862
+ "version": "2.118.0"
863
+ }
864
+ },
865
+ "Role": {
866
+ "id": "Role",
867
+ "path": "alblam-privateApiExistingResources/Custom::VpcRestrictDefaultSGCustomResourceProvider/Role",
868
+ "constructInfo": {
869
+ "fqn": "aws-cdk-lib.CfnResource",
870
+ "version": "2.118.0"
871
+ }
872
+ },
873
+ "Handler": {
874
+ "id": "Handler",
875
+ "path": "alblam-privateApiExistingResources/Custom::VpcRestrictDefaultSGCustomResourceProvider/Handler",
876
+ "constructInfo": {
877
+ "fqn": "aws-cdk-lib.CfnResource",
878
+ "version": "2.118.0"
879
+ }
880
+ }
881
+ },
882
+ "constructInfo": {
883
+ "fqn": "aws-cdk-lib.CustomResourceProviderBase",
884
+ "version": "2.118.0"
885
+ }
886
+ },
887
+ "lambda-sg": {
888
+ "id": "lambda-sg",
889
+ "path": "alblam-privateApiExistingResources/lambda-sg",
890
+ "children": {
891
+ "Resource": {
892
+ "id": "Resource",
893
+ "path": "alblam-privateApiExistingResources/lambda-sg/Resource",
894
+ "attributes": {
895
+ "aws:cdk:cloudformation:type": "AWS::EC2::SecurityGroup",
896
+ "aws:cdk:cloudformation:props": {
897
+ "groupDescription": "alblam-privateApiExistingResources/lambda-sg",
898
+ "securityGroupEgress": [
899
+ {
900
+ "cidrIp": "255.255.255.255/32",
901
+ "description": "Disallow all traffic",
902
+ "ipProtocol": "icmp",
903
+ "fromPort": 252,
904
+ "toPort": 86
905
+ }
906
+ ],
907
+ "vpcId": {
908
+ "Ref": "Vpc8378EB38"
909
+ }
910
+ }
911
+ },
912
+ "constructInfo": {
913
+ "fqn": "aws-cdk-lib.aws_ec2.CfnSecurityGroup",
914
+ "version": "2.118.0"
915
+ }
916
+ }
917
+ },
918
+ "constructInfo": {
919
+ "fqn": "aws-cdk-lib.aws_ec2.SecurityGroup",
920
+ "version": "2.118.0"
921
+ }
922
+ },
923
+ "LambdaFunctionServiceRole": {
924
+ "id": "LambdaFunctionServiceRole",
925
+ "path": "alblam-privateApiExistingResources/LambdaFunctionServiceRole",
926
+ "children": {
927
+ "ImportLambdaFunctionServiceRole": {
928
+ "id": "ImportLambdaFunctionServiceRole",
929
+ "path": "alblam-privateApiExistingResources/LambdaFunctionServiceRole/ImportLambdaFunctionServiceRole",
930
+ "constructInfo": {
931
+ "fqn": "aws-cdk-lib.Resource",
932
+ "version": "2.118.0"
933
+ }
934
+ },
935
+ "Resource": {
936
+ "id": "Resource",
937
+ "path": "alblam-privateApiExistingResources/LambdaFunctionServiceRole/Resource",
938
+ "attributes": {
939
+ "aws:cdk:cloudformation:type": "AWS::IAM::Role",
940
+ "aws:cdk:cloudformation:props": {
941
+ "assumeRolePolicyDocument": {
942
+ "Statement": [
943
+ {
944
+ "Action": "sts:AssumeRole",
945
+ "Effect": "Allow",
946
+ "Principal": {
947
+ "Service": "lambda.amazonaws.com"
948
+ }
949
+ }
950
+ ],
951
+ "Version": "2012-10-17"
952
+ },
953
+ "policies": [
954
+ {
955
+ "policyName": "LambdaFunctionServiceRolePolicy",
956
+ "policyDocument": {
957
+ "Statement": [
958
+ {
959
+ "Action": [
960
+ "logs:CreateLogGroup",
961
+ "logs:CreateLogStream",
962
+ "logs:PutLogEvents"
963
+ ],
964
+ "Effect": "Allow",
965
+ "Resource": {
966
+ "Fn::Join": [
967
+ "",
968
+ [
969
+ "arn:",
970
+ {
971
+ "Ref": "AWS::Partition"
972
+ },
973
+ ":logs:",
974
+ {
975
+ "Ref": "AWS::Region"
976
+ },
977
+ ":",
978
+ {
979
+ "Ref": "AWS::AccountId"
980
+ },
981
+ ":log-group:/aws/lambda/*"
982
+ ]
983
+ ]
984
+ }
985
+ }
986
+ ],
987
+ "Version": "2012-10-17"
988
+ }
989
+ }
990
+ ]
991
+ }
992
+ },
993
+ "constructInfo": {
994
+ "fqn": "aws-cdk-lib.aws_iam.CfnRole",
995
+ "version": "2.118.0"
996
+ }
997
+ },
998
+ "DefaultPolicy": {
999
+ "id": "DefaultPolicy",
1000
+ "path": "alblam-privateApiExistingResources/LambdaFunctionServiceRole/DefaultPolicy",
1001
+ "children": {
1002
+ "Resource": {
1003
+ "id": "Resource",
1004
+ "path": "alblam-privateApiExistingResources/LambdaFunctionServiceRole/DefaultPolicy/Resource",
1005
+ "attributes": {
1006
+ "aws:cdk:cloudformation:type": "AWS::IAM::Policy",
1007
+ "aws:cdk:cloudformation:props": {
1008
+ "policyDocument": {
1009
+ "Statement": [
1010
+ {
1011
+ "Action": [
1012
+ "ec2:AssignPrivateIpAddresses",
1013
+ "ec2:CreateNetworkInterface",
1014
+ "ec2:DeleteNetworkInterface",
1015
+ "ec2:DescribeNetworkInterfaces",
1016
+ "ec2:UnassignPrivateIpAddresses",
1017
+ "xray:PutTelemetryRecords",
1018
+ "xray:PutTraceSegments"
1019
+ ],
1020
+ "Effect": "Allow",
1021
+ "Resource": "*"
1022
+ }
1023
+ ],
1024
+ "Version": "2012-10-17"
1025
+ },
1026
+ "policyName": "LambdaFunctionServiceRoleDefaultPolicy126C8897",
1027
+ "roles": [
1028
+ {
1029
+ "Ref": "LambdaFunctionServiceRole0C4CDE0B"
1030
+ }
1031
+ ]
1032
+ }
1033
+ },
1034
+ "constructInfo": {
1035
+ "fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
1036
+ "version": "2.118.0"
1037
+ }
1038
+ }
1039
+ },
1040
+ "constructInfo": {
1041
+ "fqn": "aws-cdk-lib.aws_iam.Policy",
1042
+ "version": "2.118.0"
1043
+ }
1044
+ }
1045
+ },
1046
+ "constructInfo": {
1047
+ "fqn": "aws-cdk-lib.aws_iam.Role",
1048
+ "version": "2.118.0"
1049
+ }
1050
+ },
1051
+ "LambdaFunction": {
1052
+ "id": "LambdaFunction",
1053
+ "path": "alblam-privateApiExistingResources/LambdaFunction",
1054
+ "children": {
1055
+ "Code": {
1056
+ "id": "Code",
1057
+ "path": "alblam-privateApiExistingResources/LambdaFunction/Code",
1058
+ "children": {
1059
+ "Stage": {
1060
+ "id": "Stage",
1061
+ "path": "alblam-privateApiExistingResources/LambdaFunction/Code/Stage",
1062
+ "constructInfo": {
1063
+ "fqn": "aws-cdk-lib.AssetStaging",
1064
+ "version": "2.118.0"
1065
+ }
1066
+ },
1067
+ "AssetBucket": {
1068
+ "id": "AssetBucket",
1069
+ "path": "alblam-privateApiExistingResources/LambdaFunction/Code/AssetBucket",
1070
+ "constructInfo": {
1071
+ "fqn": "aws-cdk-lib.aws_s3.BucketBase",
1072
+ "version": "2.118.0"
1073
+ }
1074
+ }
1075
+ },
1076
+ "constructInfo": {
1077
+ "fqn": "aws-cdk-lib.aws_s3_assets.Asset",
1078
+ "version": "2.118.0"
1079
+ }
1080
+ },
1081
+ "Resource": {
1082
+ "id": "Resource",
1083
+ "path": "alblam-privateApiExistingResources/LambdaFunction/Resource",
1084
+ "attributes": {
1085
+ "aws:cdk:cloudformation:type": "AWS::Lambda::Function",
1086
+ "aws:cdk:cloudformation:props": {
1087
+ "code": {
1088
+ "s3Bucket": {
1089
+ "Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-us-east-1"
1090
+ },
1091
+ "s3Key": "7caf594b8ad91abecca72f7f10a23a5cf446d05dc00d6194619935e7e3fd5a79.zip"
1092
+ },
1093
+ "environment": {
1094
+ "variables": {
1095
+ "AWS_NODEJS_CONNECTION_REUSE_ENABLED": "1"
1096
+ }
1097
+ },
1098
+ "handler": "index.handler",
1099
+ "role": {
1100
+ "Fn::GetAtt": [
1101
+ "LambdaFunctionServiceRole0C4CDE0B",
1102
+ "Arn"
1103
+ ]
1104
+ },
1105
+ "runtime": "nodejs16.x",
1106
+ "tracingConfig": {
1107
+ "mode": "Active"
1108
+ },
1109
+ "vpcConfig": {
1110
+ "subnetIds": [
1111
+ {
1112
+ "Ref": "VpcPrivateSubnet1Subnet536B997A"
1113
+ },
1114
+ {
1115
+ "Ref": "VpcPrivateSubnet2Subnet3788AAA1"
1116
+ }
1117
+ ],
1118
+ "securityGroupIds": [
1119
+ {
1120
+ "Fn::GetAtt": [
1121
+ "lambdasg93781054",
1122
+ "GroupId"
1123
+ ]
1124
+ }
1125
+ ]
1126
+ }
1127
+ }
1128
+ },
1129
+ "constructInfo": {
1130
+ "fqn": "aws-cdk-lib.aws_lambda.CfnFunction",
1131
+ "version": "2.118.0"
1132
+ }
1133
+ },
1134
+ "Invoke2UTWxhlfyqbT5FTn--5jvgbLgj+FfJwzswGk55DU1H--Y=": {
1135
+ "id": "Invoke2UTWxhlfyqbT5FTn--5jvgbLgj+FfJwzswGk55DU1H--Y=",
1136
+ "path": "alblam-privateApiExistingResources/LambdaFunction/Invoke2UTWxhlfyqbT5FTn--5jvgbLgj+FfJwzswGk55DU1H--Y=",
1137
+ "attributes": {
1138
+ "aws:cdk:cloudformation:type": "AWS::Lambda::Permission",
1139
+ "aws:cdk:cloudformation:props": {
1140
+ "action": "lambda:InvokeFunction",
1141
+ "functionName": {
1142
+ "Fn::GetAtt": [
1143
+ "LambdaFunctionBF21E41F",
1144
+ "Arn"
1145
+ ]
1146
+ },
1147
+ "principal": "elasticloadbalancing.amazonaws.com"
1148
+ }
1149
+ },
1150
+ "constructInfo": {
1151
+ "fqn": "aws-cdk-lib.aws_lambda.CfnPermission",
1152
+ "version": "2.118.0"
1153
+ }
1154
+ }
1155
+ },
1156
+ "constructInfo": {
1157
+ "fqn": "aws-cdk-lib.aws_lambda.Function",
1158
+ "version": "2.118.0"
1159
+ }
1160
+ },
1161
+ "existing-alb-alb": {
1162
+ "id": "existing-alb-alb",
1163
+ "path": "alblam-privateApiExistingResources/existing-alb-alb",
1164
+ "children": {
1165
+ "Resource": {
1166
+ "id": "Resource",
1167
+ "path": "alblam-privateApiExistingResources/existing-alb-alb/Resource",
1168
+ "attributes": {
1169
+ "aws:cdk:cloudformation:type": "AWS::ElasticLoadBalancingV2::LoadBalancer",
1170
+ "aws:cdk:cloudformation:props": {
1171
+ "loadBalancerAttributes": [
1172
+ {
1173
+ "key": "deletion_protection.enabled",
1174
+ "value": "false"
1175
+ },
1176
+ {
1177
+ "key": "access_logs.s3.enabled",
1178
+ "value": "true"
1179
+ },
1180
+ {
1181
+ "key": "access_logs.s3.bucket",
1182
+ "value": {
1183
+ "Ref": "existingalb0F60CC48"
1184
+ }
1185
+ },
1186
+ {
1187
+ "key": "access_logs.s3.prefix",
1188
+ "value": ""
1189
+ }
1190
+ ],
1191
+ "scheme": "internal",
1192
+ "securityGroups": [
1193
+ {
1194
+ "Fn::GetAtt": [
1195
+ "existingalbalbSecurityGroupC8DD2920",
1196
+ "GroupId"
1197
+ ]
1198
+ }
1199
+ ],
1200
+ "subnets": [
1201
+ {
1202
+ "Ref": "VpcPrivateSubnet1Subnet536B997A"
1203
+ },
1204
+ {
1205
+ "Ref": "VpcPrivateSubnet2Subnet3788AAA1"
1206
+ }
1207
+ ],
1208
+ "type": "application"
1209
+ }
1210
+ },
1211
+ "constructInfo": {
1212
+ "fqn": "aws-cdk-lib.aws_elasticloadbalancingv2.CfnLoadBalancer",
1213
+ "version": "2.118.0"
1214
+ }
1215
+ },
1216
+ "SecurityGroup": {
1217
+ "id": "SecurityGroup",
1218
+ "path": "alblam-privateApiExistingResources/existing-alb-alb/SecurityGroup",
1219
+ "children": {
1220
+ "Resource": {
1221
+ "id": "Resource",
1222
+ "path": "alblam-privateApiExistingResources/existing-alb-alb/SecurityGroup/Resource",
1223
+ "attributes": {
1224
+ "aws:cdk:cloudformation:type": "AWS::EC2::SecurityGroup",
1225
+ "aws:cdk:cloudformation:props": {
1226
+ "groupDescription": "Automatically created Security Group for ELB alblamprivateApiExistingResourcesexistingalbalb9103CE08",
1227
+ "securityGroupEgress": [
1228
+ {
1229
+ "cidrIp": "255.255.255.255/32",
1230
+ "description": "Disallow all traffic",
1231
+ "ipProtocol": "icmp",
1232
+ "fromPort": 252,
1233
+ "toPort": 86
1234
+ }
1235
+ ],
1236
+ "securityGroupIngress": [
1237
+ {
1238
+ "cidrIp": "0.0.0.0/0",
1239
+ "ipProtocol": "tcp",
1240
+ "fromPort": 80,
1241
+ "toPort": 80,
1242
+ "description": "Allow from anyone on port 80"
1243
+ }
1244
+ ],
1245
+ "vpcId": {
1246
+ "Ref": "Vpc8378EB38"
1247
+ }
1248
+ }
1249
+ },
1250
+ "constructInfo": {
1251
+ "fqn": "aws-cdk-lib.aws_ec2.CfnSecurityGroup",
1252
+ "version": "2.118.0"
1253
+ }
1254
+ }
1255
+ },
1256
+ "constructInfo": {
1257
+ "fqn": "aws-cdk-lib.aws_ec2.SecurityGroup",
1258
+ "version": "2.118.0"
1259
+ }
1260
+ }
1261
+ },
1262
+ "constructInfo": {
1263
+ "fqn": "aws-cdk-lib.aws_elasticloadbalancingv2.ApplicationLoadBalancer",
1264
+ "version": "2.118.0"
1265
+ }
1266
+ },
1267
+ "existing-alb": {
1268
+ "id": "existing-alb",
1269
+ "path": "alblam-privateApiExistingResources/existing-alb",
1270
+ "children": {
1271
+ "Resource": {
1272
+ "id": "Resource",
1273
+ "path": "alblam-privateApiExistingResources/existing-alb/Resource",
1274
+ "attributes": {
1275
+ "aws:cdk:cloudformation:type": "AWS::S3::Bucket",
1276
+ "aws:cdk:cloudformation:props": {
1277
+ "bucketEncryption": {
1278
+ "serverSideEncryptionConfiguration": [
1279
+ {
1280
+ "serverSideEncryptionByDefault": {
1281
+ "sseAlgorithm": "AES256"
1282
+ }
1283
+ }
1284
+ ]
1285
+ },
1286
+ "publicAccessBlockConfiguration": {
1287
+ "blockPublicAcls": true,
1288
+ "blockPublicPolicy": true,
1289
+ "ignorePublicAcls": true,
1290
+ "restrictPublicBuckets": true
1291
+ },
1292
+ "tags": [
1293
+ {
1294
+ "key": "aws-cdk:auto-delete-objects",
1295
+ "value": "true"
1296
+ }
1297
+ ],
1298
+ "versioningConfiguration": {
1299
+ "status": "Enabled"
1300
+ }
1301
+ }
1302
+ },
1303
+ "constructInfo": {
1304
+ "fqn": "aws-cdk-lib.aws_s3.CfnBucket",
1305
+ "version": "2.118.0"
1306
+ }
1307
+ },
1308
+ "Policy": {
1309
+ "id": "Policy",
1310
+ "path": "alblam-privateApiExistingResources/existing-alb/Policy",
1311
+ "children": {
1312
+ "Resource": {
1313
+ "id": "Resource",
1314
+ "path": "alblam-privateApiExistingResources/existing-alb/Policy/Resource",
1315
+ "attributes": {
1316
+ "aws:cdk:cloudformation:type": "AWS::S3::BucketPolicy",
1317
+ "aws:cdk:cloudformation:props": {
1318
+ "bucket": {
1319
+ "Ref": "existingalb0F60CC48"
1320
+ },
1321
+ "policyDocument": {
1322
+ "Statement": [
1323
+ {
1324
+ "Action": "s3:*",
1325
+ "Condition": {
1326
+ "Bool": {
1327
+ "aws:SecureTransport": "false"
1328
+ }
1329
+ },
1330
+ "Effect": "Deny",
1331
+ "Principal": {
1332
+ "AWS": "*"
1333
+ },
1334
+ "Resource": [
1335
+ {
1336
+ "Fn::GetAtt": [
1337
+ "existingalb0F60CC48",
1338
+ "Arn"
1339
+ ]
1340
+ },
1341
+ {
1342
+ "Fn::Join": [
1343
+ "",
1344
+ [
1345
+ {
1346
+ "Fn::GetAtt": [
1347
+ "existingalb0F60CC48",
1348
+ "Arn"
1349
+ ]
1350
+ },
1351
+ "/*"
1352
+ ]
1353
+ ]
1354
+ }
1355
+ ]
1356
+ },
1357
+ {
1358
+ "Action": [
1359
+ "s3:DeleteObject*",
1360
+ "s3:GetBucket*",
1361
+ "s3:List*",
1362
+ "s3:PutBucketPolicy"
1363
+ ],
1364
+ "Effect": "Allow",
1365
+ "Principal": {
1366
+ "AWS": {
1367
+ "Fn::GetAtt": [
1368
+ "CustomS3AutoDeleteObjectsCustomResourceProviderRole3B1BD092",
1369
+ "Arn"
1370
+ ]
1371
+ }
1372
+ },
1373
+ "Resource": [
1374
+ {
1375
+ "Fn::GetAtt": [
1376
+ "existingalb0F60CC48",
1377
+ "Arn"
1378
+ ]
1379
+ },
1380
+ {
1381
+ "Fn::Join": [
1382
+ "",
1383
+ [
1384
+ {
1385
+ "Fn::GetAtt": [
1386
+ "existingalb0F60CC48",
1387
+ "Arn"
1388
+ ]
1389
+ },
1390
+ "/*"
1391
+ ]
1392
+ ]
1393
+ }
1394
+ ]
1395
+ },
1396
+ {
1397
+ "Action": "s3:PutObject",
1398
+ "Effect": "Allow",
1399
+ "Principal": {
1400
+ "AWS": "arn:aws:iam::127311923021:root"
1401
+ },
1402
+ "Resource": {
1403
+ "Fn::Join": [
1404
+ "",
1405
+ [
1406
+ {
1407
+ "Fn::GetAtt": [
1408
+ "existingalb0F60CC48",
1409
+ "Arn"
1410
+ ]
1411
+ },
1412
+ "/AWSLogs/",
1413
+ {
1414
+ "Ref": "AWS::AccountId"
1415
+ },
1416
+ "/*"
1417
+ ]
1418
+ ]
1419
+ }
1420
+ },
1421
+ {
1422
+ "Action": "s3:PutObject",
1423
+ "Condition": {
1424
+ "StringEquals": {
1425
+ "s3:x-amz-acl": "bucket-owner-full-control"
1426
+ }
1427
+ },
1428
+ "Effect": "Allow",
1429
+ "Principal": {
1430
+ "Service": "delivery.logs.amazonaws.com"
1431
+ },
1432
+ "Resource": {
1433
+ "Fn::Join": [
1434
+ "",
1435
+ [
1436
+ {
1437
+ "Fn::GetAtt": [
1438
+ "existingalb0F60CC48",
1439
+ "Arn"
1440
+ ]
1441
+ },
1442
+ "/AWSLogs/",
1443
+ {
1444
+ "Ref": "AWS::AccountId"
1445
+ },
1446
+ "/*"
1447
+ ]
1448
+ ]
1449
+ }
1450
+ },
1451
+ {
1452
+ "Action": "s3:GetBucketAcl",
1453
+ "Effect": "Allow",
1454
+ "Principal": {
1455
+ "Service": "delivery.logs.amazonaws.com"
1456
+ },
1457
+ "Resource": {
1458
+ "Fn::GetAtt": [
1459
+ "existingalb0F60CC48",
1460
+ "Arn"
1461
+ ]
1462
+ }
1463
+ }
1464
+ ],
1465
+ "Version": "2012-10-17"
1466
+ }
1467
+ }
1468
+ },
1469
+ "constructInfo": {
1470
+ "fqn": "aws-cdk-lib.aws_s3.CfnBucketPolicy",
1471
+ "version": "2.118.0"
1472
+ }
1473
+ }
1474
+ },
1475
+ "constructInfo": {
1476
+ "fqn": "aws-cdk-lib.aws_s3.BucketPolicy",
1477
+ "version": "2.118.0"
1478
+ }
1479
+ },
1480
+ "AutoDeleteObjectsCustomResource": {
1481
+ "id": "AutoDeleteObjectsCustomResource",
1482
+ "path": "alblam-privateApiExistingResources/existing-alb/AutoDeleteObjectsCustomResource",
1483
+ "children": {
1484
+ "Default": {
1485
+ "id": "Default",
1486
+ "path": "alblam-privateApiExistingResources/existing-alb/AutoDeleteObjectsCustomResource/Default",
1487
+ "constructInfo": {
1488
+ "fqn": "aws-cdk-lib.CfnResource",
1489
+ "version": "2.118.0"
1490
+ }
1491
+ }
1492
+ },
1493
+ "constructInfo": {
1494
+ "fqn": "aws-cdk-lib.CustomResource",
1495
+ "version": "2.118.0"
1496
+ }
1497
+ }
1498
+ },
1499
+ "constructInfo": {
1500
+ "fqn": "aws-cdk-lib.aws_s3.Bucket",
1501
+ "version": "2.118.0"
1502
+ }
1503
+ },
1504
+ "Custom::S3AutoDeleteObjectsCustomResourceProvider": {
1505
+ "id": "Custom::S3AutoDeleteObjectsCustomResourceProvider",
1506
+ "path": "alblam-privateApiExistingResources/Custom::S3AutoDeleteObjectsCustomResourceProvider",
1507
+ "children": {
1508
+ "Staging": {
1509
+ "id": "Staging",
1510
+ "path": "alblam-privateApiExistingResources/Custom::S3AutoDeleteObjectsCustomResourceProvider/Staging",
1511
+ "constructInfo": {
1512
+ "fqn": "aws-cdk-lib.AssetStaging",
1513
+ "version": "2.118.0"
1514
+ }
1515
+ },
1516
+ "Role": {
1517
+ "id": "Role",
1518
+ "path": "alblam-privateApiExistingResources/Custom::S3AutoDeleteObjectsCustomResourceProvider/Role",
1519
+ "constructInfo": {
1520
+ "fqn": "aws-cdk-lib.CfnResource",
1521
+ "version": "2.118.0"
1522
+ }
1523
+ },
1524
+ "Handler": {
1525
+ "id": "Handler",
1526
+ "path": "alblam-privateApiExistingResources/Custom::S3AutoDeleteObjectsCustomResourceProvider/Handler",
1527
+ "constructInfo": {
1528
+ "fqn": "aws-cdk-lib.CfnResource",
1529
+ "version": "2.118.0"
1530
+ }
1531
+ }
1532
+ },
1533
+ "constructInfo": {
1534
+ "fqn": "aws-cdk-lib.CustomResourceProviderBase",
1535
+ "version": "2.118.0"
1536
+ }
1537
+ },
1538
+ "test-one": {
1539
+ "id": "test-one",
1540
+ "path": "alblam-privateApiExistingResources/test-one",
1541
+ "children": {
1542
+ "test-one-listener": {
1543
+ "id": "test-one-listener",
1544
+ "path": "alblam-privateApiExistingResources/test-one/test-one-listener",
1545
+ "children": {
1546
+ "Resource": {
1547
+ "id": "Resource",
1548
+ "path": "alblam-privateApiExistingResources/test-one/test-one-listener/Resource",
1549
+ "attributes": {
1550
+ "aws:cdk:cloudformation:type": "AWS::ElasticLoadBalancingV2::Listener",
1551
+ "aws:cdk:cloudformation:props": {
1552
+ "defaultActions": [
1553
+ {
1554
+ "type": "forward",
1555
+ "targetGroupArn": {
1556
+ "Ref": "testonetg2tg6459EC7C"
1557
+ }
1558
+ }
1559
+ ],
1560
+ "loadBalancerArn": {
1561
+ "Ref": "existingalbalb3A941601"
1562
+ },
1563
+ "port": 80,
1564
+ "protocol": "HTTP"
1565
+ }
1566
+ },
1567
+ "constructInfo": {
1568
+ "fqn": "aws-cdk-lib.aws_elasticloadbalancingv2.CfnListener",
1569
+ "version": "2.118.0"
1570
+ }
1571
+ }
1572
+ },
1573
+ "constructInfo": {
1574
+ "fqn": "aws-cdk-lib.aws_elasticloadbalancingv2.ApplicationListener",
1575
+ "version": "2.118.0"
1576
+ }
1577
+ },
1578
+ "tg2-tg": {
1579
+ "id": "tg2-tg",
1580
+ "path": "alblam-privateApiExistingResources/test-one/tg2-tg",
1581
+ "children": {
1582
+ "Resource": {
1583
+ "id": "Resource",
1584
+ "path": "alblam-privateApiExistingResources/test-one/tg2-tg/Resource",
1585
+ "attributes": {
1586
+ "aws:cdk:cloudformation:type": "AWS::ElasticLoadBalancingV2::TargetGroup",
1587
+ "aws:cdk:cloudformation:props": {
1588
+ "targets": [
1589
+ {
1590
+ "id": {
1591
+ "Fn::GetAtt": [
1592
+ "LambdaFunctionBF21E41F",
1593
+ "Arn"
1594
+ ]
1595
+ }
1596
+ }
1597
+ ],
1598
+ "targetType": "lambda"
1599
+ }
1600
+ },
1601
+ "constructInfo": {
1602
+ "fqn": "aws-cdk-lib.aws_elasticloadbalancingv2.CfnTargetGroup",
1603
+ "version": "2.118.0"
1604
+ }
1605
+ }
1606
+ },
1607
+ "constructInfo": {
1608
+ "fqn": "aws-cdk-lib.aws_elasticloadbalancingv2.ApplicationTargetGroup",
1609
+ "version": "2.118.0"
1610
+ }
1611
+ }
1612
+ },
1613
+ "constructInfo": {
1614
+ "fqn": "@aws-solutions-constructs/aws-alb-lambda.AlbToLambda",
1615
+ "version": "2.51.0"
1616
+ }
1617
+ },
1618
+ "Integ": {
1619
+ "id": "Integ",
1620
+ "path": "alblam-privateApiExistingResources/Integ",
1621
+ "children": {
1622
+ "DefaultTest": {
1623
+ "id": "DefaultTest",
1624
+ "path": "alblam-privateApiExistingResources/Integ/DefaultTest",
1625
+ "children": {
1626
+ "Default": {
1627
+ "id": "Default",
1628
+ "path": "alblam-privateApiExistingResources/Integ/DefaultTest/Default",
1629
+ "constructInfo": {
1630
+ "fqn": "constructs.Construct",
1631
+ "version": "10.3.0"
1632
+ }
1633
+ },
1634
+ "DeployAssert": {
1635
+ "id": "DeployAssert",
1636
+ "path": "alblam-privateApiExistingResources/Integ/DefaultTest/DeployAssert",
1637
+ "children": {
1638
+ "BootstrapVersion": {
1639
+ "id": "BootstrapVersion",
1640
+ "path": "alblam-privateApiExistingResources/Integ/DefaultTest/DeployAssert/BootstrapVersion",
1641
+ "constructInfo": {
1642
+ "fqn": "aws-cdk-lib.CfnParameter",
1643
+ "version": "2.118.0"
1644
+ }
1645
+ },
1646
+ "CheckBootstrapVersion": {
1647
+ "id": "CheckBootstrapVersion",
1648
+ "path": "alblam-privateApiExistingResources/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion",
1649
+ "constructInfo": {
1650
+ "fqn": "aws-cdk-lib.CfnRule",
1651
+ "version": "2.118.0"
1652
+ }
1653
+ }
1654
+ },
1655
+ "constructInfo": {
1656
+ "fqn": "aws-cdk-lib.Stack",
1657
+ "version": "2.118.0"
1658
+ }
1659
+ }
1660
+ },
1661
+ "constructInfo": {
1662
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTestCase",
1663
+ "version": "2.118.0-alpha.0"
1664
+ }
1665
+ }
1666
+ },
1667
+ "constructInfo": {
1668
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTest",
1669
+ "version": "2.118.0-alpha.0"
1670
+ }
1671
+ },
1672
+ "BootstrapVersion": {
1673
+ "id": "BootstrapVersion",
1674
+ "path": "alblam-privateApiExistingResources/BootstrapVersion",
1675
+ "constructInfo": {
1676
+ "fqn": "aws-cdk-lib.CfnParameter",
1677
+ "version": "2.118.0"
1678
+ }
1679
+ },
1680
+ "CheckBootstrapVersion": {
1681
+ "id": "CheckBootstrapVersion",
1682
+ "path": "alblam-privateApiExistingResources/CheckBootstrapVersion",
1683
+ "constructInfo": {
1684
+ "fqn": "aws-cdk-lib.CfnRule",
1685
+ "version": "2.118.0"
1686
+ }
1687
+ }
1688
+ },
1689
+ "constructInfo": {
1690
+ "fqn": "aws-cdk-lib.Stack",
1691
+ "version": "2.118.0"
1692
+ }
1693
+ },
1694
+ "Tree": {
1695
+ "id": "Tree",
1696
+ "path": "Tree",
1697
+ "constructInfo": {
1698
+ "fqn": "constructs.Construct",
1699
+ "version": "10.3.0"
1700
+ }
1701
+ }
1702
+ },
1703
+ "constructInfo": {
1704
+ "fqn": "aws-cdk-lib.App",
1705
+ "version": "2.118.0"
1706
+ }
1707
+ }
1708
+ }