@aws-solutions-constructs/aws-lambda-secretsmanager 2.79.1 → 2.81.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 (35) hide show
  1. package/.jsii +43 -43
  2. package/lib/index.js +1 -1
  3. package/package.json +6 -6
  4. package/test/integ.lamsec-deployFunction.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  5. package/test/integ.lamsec-deployFunction.js.snapshot/cdk.out +1 -1
  6. package/test/integ.lamsec-deployFunction.js.snapshot/integ.json +1 -1
  7. package/test/integ.lamsec-deployFunction.js.snapshot/lamsec-deployFunction.assets.json +6 -6
  8. package/test/integ.lamsec-deployFunction.js.snapshot/lamsec-deployFunction.template.json +25 -19
  9. package/test/integ.lamsec-deployFunction.js.snapshot/lamsecdeployFunctionIntegDefaultTestDeployAssert7322BEEA.assets.json +1 -1
  10. package/test/integ.lamsec-deployFunction.js.snapshot/manifest.json +171 -3
  11. package/test/integ.lamsec-deployFunction.js.snapshot/tree.json +1 -342
  12. package/test/integ.lamsec-deployFunctionWithExistingVpc.js.snapshot/cdk.out +1 -1
  13. package/test/integ.lamsec-deployFunctionWithExistingVpc.js.snapshot/integ.json +1 -1
  14. package/test/integ.lamsec-deployFunctionWithExistingVpc.js.snapshot/lamsec-deployFunctionWithExistingVpc.assets.json +3 -3
  15. package/test/integ.lamsec-deployFunctionWithExistingVpc.js.snapshot/lamsec-deployFunctionWithExistingVpc.template.json +35 -7
  16. package/test/integ.lamsec-deployFunctionWithExistingVpc.js.snapshot/lamsecdeployFunctionWithExistingVpcIntegDefaultTestDeployAssert647243A7.assets.json +1 -1
  17. package/test/integ.lamsec-deployFunctionWithExistingVpc.js.snapshot/manifest.json +508 -3
  18. package/test/integ.lamsec-deployFunctionWithExistingVpc.js.snapshot/tree.json +1 -1407
  19. package/test/integ.lamsec-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
  20. package/test/integ.lamsec-deployFunctionWithVpc.js.snapshot/integ.json +1 -1
  21. package/test/integ.lamsec-deployFunctionWithVpc.js.snapshot/lamsec-deployFunctionWithVpc.assets.json +3 -3
  22. package/test/integ.lamsec-deployFunctionWithVpc.js.snapshot/lamsec-deployFunctionWithVpc.template.json +33 -7
  23. package/test/integ.lamsec-deployFunctionWithVpc.js.snapshot/lamsecdeployFunctionWithVpcIntegDefaultTestDeployAssert66148FF5.assets.json +1 -1
  24. package/test/integ.lamsec-deployFunctionWithVpc.js.snapshot/manifest.json +436 -3
  25. package/test/integ.lamsec-deployFunctionWithVpc.js.snapshot/tree.json +1 -995
  26. package/test/integ.lamsec-existingFunction.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  27. package/test/integ.lamsec-existingFunction.js.snapshot/cdk.out +1 -1
  28. package/test/integ.lamsec-existingFunction.js.snapshot/integ.json +1 -1
  29. package/test/integ.lamsec-existingFunction.js.snapshot/lamsec-existingFunction.assets.json +6 -6
  30. package/test/integ.lamsec-existingFunction.js.snapshot/lamsec-existingFunction.template.json +25 -19
  31. package/test/integ.lamsec-existingFunction.js.snapshot/lamsecexistingFunctionIntegDefaultTestDeployAssert295B352B.assets.json +1 -1
  32. package/test/integ.lamsec-existingFunction.js.snapshot/manifest.json +171 -3
  33. package/test/integ.lamsec-existingFunction.js.snapshot/tree.json +1 -342
  34. package/test/integ.lamsec-deployFunction.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
  35. package/test/integ.lamsec-existingFunction.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
