@aws-solutions-constructs/aws-sqs-pipes-stepfunctions 2.73.0 → 2.75.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.
@@ -0,0 +1,767 @@
1
+ {
2
+ "version": "tree-0.1",
3
+ "tree": {
4
+ "id": "App",
5
+ "path": "",
6
+ "children": {
7
+ "sqspstp-existing-state-machine": {
8
+ "id": "sqspstp-existing-state-machine",
9
+ "path": "sqspstp-existing-state-machine",
10
+ "children": {
11
+ "lambdas3stp-test-state-machine": {
12
+ "id": "lambdas3stp-test-state-machine",
13
+ "path": "sqspstp-existing-state-machine/lambdas3stp-test-state-machine",
14
+ "children": {
15
+ "ServiceRole": {
16
+ "id": "ServiceRole",
17
+ "path": "sqspstp-existing-state-machine/lambdas3stp-test-state-machine/ServiceRole",
18
+ "children": {
19
+ "ImportServiceRole": {
20
+ "id": "ImportServiceRole",
21
+ "path": "sqspstp-existing-state-machine/lambdas3stp-test-state-machine/ServiceRole/ImportServiceRole",
22
+ "constructInfo": {
23
+ "fqn": "aws-cdk-lib.Resource",
24
+ "version": "2.161.0"
25
+ }
26
+ },
27
+ "Resource": {
28
+ "id": "Resource",
29
+ "path": "sqspstp-existing-state-machine/lambdas3stp-test-state-machine/ServiceRole/Resource",
30
+ "attributes": {
31
+ "aws:cdk:cloudformation:type": "AWS::IAM::Role",
32
+ "aws:cdk:cloudformation:props": {
33
+ "assumeRolePolicyDocument": {
34
+ "Statement": [
35
+ {
36
+ "Action": "sts:AssumeRole",
37
+ "Effect": "Allow",
38
+ "Principal": {
39
+ "Service": "lambda.amazonaws.com"
40
+ }
41
+ }
42
+ ],
43
+ "Version": "2012-10-17"
44
+ },
45
+ "managedPolicyArns": [
46
+ {
47
+ "Fn::Join": [
48
+ "",
49
+ [
50
+ "arn:",
51
+ {
52
+ "Ref": "AWS::Partition"
53
+ },
54
+ ":iam::aws:policy/service-role/AWSLambdaBasicExecutionRole"
55
+ ]
56
+ ]
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ "constructInfo": {
62
+ "fqn": "aws-cdk-lib.aws_iam.CfnRole",
63
+ "version": "2.161.0"
64
+ }
65
+ }
66
+ },
67
+ "constructInfo": {
68
+ "fqn": "aws-cdk-lib.aws_iam.Role",
69
+ "version": "2.161.0"
70
+ }
71
+ },
72
+ "Resource": {
73
+ "id": "Resource",
74
+ "path": "sqspstp-existing-state-machine/lambdas3stp-test-state-machine/Resource",
75
+ "attributes": {
76
+ "aws:cdk:cloudformation:type": "AWS::Lambda::Function",
77
+ "aws:cdk:cloudformation:props": {
78
+ "code": {
79
+ "zipFile": "exports.handler = async (event) => console.log(event)"
80
+ },
81
+ "handler": "index.handler",
82
+ "role": {
83
+ "Fn::GetAtt": [
84
+ "lambdas3stpteststatemachineServiceRole06C303CC",
85
+ "Arn"
86
+ ]
87
+ },
88
+ "runtime": "nodejs20.x"
89
+ }
90
+ },
91
+ "constructInfo": {
92
+ "fqn": "aws-cdk-lib.aws_lambda.CfnFunction",
93
+ "version": "2.161.0"
94
+ }
95
+ }
96
+ },
97
+ "constructInfo": {
98
+ "fqn": "aws-cdk-lib.aws_lambda.Function",
99
+ "version": "2.161.0"
100
+ }
101
+ },
102
+ "tasks3stp-test-state-machine": {
103
+ "id": "tasks3stp-test-state-machine",
104
+ "path": "sqspstp-existing-state-machine/tasks3stp-test-state-machine",
105
+ "constructInfo": {
106
+ "fqn": "aws-cdk-lib.aws_stepfunctions_tasks.LambdaInvoke",
107
+ "version": "2.161.0"
108
+ }
109
+ },
110
+ "s3stp-test-state-machine": {
111
+ "id": "s3stp-test-state-machine",
112
+ "path": "sqspstp-existing-state-machine/s3stp-test-state-machine",
113
+ "children": {
114
+ "Role": {
115
+ "id": "Role",
116
+ "path": "sqspstp-existing-state-machine/s3stp-test-state-machine/Role",
117
+ "children": {
118
+ "ImportRole": {
119
+ "id": "ImportRole",
120
+ "path": "sqspstp-existing-state-machine/s3stp-test-state-machine/Role/ImportRole",
121
+ "constructInfo": {
122
+ "fqn": "aws-cdk-lib.Resource",
123
+ "version": "2.161.0"
124
+ }
125
+ },
126
+ "Resource": {
127
+ "id": "Resource",
128
+ "path": "sqspstp-existing-state-machine/s3stp-test-state-machine/Role/Resource",
129
+ "attributes": {
130
+ "aws:cdk:cloudformation:type": "AWS::IAM::Role",
131
+ "aws:cdk:cloudformation:props": {
132
+ "assumeRolePolicyDocument": {
133
+ "Statement": [
134
+ {
135
+ "Action": "sts:AssumeRole",
136
+ "Effect": "Allow",
137
+ "Principal": {
138
+ "Service": "states.amazonaws.com"
139
+ }
140
+ }
141
+ ],
142
+ "Version": "2012-10-17"
143
+ }
144
+ }
145
+ },
146
+ "constructInfo": {
147
+ "fqn": "aws-cdk-lib.aws_iam.CfnRole",
148
+ "version": "2.161.0"
149
+ }
150
+ },
151
+ "DefaultPolicy": {
152
+ "id": "DefaultPolicy",
153
+ "path": "sqspstp-existing-state-machine/s3stp-test-state-machine/Role/DefaultPolicy",
154
+ "children": {
155
+ "Resource": {
156
+ "id": "Resource",
157
+ "path": "sqspstp-existing-state-machine/s3stp-test-state-machine/Role/DefaultPolicy/Resource",
158
+ "attributes": {
159
+ "aws:cdk:cloudformation:type": "AWS::IAM::Policy",
160
+ "aws:cdk:cloudformation:props": {
161
+ "policyDocument": {
162
+ "Statement": [
163
+ {
164
+ "Action": "lambda:InvokeFunction",
165
+ "Effect": "Allow",
166
+ "Resource": [
167
+ {
168
+ "Fn::GetAtt": [
169
+ "lambdas3stpteststatemachine14912CBC",
170
+ "Arn"
171
+ ]
172
+ },
173
+ {
174
+ "Fn::Join": [
175
+ "",
176
+ [
177
+ {
178
+ "Fn::GetAtt": [
179
+ "lambdas3stpteststatemachine14912CBC",
180
+ "Arn"
181
+ ]
182
+ },
183
+ ":*"
184
+ ]
185
+ ]
186
+ }
187
+ ]
188
+ }
189
+ ],
190
+ "Version": "2012-10-17"
191
+ },
192
+ "policyName": "s3stpteststatemachineRoleDefaultPolicy9B0BD12F",
193
+ "roles": [
194
+ {
195
+ "Ref": "s3stpteststatemachineRoleF95DAD26"
196
+ }
197
+ ]
198
+ }
199
+ },
200
+ "constructInfo": {
201
+ "fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
202
+ "version": "2.161.0"
203
+ }
204
+ }
205
+ },
206
+ "constructInfo": {
207
+ "fqn": "aws-cdk-lib.aws_iam.Policy",
208
+ "version": "2.161.0"
209
+ }
210
+ }
211
+ },
212
+ "constructInfo": {
213
+ "fqn": "aws-cdk-lib.aws_iam.Role",
214
+ "version": "2.161.0"
215
+ }
216
+ },
217
+ "Resource": {
218
+ "id": "Resource",
219
+ "path": "sqspstp-existing-state-machine/s3stp-test-state-machine/Resource",
220
+ "attributes": {
221
+ "aws:cdk:cloudformation:type": "AWS::StepFunctions::StateMachine",
222
+ "aws:cdk:cloudformation:props": {
223
+ "definitionString": {
224
+ "Fn::Join": [
225
+ "",
226
+ [
227
+ "{\"StartAt\":\"tasks3stp-test-state-machine\",\"States\":{\"tasks3stp-test-state-machine\":{\"End\":true,\"Retry\":[{\"ErrorEquals\":[\"Lambda.ClientExecutionTimeoutException\",\"Lambda.ServiceException\",\"Lambda.AWSLambdaException\",\"Lambda.SdkClientException\"],\"IntervalSeconds\":2,\"MaxAttempts\":6,\"BackoffRate\":2}],\"Type\":\"Task\",\"Resource\":\"arn:",
228
+ {
229
+ "Ref": "AWS::Partition"
230
+ },
231
+ ":states:::lambda:invoke\",\"Parameters\":{\"FunctionName\":\"",
232
+ {
233
+ "Fn::GetAtt": [
234
+ "lambdas3stpteststatemachine14912CBC",
235
+ "Arn"
236
+ ]
237
+ },
238
+ "\",\"Payload.$\":\"$\"}}}}"
239
+ ]
240
+ ]
241
+ },
242
+ "roleArn": {
243
+ "Fn::GetAtt": [
244
+ "s3stpteststatemachineRoleF95DAD26",
245
+ "Arn"
246
+ ]
247
+ }
248
+ }
249
+ },
250
+ "constructInfo": {
251
+ "fqn": "aws-cdk-lib.aws_stepfunctions.CfnStateMachine",
252
+ "version": "2.161.0"
253
+ }
254
+ }
255
+ },
256
+ "constructInfo": {
257
+ "fqn": "aws-cdk-lib.aws_stepfunctions.StateMachine",
258
+ "version": "2.161.0"
259
+ }
260
+ },
261
+ "test-sqs-pipes-states-construct": {
262
+ "id": "test-sqs-pipes-states-construct",
263
+ "path": "sqspstp-existing-state-machine/test-sqs-pipes-states-construct",
264
+ "children": {
265
+ "queue-dlq": {
266
+ "id": "queue-dlq",
267
+ "path": "sqspstp-existing-state-machine/test-sqs-pipes-states-construct/queue-dlq",
268
+ "children": {
269
+ "Resource": {
270
+ "id": "Resource",
271
+ "path": "sqspstp-existing-state-machine/test-sqs-pipes-states-construct/queue-dlq/Resource",
272
+ "attributes": {
273
+ "aws:cdk:cloudformation:type": "AWS::SQS::Queue",
274
+ "aws:cdk:cloudformation:props": {
275
+ "kmsMasterKeyId": "alias/aws/sqs"
276
+ }
277
+ },
278
+ "constructInfo": {
279
+ "fqn": "aws-cdk-lib.aws_sqs.CfnQueue",
280
+ "version": "2.161.0"
281
+ }
282
+ },
283
+ "Policy": {
284
+ "id": "Policy",
285
+ "path": "sqspstp-existing-state-machine/test-sqs-pipes-states-construct/queue-dlq/Policy",
286
+ "children": {
287
+ "Resource": {
288
+ "id": "Resource",
289
+ "path": "sqspstp-existing-state-machine/test-sqs-pipes-states-construct/queue-dlq/Policy/Resource",
290
+ "attributes": {
291
+ "aws:cdk:cloudformation:type": "AWS::SQS::QueuePolicy",
292
+ "aws:cdk:cloudformation:props": {
293
+ "policyDocument": {
294
+ "Statement": [
295
+ {
296
+ "Action": [
297
+ "sqs:AddPermission",
298
+ "sqs:DeleteMessage",
299
+ "sqs:GetQueueAttributes",
300
+ "sqs:ReceiveMessage",
301
+ "sqs:RemovePermission",
302
+ "sqs:SendMessage",
303
+ "sqs:SetQueueAttributes"
304
+ ],
305
+ "Effect": "Allow",
306
+ "Principal": {
307
+ "AWS": {
308
+ "Fn::Join": [
309
+ "",
310
+ [
311
+ "arn:",
312
+ {
313
+ "Ref": "AWS::Partition"
314
+ },
315
+ ":iam::",
316
+ {
317
+ "Ref": "AWS::AccountId"
318
+ },
319
+ ":root"
320
+ ]
321
+ ]
322
+ }
323
+ },
324
+ "Resource": {
325
+ "Fn::GetAtt": [
326
+ "testsqspipesstatesconstructqueuedlq420A82FD",
327
+ "Arn"
328
+ ]
329
+ },
330
+ "Sid": "QueueOwnerOnlyAccess"
331
+ },
332
+ {
333
+ "Action": "SQS:*",
334
+ "Condition": {
335
+ "Bool": {
336
+ "aws:SecureTransport": "false"
337
+ }
338
+ },
339
+ "Effect": "Deny",
340
+ "Principal": {
341
+ "AWS": "*"
342
+ },
343
+ "Resource": {
344
+ "Fn::GetAtt": [
345
+ "testsqspipesstatesconstructqueuedlq420A82FD",
346
+ "Arn"
347
+ ]
348
+ },
349
+ "Sid": "HttpsOnly"
350
+ }
351
+ ],
352
+ "Version": "2012-10-17"
353
+ },
354
+ "queues": [
355
+ {
356
+ "Ref": "testsqspipesstatesconstructqueuedlq420A82FD"
357
+ }
358
+ ]
359
+ }
360
+ },
361
+ "constructInfo": {
362
+ "fqn": "aws-cdk-lib.aws_sqs.CfnQueuePolicy",
363
+ "version": "2.161.0"
364
+ }
365
+ }
366
+ },
367
+ "constructInfo": {
368
+ "fqn": "aws-cdk-lib.aws_sqs.QueuePolicy",
369
+ "version": "2.161.0"
370
+ }
371
+ }
372
+ },
373
+ "constructInfo": {
374
+ "fqn": "aws-cdk-lib.aws_sqs.Queue",
375
+ "version": "2.161.0"
376
+ }
377
+ },
378
+ "queue": {
379
+ "id": "queue",
380
+ "path": "sqspstp-existing-state-machine/test-sqs-pipes-states-construct/queue",
381
+ "children": {
382
+ "Resource": {
383
+ "id": "Resource",
384
+ "path": "sqspstp-existing-state-machine/test-sqs-pipes-states-construct/queue/Resource",
385
+ "attributes": {
386
+ "aws:cdk:cloudformation:type": "AWS::SQS::Queue",
387
+ "aws:cdk:cloudformation:props": {
388
+ "kmsMasterKeyId": "alias/aws/sqs",
389
+ "redrivePolicy": {
390
+ "deadLetterTargetArn": {
391
+ "Fn::GetAtt": [
392
+ "testsqspipesstatesconstructqueuedlq420A82FD",
393
+ "Arn"
394
+ ]
395
+ },
396
+ "maxReceiveCount": 15
397
+ }
398
+ }
399
+ },
400
+ "constructInfo": {
401
+ "fqn": "aws-cdk-lib.aws_sqs.CfnQueue",
402
+ "version": "2.161.0"
403
+ }
404
+ },
405
+ "Policy": {
406
+ "id": "Policy",
407
+ "path": "sqspstp-existing-state-machine/test-sqs-pipes-states-construct/queue/Policy",
408
+ "children": {
409
+ "Resource": {
410
+ "id": "Resource",
411
+ "path": "sqspstp-existing-state-machine/test-sqs-pipes-states-construct/queue/Policy/Resource",
412
+ "attributes": {
413
+ "aws:cdk:cloudformation:type": "AWS::SQS::QueuePolicy",
414
+ "aws:cdk:cloudformation:props": {
415
+ "policyDocument": {
416
+ "Statement": [
417
+ {
418
+ "Action": [
419
+ "sqs:AddPermission",
420
+ "sqs:DeleteMessage",
421
+ "sqs:GetQueueAttributes",
422
+ "sqs:ReceiveMessage",
423
+ "sqs:RemovePermission",
424
+ "sqs:SendMessage",
425
+ "sqs:SetQueueAttributes"
426
+ ],
427
+ "Effect": "Allow",
428
+ "Principal": {
429
+ "AWS": {
430
+ "Fn::Join": [
431
+ "",
432
+ [
433
+ "arn:",
434
+ {
435
+ "Ref": "AWS::Partition"
436
+ },
437
+ ":iam::",
438
+ {
439
+ "Ref": "AWS::AccountId"
440
+ },
441
+ ":root"
442
+ ]
443
+ ]
444
+ }
445
+ },
446
+ "Resource": {
447
+ "Fn::GetAtt": [
448
+ "testsqspipesstatesconstructqueueA7C76715",
449
+ "Arn"
450
+ ]
451
+ },
452
+ "Sid": "QueueOwnerOnlyAccess"
453
+ },
454
+ {
455
+ "Action": "SQS:*",
456
+ "Condition": {
457
+ "Bool": {
458
+ "aws:SecureTransport": "false"
459
+ }
460
+ },
461
+ "Effect": "Deny",
462
+ "Principal": {
463
+ "AWS": "*"
464
+ },
465
+ "Resource": {
466
+ "Fn::GetAtt": [
467
+ "testsqspipesstatesconstructqueueA7C76715",
468
+ "Arn"
469
+ ]
470
+ },
471
+ "Sid": "HttpsOnly"
472
+ }
473
+ ],
474
+ "Version": "2012-10-17"
475
+ },
476
+ "queues": [
477
+ {
478
+ "Ref": "testsqspipesstatesconstructqueueA7C76715"
479
+ }
480
+ ]
481
+ }
482
+ },
483
+ "constructInfo": {
484
+ "fqn": "aws-cdk-lib.aws_sqs.CfnQueuePolicy",
485
+ "version": "2.161.0"
486
+ }
487
+ }
488
+ },
489
+ "constructInfo": {
490
+ "fqn": "aws-cdk-lib.aws_sqs.QueuePolicy",
491
+ "version": "2.161.0"
492
+ }
493
+ }
494
+ },
495
+ "constructInfo": {
496
+ "fqn": "aws-cdk-lib.aws_sqs.Queue",
497
+ "version": "2.161.0"
498
+ }
499
+ },
500
+ "PipeRole--test-sqs-pipes-states-construct": {
501
+ "id": "PipeRole--test-sqs-pipes-states-construct",
502
+ "path": "sqspstp-existing-state-machine/test-sqs-pipes-states-construct/PipeRole--test-sqs-pipes-states-construct",
503
+ "children": {
504
+ "ImportPipeRole--test-sqs-pipes-states-construct": {
505
+ "id": "ImportPipeRole--test-sqs-pipes-states-construct",
506
+ "path": "sqspstp-existing-state-machine/test-sqs-pipes-states-construct/PipeRole--test-sqs-pipes-states-construct/ImportPipeRole--test-sqs-pipes-states-construct",
507
+ "constructInfo": {
508
+ "fqn": "aws-cdk-lib.Resource",
509
+ "version": "2.161.0"
510
+ }
511
+ },
512
+ "Resource": {
513
+ "id": "Resource",
514
+ "path": "sqspstp-existing-state-machine/test-sqs-pipes-states-construct/PipeRole--test-sqs-pipes-states-construct/Resource",
515
+ "attributes": {
516
+ "aws:cdk:cloudformation:type": "AWS::IAM::Role",
517
+ "aws:cdk:cloudformation:props": {
518
+ "assumeRolePolicyDocument": {
519
+ "Statement": [
520
+ {
521
+ "Action": "sts:AssumeRole",
522
+ "Effect": "Allow",
523
+ "Principal": {
524
+ "Service": "pipes.amazonaws.com"
525
+ }
526
+ }
527
+ ],
528
+ "Version": "2012-10-17"
529
+ },
530
+ "policies": [
531
+ {
532
+ "policyName": "sourcePolicy",
533
+ "policyDocument": {
534
+ "Statement": [
535
+ {
536
+ "Action": [
537
+ "sqs:DeleteMessage",
538
+ "sqs:GetQueueAttributes",
539
+ "sqs:ReceiveMessage"
540
+ ],
541
+ "Effect": "Allow",
542
+ "Resource": {
543
+ "Fn::GetAtt": [
544
+ "testsqspipesstatesconstructqueueA7C76715",
545
+ "Arn"
546
+ ]
547
+ }
548
+ }
549
+ ],
550
+ "Version": "2012-10-17"
551
+ }
552
+ },
553
+ {
554
+ "policyName": "targetPolicy",
555
+ "policyDocument": {
556
+ "Statement": [
557
+ {
558
+ "Action": "states:StartExecution",
559
+ "Effect": "Allow",
560
+ "Resource": {
561
+ "Ref": "s3stpteststatemachine6717B458"
562
+ }
563
+ }
564
+ ],
565
+ "Version": "2012-10-17"
566
+ }
567
+ }
568
+ ]
569
+ }
570
+ },
571
+ "constructInfo": {
572
+ "fqn": "aws-cdk-lib.aws_iam.CfnRole",
573
+ "version": "2.161.0"
574
+ }
575
+ }
576
+ },
577
+ "constructInfo": {
578
+ "fqn": "aws-cdk-lib.aws_iam.Role",
579
+ "version": "2.161.0"
580
+ }
581
+ },
582
+ "LogGroup-test-sqs-pipes-states-construct": {
583
+ "id": "LogGroup-test-sqs-pipes-states-construct",
584
+ "path": "sqspstp-existing-state-machine/test-sqs-pipes-states-construct/LogGroup-test-sqs-pipes-states-construct",
585
+ "children": {
586
+ "Resource": {
587
+ "id": "Resource",
588
+ "path": "sqspstp-existing-state-machine/test-sqs-pipes-states-construct/LogGroup-test-sqs-pipes-states-construct/Resource",
589
+ "attributes": {
590
+ "aws:cdk:cloudformation:type": "AWS::Logs::LogGroup",
591
+ "aws:cdk:cloudformation:props": {
592
+ "logGroupName": {
593
+ "Fn::Join": [
594
+ "",
595
+ [
596
+ "/aws/vendedlogs/pipes/constructs/sqspstp-existing-state-machinetest-sqs-pipes-states-constructPipesLog-",
597
+ {
598
+ "Fn::Select": [
599
+ 2,
600
+ {
601
+ "Fn::Split": [
602
+ "/",
603
+ {
604
+ "Ref": "AWS::StackId"
605
+ }
606
+ ]
607
+ }
608
+ ]
609
+ }
610
+ ]
611
+ ]
612
+ }
613
+ }
614
+ },
615
+ "constructInfo": {
616
+ "fqn": "aws-cdk-lib.aws_logs.CfnLogGroup",
617
+ "version": "2.161.0"
618
+ }
619
+ }
620
+ },
621
+ "constructInfo": {
622
+ "fqn": "aws-cdk-lib.aws_logs.LogGroup",
623
+ "version": "2.161.0"
624
+ }
625
+ },
626
+ "pipe-test-sqs-pipes-states-construct": {
627
+ "id": "pipe-test-sqs-pipes-states-construct",
628
+ "path": "sqspstp-existing-state-machine/test-sqs-pipes-states-construct/pipe-test-sqs-pipes-states-construct",
629
+ "attributes": {
630
+ "aws:cdk:cloudformation:type": "AWS::Pipes::Pipe",
631
+ "aws:cdk:cloudformation:props": {
632
+ "logConfiguration": {
633
+ "cloudwatchLogsLogDestination": {
634
+ "logGroupArn": {
635
+ "Fn::GetAtt": [
636
+ "testsqspipesstatesconstructLogGrouptestsqspipesstatesconstructF827FE15",
637
+ "Arn"
638
+ ]
639
+ }
640
+ },
641
+ "level": "INFO"
642
+ },
643
+ "roleArn": {
644
+ "Fn::GetAtt": [
645
+ "testsqspipesstatesconstructPipeRoletestsqspipesstatesconstruct2CC9A13C",
646
+ "Arn"
647
+ ]
648
+ },
649
+ "source": {
650
+ "Fn::GetAtt": [
651
+ "testsqspipesstatesconstructqueueA7C76715",
652
+ "Arn"
653
+ ]
654
+ },
655
+ "sourceParameters": {},
656
+ "target": {
657
+ "Ref": "s3stpteststatemachine6717B458"
658
+ },
659
+ "targetParameters": {
660
+ "stepFunctionStateMachineParameters": {
661
+ "invocationType": "FIRE_AND_FORGET"
662
+ }
663
+ }
664
+ }
665
+ },
666
+ "constructInfo": {
667
+ "fqn": "aws-cdk-lib.aws_pipes.CfnPipe",
668
+ "version": "2.161.0"
669
+ }
670
+ }
671
+ },
672
+ "constructInfo": {
673
+ "fqn": "@aws-solutions-constructs/aws-sqs-pipes-stepfunctions.SqsToPipesToStepfunctions",
674
+ "version": "2.73.0"
675
+ }
676
+ },
677
+ "Integ": {
678
+ "id": "Integ",
679
+ "path": "sqspstp-existing-state-machine/Integ",
680
+ "children": {
681
+ "DefaultTest": {
682
+ "id": "DefaultTest",
683
+ "path": "sqspstp-existing-state-machine/Integ/DefaultTest",
684
+ "children": {
685
+ "Default": {
686
+ "id": "Default",
687
+ "path": "sqspstp-existing-state-machine/Integ/DefaultTest/Default",
688
+ "constructInfo": {
689
+ "fqn": "constructs.Construct",
690
+ "version": "10.4.2"
691
+ }
692
+ },
693
+ "DeployAssert": {
694
+ "id": "DeployAssert",
695
+ "path": "sqspstp-existing-state-machine/Integ/DefaultTest/DeployAssert",
696
+ "children": {
697
+ "BootstrapVersion": {
698
+ "id": "BootstrapVersion",
699
+ "path": "sqspstp-existing-state-machine/Integ/DefaultTest/DeployAssert/BootstrapVersion",
700
+ "constructInfo": {
701
+ "fqn": "aws-cdk-lib.CfnParameter",
702
+ "version": "2.161.0"
703
+ }
704
+ },
705
+ "CheckBootstrapVersion": {
706
+ "id": "CheckBootstrapVersion",
707
+ "path": "sqspstp-existing-state-machine/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion",
708
+ "constructInfo": {
709
+ "fqn": "aws-cdk-lib.CfnRule",
710
+ "version": "2.161.0"
711
+ }
712
+ }
713
+ },
714
+ "constructInfo": {
715
+ "fqn": "aws-cdk-lib.Stack",
716
+ "version": "2.161.0"
717
+ }
718
+ }
719
+ },
720
+ "constructInfo": {
721
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTestCase",
722
+ "version": "2.161.0-alpha.0"
723
+ }
724
+ }
725
+ },
726
+ "constructInfo": {
727
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTest",
728
+ "version": "2.161.0-alpha.0"
729
+ }
730
+ },
731
+ "BootstrapVersion": {
732
+ "id": "BootstrapVersion",
733
+ "path": "sqspstp-existing-state-machine/BootstrapVersion",
734
+ "constructInfo": {
735
+ "fqn": "aws-cdk-lib.CfnParameter",
736
+ "version": "2.161.0"
737
+ }
738
+ },
739
+ "CheckBootstrapVersion": {
740
+ "id": "CheckBootstrapVersion",
741
+ "path": "sqspstp-existing-state-machine/CheckBootstrapVersion",
742
+ "constructInfo": {
743
+ "fqn": "aws-cdk-lib.CfnRule",
744
+ "version": "2.161.0"
745
+ }
746
+ }
747
+ },
748
+ "constructInfo": {
749
+ "fqn": "aws-cdk-lib.Stack",
750
+ "version": "2.161.0"
751
+ }
752
+ },
753
+ "Tree": {
754
+ "id": "Tree",
755
+ "path": "Tree",
756
+ "constructInfo": {
757
+ "fqn": "constructs.Construct",
758
+ "version": "10.4.2"
759
+ }
760
+ }
761
+ },
762
+ "constructInfo": {
763
+ "fqn": "aws-cdk-lib.App",
764
+ "version": "2.161.0"
765
+ }
766
+ }
767
+ }