@aws-solutions-constructs/aws-fargate-stepfunctions 2.101.0 → 2.103.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 (29) hide show
  1. package/.jsii +252 -4
  2. package/lib/index.js +1 -1
  3. package/package.json +6 -6
  4. package/test/integ.farstp-new-resources.js.snapshot/asset.02b51ab524e7bcf8f477de3e71e5f9a72e448301b26ba62e9e75a14f9c55a093/__entrypoint__.js +1 -0
  5. package/test/integ.farstp-new-resources.js.snapshot/cdk.out +1 -1
  6. package/test/integ.farstp-new-resources.js.snapshot/farstp-new-resources.assets.json +8 -8
  7. package/test/integ.farstp-new-resources.js.snapshot/farstp-new-resources.metadata.json +1048 -0
  8. package/test/integ.farstp-new-resources.js.snapshot/farstp-new-resources.template.json +2 -2
  9. package/test/integ.farstp-new-resources.js.snapshot/farstpnewresourcesIntegDefaultTestDeployAssert36B3414D.assets.json +1 -1
  10. package/test/integ.farstp-new-resources.js.snapshot/farstpnewresourcesIntegDefaultTestDeployAssert36B3414D.metadata.json +14 -0
  11. package/test/integ.farstp-new-resources.js.snapshot/integ.json +2 -2
  12. package/test/integ.farstp-new-resources.js.snapshot/manifest.json +57 -1077
  13. package/test/integ.farstp-new-resources.js.snapshot/tree.json +1 -1
  14. package/test/integ.farstp-new-resources.js.snapshot/validation-report.json +27 -0
  15. package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/asset.02b51ab524e7bcf8f477de3e71e5f9a72e448301b26ba62e9e75a14f9c55a093/__entrypoint__.js +1 -0
  16. package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/cdk.out +1 -1
  17. package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/farstp-no-cloudwatch-alarms.assets.json +8 -8
  18. package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/farstp-no-cloudwatch-alarms.metadata.json +985 -0
  19. package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/farstp-no-cloudwatch-alarms.template.json +2 -2
  20. package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/farstpnocloudwatchalarmsIntegDefaultTestDeployAssertC4578F22.assets.json +1 -1
  21. package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/farstpnocloudwatchalarmsIntegDefaultTestDeployAssertC4578F22.metadata.json +14 -0
  22. package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/integ.json +2 -2
  23. package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/manifest.json +57 -1014
  24. package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/tree.json +1 -1
  25. package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/validation-report.json +27 -0
  26. package/test/integ.farstp-new-resources.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +0 -1
  27. package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +0 -1
  28. /package/test/integ.farstp-new-resources.js.snapshot/{asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200 → asset.02b51ab524e7bcf8f477de3e71e5f9a72e448301b26ba62e9e75a14f9c55a093}/index.js +0 -0
  29. /package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/{asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200 → asset.02b51ab524e7bcf8f477de3e71e5f9a72e448301b26ba62e9e75a14f9c55a093}/index.js +0 -0
