@aws-solutions-constructs/aws-fargate-stepfunctions 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 (29) 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.farstp-new-resources.js +6 -2
  7. package/test/integ.farstp-new-resources.js.snapshot/asset.dd5711540f04e06aa955d7f4862fc04e8cdea464cb590dae91ed2976bb78098e/__entrypoint__.js +1 -0
  8. package/test/integ.farstp-new-resources.js.snapshot/asset.dd5711540f04e06aa955d7f4862fc04e8cdea464cb590dae91ed2976bb78098e/index.js +1 -0
  9. package/test/integ.farstp-new-resources.js.snapshot/cdk.out +1 -0
  10. package/test/integ.farstp-new-resources.js.snapshot/farstp-new-resources.assets.json +34 -0
  11. package/test/integ.farstp-new-resources.js.snapshot/farstp-new-resources.template.json +1361 -0
  12. package/test/integ.farstp-new-resources.js.snapshot/farstpnewresourcesIntegDefaultTestDeployAssert36B3414D.assets.json +19 -0
  13. package/test/integ.farstp-new-resources.js.snapshot/farstpnewresourcesIntegDefaultTestDeployAssert36B3414D.template.json +36 -0
  14. package/test/integ.farstp-new-resources.js.snapshot/integ.json +12 -0
  15. package/test/integ.farstp-new-resources.js.snapshot/manifest.json +407 -0
  16. package/test/integ.farstp-new-resources.js.snapshot/tree.json +1963 -0
  17. package/test/integ.farstp-no-cloudwatch-alarms.js +6 -2
  18. package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/asset.dd5711540f04e06aa955d7f4862fc04e8cdea464cb590dae91ed2976bb78098e/__entrypoint__.js +1 -0
  19. package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/asset.dd5711540f04e06aa955d7f4862fc04e8cdea464cb590dae91ed2976bb78098e/index.js +1 -0
  20. package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/cdk.out +1 -0
  21. package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/farstp-no-cloudwatch-alarms.assets.json +34 -0
  22. package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/farstp-no-cloudwatch-alarms.template.json +1298 -0
  23. package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/farstpnocloudwatchalarmsIntegDefaultTestDeployAssertC4578F22.assets.json +19 -0
  24. package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/farstpnocloudwatchalarmsIntegDefaultTestDeployAssertC4578F22.template.json +36 -0
  25. package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/integ.json +12 -0
  26. package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/manifest.json +389 -0
  27. package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/tree.json +1846 -0
  28. package/test/integ.farstp-new-resources.expected.json +0 -1398
  29. package/test/integ.farstp-no-cloudwatch-alarms.expected.json +0 -1335