@@ -1,1407 +1 @@
1
- {
2
- "version": "tree-0.1",
3
- "tree": {
4
- "id": "App",
5
- "path": "",
6
- "children": {
7
- "lamsec-deployFunctionWithExistingVpc": {
8
- "id": "lamsec-deployFunctionWithExistingVpc",
9
- "path": "lamsec-deployFunctionWithExistingVpc",
10
- "children": {
11
- "Vpc": {
12
- "id": "Vpc",
13
- "path": "lamsec-deployFunctionWithExistingVpc/Vpc",
14
- "children": {
15
- "Resource": {
16
- "id": "Resource",
17
- "path": "lamsec-deployFunctionWithExistingVpc/Vpc/Resource",
18
- "attributes": {
19
- "aws:cdk:cloudformation:type": "AWS::EC2::VPC",
20
- "aws:cdk:cloudformation:props": {
21
- "cidrBlock": "10.0.0.0/16",
22
- "enableDnsHostnames": true,
23
- "enableDnsSupport": true,
24
- "instanceTenancy": "default",
25
- "tags": [
26
- {
27
- "key": "Name",
28
- "value": "lamsec-deployFunctionWithExistingVpc/Vpc"
29
- }
30
- ]
31
- }
32
- },
33
- "constructInfo": {
34
- "fqn": "aws-cdk-lib.aws_ec2.CfnVPC",
35
- "version": "2.174.0"
36
- }
37
- },
38
- "PublicSubnet1": {
39
- "id": "PublicSubnet1",
40
- "path": "lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet1",
41
- "children": {
42
- "Subnet": {
43
- "id": "Subnet",
44
- "path": "lamsec-deployFunctionWithExistingVpc/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": "10.0.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": "lamsec-deployFunctionWithExistingVpc/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.174.0"
80
- }
81
- },
82
- "Acl": {
83
- "id": "Acl",
84
- "path": "lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet1/Acl",
85
- "constructInfo": {
86
- "fqn": "aws-cdk-lib.Resource",
87
- "version": "2.174.0"
88
- }
89
- },
90
- "RouteTable": {
91
- "id": "RouteTable",
92
- "path": "lamsec-deployFunctionWithExistingVpc/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": "lamsec-deployFunctionWithExistingVpc/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.174.0"
110
- }
111
- },
112
- "RouteTableAssociation": {
113
- "id": "RouteTableAssociation",
114
- "path": "lamsec-deployFunctionWithExistingVpc/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.174.0"
129
- }
130
- },
131
- "DefaultRoute": {
132
- "id": "DefaultRoute",
133
- "path": "lamsec-deployFunctionWithExistingVpc/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.174.0"
149
- }
150
- },
151
- "EIP": {
152
- "id": "EIP",
153
- "path": "lamsec-deployFunctionWithExistingVpc/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": "lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet1"
162
- }
163
- ]
164
- }
165
- },
166
- "constructInfo": {
167
- "fqn": "aws-cdk-lib.aws_ec2.CfnEIP",
168
- "version": "2.174.0"
169
- }
170
- },
171
- "NATGateway": {
172
- "id": "NATGateway",
173
- "path": "lamsec-deployFunctionWithExistingVpc/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": "lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet1"
190
- }
191
- ]
192
- }
193
- },
194
- "constructInfo": {
195
- "fqn": "aws-cdk-lib.aws_ec2.CfnNatGateway",
196
- "version": "2.174.0"
197
- }
198
- }
199
- },
200
- "constructInfo": {
201
- "fqn": "aws-cdk-lib.aws_ec2.PublicSubnet",
202
- "version": "2.174.0"
203
- }
204
- },
205
- "PublicSubnet2": {
206
- "id": "PublicSubnet2",
207
- "path": "lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet2",
208
- "children": {
209
- "Subnet": {
210
- "id": "Subnet",
211
- "path": "lamsec-deployFunctionWithExistingVpc/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": "10.0.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": "lamsec-deployFunctionWithExistingVpc/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.174.0"
247
- }
248
- },
249
- "Acl": {
250
- "id": "Acl",
251
- "path": "lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet2/Acl",
252
- "constructInfo": {
253
- "fqn": "aws-cdk-lib.Resource",
254
- "version": "2.174.0"
255
- }
256
- },
257
- "RouteTable": {
258
- "id": "RouteTable",
259
- "path": "lamsec-deployFunctionWithExistingVpc/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": "lamsec-deployFunctionWithExistingVpc/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.174.0"
277
- }
278
- },
279
- "RouteTableAssociation": {
280
- "id": "RouteTableAssociation",
281
- "path": "lamsec-deployFunctionWithExistingVpc/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.174.0"
296
- }
297
- },
298
- "DefaultRoute": {
299
- "id": "DefaultRoute",
300
- "path": "lamsec-deployFunctionWithExistingVpc/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.174.0"
316
- }
317
- },
318
- "EIP": {
319
- "id": "EIP",
320
- "path": "lamsec-deployFunctionWithExistingVpc/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": "lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet2"
329
- }
330
- ]
331
- }
332
- },
333
- "constructInfo": {
334
- "fqn": "aws-cdk-lib.aws_ec2.CfnEIP",
335
- "version": "2.174.0"
336
- }
337
- },
338
- "NATGateway": {
339
- "id": "NATGateway",
340
- "path": "lamsec-deployFunctionWithExistingVpc/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": "lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet2"
357
- }
358
- ]
359
- }
360
- },
361
- "constructInfo": {
362
- "fqn": "aws-cdk-lib.aws_ec2.CfnNatGateway",
363
- "version": "2.174.0"
364
- }
365
- }
366
- },
367
- "constructInfo": {
368
- "fqn": "aws-cdk-lib.aws_ec2.PublicSubnet",
369
- "version": "2.174.0"
370
- }
371
- },
372
- "PrivateSubnet1": {
373
- "id": "PrivateSubnet1",
374
- "path": "lamsec-deployFunctionWithExistingVpc/Vpc/PrivateSubnet1",
375
- "children": {
376
- "Subnet": {
377
- "id": "Subnet",
378
- "path": "lamsec-deployFunctionWithExistingVpc/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": "10.0.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": "lamsec-deployFunctionWithExistingVpc/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.174.0"
414
- }
415
- },
416
- "Acl": {
417
- "id": "Acl",
418
- "path": "lamsec-deployFunctionWithExistingVpc/Vpc/PrivateSubnet1/Acl",
419
- "constructInfo": {
420
- "fqn": "aws-cdk-lib.Resource",
421
- "version": "2.174.0"
422
- }
423
- },
424
- "RouteTable": {
425
- "id": "RouteTable",
426
- "path": "lamsec-deployFunctionWithExistingVpc/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": "lamsec-deployFunctionWithExistingVpc/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.174.0"
444
- }
445
- },
446
- "RouteTableAssociation": {
447
- "id": "RouteTableAssociation",
448
- "path": "lamsec-deployFunctionWithExistingVpc/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.174.0"
463
- }
464
- },
465
- "DefaultRoute": {
466
- "id": "DefaultRoute",
467
- "path": "lamsec-deployFunctionWithExistingVpc/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.174.0"
483
- }
484
- }
485
- },
486
- "constructInfo": {
487
- "fqn": "aws-cdk-lib.aws_ec2.PrivateSubnet",
488
- "version": "2.174.0"
489
- }
490
- },
491
- "PrivateSubnet2": {
492
- "id": "PrivateSubnet2",
493
- "path": "lamsec-deployFunctionWithExistingVpc/Vpc/PrivateSubnet2",
494
- "children": {
495
- "Subnet": {
496
- "id": "Subnet",
497
- "path": "lamsec-deployFunctionWithExistingVpc/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": "10.0.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": "lamsec-deployFunctionWithExistingVpc/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.174.0"
533
- }
534
- },
535
- "Acl": {
536
- "id": "Acl",
537
- "path": "lamsec-deployFunctionWithExistingVpc/Vpc/PrivateSubnet2/Acl",
538
- "constructInfo": {
539
- "fqn": "aws-cdk-lib.Resource",
540
- "version": "2.174.0"
541
- }
542
- },
543
- "RouteTable": {
544
- "id": "RouteTable",
545
- "path": "lamsec-deployFunctionWithExistingVpc/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": "lamsec-deployFunctionWithExistingVpc/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.174.0"
563
- }
564
- },
565
- "RouteTableAssociation": {
566
- "id": "RouteTableAssociation",
567
- "path": "lamsec-deployFunctionWithExistingVpc/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.174.0"
582
- }
583
- },
584
- "DefaultRoute": {
585
- "id": "DefaultRoute",
586
- "path": "lamsec-deployFunctionWithExistingVpc/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.174.0"
602
- }
603
- }
604
- },
605
- "constructInfo": {
606
- "fqn": "aws-cdk-lib.aws_ec2.PrivateSubnet",
607
- "version": "2.174.0"
608
- }
609
- },
610
- "IGW": {
611
- "id": "IGW",
612
- "path": "lamsec-deployFunctionWithExistingVpc/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": "lamsec-deployFunctionWithExistingVpc/Vpc"
620
- }
621
- ]
622
- }
623
- },
624
- "constructInfo": {
625
- "fqn": "aws-cdk-lib.aws_ec2.CfnInternetGateway",
626
- "version": "2.174.0"
627
- }
628
- },
629
- "VPCGW": {
630
- "id": "VPCGW",
631
- "path": "lamsec-deployFunctionWithExistingVpc/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.174.0"
646
- }
647
- },
648
- "RestrictDefaultSecurityGroupCustomResource": {
649
- "id": "RestrictDefaultSecurityGroupCustomResource",
650
- "path": "lamsec-deployFunctionWithExistingVpc/Vpc/RestrictDefaultSecurityGroupCustomResource",
651
- "children": {
652
- "Default": {
653
- "id": "Default",
654
- "path": "lamsec-deployFunctionWithExistingVpc/Vpc/RestrictDefaultSecurityGroupCustomResource/Default",
655
- "constructInfo": {
656
- "fqn": "aws-cdk-lib.CfnResource",
657
- "version": "2.174.0"
658
- }
659
- }
660
- },
661
- "constructInfo": {
662
- "fqn": "aws-cdk-lib.CustomResource",
663
- "version": "2.174.0"
664
- }
665
- },
666
- "FlowLog": {
667
- "id": "FlowLog",
668
- "path": "lamsec-deployFunctionWithExistingVpc/Vpc/FlowLog",
669
- "children": {
670
- "IAMRole": {
671
- "id": "IAMRole",
672
- "path": "lamsec-deployFunctionWithExistingVpc/Vpc/FlowLog/IAMRole",
673
- "children": {
674
- "ImportIAMRole": {
675
- "id": "ImportIAMRole",
676
- "path": "lamsec-deployFunctionWithExistingVpc/Vpc/FlowLog/IAMRole/ImportIAMRole",
677
- "constructInfo": {
678
- "fqn": "aws-cdk-lib.Resource",
679
- "version": "2.174.0"
680
- }
681
- },
682
- "Resource": {
683
- "id": "Resource",
684
- "path": "lamsec-deployFunctionWithExistingVpc/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": "lamsec-deployFunctionWithExistingVpc/Vpc/FlowLog"
704
- }
705
- ]
706
- }
707
- },
708
- "constructInfo": {
709
- "fqn": "aws-cdk-lib.aws_iam.CfnRole",
710
- "version": "2.174.0"
711
- }
712
- },
713
- "DefaultPolicy": {
714
- "id": "DefaultPolicy",
715
- "path": "lamsec-deployFunctionWithExistingVpc/Vpc/FlowLog/IAMRole/DefaultPolicy",
716
- "children": {
717
- "Resource": {
718
- "id": "Resource",
719
- "path": "lamsec-deployFunctionWithExistingVpc/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.174.0"
763
- }
764
- }
765
- },
766
- "constructInfo": {
767
- "fqn": "aws-cdk-lib.aws_iam.Policy",
768
- "version": "2.174.0"
769
- }
770
- }
771
- },
772
- "constructInfo": {
773
- "fqn": "aws-cdk-lib.aws_iam.Role",
774
- "version": "2.174.0"
775
- }
776
- },
777
- "LogGroup": {
778
- "id": "LogGroup",
779
- "path": "lamsec-deployFunctionWithExistingVpc/Vpc/FlowLog/LogGroup",
780
- "children": {
781
- "Resource": {
782
- "id": "Resource",
783
- "path": "lamsec-deployFunctionWithExistingVpc/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": "lamsec-deployFunctionWithExistingVpc/Vpc/FlowLog"
792
- }
793
- ]
794
- }
795
- },
796
- "constructInfo": {
797
- "fqn": "aws-cdk-lib.aws_logs.CfnLogGroup",
798
- "version": "2.174.0"
799
- }
800
- }
801
- },
802
- "constructInfo": {
803
- "fqn": "aws-cdk-lib.aws_logs.LogGroup",
804
- "version": "2.174.0"
805
- }
806
- },
807
- "FlowLog": {
808
- "id": "FlowLog",
809
- "path": "lamsec-deployFunctionWithExistingVpc/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": "lamsec-deployFunctionWithExistingVpc/Vpc/FlowLog"
831
- }
832
- ],
833
- "trafficType": "ALL"
834
- }
835
- },
836
- "constructInfo": {
837
- "fqn": "aws-cdk-lib.aws_ec2.CfnFlowLog",
838
- "version": "2.174.0"
839
- }
840
- }
841
- },
842
- "constructInfo": {
843
- "fqn": "aws-cdk-lib.aws_ec2.FlowLog",
844
- "version": "2.174.0"
845
- }
846
- },
847
- "SECRETS_MANAGER": {
848
- "id": "SECRETS_MANAGER",
849
- "path": "lamsec-deployFunctionWithExistingVpc/Vpc/SECRETS_MANAGER",
850
- "children": {
851
- "Resource": {
852
- "id": "Resource",
853
- "path": "lamsec-deployFunctionWithExistingVpc/Vpc/SECRETS_MANAGER/Resource",
854
- "attributes": {
855
- "aws:cdk:cloudformation:type": "AWS::EC2::VPCEndpoint",
856
- "aws:cdk:cloudformation:props": {
857
- "tags": [
858
- {
859
- "key": "Name",
860
- "value": "lamsec-deployFunctionWithExistingVpc/Vpc"
861
- }
862
- ],
863
- "privateDnsEnabled": true,
864
- "securityGroupIds": [
865
- {
866
- "Fn::GetAtt": [
867
- "lamsecdeployFunctionWithExistingVpcSECRETSMANAGERsecuritygroup30E54F0F",
868
- "GroupId"
869
- ]
870
- }
871
- ],
872
- "serviceName": {
873
- "Fn::Join": [
874
- "",
875
- [
876
- "com.amazonaws.",
877
- {
878
- "Ref": "AWS::Region"
879
- },
880
- ".secretsmanager"
881
- ]
882
- ]
883
- },
884
- "subnetIds": [
885
- {
886
- "Ref": "VpcPrivateSubnet1Subnet536B997A"
887
- },
888
- {
889
- "Ref": "VpcPrivateSubnet2Subnet3788AAA1"
890
- }
891
- ],
892
- "vpcEndpointType": "Interface",
893
- "vpcId": {
894
- "Ref": "Vpc8378EB38"
895
- }
896
- }
897
- },
898
- "constructInfo": {
899
- "fqn": "aws-cdk-lib.aws_ec2.CfnVPCEndpoint",
900
- "version": "2.174.0"
901
- }
902
- }
903
- },
904
- "constructInfo": {
905
- "fqn": "aws-cdk-lib.aws_ec2.InterfaceVpcEndpoint",
906
- "version": "2.174.0"
907
- }
908
- }
909
- },
910
- "constructInfo": {
911
- "fqn": "aws-cdk-lib.aws_ec2.Vpc",
912
- "version": "2.174.0"
913
- }
914
- },
915
- "LatestNodeRuntimeMap": {
916
- "id": "LatestNodeRuntimeMap",
917
- "path": "lamsec-deployFunctionWithExistingVpc/LatestNodeRuntimeMap",
918
- "constructInfo": {
919
- "fqn": "aws-cdk-lib.CfnMapping",
920
- "version": "2.174.0"
921
- }
922
- },
923
- "Custom::VpcRestrictDefaultSGCustomResourceProvider": {
924
- "id": "Custom::VpcRestrictDefaultSGCustomResourceProvider",
925
- "path": "lamsec-deployFunctionWithExistingVpc/Custom::VpcRestrictDefaultSGCustomResourceProvider",
926
- "children": {
927
- "Staging": {
928
- "id": "Staging",
929
- "path": "lamsec-deployFunctionWithExistingVpc/Custom::VpcRestrictDefaultSGCustomResourceProvider/Staging",
930
- "constructInfo": {
931
- "fqn": "aws-cdk-lib.AssetStaging",
932
- "version": "2.174.0"
933
- }
934
- },
935
- "Role": {
936
- "id": "Role",
937
- "path": "lamsec-deployFunctionWithExistingVpc/Custom::VpcRestrictDefaultSGCustomResourceProvider/Role",
938
- "constructInfo": {
939
- "fqn": "aws-cdk-lib.CfnResource",
940
- "version": "2.174.0"
941
- }
942
- },
943
- "Handler": {
944
- "id": "Handler",
945
- "path": "lamsec-deployFunctionWithExistingVpc/Custom::VpcRestrictDefaultSGCustomResourceProvider/Handler",
946
- "constructInfo": {
947
- "fqn": "aws-cdk-lib.CfnResource",
948
- "version": "2.174.0"
949
- }
950
- }
951
- },
952
- "constructInfo": {
953
- "fqn": "aws-cdk-lib.CustomResourceProviderBase",
954
- "version": "2.174.0"
955
- }
956
- },
957
- "test-lambda-secretsmanager-stack": {
958
- "id": "test-lambda-secretsmanager-stack",
959
- "path": "lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack",
960
- "children": {
961
- "LambdaFunctionServiceRole": {
962
- "id": "LambdaFunctionServiceRole",
963
- "path": "lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/LambdaFunctionServiceRole",
964
- "children": {
965
- "ImportLambdaFunctionServiceRole": {
966
- "id": "ImportLambdaFunctionServiceRole",
967
- "path": "lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/LambdaFunctionServiceRole/ImportLambdaFunctionServiceRole",
968
- "constructInfo": {
969
- "fqn": "aws-cdk-lib.Resource",
970
- "version": "2.174.0"
971
- }
972
- },
973
- "Resource": {
974
- "id": "Resource",
975
- "path": "lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/LambdaFunctionServiceRole/Resource",
976
- "attributes": {
977
- "aws:cdk:cloudformation:type": "AWS::IAM::Role",
978
- "aws:cdk:cloudformation:props": {
979
- "assumeRolePolicyDocument": {
980
- "Statement": [
981
- {
982
- "Action": "sts:AssumeRole",
983
- "Effect": "Allow",
984
- "Principal": {
985
- "Service": "lambda.amazonaws.com"
986
- }
987
- }
988
- ],
989
- "Version": "2012-10-17"
990
- },
991
- "policies": [
992
- {
993
- "policyName": "LambdaFunctionServiceRolePolicy",
994
- "policyDocument": {
995
- "Statement": [
996
- {
997
- "Action": [
998
- "logs:CreateLogGroup",
999
- "logs:CreateLogStream",
1000
- "logs:PutLogEvents"
1001
- ],
1002
- "Effect": "Allow",
1003
- "Resource": {
1004
- "Fn::Join": [
1005
- "",
1006
- [
1007
- "arn:",
1008
- {
1009
- "Ref": "AWS::Partition"
1010
- },
1011
- ":logs:",
1012
- {
1013
- "Ref": "AWS::Region"
1014
- },
1015
- ":",
1016
- {
1017
- "Ref": "AWS::AccountId"
1018
- },
1019
- ":log-group:/aws/lambda/*"
1020
- ]
1021
- ]
1022
- }
1023
- }
1024
- ],
1025
- "Version": "2012-10-17"
1026
- }
1027
- }
1028
- ]
1029
- }
1030
- },
1031
- "constructInfo": {
1032
- "fqn": "aws-cdk-lib.aws_iam.CfnRole",
1033
- "version": "2.174.0"
1034
- }
1035
- },
1036
- "DefaultPolicy": {
1037
- "id": "DefaultPolicy",
1038
- "path": "lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/LambdaFunctionServiceRole/DefaultPolicy",
1039
- "children": {
1040
- "Resource": {
1041
- "id": "Resource",
1042
- "path": "lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/LambdaFunctionServiceRole/DefaultPolicy/Resource",
1043
- "attributes": {
1044
- "aws:cdk:cloudformation:type": "AWS::IAM::Policy",
1045
- "aws:cdk:cloudformation:props": {
1046
- "policyDocument": {
1047
- "Statement": [
1048
- {
1049
- "Action": [
1050
- "ec2:AssignPrivateIpAddresses",
1051
- "ec2:CreateNetworkInterface",
1052
- "ec2:DeleteNetworkInterface",
1053
- "ec2:DescribeNetworkInterfaces",
1054
- "ec2:UnassignPrivateIpAddresses",
1055
- "xray:PutTelemetryRecords",
1056
- "xray:PutTraceSegments"
1057
- ],
1058
- "Effect": "Allow",
1059
- "Resource": "*"
1060
- },
1061
- {
1062
- "Action": [
1063
- "secretsmanager:DescribeSecret",
1064
- "secretsmanager:GetSecretValue"
1065
- ],
1066
- "Effect": "Allow",
1067
- "Resource": {
1068
- "Ref": "testlambdasecretsmanagerstacksecretC2FCB96E"
1069
- }
1070
- }
1071
- ],
1072
- "Version": "2012-10-17"
1073
- },
1074
- "policyName": "testlambdasecretsmanagerstackLambdaFunctionServiceRoleDefaultPolicy2F46FC5F",
1075
- "roles": [
1076
- {
1077
- "Ref": "testlambdasecretsmanagerstackLambdaFunctionServiceRole4FE7A9C6"
1078
- }
1079
- ]
1080
- }
1081
- },
1082
- "constructInfo": {
1083
- "fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
1084
- "version": "2.174.0"
1085
- }
1086
- }
1087
- },
1088
- "constructInfo": {
1089
- "fqn": "aws-cdk-lib.aws_iam.Policy",
1090
- "version": "2.174.0"
1091
- }
1092
- }
1093
- },
1094
- "constructInfo": {
1095
- "fqn": "aws-cdk-lib.aws_iam.Role",
1096
- "version": "2.174.0"
1097
- }
1098
- },
1099
- "ReplaceDefaultSecurityGroup-security-group": {
1100
- "id": "ReplaceDefaultSecurityGroup-security-group",
1101
- "path": "lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/ReplaceDefaultSecurityGroup-security-group",
1102
- "children": {
1103
- "Resource": {
1104
- "id": "Resource",
1105
- "path": "lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/ReplaceDefaultSecurityGroup-security-group/Resource",
1106
- "attributes": {
1107
- "aws:cdk:cloudformation:type": "AWS::EC2::SecurityGroup",
1108
- "aws:cdk:cloudformation:props": {
1109
- "groupDescription": "lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/ReplaceDefaultSecurityGroup-security-group",
1110
- "securityGroupEgress": [
1111
- {
1112
- "cidrIp": "0.0.0.0/0",
1113
- "description": "Allow all outbound traffic by default",
1114
- "ipProtocol": "-1"
1115
- }
1116
- ],
1117
- "vpcId": {
1118
- "Ref": "Vpc8378EB38"
1119
- }
1120
- }
1121
- },
1122
- "constructInfo": {
1123
- "fqn": "aws-cdk-lib.aws_ec2.CfnSecurityGroup",
1124
- "version": "2.174.0"
1125
- }
1126
- }
1127
- },
1128
- "constructInfo": {
1129
- "fqn": "aws-cdk-lib.aws_ec2.SecurityGroup",
1130
- "version": "2.174.0"
1131
- }
1132
- },
1133
- "LambdaFunction": {
1134
- "id": "LambdaFunction",
1135
- "path": "lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/LambdaFunction",
1136
- "children": {
1137
- "Code": {
1138
- "id": "Code",
1139
- "path": "lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/LambdaFunction/Code",
1140
- "children": {
1141
- "Stage": {
1142
- "id": "Stage",
1143
- "path": "lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/LambdaFunction/Code/Stage",
1144
- "constructInfo": {
1145
- "fqn": "aws-cdk-lib.AssetStaging",
1146
- "version": "2.174.0"
1147
- }
1148
- },
1149
- "AssetBucket": {
1150
- "id": "AssetBucket",
1151
- "path": "lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/LambdaFunction/Code/AssetBucket",
1152
- "constructInfo": {
1153
- "fqn": "aws-cdk-lib.aws_s3.BucketBase",
1154
- "version": "2.174.0"
1155
- }
1156
- }
1157
- },
1158
- "constructInfo": {
1159
- "fqn": "aws-cdk-lib.aws_s3_assets.Asset",
1160
- "version": "2.174.0"
1161
- }
1162
- },
1163
- "Resource": {
1164
- "id": "Resource",
1165
- "path": "lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/LambdaFunction/Resource",
1166
- "attributes": {
1167
- "aws:cdk:cloudformation:type": "AWS::Lambda::Function",
1168
- "aws:cdk:cloudformation:props": {
1169
- "code": {
1170
- "s3Bucket": {
1171
- "Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
1172
- },
1173
- "s3Key": "a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c.zip"
1174
- },
1175
- "environment": {
1176
- "variables": {
1177
- "AWS_NODEJS_CONNECTION_REUSE_ENABLED": "1",
1178
- "SECRET_ARN": {
1179
- "Ref": "testlambdasecretsmanagerstacksecretC2FCB96E"
1180
- }
1181
- }
1182
- },
1183
- "handler": "index.handler",
1184
- "role": {
1185
- "Fn::GetAtt": [
1186
- "testlambdasecretsmanagerstackLambdaFunctionServiceRole4FE7A9C6",
1187
- "Arn"
1188
- ]
1189
- },
1190
- "runtime": "nodejs20.x",
1191
- "tracingConfig": {
1192
- "mode": "Active"
1193
- },
1194
- "vpcConfig": {
1195
- "subnetIds": [
1196
- {
1197
- "Ref": "VpcPrivateSubnet1Subnet536B997A"
1198
- },
1199
- {
1200
- "Ref": "VpcPrivateSubnet2Subnet3788AAA1"
1201
- }
1202
- ],
1203
- "securityGroupIds": [
1204
- {
1205
- "Fn::GetAtt": [
1206
- "testlambdasecretsmanagerstackReplaceDefaultSecurityGroupsecuritygroupBBE9275E",
1207
- "GroupId"
1208
- ]
1209
- }
1210
- ]
1211
- }
1212
- }
1213
- },
1214
- "constructInfo": {
1215
- "fqn": "aws-cdk-lib.aws_lambda.CfnFunction",
1216
- "version": "2.174.0"
1217
- }
1218
- }
1219
- },
1220
- "constructInfo": {
1221
- "fqn": "aws-cdk-lib.aws_lambda.Function",
1222
- "version": "2.174.0"
1223
- }
1224
- },
1225
- "secret": {
1226
- "id": "secret",
1227
- "path": "lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/secret",
1228
- "children": {
1229
- "Resource": {
1230
- "id": "Resource",
1231
- "path": "lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/secret/Resource",
1232
- "attributes": {
1233
- "aws:cdk:cloudformation:type": "AWS::SecretsManager::Secret",
1234
- "aws:cdk:cloudformation:props": {
1235
- "generateSecretString": {}
1236
- }
1237
- },
1238
- "constructInfo": {
1239
- "fqn": "aws-cdk-lib.aws_secretsmanager.CfnSecret",
1240
- "version": "2.174.0"
1241
- }
1242
- }
1243
- },
1244
- "constructInfo": {
1245
- "fqn": "aws-cdk-lib.aws_secretsmanager.Secret",
1246
- "version": "2.174.0"
1247
- }
1248
- }
1249
- },
1250
- "constructInfo": {
1251
- "fqn": "@aws-solutions-constructs/aws-lambda-secretsmanager.LambdaToSecretsmanager",
1252
- "version": "2.76.0"
1253
- }
1254
- },
1255
- "lamsec-deployFunctionWithExistingVpc-SECRETS_MANAGER-security-group": {
1256
- "id": "lamsec-deployFunctionWithExistingVpc-SECRETS_MANAGER-security-group",
1257
- "path": "lamsec-deployFunctionWithExistingVpc/lamsec-deployFunctionWithExistingVpc-SECRETS_MANAGER-security-group",
1258
- "children": {
1259
- "Resource": {
1260
- "id": "Resource",
1261
- "path": "lamsec-deployFunctionWithExistingVpc/lamsec-deployFunctionWithExistingVpc-SECRETS_MANAGER-security-group/Resource",
1262
- "attributes": {
1263
- "aws:cdk:cloudformation:type": "AWS::EC2::SecurityGroup",
1264
- "aws:cdk:cloudformation:props": {
1265
- "groupDescription": "lamsec-deployFunctionWithExistingVpc/lamsec-deployFunctionWithExistingVpc-SECRETS_MANAGER-security-group",
1266
- "securityGroupEgress": [
1267
- {
1268
- "cidrIp": "0.0.0.0/0",
1269
- "description": "Allow all outbound traffic by default",
1270
- "ipProtocol": "-1"
1271
- }
1272
- ],
1273
- "securityGroupIngress": [
1274
- {
1275
- "cidrIp": {
1276
- "Fn::GetAtt": [
1277
- "Vpc8378EB38",
1278
- "CidrBlock"
1279
- ]
1280
- },
1281
- "ipProtocol": "tcp",
1282
- "fromPort": 443,
1283
- "toPort": 443,
1284
- "description": {
1285
- "Fn::Join": [
1286
- "",
1287
- [
1288
- "from ",
1289
- {
1290
- "Fn::GetAtt": [
1291
- "Vpc8378EB38",
1292
- "CidrBlock"
1293
- ]
1294
- },
1295
- ":443"
1296
- ]
1297
- ]
1298
- }
1299
- }
1300
- ],
1301
- "vpcId": {
1302
- "Ref": "Vpc8378EB38"
1303
- }
1304
- }
1305
- },
1306
- "constructInfo": {
1307
- "fqn": "aws-cdk-lib.aws_ec2.CfnSecurityGroup",
1308
- "version": "2.174.0"
1309
- }
1310
- }
1311
- },
1312
- "constructInfo": {
1313
- "fqn": "aws-cdk-lib.aws_ec2.SecurityGroup",
1314
- "version": "2.174.0"
1315
- }
1316
- },
1317
- "Integ": {
1318
- "id": "Integ",
1319
- "path": "lamsec-deployFunctionWithExistingVpc/Integ",
1320
- "children": {
1321
- "DefaultTest": {
1322
- "id": "DefaultTest",
1323
- "path": "lamsec-deployFunctionWithExistingVpc/Integ/DefaultTest",
1324
- "children": {
1325
- "Default": {
1326
- "id": "Default",
1327
- "path": "lamsec-deployFunctionWithExistingVpc/Integ/DefaultTest/Default",
1328
- "constructInfo": {
1329
- "fqn": "constructs.Construct",
1330
- "version": "10.4.2"
1331
- }
1332
- },
1333
- "DeployAssert": {
1334
- "id": "DeployAssert",
1335
- "path": "lamsec-deployFunctionWithExistingVpc/Integ/DefaultTest/DeployAssert",
1336
- "children": {
1337
- "BootstrapVersion": {
1338
- "id": "BootstrapVersion",
1339
- "path": "lamsec-deployFunctionWithExistingVpc/Integ/DefaultTest/DeployAssert/BootstrapVersion",
1340
- "constructInfo": {
1341
- "fqn": "aws-cdk-lib.CfnParameter",
1342
- "version": "2.174.0"
1343
- }
1344
- },
1345
- "CheckBootstrapVersion": {
1346
- "id": "CheckBootstrapVersion",
1347
- "path": "lamsec-deployFunctionWithExistingVpc/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion",
1348
- "constructInfo": {
1349
- "fqn": "aws-cdk-lib.CfnRule",
1350
- "version": "2.174.0"
1351
- }
1352
- }
1353
- },
1354
- "constructInfo": {
1355
- "fqn": "aws-cdk-lib.Stack",
1356
- "version": "2.174.0"
1357
- }
1358
- }
1359
- },
1360
- "constructInfo": {
1361
- "fqn": "@aws-cdk/integ-tests-alpha.IntegTestCase",
1362
- "version": "2.174.0-alpha.0"
1363
- }
1364
- }
1365
- },
1366
- "constructInfo": {
1367
- "fqn": "@aws-cdk/integ-tests-alpha.IntegTest",
1368
- "version": "2.174.0-alpha.0"
1369
- }
1370
- },
1371
- "BootstrapVersion": {
1372
- "id": "BootstrapVersion",
1373
- "path": "lamsec-deployFunctionWithExistingVpc/BootstrapVersion",
1374
- "constructInfo": {
1375
- "fqn": "aws-cdk-lib.CfnParameter",
1376
- "version": "2.174.0"
1377
- }
1378
- },
1379
- "CheckBootstrapVersion": {
1380
- "id": "CheckBootstrapVersion",
1381
- "path": "lamsec-deployFunctionWithExistingVpc/CheckBootstrapVersion",
1382
- "constructInfo": {
1383
- "fqn": "aws-cdk-lib.CfnRule",
1384
- "version": "2.174.0"
1385
- }
1386
- }
1387
- },
1388
- "constructInfo": {
1389
- "fqn": "aws-cdk-lib.Stack",
1390
- "version": "2.174.0"
1391
- }
1392
- },
1393
- "Tree": {
1394
- "id": "Tree",
1395
- "path": "Tree",
1396
- "constructInfo": {
1397
- "fqn": "constructs.Construct",
1398
- "version": "10.4.2"
1399
- }
1400
- }
1401
- },
1402
- "constructInfo": {
1403
- "fqn": "aws-cdk-lib.App",
1404
- "version": "2.174.0"
1405
- }
1406
- }
1407
- }
1
+ {"version":"tree-0.1","tree":{"id":"App","path":"","children":{"lamsec-deployFunctionWithExistingVpc":{"id":"lamsec-deployFunctionWithExistingVpc","path":"lamsec-deployFunctionWithExistingVpc","children":{"Vpc":{"id":"Vpc","path":"lamsec-deployFunctionWithExistingVpc/Vpc","children":{"Resource":{"id":"Resource","path":"lamsec-deployFunctionWithExistingVpc/Vpc/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::VPC","aws:cdk:cloudformation:props":{"cidrBlock":"10.0.0.0/16","enableDnsHostnames":true,"enableDnsSupport":true,"instanceTenancy":"default","tags":[{"key":"Name","value":"lamsec-deployFunctionWithExistingVpc/Vpc"}]}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnVPC","version":"2.186.0"}},"PublicSubnet1":{"id":"PublicSubnet1","path":"lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet1","children":{"Subnet":{"id":"Subnet","path":"lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet1/Subnet","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::Subnet","aws:cdk:cloudformation:props":{"availabilityZone":{"Fn::Select":[0,{"Fn::GetAZs":""}]},"cidrBlock":"10.0.0.0/18","mapPublicIpOnLaunch":true,"tags":[{"key":"aws-cdk:subnet-name","value":"Public"},{"key":"aws-cdk:subnet-type","value":"Public"},{"key":"Name","value":"lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet1"}],"vpcId":{"Ref":"Vpc8378EB38"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnSubnet","version":"2.186.0"}},"Acl":{"id":"Acl","path":"lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet1/Acl","constructInfo":{"fqn":"aws-cdk-lib.Resource","version":"2.186.0","metadata":[]}},"RouteTable":{"id":"RouteTable","path":"lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet1/RouteTable","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::RouteTable","aws:cdk:cloudformation:props":{"tags":[{"key":"Name","value":"lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet1"}],"vpcId":{"Ref":"Vpc8378EB38"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnRouteTable","version":"2.186.0"}},"RouteTableAssociation":{"id":"RouteTableAssociation","path":"lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet1/RouteTableAssociation","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::SubnetRouteTableAssociation","aws:cdk:cloudformation:props":{"routeTableId":{"Ref":"VpcPublicSubnet1RouteTable6C95E38E"},"subnetId":{"Ref":"VpcPublicSubnet1Subnet5C2D37C4"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnSubnetRouteTableAssociation","version":"2.186.0"}},"DefaultRoute":{"id":"DefaultRoute","path":"lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet1/DefaultRoute","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::Route","aws:cdk:cloudformation:props":{"destinationCidrBlock":"0.0.0.0/0","gatewayId":{"Ref":"VpcIGWD7BA715C"},"routeTableId":{"Ref":"VpcPublicSubnet1RouteTable6C95E38E"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnRoute","version":"2.186.0"}},"EIP":{"id":"EIP","path":"lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet1/EIP","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::EIP","aws:cdk:cloudformation:props":{"domain":"vpc","tags":[{"key":"Name","value":"lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet1"}]}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnEIP","version":"2.186.0"}},"NATGateway":{"id":"NATGateway","path":"lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet1/NATGateway","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::NatGateway","aws:cdk:cloudformation:props":{"allocationId":{"Fn::GetAtt":["VpcPublicSubnet1EIPD7E02669","AllocationId"]},"subnetId":{"Ref":"VpcPublicSubnet1Subnet5C2D37C4"},"tags":[{"key":"Name","value":"lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet1"}]}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnNatGateway","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.PublicSubnet","version":"2.186.0","metadata":[{"availabilityZone":"*","vpcId":"*","cidrBlock":"*","mapPublicIpOnLaunch":true,"ipv6CidrBlock":"*","assignIpv6AddressOnCreation":"*"},{"availabilityZone":"*","vpcId":"*","cidrBlock":"*","mapPublicIpOnLaunch":true,"ipv6CidrBlock":"*","assignIpv6AddressOnCreation":"*"},{},{"addNatGateway":["*"]}]}},"PublicSubnet2":{"id":"PublicSubnet2","path":"lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet2","children":{"Subnet":{"id":"Subnet","path":"lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet2/Subnet","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::Subnet","aws:cdk:cloudformation:props":{"availabilityZone":{"Fn::Select":[1,{"Fn::GetAZs":""}]},"cidrBlock":"10.0.64.0/18","mapPublicIpOnLaunch":true,"tags":[{"key":"aws-cdk:subnet-name","value":"Public"},{"key":"aws-cdk:subnet-type","value":"Public"},{"key":"Name","value":"lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet2"}],"vpcId":{"Ref":"Vpc8378EB38"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnSubnet","version":"2.186.0"}},"Acl":{"id":"Acl","path":"lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet2/Acl","constructInfo":{"fqn":"aws-cdk-lib.Resource","version":"2.186.0","metadata":[]}},"RouteTable":{"id":"RouteTable","path":"lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet2/RouteTable","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::RouteTable","aws:cdk:cloudformation:props":{"tags":[{"key":"Name","value":"lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet2"}],"vpcId":{"Ref":"Vpc8378EB38"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnRouteTable","version":"2.186.0"}},"RouteTableAssociation":{"id":"RouteTableAssociation","path":"lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet2/RouteTableAssociation","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::SubnetRouteTableAssociation","aws:cdk:cloudformation:props":{"routeTableId":{"Ref":"VpcPublicSubnet2RouteTable94F7E489"},"subnetId":{"Ref":"VpcPublicSubnet2Subnet691E08A3"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnSubnetRouteTableAssociation","version":"2.186.0"}},"DefaultRoute":{"id":"DefaultRoute","path":"lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet2/DefaultRoute","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::Route","aws:cdk:cloudformation:props":{"destinationCidrBlock":"0.0.0.0/0","gatewayId":{"Ref":"VpcIGWD7BA715C"},"routeTableId":{"Ref":"VpcPublicSubnet2RouteTable94F7E489"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnRoute","version":"2.186.0"}},"EIP":{"id":"EIP","path":"lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet2/EIP","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::EIP","aws:cdk:cloudformation:props":{"domain":"vpc","tags":[{"key":"Name","value":"lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet2"}]}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnEIP","version":"2.186.0"}},"NATGateway":{"id":"NATGateway","path":"lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet2/NATGateway","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::NatGateway","aws:cdk:cloudformation:props":{"allocationId":{"Fn::GetAtt":["VpcPublicSubnet2EIP3C605A87","AllocationId"]},"subnetId":{"Ref":"VpcPublicSubnet2Subnet691E08A3"},"tags":[{"key":"Name","value":"lamsec-deployFunctionWithExistingVpc/Vpc/PublicSubnet2"}]}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnNatGateway","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.PublicSubnet","version":"2.186.0","metadata":[{"availabilityZone":"*","vpcId":"*","cidrBlock":"*","mapPublicIpOnLaunch":true,"ipv6CidrBlock":"*","assignIpv6AddressOnCreation":"*"},{"availabilityZone":"*","vpcId":"*","cidrBlock":"*","mapPublicIpOnLaunch":true,"ipv6CidrBlock":"*","assignIpv6AddressOnCreation":"*"},{},{"addNatGateway":["*"]}]}},"PrivateSubnet1":{"id":"PrivateSubnet1","path":"lamsec-deployFunctionWithExistingVpc/Vpc/PrivateSubnet1","children":{"Subnet":{"id":"Subnet","path":"lamsec-deployFunctionWithExistingVpc/Vpc/PrivateSubnet1/Subnet","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::Subnet","aws:cdk:cloudformation:props":{"availabilityZone":{"Fn::Select":[0,{"Fn::GetAZs":""}]},"cidrBlock":"10.0.128.0/18","mapPublicIpOnLaunch":false,"tags":[{"key":"aws-cdk:subnet-name","value":"Private"},{"key":"aws-cdk:subnet-type","value":"Private"},{"key":"Name","value":"lamsec-deployFunctionWithExistingVpc/Vpc/PrivateSubnet1"}],"vpcId":{"Ref":"Vpc8378EB38"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnSubnet","version":"2.186.0"}},"Acl":{"id":"Acl","path":"lamsec-deployFunctionWithExistingVpc/Vpc/PrivateSubnet1/Acl","constructInfo":{"fqn":"aws-cdk-lib.Resource","version":"2.186.0","metadata":[]}},"RouteTable":{"id":"RouteTable","path":"lamsec-deployFunctionWithExistingVpc/Vpc/PrivateSubnet1/RouteTable","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::RouteTable","aws:cdk:cloudformation:props":{"tags":[{"key":"Name","value":"lamsec-deployFunctionWithExistingVpc/Vpc/PrivateSubnet1"}],"vpcId":{"Ref":"Vpc8378EB38"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnRouteTable","version":"2.186.0"}},"RouteTableAssociation":{"id":"RouteTableAssociation","path":"lamsec-deployFunctionWithExistingVpc/Vpc/PrivateSubnet1/RouteTableAssociation","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::SubnetRouteTableAssociation","aws:cdk:cloudformation:props":{"routeTableId":{"Ref":"VpcPrivateSubnet1RouteTableB2C5B500"},"subnetId":{"Ref":"VpcPrivateSubnet1Subnet536B997A"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnSubnetRouteTableAssociation","version":"2.186.0"}},"DefaultRoute":{"id":"DefaultRoute","path":"lamsec-deployFunctionWithExistingVpc/Vpc/PrivateSubnet1/DefaultRoute","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::Route","aws:cdk:cloudformation:props":{"destinationCidrBlock":"0.0.0.0/0","natGatewayId":{"Ref":"VpcPublicSubnet1NATGateway4D7517AA"},"routeTableId":{"Ref":"VpcPrivateSubnet1RouteTableB2C5B500"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnRoute","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.PrivateSubnet","version":"2.186.0","metadata":[{"availabilityZone":"*","vpcId":"*","cidrBlock":"*","mapPublicIpOnLaunch":false,"ipv6CidrBlock":"*","assignIpv6AddressOnCreation":"*"},{"availabilityZone":"*","vpcId":"*","cidrBlock":"*","mapPublicIpOnLaunch":false,"ipv6CidrBlock":"*","assignIpv6AddressOnCreation":"*"},{}]}},"PrivateSubnet2":{"id":"PrivateSubnet2","path":"lamsec-deployFunctionWithExistingVpc/Vpc/PrivateSubnet2","children":{"Subnet":{"id":"Subnet","path":"lamsec-deployFunctionWithExistingVpc/Vpc/PrivateSubnet2/Subnet","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::Subnet","aws:cdk:cloudformation:props":{"availabilityZone":{"Fn::Select":[1,{"Fn::GetAZs":""}]},"cidrBlock":"10.0.192.0/18","mapPublicIpOnLaunch":false,"tags":[{"key":"aws-cdk:subnet-name","value":"Private"},{"key":"aws-cdk:subnet-type","value":"Private"},{"key":"Name","value":"lamsec-deployFunctionWithExistingVpc/Vpc/PrivateSubnet2"}],"vpcId":{"Ref":"Vpc8378EB38"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnSubnet","version":"2.186.0"}},"Acl":{"id":"Acl","path":"lamsec-deployFunctionWithExistingVpc/Vpc/PrivateSubnet2/Acl","constructInfo":{"fqn":"aws-cdk-lib.Resource","version":"2.186.0","metadata":[]}},"RouteTable":{"id":"RouteTable","path":"lamsec-deployFunctionWithExistingVpc/Vpc/PrivateSubnet2/RouteTable","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::RouteTable","aws:cdk:cloudformation:props":{"tags":[{"key":"Name","value":"lamsec-deployFunctionWithExistingVpc/Vpc/PrivateSubnet2"}],"vpcId":{"Ref":"Vpc8378EB38"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnRouteTable","version":"2.186.0"}},"RouteTableAssociation":{"id":"RouteTableAssociation","path":"lamsec-deployFunctionWithExistingVpc/Vpc/PrivateSubnet2/RouteTableAssociation","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::SubnetRouteTableAssociation","aws:cdk:cloudformation:props":{"routeTableId":{"Ref":"VpcPrivateSubnet2RouteTableA678073B"},"subnetId":{"Ref":"VpcPrivateSubnet2Subnet3788AAA1"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnSubnetRouteTableAssociation","version":"2.186.0"}},"DefaultRoute":{"id":"DefaultRoute","path":"lamsec-deployFunctionWithExistingVpc/Vpc/PrivateSubnet2/DefaultRoute","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::Route","aws:cdk:cloudformation:props":{"destinationCidrBlock":"0.0.0.0/0","natGatewayId":{"Ref":"VpcPublicSubnet2NATGateway9182C01D"},"routeTableId":{"Ref":"VpcPrivateSubnet2RouteTableA678073B"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnRoute","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.PrivateSubnet","version":"2.186.0","metadata":[{"availabilityZone":"*","vpcId":"*","cidrBlock":"*","mapPublicIpOnLaunch":false,"ipv6CidrBlock":"*","assignIpv6AddressOnCreation":"*"},{"availabilityZone":"*","vpcId":"*","cidrBlock":"*","mapPublicIpOnLaunch":false,"ipv6CidrBlock":"*","assignIpv6AddressOnCreation":"*"},{}]}},"IGW":{"id":"IGW","path":"lamsec-deployFunctionWithExistingVpc/Vpc/IGW","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::InternetGateway","aws:cdk:cloudformation:props":{"tags":[{"key":"Name","value":"lamsec-deployFunctionWithExistingVpc/Vpc"}]}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnInternetGateway","version":"2.186.0"}},"VPCGW":{"id":"VPCGW","path":"lamsec-deployFunctionWithExistingVpc/Vpc/VPCGW","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::VPCGatewayAttachment","aws:cdk:cloudformation:props":{"internetGatewayId":{"Ref":"VpcIGWD7BA715C"},"vpcId":{"Ref":"Vpc8378EB38"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnVPCGatewayAttachment","version":"2.186.0"}},"RestrictDefaultSecurityGroupCustomResource":{"id":"RestrictDefaultSecurityGroupCustomResource","path":"lamsec-deployFunctionWithExistingVpc/Vpc/RestrictDefaultSecurityGroupCustomResource","children":{"Default":{"id":"Default","path":"lamsec-deployFunctionWithExistingVpc/Vpc/RestrictDefaultSecurityGroupCustomResource/Default","constructInfo":{"fqn":"aws-cdk-lib.CfnResource","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.CustomResource","version":"2.186.0","metadata":["*"]}},"FlowLog":{"id":"FlowLog","path":"lamsec-deployFunctionWithExistingVpc/Vpc/FlowLog","children":{"IAMRole":{"id":"IAMRole","path":"lamsec-deployFunctionWithExistingVpc/Vpc/FlowLog/IAMRole","children":{"ImportIAMRole":{"id":"ImportIAMRole","path":"lamsec-deployFunctionWithExistingVpc/Vpc/FlowLog/IAMRole/ImportIAMRole","constructInfo":{"fqn":"aws-cdk-lib.Resource","version":"2.186.0","metadata":["*"]}},"Resource":{"id":"Resource","path":"lamsec-deployFunctionWithExistingVpc/Vpc/FlowLog/IAMRole/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::IAM::Role","aws:cdk:cloudformation:props":{"assumeRolePolicyDocument":{"Statement":[{"Action":"sts:AssumeRole","Effect":"Allow","Principal":{"Service":"vpc-flow-logs.amazonaws.com"}}],"Version":"2012-10-17"},"tags":[{"key":"Name","value":"lamsec-deployFunctionWithExistingVpc/Vpc/FlowLog"}]}},"constructInfo":{"fqn":"aws-cdk-lib.aws_iam.CfnRole","version":"2.186.0"}},"DefaultPolicy":{"id":"DefaultPolicy","path":"lamsec-deployFunctionWithExistingVpc/Vpc/FlowLog/IAMRole/DefaultPolicy","children":{"Resource":{"id":"Resource","path":"lamsec-deployFunctionWithExistingVpc/Vpc/FlowLog/IAMRole/DefaultPolicy/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::IAM::Policy","aws:cdk:cloudformation:props":{"policyDocument":{"Statement":[{"Action":["logs:CreateLogStream","logs:DescribeLogStreams","logs:PutLogEvents"],"Effect":"Allow","Resource":{"Fn::GetAtt":["VpcFlowLogLogGroup7B5C56B9","Arn"]}},{"Action":"iam:PassRole","Effect":"Allow","Resource":{"Fn::GetAtt":["VpcFlowLogIAMRole6A475D41","Arn"]}}],"Version":"2012-10-17"},"policyName":"VpcFlowLogIAMRoleDefaultPolicy406FB995","roles":[{"Ref":"VpcFlowLogIAMRole6A475D41"}]}},"constructInfo":{"fqn":"aws-cdk-lib.aws_iam.CfnPolicy","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_iam.Policy","version":"2.186.0","metadata":["*",{"attachToRole":["*"]},{"attachToRole":["*"]},{"addStatements":[{}]},{"addStatements":[{}]}]}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_iam.Role","version":"2.186.0","metadata":[{"roleName":"*","assumedBy":{"principalAccount":"*","assumeRoleAction":"*"}},{"addToPrincipalPolicy":[{}]},{"attachInlinePolicy":["*"]},{"attachInlinePolicy":["*"]},{"addToPrincipalPolicy":[{}]}]}},"LogGroup":{"id":"LogGroup","path":"lamsec-deployFunctionWithExistingVpc/Vpc/FlowLog/LogGroup","children":{"Resource":{"id":"Resource","path":"lamsec-deployFunctionWithExistingVpc/Vpc/FlowLog/LogGroup/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::Logs::LogGroup","aws:cdk:cloudformation:props":{"retentionInDays":731,"tags":[{"key":"Name","value":"lamsec-deployFunctionWithExistingVpc/Vpc/FlowLog"}]}},"constructInfo":{"fqn":"aws-cdk-lib.aws_logs.CfnLogGroup","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_logs.LogGroup","version":"2.186.0","metadata":["*"]}},"FlowLog":{"id":"FlowLog","path":"lamsec-deployFunctionWithExistingVpc/Vpc/FlowLog/FlowLog","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::FlowLog","aws:cdk:cloudformation:props":{"deliverLogsPermissionArn":{"Fn::GetAtt":["VpcFlowLogIAMRole6A475D41","Arn"]},"logDestinationType":"cloud-watch-logs","logGroupName":{"Ref":"VpcFlowLogLogGroup7B5C56B9"},"resourceId":{"Ref":"Vpc8378EB38"},"resourceType":"VPC","tags":[{"key":"Name","value":"lamsec-deployFunctionWithExistingVpc/Vpc/FlowLog"}],"trafficType":"ALL"}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnFlowLog","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.FlowLog","version":"2.186.0","metadata":[{"resourceType":"*"}]}},"SECRETS_MANAGER":{"id":"SECRETS_MANAGER","path":"lamsec-deployFunctionWithExistingVpc/Vpc/SECRETS_MANAGER","children":{"Resource":{"id":"Resource","path":"lamsec-deployFunctionWithExistingVpc/Vpc/SECRETS_MANAGER/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::VPCEndpoint","aws:cdk:cloudformation:props":{"tags":[{"key":"Name","value":"lamsec-deployFunctionWithExistingVpc/Vpc"}],"privateDnsEnabled":true,"securityGroupIds":[{"Fn::GetAtt":["lamsecdeployFunctionWithExistingVpcSECRETSMANAGERsecuritygroup30E54F0F","GroupId"]}],"serviceName":{"Fn::Join":["",["com.amazonaws.",{"Ref":"AWS::Region"},".secretsmanager"]]},"subnetIds":[{"Ref":"VpcPrivateSubnet1Subnet536B997A"},{"Ref":"VpcPrivateSubnet2Subnet3788AAA1"}],"vpcEndpointType":"Interface","vpcId":{"Ref":"Vpc8378EB38"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnVPCEndpoint","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.InterfaceVpcEndpoint","version":"2.186.0","metadata":[{"vpc":"*","service":{"privateDnsDefault":true,"name":"*","port":"*"},"securityGroups":["*"]}]}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.Vpc","version":"2.186.0","metadata":[{"enableDnsHostnames":true,"enableDnsSupport":true}]}},"LatestNodeRuntimeMap":{"id":"LatestNodeRuntimeMap","path":"lamsec-deployFunctionWithExistingVpc/LatestNodeRuntimeMap","constructInfo":{"fqn":"aws-cdk-lib.CfnMapping","version":"2.186.0"}},"Custom::VpcRestrictDefaultSGCustomResourceProvider":{"id":"Custom::VpcRestrictDefaultSGCustomResourceProvider","path":"lamsec-deployFunctionWithExistingVpc/Custom::VpcRestrictDefaultSGCustomResourceProvider","children":{"Staging":{"id":"Staging","path":"lamsec-deployFunctionWithExistingVpc/Custom::VpcRestrictDefaultSGCustomResourceProvider/Staging","constructInfo":{"fqn":"aws-cdk-lib.AssetStaging","version":"2.186.0"}},"Role":{"id":"Role","path":"lamsec-deployFunctionWithExistingVpc/Custom::VpcRestrictDefaultSGCustomResourceProvider/Role","constructInfo":{"fqn":"aws-cdk-lib.CfnResource","version":"2.186.0"}},"Handler":{"id":"Handler","path":"lamsec-deployFunctionWithExistingVpc/Custom::VpcRestrictDefaultSGCustomResourceProvider/Handler","constructInfo":{"fqn":"aws-cdk-lib.CfnResource","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.CustomResourceProviderBase","version":"2.186.0"}},"test-lambda-secretsmanager-stack":{"id":"test-lambda-secretsmanager-stack","path":"lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack","children":{"LambdaFunctionServiceRole":{"id":"LambdaFunctionServiceRole","path":"lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/LambdaFunctionServiceRole","children":{"ImportLambdaFunctionServiceRole":{"id":"ImportLambdaFunctionServiceRole","path":"lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/LambdaFunctionServiceRole/ImportLambdaFunctionServiceRole","constructInfo":{"fqn":"aws-cdk-lib.Resource","version":"2.186.0","metadata":["*"]}},"Resource":{"id":"Resource","path":"lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/LambdaFunctionServiceRole/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::IAM::Role","aws:cdk:cloudformation:props":{"assumeRolePolicyDocument":{"Statement":[{"Action":"sts:AssumeRole","Effect":"Allow","Principal":{"Service":"lambda.amazonaws.com"}}],"Version":"2012-10-17"},"policies":[{"policyName":"LambdaFunctionServiceRolePolicy","policyDocument":{"Statement":[{"Action":["logs:CreateLogGroup","logs:CreateLogStream","logs:PutLogEvents"],"Effect":"Allow","Resource":{"Fn::Join":["",["arn:",{"Ref":"AWS::Partition"},":logs:",{"Ref":"AWS::Region"},":",{"Ref":"AWS::AccountId"},":log-group:/aws/lambda/*"]]}}],"Version":"2012-10-17"}}]}},"constructInfo":{"fqn":"aws-cdk-lib.aws_iam.CfnRole","version":"2.186.0"}},"DefaultPolicy":{"id":"DefaultPolicy","path":"lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/LambdaFunctionServiceRole/DefaultPolicy","children":{"Resource":{"id":"Resource","path":"lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/LambdaFunctionServiceRole/DefaultPolicy/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::IAM::Policy","aws:cdk:cloudformation:props":{"policyDocument":{"Statement":[{"Action":["ec2:AssignPrivateIpAddresses","ec2:CreateNetworkInterface","ec2:DeleteNetworkInterface","ec2:DescribeNetworkInterfaces","ec2:UnassignPrivateIpAddresses"],"Effect":"Allow","Resource":"*"},{"Action":["secretsmanager:DescribeSecret","secretsmanager:GetSecretValue"],"Effect":"Allow","Resource":{"Ref":"testlambdasecretsmanagerstacksecretC2FCB96E"}}],"Version":"2012-10-17"},"policyName":"testlambdasecretsmanagerstackLambdaFunctionServiceRoleDefaultPolicy2F46FC5F","roles":[{"Ref":"testlambdasecretsmanagerstackLambdaFunctionServiceRole4FE7A9C6"}]}},"constructInfo":{"fqn":"aws-cdk-lib.aws_iam.CfnPolicy","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_iam.Policy","version":"2.186.0","metadata":["*",{"attachToRole":["*"]},{"attachToRole":["*"]},{"addStatements":[{}]},{"addStatements":[{}]}]}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_iam.Role","version":"2.186.0","metadata":[{"assumedBy":{"principalAccount":"*","assumeRoleAction":"*"},"inlinePolicies":"*"},{"addToPolicy":[{}]},{"addToPrincipalPolicy":[{}]},{"attachInlinePolicy":["*"]},{"attachInlinePolicy":["*"]},{"attachInlinePolicy":["*"]},{"attachInlinePolicy":["*"]},{"addToPrincipalPolicy":[{}]}]}},"ReplaceDefaultSecurityGroup-security-group":{"id":"ReplaceDefaultSecurityGroup-security-group","path":"lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/ReplaceDefaultSecurityGroup-security-group","children":{"Resource":{"id":"Resource","path":"lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/ReplaceDefaultSecurityGroup-security-group/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::SecurityGroup","aws:cdk:cloudformation:props":{"groupDescription":"lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/ReplaceDefaultSecurityGroup-security-group","securityGroupEgress":[{"cidrIp":"0.0.0.0/0","description":"Allow all outbound traffic by default","ipProtocol":"-1"}],"vpcId":{"Ref":"Vpc8378EB38"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnSecurityGroup","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.SecurityGroup","version":"2.186.0","metadata":[{"vpc":"*","allowAllOutbound":true}]}},"LambdaFunction":{"id":"LambdaFunction","path":"lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/LambdaFunction","children":{"Code":{"id":"Code","path":"lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/LambdaFunction/Code","children":{"Stage":{"id":"Stage","path":"lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/LambdaFunction/Code/Stage","constructInfo":{"fqn":"aws-cdk-lib.AssetStaging","version":"2.186.0"}},"AssetBucket":{"id":"AssetBucket","path":"lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/LambdaFunction/Code/AssetBucket","constructInfo":{"fqn":"aws-cdk-lib.aws_s3.BucketBase","version":"2.186.0","metadata":[]}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_s3_assets.Asset","version":"2.186.0"}},"Resource":{"id":"Resource","path":"lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/LambdaFunction/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::Lambda::Function","aws:cdk:cloudformation:props":{"code":{"s3Bucket":{"Fn::Sub":"cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"},"s3Key":"a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c.zip"},"environment":{"variables":{"AWS_NODEJS_CONNECTION_REUSE_ENABLED":"1","SECRET_ARN":{"Ref":"testlambdasecretsmanagerstacksecretC2FCB96E"}}},"handler":"index.handler","role":{"Fn::GetAtt":["testlambdasecretsmanagerstackLambdaFunctionServiceRole4FE7A9C6","Arn"]},"runtime":"nodejs20.x","tracingConfig":{"mode":"Active"},"vpcConfig":{"subnetIds":[{"Ref":"VpcPrivateSubnet1Subnet536B997A"},{"Ref":"VpcPrivateSubnet2Subnet3788AAA1"}],"securityGroupIds":[{"Fn::GetAtt":["testlambdasecretsmanagerstackReplaceDefaultSecurityGroupsecuritygroupBBE9275E","GroupId"]}]}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_lambda.CfnFunction","version":"2.186.0"}},"inlinePolicyAddedToExecutionRole-0":{"id":"inlinePolicyAddedToExecutionRole-0","path":"lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/LambdaFunction/inlinePolicyAddedToExecutionRole-0","children":{"Resource":{"id":"Resource","path":"lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/LambdaFunction/inlinePolicyAddedToExecutionRole-0/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::IAM::Policy","aws:cdk:cloudformation:props":{"policyDocument":{"Statement":[{"Action":["xray:PutTelemetryRecords","xray:PutTraceSegments"],"Effect":"Allow","Resource":"*"}],"Version":"2012-10-17"},"policyName":"testlambdasecretsmanagerstackLambdaFunctioninlinePolicyAddedToExecutionRole0EBC40474","roles":[{"Ref":"testlambdasecretsmanagerstackLambdaFunctionServiceRole4FE7A9C6"}]}},"constructInfo":{"fqn":"aws-cdk-lib.aws_iam.CfnPolicy","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_iam.Policy","version":"2.186.0","metadata":[{"statements":"*"},{"addStatements":[{}]},{"attachToRole":["*"]},{"attachToRole":["*"]}]}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_lambda.Function","version":"2.186.0","metadata":[{"role":"*","tracing":"Active","runtime":"*","handler":"*","code":"*","securityGroups":["*"],"vpc":"*"},{"addEnvironment":["*","*",{"removeInEdge":true}]},{"addEnvironment":["*","*"]}]}},"secret":{"id":"secret","path":"lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/secret","children":{"Resource":{"id":"Resource","path":"lamsec-deployFunctionWithExistingVpc/test-lambda-secretsmanager-stack/secret/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::SecretsManager::Secret","aws:cdk:cloudformation:props":{"generateSecretString":{}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_secretsmanager.CfnSecret","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_secretsmanager.Secret","version":"2.186.0","metadata":[{"removalPolicy":"destroy"}]}}},"constructInfo":{"fqn":"@aws-solutions-constructs/aws-lambda-secretsmanager.LambdaToSecretsmanager","version":"2.80.0"}},"lamsec-deployFunctionWithExistingVpc-SECRETS_MANAGER-security-group":{"id":"lamsec-deployFunctionWithExistingVpc-SECRETS_MANAGER-security-group","path":"lamsec-deployFunctionWithExistingVpc/lamsec-deployFunctionWithExistingVpc-SECRETS_MANAGER-security-group","children":{"Resource":{"id":"Resource","path":"lamsec-deployFunctionWithExistingVpc/lamsec-deployFunctionWithExistingVpc-SECRETS_MANAGER-security-group/Resource","attributes":{"aws:cdk:cloudformation:type":"AWS::EC2::SecurityGroup","aws:cdk:cloudformation:props":{"groupDescription":"lamsec-deployFunctionWithExistingVpc/lamsec-deployFunctionWithExistingVpc-SECRETS_MANAGER-security-group","securityGroupEgress":[{"cidrIp":"0.0.0.0/0","description":"Allow all outbound traffic by default","ipProtocol":"-1"}],"securityGroupIngress":[{"cidrIp":{"Fn::GetAtt":["Vpc8378EB38","CidrBlock"]},"ipProtocol":"tcp","fromPort":443,"toPort":443,"description":{"Fn::Join":["",["from ",{"Fn::GetAtt":["Vpc8378EB38","CidrBlock"]},":443"]]}}],"vpcId":{"Ref":"Vpc8378EB38"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.CfnSecurityGroup","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.aws_ec2.SecurityGroup","version":"2.186.0","metadata":[{"vpc":"*","allowAllOutbound":true},{"addIngressRule":[{"canInlineRule":true,"connections":"*","uniqueId":"*"},{},"*","*"]},{"addIngressRule":[{"canInlineRule":true,"connections":"*","uniqueId":"*"},{},"*",false]}]}},"Integ":{"id":"Integ","path":"lamsec-deployFunctionWithExistingVpc/Integ","children":{"DefaultTest":{"id":"DefaultTest","path":"lamsec-deployFunctionWithExistingVpc/Integ/DefaultTest","children":{"Default":{"id":"Default","path":"lamsec-deployFunctionWithExistingVpc/Integ/DefaultTest/Default","constructInfo":{"fqn":"constructs.Construct","version":"10.4.2"}},"DeployAssert":{"id":"DeployAssert","path":"lamsec-deployFunctionWithExistingVpc/Integ/DefaultTest/DeployAssert","children":{"BootstrapVersion":{"id":"BootstrapVersion","path":"lamsec-deployFunctionWithExistingVpc/Integ/DefaultTest/DeployAssert/BootstrapVersion","constructInfo":{"fqn":"aws-cdk-lib.CfnParameter","version":"2.186.0"}},"CheckBootstrapVersion":{"id":"CheckBootstrapVersion","path":"lamsec-deployFunctionWithExistingVpc/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion","constructInfo":{"fqn":"aws-cdk-lib.CfnRule","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.Stack","version":"2.186.0"}}},"constructInfo":{"fqn":"@aws-cdk/integ-tests-alpha.IntegTestCase","version":"2.186.0-alpha.0"}}},"constructInfo":{"fqn":"@aws-cdk/integ-tests-alpha.IntegTest","version":"2.186.0-alpha.0"}},"BootstrapVersion":{"id":"BootstrapVersion","path":"lamsec-deployFunctionWithExistingVpc/BootstrapVersion","constructInfo":{"fqn":"aws-cdk-lib.CfnParameter","version":"2.186.0"}},"CheckBootstrapVersion":{"id":"CheckBootstrapVersion","path":"lamsec-deployFunctionWithExistingVpc/CheckBootstrapVersion","constructInfo":{"fqn":"aws-cdk-lib.CfnRule","version":"2.186.0"}}},"constructInfo":{"fqn":"aws-cdk-lib.Stack","version":"2.186.0"}},"Tree":{"id":"Tree","path":"Tree","constructInfo":{"fqn":"constructs.Construct","version":"10.4.2"}}},"constructInfo":{"fqn":"aws-cdk-lib.App","version":"2.186.0"}}}