@@ -0,0 +1,1048 @@
1
+ {
2
+ "/farstp-new-resources/Vpc": [
3
+ {
4
+ "type": "aws:cdk:analytics:construct",
5
+ "data": {
6
+ "enableDnsHostnames": true,
7
+ "enableDnsSupport": true,
8
+ "ipAddresses": "*"
9
+ }
10
+ }
11
+ ],
12
+ "/farstp-new-resources/Custom::VpcRestrictDefaultSGCustomResourceProvider": [
13
+ {
14
+ "type": "aws:cdk:is-custom-resource-handler-customResourceProvider",
15
+ "data": true
16
+ }
17
+ ],
18
+ "/farstp-new-resources/farstp-new-resources-ECR_API-security-group": [
19
+ {
20
+ "type": "aws:cdk:analytics:construct",
21
+ "data": {
22
+ "vpc": "*",
23
+ "allowAllOutbound": true
24
+ }
25
+ },
26
+ {
27
+ "type": "aws:cdk:analytics:method",
28
+ "data": {
29
+ "addIngressRule": [
30
+ {
31
+ "canInlineRule": true,
32
+ "connections": "*",
33
+ "uniqueId": "*"
34
+ },
35
+ {},
36
+ "*",
37
+ "*"
38
+ ]
39
+ }
40
+ },
41
+ {
42
+ "type": "aws:cdk:analytics:method",
43
+ "data": {
44
+ "addIngressRule": [
45
+ {
46
+ "canInlineRule": true,
47
+ "connections": "*",
48
+ "uniqueId": "*"
49
+ },
50
+ {},
51
+ "*",
52
+ false
53
+ ]
54
+ }
55
+ }
56
+ ],
57
+ "/farstp-new-resources/farstp-new-resources-ECR_DKR-security-group": [
58
+ {
59
+ "type": "aws:cdk:analytics:construct",
60
+ "data": {
61
+ "vpc": "*",
62
+ "allowAllOutbound": true
63
+ }
64
+ },
65
+ {
66
+ "type": "aws:cdk:analytics:method",
67
+ "data": {
68
+ "addIngressRule": [
69
+ {
70
+ "canInlineRule": true,
71
+ "connections": "*",
72
+ "uniqueId": "*"
73
+ },
74
+ {},
75
+ "*",
76
+ "*"
77
+ ]
78
+ }
79
+ },
80
+ {
81
+ "type": "aws:cdk:analytics:method",
82
+ "data": {
83
+ "addIngressRule": [
84
+ {
85
+ "canInlineRule": true,
86
+ "connections": "*",
87
+ "uniqueId": "*"
88
+ },
89
+ {},
90
+ "*",
91
+ false
92
+ ]
93
+ }
94
+ }
95
+ ],
96
+ "/farstp-new-resources/test-cluster": [
97
+ {
98
+ "type": "aws:cdk:analytics:construct",
99
+ "data": {
100
+ "vpc": "*"
101
+ }
102
+ }
103
+ ],
104
+ "/farstp-new-resources/test-taskdef": [
105
+ {
106
+ "type": "aws:cdk:analytics:construct",
107
+ "data": "*"
108
+ },
109
+ {
110
+ "type": "aws:cdk:analytics:construct",
111
+ "data": "*"
112
+ },
113
+ {
114
+ "type": "aws:cdk:analytics:method",
115
+ "data": "*"
116
+ }
117
+ ],
118
+ "/farstp-new-resources/test-sg": [
119
+ {
120
+ "type": "aws:cdk:analytics:construct",
121
+ "data": {
122
+ "allowAllOutbound": true,
123
+ "disableInlineRules": false,
124
+ "vpc": "*",
125
+ "description": "*"
126
+ }
127
+ }
128
+ ],
129
+ "/farstp-new-resources/test-service": [
130
+ {
131
+ "type": "aws:cdk:warning",
132
+ "data": "Enable the 'circuitBreaker' property to trigger a quicker deployment failure if tasks are failing to come start (without this setting deployments may take up to 3 hours to fail). [ack: @aws-cdk/aws-ecs:shouldUseCircuitBreaker]",
133
+ "trace": [
134
+ "Annotations.addMessage (/Users/biffgaut/Documents/Active/AWS/Constructs/github/RefreshCdk/aws-solutions-constructs/source/node_modules/aws-cdk-lib/core/lib/annotations.js:1:3441)",
135
+ "Annotations.addWarningV2 (/Users/biffgaut/Documents/Active/AWS/Constructs/github/RefreshCdk/aws-solutions-constructs/source/node_modules/aws-cdk-lib/core/lib/annotations.js:1:2129)",
136
+ "new BaseService2 (/Users/biffgaut/Documents/Active/AWS/Constructs/github/RefreshCdk/aws-solutions-constructs/source/node_modules/aws-cdk-lib/aws-ecs/lib/base/base-service.js:1:14671)",
137
+ "new BaseService2 (/Users/biffgaut/Documents/Active/AWS/Constructs/github/RefreshCdk/aws-solutions-constructs/source/node_modules/aws-cdk-lib/core/lib/no-box-stack-traces.js:1:345)",
138
+ "new FargateService2 (/Users/biffgaut/Documents/Active/AWS/Constructs/github/RefreshCdk/aws-solutions-constructs/source/node_modules/aws-cdk-lib/aws-ecs/lib/fargate/fargate-service.js:1:7829)",
139
+ "new FargateService2 (/Users/biffgaut/Documents/Active/AWS/Constructs/github/RefreshCdk/aws-solutions-constructs/source/node_modules/aws-cdk-lib/core/lib/prop-injectable.js:1:855)",
140
+ "Object.CreateFargateService (/Users/biffgaut/Documents/Active/AWS/Constructs/github/RefreshCdk/aws-solutions-constructs/source/patterns/@aws-solutions-constructs/core/lib/fargate-helper.js:83:24)",
141
+ "Object.<anonymous> (/Users/biffgaut/Documents/Active/AWS/Constructs/github/RefreshCdk/aws-solutions-constructs/source/patterns/@aws-solutions-constructs/aws-fargate-stepfunctions/test/integ.farstp-new-resources.js:31:47)",
142
+ "Module._compile (node:internal/modules/cjs/loader:1706:14)",
143
+ "Object..js (node:internal/modules/cjs/loader:1839:10)",
144
+ "Module.load (node:internal/modules/cjs/loader:1441:32)",
145
+ "Function._load (node:internal/modules/cjs/loader:1263:12)",
146
+ "TracingChannel.traceSync (node:diagnostics_channel:328:14)",
147
+ "wrapModuleLoad (node:internal/modules/cjs/loader:237:24)",
148
+ "Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:171:5)",
149
+ "node:internal/main/run_main_module:36:49"
150
+ ]
151
+ },
152
+ {
153
+ "type": "aws:cdk:analytics:construct",
154
+ "data": "*"
155
+ }
156
+ ],
157
+ "/farstp-new-resources/lambdafarstp-test": [
158
+ {
159
+ "type": "aws:cdk:analytics:construct",
160
+ "data": {
161
+ "code": "*",
162
+ "runtime": "*",
163
+ "handler": "*"
164
+ }
165
+ }
166
+ ],
167
+ "/farstp-new-resources/farstp-new-resources-STEP_FUNCTIONS-security-group": [
168
+ {
169
+ "type": "aws:cdk:analytics:construct",
170
+ "data": {
171
+ "vpc": "*",
172
+ "allowAllOutbound": true
173
+ }
174
+ },
175
+ {
176
+ "type": "aws:cdk:analytics:method",
177
+ "data": {
178
+ "addIngressRule": [
179
+ {
180
+ "canInlineRule": true,
181
+ "connections": "*",
182
+ "uniqueId": "*"
183
+ },
184
+ {},
185
+ "*",
186
+ "*"
187
+ ]
188
+ }
189
+ },
190
+ {
191
+ "type": "aws:cdk:analytics:method",
192
+ "data": {
193
+ "addIngressRule": [
194
+ {
195
+ "canInlineRule": true,
196
+ "connections": "*",
197
+ "uniqueId": "*"
198
+ },
199
+ {},
200
+ "*",
201
+ false
202
+ ]
203
+ }
204
+ }
205
+ ],
206
+ "/farstp-new-resources/BootstrapVersion": [
207
+ {
208
+ "type": "aws:cdk:logicalId",
209
+ "data": "BootstrapVersion"
210
+ }
211
+ ],
212
+ "/farstp-new-resources/CheckBootstrapVersion": [
213
+ {
214
+ "type": "aws:cdk:logicalId",
215
+ "data": "CheckBootstrapVersion"
216
+ }
217
+ ],
218
+ "/farstp-new-resources/Vpc/Resource": [
219
+ {
220
+ "type": "aws:cdk:logicalId",
221
+ "data": "Vpc8378EB38"
222
+ }
223
+ ],
224
+ "/farstp-new-resources/Vpc/PublicSubnet1": [
225
+ {
226
+ "type": "aws:cdk:analytics:construct",
227
+ "data": {
228
+ "availabilityZone": "*",
229
+ "vpcId": "*",
230
+ "cidrBlock": "*",
231
+ "mapPublicIpOnLaunch": true,
232
+ "ipv6CidrBlock": "*",
233
+ "assignIpv6AddressOnCreation": "*"
234
+ }
235
+ },
236
+ {
237
+ "type": "aws:cdk:analytics:construct",
238
+ "data": {
239
+ "availabilityZone": "*",
240
+ "vpcId": "*",
241
+ "cidrBlock": "*",
242
+ "mapPublicIpOnLaunch": true,
243
+ "ipv6CidrBlock": "*",
244
+ "assignIpv6AddressOnCreation": "*"
245
+ }
246
+ },
247
+ {
248
+ "type": "aws:cdk:analytics:method",
249
+ "data": {}
250
+ },
251
+ {
252
+ "type": "aws:cdk:analytics:method",
253
+ "data": {
254
+ "addNatGateway": [
255
+ "*"
256
+ ]
257
+ }
258
+ }
259
+ ],
260
+ "/farstp-new-resources/Vpc/PublicSubnet2": [
261
+ {
262
+ "type": "aws:cdk:analytics:construct",
263
+ "data": {
264
+ "availabilityZone": "*",
265
+ "vpcId": "*",
266
+ "cidrBlock": "*",
267
+ "mapPublicIpOnLaunch": true,
268
+ "ipv6CidrBlock": "*",
269
+ "assignIpv6AddressOnCreation": "*"
270
+ }
271
+ },
272
+ {
273
+ "type": "aws:cdk:analytics:construct",
274
+ "data": {
275
+ "availabilityZone": "*",
276
+ "vpcId": "*",
277
+ "cidrBlock": "*",
278
+ "mapPublicIpOnLaunch": true,
279
+ "ipv6CidrBlock": "*",
280
+ "assignIpv6AddressOnCreation": "*"
281
+ }
282
+ },
283
+ {
284
+ "type": "aws:cdk:analytics:method",
285
+ "data": {}
286
+ },
287
+ {
288
+ "type": "aws:cdk:analytics:method",
289
+ "data": {
290
+ "addNatGateway": [
291
+ "*"
292
+ ]
293
+ }
294
+ }
295
+ ],
296
+ "/farstp-new-resources/Vpc/PrivateSubnet1": [
297
+ {
298
+ "type": "aws:cdk:analytics:construct",
299
+ "data": {
300
+ "availabilityZone": "*",
301
+ "vpcId": "*",
302
+ "cidrBlock": "*",
303
+ "mapPublicIpOnLaunch": false,
304
+ "ipv6CidrBlock": "*",
305
+ "assignIpv6AddressOnCreation": "*"
306
+ }
307
+ },
308
+ {
309
+ "type": "aws:cdk:analytics:construct",
310
+ "data": {
311
+ "availabilityZone": "*",
312
+ "vpcId": "*",
313
+ "cidrBlock": "*",
314
+ "mapPublicIpOnLaunch": false,
315
+ "ipv6CidrBlock": "*",
316
+ "assignIpv6AddressOnCreation": "*"
317
+ }
318
+ },
319
+ {
320
+ "type": "aws:cdk:analytics:method",
321
+ "data": {}
322
+ }
323
+ ],
324
+ "/farstp-new-resources/Vpc/PrivateSubnet2": [
325
+ {
326
+ "type": "aws:cdk:analytics:construct",
327
+ "data": {
328
+ "availabilityZone": "*",
329
+ "vpcId": "*",
330
+ "cidrBlock": "*",
331
+ "mapPublicIpOnLaunch": false,
332
+ "ipv6CidrBlock": "*",
333
+ "assignIpv6AddressOnCreation": "*"
334
+ }
335
+ },
336
+ {
337
+ "type": "aws:cdk:analytics:construct",
338
+ "data": {
339
+ "availabilityZone": "*",
340
+ "vpcId": "*",
341
+ "cidrBlock": "*",
342
+ "mapPublicIpOnLaunch": false,
343
+ "ipv6CidrBlock": "*",
344
+ "assignIpv6AddressOnCreation": "*"
345
+ }
346
+ },
347
+ {
348
+ "type": "aws:cdk:analytics:method",
349
+ "data": {}
350
+ }
351
+ ],
352
+ "/farstp-new-resources/Vpc/IGW": [
353
+ {
354
+ "type": "aws:cdk:logicalId",
355
+ "data": "VpcIGWD7BA715C"
356
+ }
357
+ ],
358
+ "/farstp-new-resources/Vpc/VPCGW": [
359
+ {
360
+ "type": "aws:cdk:logicalId",
361
+ "data": "VpcVPCGWBF912B6E"
362
+ }
363
+ ],
364
+ "/farstp-new-resources/Vpc/RestrictDefaultSecurityGroupCustomResource": [
365
+ {
366
+ "type": "aws:cdk:analytics:construct",
367
+ "data": "*"
368
+ }
369
+ ],
370
+ "/farstp-new-resources/Vpc/FlowLog": [
371
+ {
372
+ "type": "aws:cdk:analytics:construct",
373
+ "data": {
374
+ "resourceType": "*"
375
+ }
376
+ }
377
+ ],
378
+ "/farstp-new-resources/Vpc/ECR_API": [
379
+ {
380
+ "type": "aws:cdk:analytics:construct",
381
+ "data": {
382
+ "vpc": "*",
383
+ "service": {
384
+ "name": "*",
385
+ "port": "*",
386
+ "privateDnsDefault": true
387
+ },
388
+ "securityGroups": [
389
+ "*"
390
+ ]
391
+ }
392
+ }
393
+ ],
394
+ "/farstp-new-resources/Vpc/ECR_DKR": [
395
+ {
396
+ "type": "aws:cdk:analytics:construct",
397
+ "data": {
398
+ "vpc": "*",
399
+ "service": {
400
+ "name": "*",
401
+ "port": "*",
402
+ "privateDnsDefault": true
403
+ },
404
+ "securityGroups": [
405
+ "*"
406
+ ]
407
+ }
408
+ }
409
+ ],
410
+ "/farstp-new-resources/Vpc/S3": [
411
+ {
412
+ "type": "aws:cdk:analytics:construct",
413
+ "data": {
414
+ "vpc": "*",
415
+ "service": {
416
+ "name": "*"
417
+ }
418
+ }
419
+ }
420
+ ],
421
+ "/farstp-new-resources/Vpc/STEP_FUNCTIONS": [
422
+ {
423
+ "type": "aws:cdk:analytics:construct",
424
+ "data": {
425
+ "vpc": "*",
426
+ "service": {
427
+ "name": "*",
428
+ "port": "*",
429
+ "privateDnsDefault": true
430
+ },
431
+ "securityGroups": [
432
+ "*"
433
+ ]
434
+ }
435
+ }
436
+ ],
437
+ "/farstp-new-resources/Custom::VpcRestrictDefaultSGCustomResourceProvider/Role": [
438
+ {
439
+ "type": "aws:cdk:logicalId",
440
+ "data": "CustomVpcRestrictDefaultSGCustomResourceProviderRole26592FE0"
441
+ }
442
+ ],
443
+ "/farstp-new-resources/Custom::VpcRestrictDefaultSGCustomResourceProvider/Handler": [
444
+ {
445
+ "type": "aws:cdk:logicalId",
446
+ "data": "CustomVpcRestrictDefaultSGCustomResourceProviderHandlerDC833E5E"
447
+ }
448
+ ],
449
+ "/farstp-new-resources/farstp-new-resources-ECR_API-security-group/Resource": [
450
+ {
451
+ "type": "aws:cdk:logicalId",
452
+ "data": "farstpnewresourcesECRAPIsecuritygroup378EBA64"
453
+ }
454
+ ],
455
+ "/farstp-new-resources/farstp-new-resources-ECR_DKR-security-group/Resource": [
456
+ {
457
+ "type": "aws:cdk:logicalId",
458
+ "data": "farstpnewresourcesECRDKRsecuritygroup6175912D"
459
+ }
460
+ ],
461
+ "/farstp-new-resources/test-cluster/Resource": [
462
+ {
463
+ "type": "aws:cdk:logicalId",
464
+ "data": "testclusterDF8B0D19"
465
+ }
466
+ ],
467
+ "/farstp-new-resources/test-taskdef/TaskRole": [
468
+ {
469
+ "type": "aws:cdk:analytics:construct",
470
+ "data": {
471
+ "assumedBy": {
472
+ "principalAccount": "*",
473
+ "assumeRoleAction": "*"
474
+ }
475
+ }
476
+ },
477
+ {
478
+ "type": "aws:cdk:analytics:method",
479
+ "data": {
480
+ "addToPrincipalPolicy": [
481
+ {}
482
+ ]
483
+ }
484
+ },
485
+ {
486
+ "type": "aws:cdk:analytics:method",
487
+ "data": {
488
+ "attachInlinePolicy": [
489
+ "*"
490
+ ]
491
+ }
492
+ },
493
+ {
494
+ "type": "aws:cdk:analytics:method",
495
+ "data": {
496
+ "attachInlinePolicy": [
497
+ "*"
498
+ ]
499
+ }
500
+ }
501
+ ],
502
+ "/farstp-new-resources/test-taskdef/Resource": [
503
+ {
504
+ "type": "aws:cdk:logicalId",
505
+ "data": "testtaskdefF924AD58"
506
+ }
507
+ ],
508
+ "/farstp-new-resources/test-sg/Resource": [
509
+ {
510
+ "type": "aws:cdk:logicalId",
511
+ "data": "testsg872EB48A"
512
+ }
513
+ ],
514
+ "/farstp-new-resources/test-service/Service": [
515
+ {
516
+ "type": "aws:cdk:logicalId",
517
+ "data": "testserviceService2730C249"
518
+ }
519
+ ],
520
+ "/farstp-new-resources/lambdafarstp-test/ServiceRole": [
521
+ {
522
+ "type": "aws:cdk:analytics:construct",
523
+ "data": {
524
+ "assumedBy": {
525
+ "principalAccount": "*",
526
+ "assumeRoleAction": "*"
527
+ },
528
+ "managedPolicies": [
529
+ {
530
+ "managedPolicyArn": "*"
531
+ }
532
+ ]
533
+ }
534
+ }
535
+ ],
536
+ "/farstp-new-resources/lambdafarstp-test/Resource": [
537
+ {
538
+ "type": "aws:cdk:logicalId",
539
+ "data": "lambdafarstptest04DC4058"
540
+ }
541
+ ],
542
+ "/farstp-new-resources/test-construct/StateMachineLogGroup": [
543
+ {
544
+ "type": "aws:cdk:analytics:construct",
545
+ "data": {
546
+ "retention": 9999,
547
+ "removalPolicy": "destroy",
548
+ "logGroupName": "*"
549
+ }
550
+ }
551
+ ],
552
+ "/farstp-new-resources/test-construct/StateMachine": [
553
+ {
554
+ "type": "aws:cdk:analytics:construct",
555
+ "data": {
556
+ "logs": {
557
+ "destination": "*",
558
+ "level": "ERROR"
559
+ },
560
+ "definitionBody": "*"
561
+ }
562
+ },
563
+ {
564
+ "type": "aws:cdk:analytics:method",
565
+ "data": {
566
+ "addToRolePolicy": [
567
+ {}
568
+ ]
569
+ }
570
+ },
571
+ {
572
+ "type": "aws:cdk:analytics:method",
573
+ "data": {
574
+ "addToRolePolicy": [
575
+ {}
576
+ ]
577
+ }
578
+ }
579
+ ],
580
+ "/farstp-new-resources/test-construct/ExecutionFailedAlarm": [
581
+ {
582
+ "type": "aws:cdk:analytics:construct",
583
+ "data": {
584
+ "metric": {
585
+ "warnings": "*",
586
+ "warningsV2": "*"
587
+ },
588
+ "threshold": "*",
589
+ "evaluationPeriods": "*",
590
+ "comparisonOperator": "*",
591
+ "alarmDescription": "*"
592
+ }
593
+ }
594
+ ],
595
+ "/farstp-new-resources/test-construct/ExecutionThrottledAlarm": [
596
+ {
597
+ "type": "aws:cdk:analytics:construct",
598
+ "data": {
599
+ "metric": {
600
+ "warnings": "*",
601
+ "warningsV2": "*"
602
+ },
603
+ "threshold": "*",
604
+ "evaluationPeriods": "*",
605
+ "comparisonOperator": "*",
606
+ "alarmDescription": "*"
607
+ }
608
+ }
609
+ ],
610
+ "/farstp-new-resources/test-construct/ExecutionAbortedAlarm": [
611
+ {
612
+ "type": "aws:cdk:analytics:construct",
613
+ "data": {
614
+ "metric": {
615
+ "warnings": "*",
616
+ "warningsV2": "*"
617
+ },
618
+ "threshold": "*",
619
+ "evaluationPeriods": "*",
620
+ "comparisonOperator": "*",
621
+ "alarmDescription": "*"
622
+ }
623
+ }
624
+ ],
625
+ "/farstp-new-resources/farstp-new-resources-STEP_FUNCTIONS-security-group/Resource": [
626
+ {
627
+ "type": "aws:cdk:logicalId",
628
+ "data": "farstpnewresourcesSTEPFUNCTIONSsecuritygroup05F71CC8"
629
+ }
630
+ ],
631
+ "/farstp-new-resources/Vpc/PublicSubnet1/Subnet": [
632
+ {
633
+ "type": "aws:cdk:logicalId",
634
+ "data": "VpcPublicSubnet1Subnet5C2D37C4"
635
+ }
636
+ ],
637
+ "/farstp-new-resources/Vpc/PublicSubnet1/RouteTable": [
638
+ {
639
+ "type": "aws:cdk:logicalId",
640
+ "data": "VpcPublicSubnet1RouteTable6C95E38E"
641
+ }
642
+ ],
643
+ "/farstp-new-resources/Vpc/PublicSubnet1/RouteTableAssociation": [
644
+ {
645
+ "type": "aws:cdk:logicalId",
646
+ "data": "VpcPublicSubnet1RouteTableAssociation97140677"
647
+ }
648
+ ],
649
+ "/farstp-new-resources/Vpc/PublicSubnet1/DefaultRoute": [
650
+ {
651
+ "type": "aws:cdk:logicalId",
652
+ "data": "VpcPublicSubnet1DefaultRoute3DA9E72A"
653
+ }
654
+ ],
655
+ "/farstp-new-resources/Vpc/PublicSubnet1/EIP": [
656
+ {
657
+ "type": "aws:cdk:logicalId",
658
+ "data": "VpcPublicSubnet1EIPD7E02669"
659
+ }
660
+ ],
661
+ "/farstp-new-resources/Vpc/PublicSubnet1/NATGateway": [
662
+ {
663
+ "type": "aws:cdk:logicalId",
664
+ "data": "VpcPublicSubnet1NATGateway4D7517AA"
665
+ }
666
+ ],
667
+ "/farstp-new-resources/Vpc/PublicSubnet2/Subnet": [
668
+ {
669
+ "type": "aws:cdk:logicalId",
670
+ "data": "VpcPublicSubnet2Subnet691E08A3"
671
+ }
672
+ ],
673
+ "/farstp-new-resources/Vpc/PublicSubnet2/RouteTable": [
674
+ {
675
+ "type": "aws:cdk:logicalId",
676
+ "data": "VpcPublicSubnet2RouteTable94F7E489"
677
+ }
678
+ ],
679
+ "/farstp-new-resources/Vpc/PublicSubnet2/RouteTableAssociation": [
680
+ {
681
+ "type": "aws:cdk:logicalId",
682
+ "data": "VpcPublicSubnet2RouteTableAssociationDD5762D8"
683
+ }
684
+ ],
685
+ "/farstp-new-resources/Vpc/PublicSubnet2/DefaultRoute": [
686
+ {
687
+ "type": "aws:cdk:logicalId",
688
+ "data": "VpcPublicSubnet2DefaultRoute97F91067"
689
+ }
690
+ ],
691
+ "/farstp-new-resources/Vpc/PublicSubnet2/EIP": [
692
+ {
693
+ "type": "aws:cdk:logicalId",
694
+ "data": "VpcPublicSubnet2EIP3C605A87"
695
+ }
696
+ ],
697
+ "/farstp-new-resources/Vpc/PublicSubnet2/NATGateway": [
698
+ {
699
+ "type": "aws:cdk:logicalId",
700
+ "data": "VpcPublicSubnet2NATGateway9182C01D"
701
+ }
702
+ ],
703
+ "/farstp-new-resources/Vpc/PrivateSubnet1/Subnet": [
704
+ {
705
+ "type": "aws:cdk:logicalId",
706
+ "data": "VpcPrivateSubnet1Subnet536B997A"
707
+ }
708
+ ],
709
+ "/farstp-new-resources/Vpc/PrivateSubnet1/RouteTable": [
710
+ {
711
+ "type": "aws:cdk:logicalId",
712
+ "data": "VpcPrivateSubnet1RouteTableB2C5B500"
713
+ }
714
+ ],
715
+ "/farstp-new-resources/Vpc/PrivateSubnet1/RouteTableAssociation": [
716
+ {
717
+ "type": "aws:cdk:logicalId",
718
+ "data": "VpcPrivateSubnet1RouteTableAssociation70C59FA6"
719
+ }
720
+ ],
721
+ "/farstp-new-resources/Vpc/PrivateSubnet1/DefaultRoute": [
722
+ {
723
+ "type": "aws:cdk:logicalId",
724
+ "data": "VpcPrivateSubnet1DefaultRouteBE02A9ED"
725
+ }
726
+ ],
727
+ "/farstp-new-resources/Vpc/PrivateSubnet2/Subnet": [
728
+ {
729
+ "type": "aws:cdk:logicalId",
730
+ "data": "VpcPrivateSubnet2Subnet3788AAA1"
731
+ }
732
+ ],
733
+ "/farstp-new-resources/Vpc/PrivateSubnet2/RouteTable": [
734
+ {
735
+ "type": "aws:cdk:logicalId",
736
+ "data": "VpcPrivateSubnet2RouteTableA678073B"
737
+ }
738
+ ],
739
+ "/farstp-new-resources/Vpc/PrivateSubnet2/RouteTableAssociation": [
740
+ {
741
+ "type": "aws:cdk:logicalId",
742
+ "data": "VpcPrivateSubnet2RouteTableAssociationA89CAD56"
743
+ }
744
+ ],
745
+ "/farstp-new-resources/Vpc/PrivateSubnet2/DefaultRoute": [
746
+ {
747
+ "type": "aws:cdk:logicalId",
748
+ "data": "VpcPrivateSubnet2DefaultRoute060D2087"
749
+ }
750
+ ],
751
+ "/farstp-new-resources/Vpc/RestrictDefaultSecurityGroupCustomResource/Default": [
752
+ {
753
+ "type": "aws:cdk:logicalId",
754
+ "data": "VpcRestrictDefaultSecurityGroupCustomResourceC73DA2BE"
755
+ }
756
+ ],
757
+ "/farstp-new-resources/Vpc/FlowLog/IAMRole": [
758
+ {
759
+ "type": "aws:cdk:analytics:construct",
760
+ "data": {
761
+ "roleName": "*",
762
+ "assumedBy": {
763
+ "principalAccount": "*",
764
+ "assumeRoleAction": "*"
765
+ }
766
+ }
767
+ },
768
+ {
769
+ "type": "aws:cdk:analytics:method",
770
+ "data": {
771
+ "addToPrincipalPolicy": [
772
+ {}
773
+ ]
774
+ }
775
+ },
776
+ {
777
+ "type": "aws:cdk:analytics:method",
778
+ "data": {
779
+ "attachInlinePolicy": [
780
+ "*"
781
+ ]
782
+ }
783
+ },
784
+ {
785
+ "type": "aws:cdk:analytics:method",
786
+ "data": {
787
+ "attachInlinePolicy": [
788
+ "*"
789
+ ]
790
+ }
791
+ }
792
+ ],
793
+ "/farstp-new-resources/Vpc/FlowLog/LogGroup": [
794
+ {
795
+ "type": "aws:cdk:analytics:construct",
796
+ "data": "*"
797
+ }
798
+ ],
799
+ "/farstp-new-resources/Vpc/FlowLog/FlowLog": [
800
+ {
801
+ "type": "aws:cdk:logicalId",
802
+ "data": "VpcFlowLog8FF33A73"
803
+ }
804
+ ],
805
+ "/farstp-new-resources/Vpc/ECR_API/Resource": [
806
+ {
807
+ "type": "aws:cdk:logicalId",
808
+ "data": "VpcECRAPI9A3B6A2B"
809
+ }
810
+ ],
811
+ "/farstp-new-resources/Vpc/ECR_DKR/Resource": [
812
+ {
813
+ "type": "aws:cdk:logicalId",
814
+ "data": "VpcECRDKR604E039F"
815
+ }
816
+ ],
817
+ "/farstp-new-resources/Vpc/S3/Resource": [
818
+ {
819
+ "type": "aws:cdk:logicalId",
820
+ "data": "VpcS3A5408339"
821
+ }
822
+ ],
823
+ "/farstp-new-resources/Vpc/STEP_FUNCTIONS/Resource": [
824
+ {
825
+ "type": "aws:cdk:logicalId",
826
+ "data": "VpcSTEPFUNCTIONS550F8CB6"
827
+ }
828
+ ],
829
+ "/farstp-new-resources/test-taskdef/TaskRole/Resource": [
830
+ {
831
+ "type": "aws:cdk:logicalId",
832
+ "data": "testtaskdefTaskRoleB2DEF113"
833
+ }
834
+ ],
835
+ "/farstp-new-resources/test-taskdef/TaskRole/DefaultPolicy": [
836
+ {
837
+ "type": "aws:cdk:analytics:construct",
838
+ "data": "*"
839
+ },
840
+ {
841
+ "type": "aws:cdk:analytics:method",
842
+ "data": {
843
+ "attachToRole": [
844
+ "*"
845
+ ]
846
+ }
847
+ },
848
+ {
849
+ "type": "aws:cdk:analytics:method",
850
+ "data": {
851
+ "attachToRole": [
852
+ "*"
853
+ ]
854
+ }
855
+ },
856
+ {
857
+ "type": "aws:cdk:analytics:method",
858
+ "data": {
859
+ "addStatements": [
860
+ {}
861
+ ]
862
+ }
863
+ }
864
+ ],
865
+ "/farstp-new-resources/lambdafarstp-test/ServiceRole/Resource": [
866
+ {
867
+ "type": "aws:cdk:logicalId",
868
+ "data": "lambdafarstptestServiceRole3635EEF7"
869
+ }
870
+ ],
871
+ "/farstp-new-resources/test-construct/StateMachineLogGroup/Resource": [
872
+ {
873
+ "type": "aws:cdk:logicalId",
874
+ "data": "testconstructStateMachineLogGroup2EB4F48B"
875
+ }
876
+ ],
877
+ "/farstp-new-resources/test-construct/StateMachine/Role": [
878
+ {
879
+ "type": "aws:cdk:analytics:construct",
880
+ "data": {
881
+ "assumedBy": {
882
+ "principalAccount": "*",
883
+ "assumeRoleAction": "*"
884
+ }
885
+ }
886
+ },
887
+ {
888
+ "type": "aws:cdk:analytics:method",
889
+ "data": {
890
+ "addToPrincipalPolicy": [
891
+ {}
892
+ ]
893
+ }
894
+ },
895
+ {
896
+ "type": "aws:cdk:analytics:method",
897
+ "data": {
898
+ "attachInlinePolicy": [
899
+ "*"
900
+ ]
901
+ }
902
+ },
903
+ {
904
+ "type": "aws:cdk:analytics:method",
905
+ "data": {
906
+ "attachInlinePolicy": [
907
+ "*"
908
+ ]
909
+ }
910
+ },
911
+ {
912
+ "type": "aws:cdk:analytics:method",
913
+ "data": {
914
+ "addToPrincipalPolicy": [
915
+ {}
916
+ ]
917
+ }
918
+ }
919
+ ],
920
+ "/farstp-new-resources/test-construct/StateMachine/Resource": [
921
+ {
922
+ "type": "aws:cdk:logicalId",
923
+ "data": "testconstructStateMachine3333AAA9"
924
+ }
925
+ ],
926
+ "/farstp-new-resources/test-construct/ExecutionFailedAlarm/Resource": [
927
+ {
928
+ "type": "aws:cdk:logicalId",
929
+ "data": "testconstructExecutionFailedAlarmE9CEA29E"
930
+ }
931
+ ],
932
+ "/farstp-new-resources/test-construct/ExecutionThrottledAlarm/Resource": [
933
+ {
934
+ "type": "aws:cdk:logicalId",
935
+ "data": "testconstructExecutionThrottledAlarmEE993A2A"
936
+ }
937
+ ],
938
+ "/farstp-new-resources/test-construct/ExecutionAbortedAlarm/Resource": [
939
+ {
940
+ "type": "aws:cdk:logicalId",
941
+ "data": "testconstructExecutionAbortedAlarm2BC3DDB8"
942
+ }
943
+ ],
944
+ "/farstp-new-resources/Vpc/FlowLog/IAMRole/Resource": [
945
+ {
946
+ "type": "aws:cdk:logicalId",
947
+ "data": "VpcFlowLogIAMRole6A475D41"
948
+ }
949
+ ],
950
+ "/farstp-new-resources/Vpc/FlowLog/IAMRole/DefaultPolicy": [
951
+ {
952
+ "type": "aws:cdk:analytics:construct",
953
+ "data": "*"
954
+ },
955
+ {
956
+ "type": "aws:cdk:analytics:method",
957
+ "data": {
958
+ "attachToRole": [
959
+ "*"
960
+ ]
961
+ }
962
+ },
963
+ {
964
+ "type": "aws:cdk:analytics:method",
965
+ "data": {
966
+ "attachToRole": [
967
+ "*"
968
+ ]
969
+ }
970
+ },
971
+ {
972
+ "type": "aws:cdk:analytics:method",
973
+ "data": {
974
+ "addStatements": [
975
+ {}
976
+ ]
977
+ }
978
+ }
979
+ ],
980
+ "/farstp-new-resources/Vpc/FlowLog/LogGroup/Resource": [
981
+ {
982
+ "type": "aws:cdk:logicalId",
983
+ "data": "VpcFlowLogLogGroup7B5C56B9"
984
+ }
985
+ ],
986
+ "/farstp-new-resources/test-taskdef/TaskRole/DefaultPolicy/Resource": [
987
+ {
988
+ "type": "aws:cdk:logicalId",
989
+ "data": "testtaskdefTaskRoleDefaultPolicy5D591D1C"
990
+ }
991
+ ],
992
+ "/farstp-new-resources/test-construct/StateMachine/Role/Resource": [
993
+ {
994
+ "type": "aws:cdk:logicalId",
995
+ "data": "testconstructStateMachineRoleA396E5D3"
996
+ }
997
+ ],
998
+ "/farstp-new-resources/test-construct/StateMachine/Role/DefaultPolicy": [
999
+ {
1000
+ "type": "aws:cdk:analytics:construct",
1001
+ "data": "*"
1002
+ },
1003
+ {
1004
+ "type": "aws:cdk:analytics:method",
1005
+ "data": {
1006
+ "attachToRole": [
1007
+ "*"
1008
+ ]
1009
+ }
1010
+ },
1011
+ {
1012
+ "type": "aws:cdk:analytics:method",
1013
+ "data": {
1014
+ "attachToRole": [
1015
+ "*"
1016
+ ]
1017
+ }
1018
+ },
1019
+ {
1020
+ "type": "aws:cdk:analytics:method",
1021
+ "data": {
1022
+ "addStatements": [
1023
+ {}
1024
+ ]
1025
+ }
1026
+ },
1027
+ {
1028
+ "type": "aws:cdk:analytics:method",
1029
+ "data": {
1030
+ "addStatements": [
1031
+ {}
1032
+ ]
1033
+ }
1034
+ }
1035
+ ],
1036
+ "/farstp-new-resources/Vpc/FlowLog/IAMRole/DefaultPolicy/Resource": [
1037
+ {
1038
+ "type": "aws:cdk:logicalId",
1039
+ "data": "VpcFlowLogIAMRoleDefaultPolicy406FB995"
1040
+ }
1041
+ ],
1042
+ "/farstp-new-resources/test-construct/StateMachine/Role/DefaultPolicy/Resource": [
1043
+ {
1044
+ "type": "aws:cdk:logicalId",
1045
+ "data": "testconstructStateMachineRoleDefaultPolicyF10A684E"
1046
+ }
1047
+ ]
1048
+ }