@@ -0,0 +1,1963 @@
1
+ {
2
+ "version": "tree-0.1",
3
+ "tree": {
4
+ "id": "App",
5
+ "path": "",
6
+ "children": {
7
+ "farstp-new-resources": {
8
+ "id": "farstp-new-resources",
9
+ "path": "farstp-new-resources",
10
+ "children": {
11
+ "Vpc": {
12
+ "id": "Vpc",
13
+ "path": "farstp-new-resources/Vpc",
14
+ "children": {
15
+ "Resource": {
16
+ "id": "Resource",
17
+ "path": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/Vpc/PublicSubnet1",
41
+ "children": {
42
+ "Subnet": {
43
+ "id": "Subnet",
44
+ "path": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/Vpc/PublicSubnet2",
208
+ "children": {
209
+ "Subnet": {
210
+ "id": "Subnet",
211
+ "path": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/Vpc/PrivateSubnet1",
375
+ "children": {
376
+ "Subnet": {
377
+ "id": "Subnet",
378
+ "path": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/Vpc/PrivateSubnet2",
494
+ "children": {
495
+ "Subnet": {
496
+ "id": "Subnet",
497
+ "path": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/Vpc/RestrictDefaultSecurityGroupCustomResource",
651
+ "children": {
652
+ "Default": {
653
+ "id": "Default",
654
+ "path": "farstp-new-resources/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": "farstp-new-resources/Vpc/FlowLog",
669
+ "children": {
670
+ "IAMRole": {
671
+ "id": "IAMRole",
672
+ "path": "farstp-new-resources/Vpc/FlowLog/IAMRole",
673
+ "children": {
674
+ "ImportIAMRole": {
675
+ "id": "ImportIAMRole",
676
+ "path": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/Vpc/FlowLog/IAMRole/DefaultPolicy",
716
+ "children": {
717
+ "Resource": {
718
+ "id": "Resource",
719
+ "path": "farstp-new-resources/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": "farstp-new-resources/Vpc/FlowLog/LogGroup",
780
+ "children": {
781
+ "Resource": {
782
+ "id": "Resource",
783
+ "path": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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": "farstp-new-resources/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
+ "ECR_API": {
848
+ "id": "ECR_API",
849
+ "path": "farstp-new-resources/Vpc/ECR_API",
850
+ "children": {
851
+ "Resource": {
852
+ "id": "Resource",
853
+ "path": "farstp-new-resources/Vpc/ECR_API/Resource",
854
+ "attributes": {
855
+ "aws:cdk:cloudformation:type": "AWS::EC2::VPCEndpoint",
856
+ "aws:cdk:cloudformation:props": {
857
+ "privateDnsEnabled": true,
858
+ "securityGroupIds": [
859
+ {
860
+ "Fn::GetAtt": [
861
+ "farstpnewresourcesECRAPIsecuritygroup378EBA64",
862
+ "GroupId"
863
+ ]
864
+ }
865
+ ],
866
+ "serviceName": "com.amazonaws.us-east-1.ecr.api",
867
+ "subnetIds": [
868
+ {
869
+ "Ref": "VpcPrivateSubnet1Subnet536B997A"
870
+ },
871
+ {
872
+ "Ref": "VpcPrivateSubnet2Subnet3788AAA1"
873
+ }
874
+ ],
875
+ "vpcEndpointType": "Interface",
876
+ "vpcId": {
877
+ "Ref": "Vpc8378EB38"
878
+ }
879
+ }
880
+ },
881
+ "constructInfo": {
882
+ "fqn": "aws-cdk-lib.aws_ec2.CfnVPCEndpoint",
883
+ "version": "2.118.0"
884
+ }
885
+ }
886
+ },
887
+ "constructInfo": {
888
+ "fqn": "aws-cdk-lib.aws_ec2.InterfaceVpcEndpoint",
889
+ "version": "2.118.0"
890
+ }
891
+ },
892
+ "ECR_DKR": {
893
+ "id": "ECR_DKR",
894
+ "path": "farstp-new-resources/Vpc/ECR_DKR",
895
+ "children": {
896
+ "Resource": {
897
+ "id": "Resource",
898
+ "path": "farstp-new-resources/Vpc/ECR_DKR/Resource",
899
+ "attributes": {
900
+ "aws:cdk:cloudformation:type": "AWS::EC2::VPCEndpoint",
901
+ "aws:cdk:cloudformation:props": {
902
+ "privateDnsEnabled": true,
903
+ "securityGroupIds": [
904
+ {
905
+ "Fn::GetAtt": [
906
+ "farstpnewresourcesECRDKRsecuritygroup6175912D",
907
+ "GroupId"
908
+ ]
909
+ }
910
+ ],
911
+ "serviceName": "com.amazonaws.us-east-1.ecr.dkr",
912
+ "subnetIds": [
913
+ {
914
+ "Ref": "VpcPrivateSubnet1Subnet536B997A"
915
+ },
916
+ {
917
+ "Ref": "VpcPrivateSubnet2Subnet3788AAA1"
918
+ }
919
+ ],
920
+ "vpcEndpointType": "Interface",
921
+ "vpcId": {
922
+ "Ref": "Vpc8378EB38"
923
+ }
924
+ }
925
+ },
926
+ "constructInfo": {
927
+ "fqn": "aws-cdk-lib.aws_ec2.CfnVPCEndpoint",
928
+ "version": "2.118.0"
929
+ }
930
+ }
931
+ },
932
+ "constructInfo": {
933
+ "fqn": "aws-cdk-lib.aws_ec2.InterfaceVpcEndpoint",
934
+ "version": "2.118.0"
935
+ }
936
+ },
937
+ "S3": {
938
+ "id": "S3",
939
+ "path": "farstp-new-resources/Vpc/S3",
940
+ "children": {
941
+ "Resource": {
942
+ "id": "Resource",
943
+ "path": "farstp-new-resources/Vpc/S3/Resource",
944
+ "attributes": {
945
+ "aws:cdk:cloudformation:type": "AWS::EC2::VPCEndpoint",
946
+ "aws:cdk:cloudformation:props": {
947
+ "routeTableIds": [
948
+ {
949
+ "Ref": "VpcPrivateSubnet1RouteTableB2C5B500"
950
+ },
951
+ {
952
+ "Ref": "VpcPrivateSubnet2RouteTableA678073B"
953
+ },
954
+ {
955
+ "Ref": "VpcPublicSubnet1RouteTable6C95E38E"
956
+ },
957
+ {
958
+ "Ref": "VpcPublicSubnet2RouteTable94F7E489"
959
+ }
960
+ ],
961
+ "serviceName": {
962
+ "Fn::Join": [
963
+ "",
964
+ [
965
+ "com.amazonaws.",
966
+ {
967
+ "Ref": "AWS::Region"
968
+ },
969
+ ".s3"
970
+ ]
971
+ ]
972
+ },
973
+ "vpcEndpointType": "Gateway",
974
+ "vpcId": {
975
+ "Ref": "Vpc8378EB38"
976
+ }
977
+ }
978
+ },
979
+ "constructInfo": {
980
+ "fqn": "aws-cdk-lib.aws_ec2.CfnVPCEndpoint",
981
+ "version": "2.118.0"
982
+ }
983
+ }
984
+ },
985
+ "constructInfo": {
986
+ "fqn": "aws-cdk-lib.aws_ec2.GatewayVpcEndpoint",
987
+ "version": "2.118.0"
988
+ }
989
+ },
990
+ "STEP_FUNCTIONS": {
991
+ "id": "STEP_FUNCTIONS",
992
+ "path": "farstp-new-resources/Vpc/STEP_FUNCTIONS",
993
+ "children": {
994
+ "Resource": {
995
+ "id": "Resource",
996
+ "path": "farstp-new-resources/Vpc/STEP_FUNCTIONS/Resource",
997
+ "attributes": {
998
+ "aws:cdk:cloudformation:type": "AWS::EC2::VPCEndpoint",
999
+ "aws:cdk:cloudformation:props": {
1000
+ "privateDnsEnabled": true,
1001
+ "securityGroupIds": [
1002
+ {
1003
+ "Fn::GetAtt": [
1004
+ "farstpnewresourcesSTEPFUNCTIONSsecuritygroup05F71CC8",
1005
+ "GroupId"
1006
+ ]
1007
+ }
1008
+ ],
1009
+ "serviceName": "com.amazonaws.us-east-1.states",
1010
+ "subnetIds": [
1011
+ {
1012
+ "Ref": "VpcPrivateSubnet1Subnet536B997A"
1013
+ },
1014
+ {
1015
+ "Ref": "VpcPrivateSubnet2Subnet3788AAA1"
1016
+ }
1017
+ ],
1018
+ "vpcEndpointType": "Interface",
1019
+ "vpcId": {
1020
+ "Ref": "Vpc8378EB38"
1021
+ }
1022
+ }
1023
+ },
1024
+ "constructInfo": {
1025
+ "fqn": "aws-cdk-lib.aws_ec2.CfnVPCEndpoint",
1026
+ "version": "2.118.0"
1027
+ }
1028
+ }
1029
+ },
1030
+ "constructInfo": {
1031
+ "fqn": "aws-cdk-lib.aws_ec2.InterfaceVpcEndpoint",
1032
+ "version": "2.118.0"
1033
+ }
1034
+ }
1035
+ },
1036
+ "constructInfo": {
1037
+ "fqn": "aws-cdk-lib.aws_ec2.Vpc",
1038
+ "version": "2.118.0"
1039
+ }
1040
+ },
1041
+ "Custom::VpcRestrictDefaultSGCustomResourceProvider": {
1042
+ "id": "Custom::VpcRestrictDefaultSGCustomResourceProvider",
1043
+ "path": "farstp-new-resources/Custom::VpcRestrictDefaultSGCustomResourceProvider",
1044
+ "children": {
1045
+ "Staging": {
1046
+ "id": "Staging",
1047
+ "path": "farstp-new-resources/Custom::VpcRestrictDefaultSGCustomResourceProvider/Staging",
1048
+ "constructInfo": {
1049
+ "fqn": "aws-cdk-lib.AssetStaging",
1050
+ "version": "2.118.0"
1051
+ }
1052
+ },
1053
+ "Role": {
1054
+ "id": "Role",
1055
+ "path": "farstp-new-resources/Custom::VpcRestrictDefaultSGCustomResourceProvider/Role",
1056
+ "constructInfo": {
1057
+ "fqn": "aws-cdk-lib.CfnResource",
1058
+ "version": "2.118.0"
1059
+ }
1060
+ },
1061
+ "Handler": {
1062
+ "id": "Handler",
1063
+ "path": "farstp-new-resources/Custom::VpcRestrictDefaultSGCustomResourceProvider/Handler",
1064
+ "constructInfo": {
1065
+ "fqn": "aws-cdk-lib.CfnResource",
1066
+ "version": "2.118.0"
1067
+ }
1068
+ }
1069
+ },
1070
+ "constructInfo": {
1071
+ "fqn": "aws-cdk-lib.CustomResourceProviderBase",
1072
+ "version": "2.118.0"
1073
+ }
1074
+ },
1075
+ "StartState": {
1076
+ "id": "StartState",
1077
+ "path": "farstp-new-resources/StartState",
1078
+ "constructInfo": {
1079
+ "fqn": "aws-cdk-lib.aws_stepfunctions.Pass",
1080
+ "version": "2.118.0"
1081
+ }
1082
+ },
1083
+ "farstp-new-resources-ECR_API-security-group": {
1084
+ "id": "farstp-new-resources-ECR_API-security-group",
1085
+ "path": "farstp-new-resources/farstp-new-resources-ECR_API-security-group",
1086
+ "children": {
1087
+ "Resource": {
1088
+ "id": "Resource",
1089
+ "path": "farstp-new-resources/farstp-new-resources-ECR_API-security-group/Resource",
1090
+ "attributes": {
1091
+ "aws:cdk:cloudformation:type": "AWS::EC2::SecurityGroup",
1092
+ "aws:cdk:cloudformation:props": {
1093
+ "groupDescription": "farstp-new-resources/farstp-new-resources-ECR_API-security-group",
1094
+ "securityGroupEgress": [
1095
+ {
1096
+ "cidrIp": "0.0.0.0/0",
1097
+ "description": "Allow all outbound traffic by default",
1098
+ "ipProtocol": "-1"
1099
+ }
1100
+ ],
1101
+ "securityGroupIngress": [
1102
+ {
1103
+ "cidrIp": {
1104
+ "Fn::GetAtt": [
1105
+ "Vpc8378EB38",
1106
+ "CidrBlock"
1107
+ ]
1108
+ },
1109
+ "ipProtocol": "tcp",
1110
+ "fromPort": 443,
1111
+ "toPort": 443,
1112
+ "description": {
1113
+ "Fn::Join": [
1114
+ "",
1115
+ [
1116
+ "from ",
1117
+ {
1118
+ "Fn::GetAtt": [
1119
+ "Vpc8378EB38",
1120
+ "CidrBlock"
1121
+ ]
1122
+ },
1123
+ ":443"
1124
+ ]
1125
+ ]
1126
+ }
1127
+ }
1128
+ ],
1129
+ "vpcId": {
1130
+ "Ref": "Vpc8378EB38"
1131
+ }
1132
+ }
1133
+ },
1134
+ "constructInfo": {
1135
+ "fqn": "aws-cdk-lib.aws_ec2.CfnSecurityGroup",
1136
+ "version": "2.118.0"
1137
+ }
1138
+ }
1139
+ },
1140
+ "constructInfo": {
1141
+ "fqn": "aws-cdk-lib.aws_ec2.SecurityGroup",
1142
+ "version": "2.118.0"
1143
+ }
1144
+ },
1145
+ "farstp-new-resources-ECR_DKR-security-group": {
1146
+ "id": "farstp-new-resources-ECR_DKR-security-group",
1147
+ "path": "farstp-new-resources/farstp-new-resources-ECR_DKR-security-group",
1148
+ "children": {
1149
+ "Resource": {
1150
+ "id": "Resource",
1151
+ "path": "farstp-new-resources/farstp-new-resources-ECR_DKR-security-group/Resource",
1152
+ "attributes": {
1153
+ "aws:cdk:cloudformation:type": "AWS::EC2::SecurityGroup",
1154
+ "aws:cdk:cloudformation:props": {
1155
+ "groupDescription": "farstp-new-resources/farstp-new-resources-ECR_DKR-security-group",
1156
+ "securityGroupEgress": [
1157
+ {
1158
+ "cidrIp": "0.0.0.0/0",
1159
+ "description": "Allow all outbound traffic by default",
1160
+ "ipProtocol": "-1"
1161
+ }
1162
+ ],
1163
+ "securityGroupIngress": [
1164
+ {
1165
+ "cidrIp": {
1166
+ "Fn::GetAtt": [
1167
+ "Vpc8378EB38",
1168
+ "CidrBlock"
1169
+ ]
1170
+ },
1171
+ "ipProtocol": "tcp",
1172
+ "fromPort": 443,
1173
+ "toPort": 443,
1174
+ "description": {
1175
+ "Fn::Join": [
1176
+ "",
1177
+ [
1178
+ "from ",
1179
+ {
1180
+ "Fn::GetAtt": [
1181
+ "Vpc8378EB38",
1182
+ "CidrBlock"
1183
+ ]
1184
+ },
1185
+ ":443"
1186
+ ]
1187
+ ]
1188
+ }
1189
+ }
1190
+ ],
1191
+ "vpcId": {
1192
+ "Ref": "Vpc8378EB38"
1193
+ }
1194
+ }
1195
+ },
1196
+ "constructInfo": {
1197
+ "fqn": "aws-cdk-lib.aws_ec2.CfnSecurityGroup",
1198
+ "version": "2.118.0"
1199
+ }
1200
+ }
1201
+ },
1202
+ "constructInfo": {
1203
+ "fqn": "aws-cdk-lib.aws_ec2.SecurityGroup",
1204
+ "version": "2.118.0"
1205
+ }
1206
+ },
1207
+ "test-cluster": {
1208
+ "id": "test-cluster",
1209
+ "path": "farstp-new-resources/test-cluster",
1210
+ "children": {
1211
+ "Resource": {
1212
+ "id": "Resource",
1213
+ "path": "farstp-new-resources/test-cluster/Resource",
1214
+ "attributes": {
1215
+ "aws:cdk:cloudformation:type": "AWS::ECS::Cluster",
1216
+ "aws:cdk:cloudformation:props": {}
1217
+ },
1218
+ "constructInfo": {
1219
+ "fqn": "aws-cdk-lib.aws_ecs.CfnCluster",
1220
+ "version": "2.118.0"
1221
+ }
1222
+ }
1223
+ },
1224
+ "constructInfo": {
1225
+ "fqn": "aws-cdk-lib.aws_ecs.Cluster",
1226
+ "version": "2.118.0"
1227
+ }
1228
+ },
1229
+ "test-taskdef": {
1230
+ "id": "test-taskdef",
1231
+ "path": "farstp-new-resources/test-taskdef",
1232
+ "children": {
1233
+ "TaskRole": {
1234
+ "id": "TaskRole",
1235
+ "path": "farstp-new-resources/test-taskdef/TaskRole",
1236
+ "children": {
1237
+ "ImportTaskRole": {
1238
+ "id": "ImportTaskRole",
1239
+ "path": "farstp-new-resources/test-taskdef/TaskRole/ImportTaskRole",
1240
+ "constructInfo": {
1241
+ "fqn": "aws-cdk-lib.Resource",
1242
+ "version": "2.118.0"
1243
+ }
1244
+ },
1245
+ "Resource": {
1246
+ "id": "Resource",
1247
+ "path": "farstp-new-resources/test-taskdef/TaskRole/Resource",
1248
+ "attributes": {
1249
+ "aws:cdk:cloudformation:type": "AWS::IAM::Role",
1250
+ "aws:cdk:cloudformation:props": {
1251
+ "assumeRolePolicyDocument": {
1252
+ "Statement": [
1253
+ {
1254
+ "Action": "sts:AssumeRole",
1255
+ "Effect": "Allow",
1256
+ "Principal": {
1257
+ "Service": "ecs-tasks.amazonaws.com"
1258
+ }
1259
+ }
1260
+ ],
1261
+ "Version": "2012-10-17"
1262
+ }
1263
+ }
1264
+ },
1265
+ "constructInfo": {
1266
+ "fqn": "aws-cdk-lib.aws_iam.CfnRole",
1267
+ "version": "2.118.0"
1268
+ }
1269
+ },
1270
+ "DefaultPolicy": {
1271
+ "id": "DefaultPolicy",
1272
+ "path": "farstp-new-resources/test-taskdef/TaskRole/DefaultPolicy",
1273
+ "children": {
1274
+ "Resource": {
1275
+ "id": "Resource",
1276
+ "path": "farstp-new-resources/test-taskdef/TaskRole/DefaultPolicy/Resource",
1277
+ "attributes": {
1278
+ "aws:cdk:cloudformation:type": "AWS::IAM::Policy",
1279
+ "aws:cdk:cloudformation:props": {
1280
+ "policyDocument": {
1281
+ "Statement": [
1282
+ {
1283
+ "Action": "states:StartExecution",
1284
+ "Effect": "Allow",
1285
+ "Resource": {
1286
+ "Ref": "testconstructStateMachine3333AAA9"
1287
+ }
1288
+ }
1289
+ ],
1290
+ "Version": "2012-10-17"
1291
+ },
1292
+ "policyName": "testtaskdefTaskRoleDefaultPolicy5D591D1C",
1293
+ "roles": [
1294
+ {
1295
+ "Ref": "testtaskdefTaskRoleB2DEF113"
1296
+ }
1297
+ ]
1298
+ }
1299
+ },
1300
+ "constructInfo": {
1301
+ "fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
1302
+ "version": "2.118.0"
1303
+ }
1304
+ }
1305
+ },
1306
+ "constructInfo": {
1307
+ "fqn": "aws-cdk-lib.aws_iam.Policy",
1308
+ "version": "2.118.0"
1309
+ }
1310
+ }
1311
+ },
1312
+ "constructInfo": {
1313
+ "fqn": "aws-cdk-lib.aws_iam.Role",
1314
+ "version": "2.118.0"
1315
+ }
1316
+ },
1317
+ "Resource": {
1318
+ "id": "Resource",
1319
+ "path": "farstp-new-resources/test-taskdef/Resource",
1320
+ "attributes": {
1321
+ "aws:cdk:cloudformation:type": "AWS::ECS::TaskDefinition",
1322
+ "aws:cdk:cloudformation:props": {
1323
+ "containerDefinitions": [
1324
+ {
1325
+ "essential": true,
1326
+ "image": "nginx",
1327
+ "memoryReservation": 512,
1328
+ "name": "test-container",
1329
+ "portMappings": [
1330
+ {
1331
+ "containerPort": 8080,
1332
+ "protocol": "tcp"
1333
+ }
1334
+ ],
1335
+ "environment": [
1336
+ {
1337
+ "name": "CUSTOM_NAME",
1338
+ "value": {
1339
+ "Ref": "testconstructStateMachine3333AAA9"
1340
+ }
1341
+ }
1342
+ ]
1343
+ }
1344
+ ],
1345
+ "cpu": "256",
1346
+ "family": "farstpnewresourcestesttaskdefAC23A4B2",
1347
+ "memory": "512",
1348
+ "networkMode": "awsvpc",
1349
+ "requiresCompatibilities": [
1350
+ "FARGATE"
1351
+ ],
1352
+ "taskRoleArn": {
1353
+ "Fn::GetAtt": [
1354
+ "testtaskdefTaskRoleB2DEF113",
1355
+ "Arn"
1356
+ ]
1357
+ }
1358
+ }
1359
+ },
1360
+ "constructInfo": {
1361
+ "fqn": "aws-cdk-lib.aws_ecs.CfnTaskDefinition",
1362
+ "version": "2.118.0"
1363
+ }
1364
+ },
1365
+ "test-container": {
1366
+ "id": "test-container",
1367
+ "path": "farstp-new-resources/test-taskdef/test-container",
1368
+ "constructInfo": {
1369
+ "fqn": "aws-cdk-lib.aws_ecs.ContainerDefinition",
1370
+ "version": "2.118.0"
1371
+ }
1372
+ }
1373
+ },
1374
+ "constructInfo": {
1375
+ "fqn": "aws-cdk-lib.aws_ecs.FargateTaskDefinition",
1376
+ "version": "2.118.0"
1377
+ }
1378
+ },
1379
+ "test-sg": {
1380
+ "id": "test-sg",
1381
+ "path": "farstp-new-resources/test-sg",
1382
+ "children": {
1383
+ "Resource": {
1384
+ "id": "Resource",
1385
+ "path": "farstp-new-resources/test-sg/Resource",
1386
+ "attributes": {
1387
+ "aws:cdk:cloudformation:type": "AWS::EC2::SecurityGroup",
1388
+ "aws:cdk:cloudformation:props": {
1389
+ "groupDescription": "Construct created security group",
1390
+ "securityGroupEgress": [
1391
+ {
1392
+ "cidrIp": "0.0.0.0/0",
1393
+ "description": "Allow all outbound traffic by default",
1394
+ "ipProtocol": "-1"
1395
+ }
1396
+ ],
1397
+ "vpcId": {
1398
+ "Ref": "Vpc8378EB38"
1399
+ }
1400
+ }
1401
+ },
1402
+ "constructInfo": {
1403
+ "fqn": "aws-cdk-lib.aws_ec2.CfnSecurityGroup",
1404
+ "version": "2.118.0"
1405
+ }
1406
+ }
1407
+ },
1408
+ "constructInfo": {
1409
+ "fqn": "aws-cdk-lib.aws_ec2.SecurityGroup",
1410
+ "version": "2.118.0"
1411
+ }
1412
+ },
1413
+ "test-service": {
1414
+ "id": "test-service",
1415
+ "path": "farstp-new-resources/test-service",
1416
+ "children": {
1417
+ "Service": {
1418
+ "id": "Service",
1419
+ "path": "farstp-new-resources/test-service/Service",
1420
+ "attributes": {
1421
+ "aws:cdk:cloudformation:type": "AWS::ECS::Service",
1422
+ "aws:cdk:cloudformation:props": {
1423
+ "cluster": {
1424
+ "Ref": "testclusterDF8B0D19"
1425
+ },
1426
+ "deploymentConfiguration": {
1427
+ "maximumPercent": 150,
1428
+ "minimumHealthyPercent": 75,
1429
+ "alarms": {
1430
+ "alarmNames": [],
1431
+ "enable": false,
1432
+ "rollback": false
1433
+ }
1434
+ },
1435
+ "desiredCount": 2,
1436
+ "enableEcsManagedTags": false,
1437
+ "launchType": "FARGATE",
1438
+ "networkConfiguration": {
1439
+ "awsvpcConfiguration": {
1440
+ "assignPublicIp": "DISABLED",
1441
+ "subnets": [
1442
+ {
1443
+ "Ref": "VpcPrivateSubnet1Subnet536B997A"
1444
+ },
1445
+ {
1446
+ "Ref": "VpcPrivateSubnet2Subnet3788AAA1"
1447
+ }
1448
+ ],
1449
+ "securityGroups": [
1450
+ {
1451
+ "Fn::GetAtt": [
1452
+ "testsg872EB48A",
1453
+ "GroupId"
1454
+ ]
1455
+ }
1456
+ ]
1457
+ }
1458
+ },
1459
+ "platformVersion": "LATEST",
1460
+ "taskDefinition": {
1461
+ "Ref": "testtaskdefF924AD58"
1462
+ }
1463
+ }
1464
+ },
1465
+ "constructInfo": {
1466
+ "fqn": "aws-cdk-lib.aws_ecs.CfnService",
1467
+ "version": "2.118.0"
1468
+ }
1469
+ }
1470
+ },
1471
+ "constructInfo": {
1472
+ "fqn": "aws-cdk-lib.aws_ecs.FargateService",
1473
+ "version": "2.118.0"
1474
+ }
1475
+ },
1476
+ "test-construct": {
1477
+ "id": "test-construct",
1478
+ "path": "farstp-new-resources/test-construct",
1479
+ "children": {
1480
+ "StateMachineLogGroup": {
1481
+ "id": "StateMachineLogGroup",
1482
+ "path": "farstp-new-resources/test-construct/StateMachineLogGroup",
1483
+ "children": {
1484
+ "Resource": {
1485
+ "id": "Resource",
1486
+ "path": "farstp-new-resources/test-construct/StateMachineLogGroup/Resource",
1487
+ "attributes": {
1488
+ "aws:cdk:cloudformation:type": "AWS::Logs::LogGroup",
1489
+ "aws:cdk:cloudformation:props": {
1490
+ "logGroupName": {
1491
+ "Fn::Join": [
1492
+ "",
1493
+ [
1494
+ "/aws/vendedlogs/states/constructs/farstp-new-resourcestest-constructStateMachineLog-",
1495
+ {
1496
+ "Fn::Select": [
1497
+ 2,
1498
+ {
1499
+ "Fn::Split": [
1500
+ "/",
1501
+ {
1502
+ "Ref": "AWS::StackId"
1503
+ }
1504
+ ]
1505
+ }
1506
+ ]
1507
+ }
1508
+ ]
1509
+ ]
1510
+ }
1511
+ }
1512
+ },
1513
+ "constructInfo": {
1514
+ "fqn": "aws-cdk-lib.aws_logs.CfnLogGroup",
1515
+ "version": "2.118.0"
1516
+ }
1517
+ }
1518
+ },
1519
+ "constructInfo": {
1520
+ "fqn": "aws-cdk-lib.aws_logs.LogGroup",
1521
+ "version": "2.118.0"
1522
+ }
1523
+ },
1524
+ "StateMachine": {
1525
+ "id": "StateMachine",
1526
+ "path": "farstp-new-resources/test-construct/StateMachine",
1527
+ "children": {
1528
+ "Role": {
1529
+ "id": "Role",
1530
+ "path": "farstp-new-resources/test-construct/StateMachine/Role",
1531
+ "children": {
1532
+ "ImportRole": {
1533
+ "id": "ImportRole",
1534
+ "path": "farstp-new-resources/test-construct/StateMachine/Role/ImportRole",
1535
+ "constructInfo": {
1536
+ "fqn": "aws-cdk-lib.Resource",
1537
+ "version": "2.118.0"
1538
+ }
1539
+ },
1540
+ "Resource": {
1541
+ "id": "Resource",
1542
+ "path": "farstp-new-resources/test-construct/StateMachine/Role/Resource",
1543
+ "attributes": {
1544
+ "aws:cdk:cloudformation:type": "AWS::IAM::Role",
1545
+ "aws:cdk:cloudformation:props": {
1546
+ "assumeRolePolicyDocument": {
1547
+ "Statement": [
1548
+ {
1549
+ "Action": "sts:AssumeRole",
1550
+ "Effect": "Allow",
1551
+ "Principal": {
1552
+ "Service": "states.amazonaws.com"
1553
+ }
1554
+ }
1555
+ ],
1556
+ "Version": "2012-10-17"
1557
+ }
1558
+ }
1559
+ },
1560
+ "constructInfo": {
1561
+ "fqn": "aws-cdk-lib.aws_iam.CfnRole",
1562
+ "version": "2.118.0"
1563
+ }
1564
+ },
1565
+ "DefaultPolicy": {
1566
+ "id": "DefaultPolicy",
1567
+ "path": "farstp-new-resources/test-construct/StateMachine/Role/DefaultPolicy",
1568
+ "children": {
1569
+ "Resource": {
1570
+ "id": "Resource",
1571
+ "path": "farstp-new-resources/test-construct/StateMachine/Role/DefaultPolicy/Resource",
1572
+ "attributes": {
1573
+ "aws:cdk:cloudformation:type": "AWS::IAM::Policy",
1574
+ "aws:cdk:cloudformation:props": {
1575
+ "policyDocument": {
1576
+ "Statement": [
1577
+ {
1578
+ "Action": [
1579
+ "logs:CreateLogDelivery",
1580
+ "logs:DeleteLogDelivery",
1581
+ "logs:DescribeLogGroups",
1582
+ "logs:DescribeResourcePolicies",
1583
+ "logs:GetLogDelivery",
1584
+ "logs:ListLogDeliveries",
1585
+ "logs:PutResourcePolicy",
1586
+ "logs:UpdateLogDelivery"
1587
+ ],
1588
+ "Effect": "Allow",
1589
+ "Resource": "*"
1590
+ },
1591
+ {
1592
+ "Action": [
1593
+ "logs:DescribeLogGroups",
1594
+ "logs:DescribeResourcePolicies",
1595
+ "logs:PutResourcePolicy"
1596
+ ],
1597
+ "Effect": "Allow",
1598
+ "Resource": {
1599
+ "Fn::Join": [
1600
+ "",
1601
+ [
1602
+ "arn:",
1603
+ {
1604
+ "Ref": "AWS::Partition"
1605
+ },
1606
+ ":logs:",
1607
+ {
1608
+ "Ref": "AWS::Region"
1609
+ },
1610
+ ":",
1611
+ {
1612
+ "Ref": "AWS::AccountId"
1613
+ },
1614
+ ":*"
1615
+ ]
1616
+ ]
1617
+ }
1618
+ }
1619
+ ],
1620
+ "Version": "2012-10-17"
1621
+ },
1622
+ "policyName": "testconstructStateMachineRoleDefaultPolicyF10A684E",
1623
+ "roles": [
1624
+ {
1625
+ "Ref": "testconstructStateMachineRoleA396E5D3"
1626
+ }
1627
+ ]
1628
+ }
1629
+ },
1630
+ "constructInfo": {
1631
+ "fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
1632
+ "version": "2.118.0"
1633
+ }
1634
+ }
1635
+ },
1636
+ "constructInfo": {
1637
+ "fqn": "aws-cdk-lib.aws_iam.Policy",
1638
+ "version": "2.118.0"
1639
+ }
1640
+ }
1641
+ },
1642
+ "constructInfo": {
1643
+ "fqn": "aws-cdk-lib.aws_iam.Role",
1644
+ "version": "2.118.0"
1645
+ }
1646
+ },
1647
+ "Resource": {
1648
+ "id": "Resource",
1649
+ "path": "farstp-new-resources/test-construct/StateMachine/Resource",
1650
+ "attributes": {
1651
+ "aws:cdk:cloudformation:type": "AWS::StepFunctions::StateMachine",
1652
+ "aws:cdk:cloudformation:props": {
1653
+ "definitionString": "{\"StartAt\":\"StartState\",\"States\":{\"StartState\":{\"Type\":\"Pass\",\"End\":true}}}",
1654
+ "loggingConfiguration": {
1655
+ "destinations": [
1656
+ {
1657
+ "cloudWatchLogsLogGroup": {
1658
+ "logGroupArn": {
1659
+ "Fn::GetAtt": [
1660
+ "testconstructStateMachineLogGroup2EB4F48B",
1661
+ "Arn"
1662
+ ]
1663
+ }
1664
+ }
1665
+ }
1666
+ ],
1667
+ "level": "ERROR"
1668
+ },
1669
+ "roleArn": {
1670
+ "Fn::GetAtt": [
1671
+ "testconstructStateMachineRoleA396E5D3",
1672
+ "Arn"
1673
+ ]
1674
+ }
1675
+ }
1676
+ },
1677
+ "constructInfo": {
1678
+ "fqn": "aws-cdk-lib.aws_stepfunctions.CfnStateMachine",
1679
+ "version": "2.118.0"
1680
+ }
1681
+ }
1682
+ },
1683
+ "constructInfo": {
1684
+ "fqn": "aws-cdk-lib.aws_stepfunctions.StateMachine",
1685
+ "version": "2.118.0"
1686
+ }
1687
+ },
1688
+ "ExecutionFailedAlarm": {
1689
+ "id": "ExecutionFailedAlarm",
1690
+ "path": "farstp-new-resources/test-construct/ExecutionFailedAlarm",
1691
+ "children": {
1692
+ "Resource": {
1693
+ "id": "Resource",
1694
+ "path": "farstp-new-resources/test-construct/ExecutionFailedAlarm/Resource",
1695
+ "attributes": {
1696
+ "aws:cdk:cloudformation:type": "AWS::CloudWatch::Alarm",
1697
+ "aws:cdk:cloudformation:props": {
1698
+ "alarmDescription": "Alarm for the number of executions that failed exceeded the threshold of 1. ",
1699
+ "comparisonOperator": "GreaterThanOrEqualToThreshold",
1700
+ "dimensions": [
1701
+ {
1702
+ "name": "StateMachineArn",
1703
+ "value": {
1704
+ "Ref": "testconstructStateMachine3333AAA9"
1705
+ }
1706
+ }
1707
+ ],
1708
+ "evaluationPeriods": 1,
1709
+ "metricName": "ExecutionsFailed",
1710
+ "namespace": "AWS/States",
1711
+ "period": 300,
1712
+ "statistic": "Sum",
1713
+ "threshold": 1
1714
+ }
1715
+ },
1716
+ "constructInfo": {
1717
+ "fqn": "aws-cdk-lib.aws_cloudwatch.CfnAlarm",
1718
+ "version": "2.118.0"
1719
+ }
1720
+ }
1721
+ },
1722
+ "constructInfo": {
1723
+ "fqn": "aws-cdk-lib.aws_cloudwatch.Alarm",
1724
+ "version": "2.118.0"
1725
+ }
1726
+ },
1727
+ "ExecutionThrottledAlarm": {
1728
+ "id": "ExecutionThrottledAlarm",
1729
+ "path": "farstp-new-resources/test-construct/ExecutionThrottledAlarm",
1730
+ "children": {
1731
+ "Resource": {
1732
+ "id": "Resource",
1733
+ "path": "farstp-new-resources/test-construct/ExecutionThrottledAlarm/Resource",
1734
+ "attributes": {
1735
+ "aws:cdk:cloudformation:type": "AWS::CloudWatch::Alarm",
1736
+ "aws:cdk:cloudformation:props": {
1737
+ "alarmDescription": "Alarm for the number of executions that throttled exceeded the threshold of 1. ",
1738
+ "comparisonOperator": "GreaterThanOrEqualToThreshold",
1739
+ "dimensions": [
1740
+ {
1741
+ "name": "StateMachineArn",
1742
+ "value": {
1743
+ "Ref": "testconstructStateMachine3333AAA9"
1744
+ }
1745
+ }
1746
+ ],
1747
+ "evaluationPeriods": 1,
1748
+ "metricName": "ExecutionThrottled",
1749
+ "namespace": "AWS/States",
1750
+ "period": 300,
1751
+ "statistic": "Sum",
1752
+ "threshold": 1
1753
+ }
1754
+ },
1755
+ "constructInfo": {
1756
+ "fqn": "aws-cdk-lib.aws_cloudwatch.CfnAlarm",
1757
+ "version": "2.118.0"
1758
+ }
1759
+ }
1760
+ },
1761
+ "constructInfo": {
1762
+ "fqn": "aws-cdk-lib.aws_cloudwatch.Alarm",
1763
+ "version": "2.118.0"
1764
+ }
1765
+ },
1766
+ "ExecutionAbortedAlarm": {
1767
+ "id": "ExecutionAbortedAlarm",
1768
+ "path": "farstp-new-resources/test-construct/ExecutionAbortedAlarm",
1769
+ "children": {
1770
+ "Resource": {
1771
+ "id": "Resource",
1772
+ "path": "farstp-new-resources/test-construct/ExecutionAbortedAlarm/Resource",
1773
+ "attributes": {
1774
+ "aws:cdk:cloudformation:type": "AWS::CloudWatch::Alarm",
1775
+ "aws:cdk:cloudformation:props": {
1776
+ "alarmDescription": "Alarm for the number of executions that aborted exceeded the threshold of 1. ",
1777
+ "comparisonOperator": "GreaterThanOrEqualToThreshold",
1778
+ "dimensions": [
1779
+ {
1780
+ "name": "StateMachineArn",
1781
+ "value": {
1782
+ "Ref": "testconstructStateMachine3333AAA9"
1783
+ }
1784
+ }
1785
+ ],
1786
+ "evaluationPeriods": 1,
1787
+ "metricName": "ExecutionsAborted",
1788
+ "namespace": "AWS/States",
1789
+ "period": 300,
1790
+ "statistic": "Maximum",
1791
+ "threshold": 1
1792
+ }
1793
+ },
1794
+ "constructInfo": {
1795
+ "fqn": "aws-cdk-lib.aws_cloudwatch.CfnAlarm",
1796
+ "version": "2.118.0"
1797
+ }
1798
+ }
1799
+ },
1800
+ "constructInfo": {
1801
+ "fqn": "aws-cdk-lib.aws_cloudwatch.Alarm",
1802
+ "version": "2.118.0"
1803
+ }
1804
+ }
1805
+ },
1806
+ "constructInfo": {
1807
+ "fqn": "@aws-solutions-constructs/aws-fargate-stepfunctions.FargateToStepfunctions",
1808
+ "version": "2.51.0"
1809
+ }
1810
+ },
1811
+ "farstp-new-resources-STEP_FUNCTIONS-security-group": {
1812
+ "id": "farstp-new-resources-STEP_FUNCTIONS-security-group",
1813
+ "path": "farstp-new-resources/farstp-new-resources-STEP_FUNCTIONS-security-group",
1814
+ "children": {
1815
+ "Resource": {
1816
+ "id": "Resource",
1817
+ "path": "farstp-new-resources/farstp-new-resources-STEP_FUNCTIONS-security-group/Resource",
1818
+ "attributes": {
1819
+ "aws:cdk:cloudformation:type": "AWS::EC2::SecurityGroup",
1820
+ "aws:cdk:cloudformation:props": {
1821
+ "groupDescription": "farstp-new-resources/farstp-new-resources-STEP_FUNCTIONS-security-group",
1822
+ "securityGroupEgress": [
1823
+ {
1824
+ "cidrIp": "0.0.0.0/0",
1825
+ "description": "Allow all outbound traffic by default",
1826
+ "ipProtocol": "-1"
1827
+ }
1828
+ ],
1829
+ "securityGroupIngress": [
1830
+ {
1831
+ "cidrIp": {
1832
+ "Fn::GetAtt": [
1833
+ "Vpc8378EB38",
1834
+ "CidrBlock"
1835
+ ]
1836
+ },
1837
+ "ipProtocol": "tcp",
1838
+ "fromPort": 443,
1839
+ "toPort": 443,
1840
+ "description": {
1841
+ "Fn::Join": [
1842
+ "",
1843
+ [
1844
+ "from ",
1845
+ {
1846
+ "Fn::GetAtt": [
1847
+ "Vpc8378EB38",
1848
+ "CidrBlock"
1849
+ ]
1850
+ },
1851
+ ":443"
1852
+ ]
1853
+ ]
1854
+ }
1855
+ }
1856
+ ],
1857
+ "vpcId": {
1858
+ "Ref": "Vpc8378EB38"
1859
+ }
1860
+ }
1861
+ },
1862
+ "constructInfo": {
1863
+ "fqn": "aws-cdk-lib.aws_ec2.CfnSecurityGroup",
1864
+ "version": "2.118.0"
1865
+ }
1866
+ }
1867
+ },
1868
+ "constructInfo": {
1869
+ "fqn": "aws-cdk-lib.aws_ec2.SecurityGroup",
1870
+ "version": "2.118.0"
1871
+ }
1872
+ },
1873
+ "Integ": {
1874
+ "id": "Integ",
1875
+ "path": "farstp-new-resources/Integ",
1876
+ "children": {
1877
+ "DefaultTest": {
1878
+ "id": "DefaultTest",
1879
+ "path": "farstp-new-resources/Integ/DefaultTest",
1880
+ "children": {
1881
+ "Default": {
1882
+ "id": "Default",
1883
+ "path": "farstp-new-resources/Integ/DefaultTest/Default",
1884
+ "constructInfo": {
1885
+ "fqn": "constructs.Construct",
1886
+ "version": "10.3.0"
1887
+ }
1888
+ },
1889
+ "DeployAssert": {
1890
+ "id": "DeployAssert",
1891
+ "path": "farstp-new-resources/Integ/DefaultTest/DeployAssert",
1892
+ "children": {
1893
+ "BootstrapVersion": {
1894
+ "id": "BootstrapVersion",
1895
+ "path": "farstp-new-resources/Integ/DefaultTest/DeployAssert/BootstrapVersion",
1896
+ "constructInfo": {
1897
+ "fqn": "aws-cdk-lib.CfnParameter",
1898
+ "version": "2.118.0"
1899
+ }
1900
+ },
1901
+ "CheckBootstrapVersion": {
1902
+ "id": "CheckBootstrapVersion",
1903
+ "path": "farstp-new-resources/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion",
1904
+ "constructInfo": {
1905
+ "fqn": "aws-cdk-lib.CfnRule",
1906
+ "version": "2.118.0"
1907
+ }
1908
+ }
1909
+ },
1910
+ "constructInfo": {
1911
+ "fqn": "aws-cdk-lib.Stack",
1912
+ "version": "2.118.0"
1913
+ }
1914
+ }
1915
+ },
1916
+ "constructInfo": {
1917
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTestCase",
1918
+ "version": "2.118.0-alpha.0"
1919
+ }
1920
+ }
1921
+ },
1922
+ "constructInfo": {
1923
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTest",
1924
+ "version": "2.118.0-alpha.0"
1925
+ }
1926
+ },
1927
+ "BootstrapVersion": {
1928
+ "id": "BootstrapVersion",
1929
+ "path": "farstp-new-resources/BootstrapVersion",
1930
+ "constructInfo": {
1931
+ "fqn": "aws-cdk-lib.CfnParameter",
1932
+ "version": "2.118.0"
1933
+ }
1934
+ },
1935
+ "CheckBootstrapVersion": {
1936
+ "id": "CheckBootstrapVersion",
1937
+ "path": "farstp-new-resources/CheckBootstrapVersion",
1938
+ "constructInfo": {
1939
+ "fqn": "aws-cdk-lib.CfnRule",
1940
+ "version": "2.118.0"
1941
+ }
1942
+ }
1943
+ },
1944
+ "constructInfo": {
1945
+ "fqn": "aws-cdk-lib.Stack",
1946
+ "version": "2.118.0"
1947
+ }
1948
+ },
1949
+ "Tree": {
1950
+ "id": "Tree",
1951
+ "path": "Tree",
1952
+ "constructInfo": {
1953
+ "fqn": "constructs.Construct",
1954
+ "version": "10.3.0"
1955
+ }
1956
+ }
1957
+ },
1958
+ "constructInfo": {
1959
+ "fqn": "aws-cdk-lib.App",
1960
+ "version": "2.118.0"
1961
+ }
1962
+ }
1963
+ }