@aws-solutions-constructs/aws-sqs-pipes-stepfunctions 2.73.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 (92) hide show
  1. package/.eslintignore +7 -0
  2. package/.jsii +4457 -0
  3. package/README.md +100 -0
  4. package/architecture.png +0 -0
  5. package/integ.config.json +0 -0
  6. package/lib/index.d.ts +140 -0
  7. package/lib/index.js +77 -0
  8. package/package.json +96 -0
  9. package/test/integ.sqspstp-custom-log-level.d.ts +13 -0
  10. package/test/integ.sqspstp-custom-log-level.js +33 -0
  11. package/test/integ.sqspstp-custom-log-level.js.snapshot/cdk.out +1 -0
  12. package/test/integ.sqspstp-custom-log-level.js.snapshot/integ.json +12 -0
  13. package/test/integ.sqspstp-custom-log-level.js.snapshot/manifest.json +205 -0
  14. package/test/integ.sqspstp-custom-log-level.js.snapshot/sqspstp-custom-log-level.assets.json +19 -0
  15. package/test/integ.sqspstp-custom-log-level.js.snapshot/sqspstp-custom-log-level.template.json +654 -0
  16. package/test/integ.sqspstp-custom-log-level.js.snapshot/sqspstpcustomloglevelIntegDefaultTestDeployAssertD542618D.assets.json +19 -0
  17. package/test/integ.sqspstp-custom-log-level.js.snapshot/sqspstpcustomloglevelIntegDefaultTestDeployAssertD542618D.template.json +36 -0
  18. package/test/integ.sqspstp-custom-log-level.js.snapshot/tree.json +957 -0
  19. package/test/integ.sqspstp-existing-queue.d.ts +13 -0
  20. package/test/integ.sqspstp-existing-queue.js +35 -0
  21. package/test/integ.sqspstp-existing-queue.js.snapshot/cdk.out +1 -0
  22. package/test/integ.sqspstp-existing-queue.js.snapshot/integ.json +12 -0
  23. package/test/integ.sqspstp-existing-queue.js.snapshot/manifest.json +205 -0
  24. package/test/integ.sqspstp-existing-queue.js.snapshot/sqspstp-existing-queue.assets.json +19 -0
  25. package/test/integ.sqspstp-existing-queue.js.snapshot/sqspstp-existing-queue.template.json +654 -0
  26. package/test/integ.sqspstp-existing-queue.js.snapshot/sqspstpexistingqueueIntegDefaultTestDeployAssert6DA9FDD7.assets.json +19 -0
  27. package/test/integ.sqspstp-existing-queue.js.snapshot/sqspstpexistingqueueIntegDefaultTestDeployAssert6DA9FDD7.template.json +36 -0
  28. package/test/integ.sqspstp-existing-queue.js.snapshot/tree.json +957 -0
  29. package/test/integ.sqspstp-filter.d.ts +13 -0
  30. package/test/integ.sqspstp-filter.js +44 -0
  31. package/test/integ.sqspstp-filter.js.snapshot/cdk.out +1 -0
  32. package/test/integ.sqspstp-filter.js.snapshot/integ.json +12 -0
  33. package/test/integ.sqspstp-filter.js.snapshot/manifest.json +205 -0
  34. package/test/integ.sqspstp-filter.js.snapshot/sqspstp-filter.assets.json +19 -0
  35. package/test/integ.sqspstp-filter.js.snapshot/sqspstp-filter.template.json +662 -0
  36. package/test/integ.sqspstp-filter.js.snapshot/sqspstpfilterIntegDefaultTestDeployAssert0C52837E.assets.json +19 -0
  37. package/test/integ.sqspstp-filter.js.snapshot/sqspstpfilterIntegDefaultTestDeployAssert0C52837E.template.json +36 -0
  38. package/test/integ.sqspstp-filter.js.snapshot/tree.json +965 -0
  39. package/test/integ.sqspstp-lambda-function-enrichment.d.ts +13 -0
  40. package/test/integ.sqspstp-lambda-function-enrichment.js +40 -0
  41. package/test/integ.sqspstp-lambda-function-enrichment.js.snapshot/asset.33adcab38bd8c4e154734b436a40ee81920a89cd6c787ce62302c33df5e1dfcb/index.js +9 -0
  42. package/test/integ.sqspstp-lambda-function-enrichment.js.snapshot/cdk.out +1 -0
  43. package/test/integ.sqspstp-lambda-function-enrichment.js.snapshot/integ.json +12 -0
  44. package/test/integ.sqspstp-lambda-function-enrichment.js.snapshot/manifest.json +223 -0
  45. package/test/integ.sqspstp-lambda-function-enrichment.js.snapshot/sqspstp-lambda-function-enrichment.assets.json +32 -0
  46. package/test/integ.sqspstp-lambda-function-enrichment.js.snapshot/sqspstp-lambda-function-enrichment.template.json +757 -0
  47. package/test/integ.sqspstp-lambda-function-enrichment.js.snapshot/sqspstplambdafunctionenrichmentIntegDefaultTestDeployAssert1F2A8125.assets.json +19 -0
  48. package/test/integ.sqspstp-lambda-function-enrichment.js.snapshot/sqspstplambdafunctionenrichmentIntegDefaultTestDeployAssert1F2A8125.template.json +36 -0
  49. package/test/integ.sqspstp-lambda-function-enrichment.js.snapshot/tree.json +1127 -0
  50. package/test/integ.sqspstp-logs-off.d.ts +13 -0
  51. package/test/integ.sqspstp-logs-off.js +33 -0
  52. package/test/integ.sqspstp-logs-off.js.snapshot/cdk.out +1 -0
  53. package/test/integ.sqspstp-logs-off.js.snapshot/integ.json +12 -0
  54. package/test/integ.sqspstp-logs-off.js.snapshot/manifest.json +199 -0
  55. package/test/integ.sqspstp-logs-off.js.snapshot/sqspstp-logs-off.assets.json +19 -0
  56. package/test/integ.sqspstp-logs-off.js.snapshot/sqspstp-logs-off.template.json +601 -0
  57. package/test/integ.sqspstp-logs-off.js.snapshot/sqspstplogsoffIntegDefaultTestDeployAssert25C29ACD.assets.json +19 -0
  58. package/test/integ.sqspstp-logs-off.js.snapshot/sqspstplogsoffIntegDefaultTestDeployAssert25C29ACD.template.json +36 -0
  59. package/test/integ.sqspstp-logs-off.js.snapshot/tree.json +902 -0
  60. package/test/integ.sqspstp-no-arguments.d.ts +13 -0
  61. package/test/integ.sqspstp-no-arguments.js +32 -0
  62. package/test/integ.sqspstp-no-arguments.js.snapshot/cdk.out +1 -0
  63. package/test/integ.sqspstp-no-arguments.js.snapshot/integ.json +12 -0
  64. package/test/integ.sqspstp-no-arguments.js.snapshot/manifest.json +205 -0
  65. package/test/integ.sqspstp-no-arguments.js.snapshot/sqspstp-no-arguments.assets.json +19 -0
  66. package/test/integ.sqspstp-no-arguments.js.snapshot/sqspstp-no-arguments.template.json +654 -0
  67. package/test/integ.sqspstp-no-arguments.js.snapshot/sqspstpnoargumentsIntegDefaultTestDeployAssert83953622.assets.json +19 -0
  68. package/test/integ.sqspstp-no-arguments.js.snapshot/sqspstpnoargumentsIntegDefaultTestDeployAssert83953622.template.json +36 -0
  69. package/test/integ.sqspstp-no-arguments.js.snapshot/tree.json +957 -0
  70. package/test/integ.sqspstp-set-queue-batch-size.d.ts +13 -0
  71. package/test/integ.sqspstp-set-queue-batch-size.js +39 -0
  72. package/test/integ.sqspstp-set-queue-batch-size.js.snapshot/cdk.out +1 -0
  73. package/test/integ.sqspstp-set-queue-batch-size.js.snapshot/integ.json +12 -0
  74. package/test/integ.sqspstp-set-queue-batch-size.js.snapshot/manifest.json +205 -0
  75. package/test/integ.sqspstp-set-queue-batch-size.js.snapshot/sqspstp-set-queue-batch-size.assets.json +19 -0
  76. package/test/integ.sqspstp-set-queue-batch-size.js.snapshot/sqspstp-set-queue-batch-size.template.json +658 -0
  77. package/test/integ.sqspstp-set-queue-batch-size.js.snapshot/sqspstpsetqueuebatchsizeIntegDefaultTestDeployAssertA1752E9D.assets.json +19 -0
  78. package/test/integ.sqspstp-set-queue-batch-size.js.snapshot/sqspstpsetqueuebatchsizeIntegDefaultTestDeployAssertA1752E9D.template.json +36 -0
  79. package/test/integ.sqspstp-set-queue-batch-size.js.snapshot/tree.json +961 -0
  80. package/test/integ.sqspstp-state-machine-enrichment.d.ts +13 -0
  81. package/test/integ.sqspstp-state-machine-enrichment.js +39 -0
  82. package/test/integ.sqspstp-state-machine-enrichment.js.snapshot/cdk.out +1 -0
  83. package/test/integ.sqspstp-state-machine-enrichment.js.snapshot/integ.json +12 -0
  84. package/test/integ.sqspstp-state-machine-enrichment.js.snapshot/manifest.json +241 -0
  85. package/test/integ.sqspstp-state-machine-enrichment.js.snapshot/sqspstp-state-machine-enrichment.assets.json +19 -0
  86. package/test/integ.sqspstp-state-machine-enrichment.js.snapshot/sqspstp-state-machine-enrichment.template.json +868 -0
  87. package/test/integ.sqspstp-state-machine-enrichment.js.snapshot/sqspstpstatemachineenrichmentIntegDefaultTestDeployAssert47A5DE6D.assets.json +19 -0
  88. package/test/integ.sqspstp-state-machine-enrichment.js.snapshot/sqspstpstatemachineenrichmentIntegDefaultTestDeployAssert47A5DE6D.template.json +36 -0
  89. package/test/integ.sqspstp-state-machine-enrichment.js.snapshot/tree.json +1252 -0
  90. package/test/lambda/index.js +9 -0
  91. package/test/sqs-pipes-stepfunctions.test.d.ts +13 -0
  92. package/test/sqs-pipes-stepfunctions.test.js +394 -0
@@ -0,0 +1,1252 @@
1
+ {
2
+ "version": "tree-0.1",
3
+ "tree": {
4
+ "id": "App",
5
+ "path": "",
6
+ "children": {
7
+ "sqspstp-state-machine-enrichment": {
8
+ "id": "sqspstp-state-machine-enrichment",
9
+ "path": "sqspstp-state-machine-enrichment",
10
+ "children": {
11
+ "lambdatemp": {
12
+ "id": "lambdatemp",
13
+ "path": "sqspstp-state-machine-enrichment/lambdatemp",
14
+ "children": {
15
+ "ServiceRole": {
16
+ "id": "ServiceRole",
17
+ "path": "sqspstp-state-machine-enrichment/lambdatemp/ServiceRole",
18
+ "children": {
19
+ "ImportServiceRole": {
20
+ "id": "ImportServiceRole",
21
+ "path": "sqspstp-state-machine-enrichment/lambdatemp/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-state-machine-enrichment/lambdatemp/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-state-machine-enrichment/lambdatemp/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
+ "lambdatempServiceRoleA1A0368B",
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
+ "tasktemp": {
103
+ "id": "tasktemp",
104
+ "path": "sqspstp-state-machine-enrichment/tasktemp",
105
+ "constructInfo": {
106
+ "fqn": "aws-cdk-lib.aws_stepfunctions_tasks.LambdaInvoke",
107
+ "version": "2.161.0"
108
+ }
109
+ },
110
+ "temp": {
111
+ "id": "temp",
112
+ "path": "sqspstp-state-machine-enrichment/temp",
113
+ "children": {
114
+ "Role": {
115
+ "id": "Role",
116
+ "path": "sqspstp-state-machine-enrichment/temp/Role",
117
+ "children": {
118
+ "ImportRole": {
119
+ "id": "ImportRole",
120
+ "path": "sqspstp-state-machine-enrichment/temp/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-state-machine-enrichment/temp/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-state-machine-enrichment/temp/Role/DefaultPolicy",
154
+ "children": {
155
+ "Resource": {
156
+ "id": "Resource",
157
+ "path": "sqspstp-state-machine-enrichment/temp/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
+ "lambdatemp1CD2462E",
170
+ "Arn"
171
+ ]
172
+ },
173
+ {
174
+ "Fn::Join": [
175
+ "",
176
+ [
177
+ {
178
+ "Fn::GetAtt": [
179
+ "lambdatemp1CD2462E",
180
+ "Arn"
181
+ ]
182
+ },
183
+ ":*"
184
+ ]
185
+ ]
186
+ }
187
+ ]
188
+ }
189
+ ],
190
+ "Version": "2012-10-17"
191
+ },
192
+ "policyName": "tempRoleDefaultPolicy6B471CA6",
193
+ "roles": [
194
+ {
195
+ "Ref": "tempRole0DF4072C"
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-state-machine-enrichment/temp/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\":\"tasktemp\",\"States\":{\"tasktemp\":{\"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
+ "lambdatemp1CD2462E",
235
+ "Arn"
236
+ ]
237
+ },
238
+ "\",\"Payload.$\":\"$\"}}}}"
239
+ ]
240
+ ]
241
+ },
242
+ "roleArn": {
243
+ "Fn::GetAtt": [
244
+ "tempRole0DF4072C",
245
+ "Arn"
246
+ ]
247
+ },
248
+ "stateMachineType": "EXPRESS"
249
+ }
250
+ },
251
+ "constructInfo": {
252
+ "fqn": "aws-cdk-lib.aws_stepfunctions.CfnStateMachine",
253
+ "version": "2.161.0"
254
+ }
255
+ }
256
+ },
257
+ "constructInfo": {
258
+ "fqn": "aws-cdk-lib.aws_stepfunctions.StateMachine",
259
+ "version": "2.161.0"
260
+ }
261
+ },
262
+ "lambdas3stp-test": {
263
+ "id": "lambdas3stp-test",
264
+ "path": "sqspstp-state-machine-enrichment/lambdas3stp-test",
265
+ "children": {
266
+ "ServiceRole": {
267
+ "id": "ServiceRole",
268
+ "path": "sqspstp-state-machine-enrichment/lambdas3stp-test/ServiceRole",
269
+ "children": {
270
+ "ImportServiceRole": {
271
+ "id": "ImportServiceRole",
272
+ "path": "sqspstp-state-machine-enrichment/lambdas3stp-test/ServiceRole/ImportServiceRole",
273
+ "constructInfo": {
274
+ "fqn": "aws-cdk-lib.Resource",
275
+ "version": "2.161.0"
276
+ }
277
+ },
278
+ "Resource": {
279
+ "id": "Resource",
280
+ "path": "sqspstp-state-machine-enrichment/lambdas3stp-test/ServiceRole/Resource",
281
+ "attributes": {
282
+ "aws:cdk:cloudformation:type": "AWS::IAM::Role",
283
+ "aws:cdk:cloudformation:props": {
284
+ "assumeRolePolicyDocument": {
285
+ "Statement": [
286
+ {
287
+ "Action": "sts:AssumeRole",
288
+ "Effect": "Allow",
289
+ "Principal": {
290
+ "Service": "lambda.amazonaws.com"
291
+ }
292
+ }
293
+ ],
294
+ "Version": "2012-10-17"
295
+ },
296
+ "managedPolicyArns": [
297
+ {
298
+ "Fn::Join": [
299
+ "",
300
+ [
301
+ "arn:",
302
+ {
303
+ "Ref": "AWS::Partition"
304
+ },
305
+ ":iam::aws:policy/service-role/AWSLambdaBasicExecutionRole"
306
+ ]
307
+ ]
308
+ }
309
+ ]
310
+ }
311
+ },
312
+ "constructInfo": {
313
+ "fqn": "aws-cdk-lib.aws_iam.CfnRole",
314
+ "version": "2.161.0"
315
+ }
316
+ }
317
+ },
318
+ "constructInfo": {
319
+ "fqn": "aws-cdk-lib.aws_iam.Role",
320
+ "version": "2.161.0"
321
+ }
322
+ },
323
+ "Resource": {
324
+ "id": "Resource",
325
+ "path": "sqspstp-state-machine-enrichment/lambdas3stp-test/Resource",
326
+ "attributes": {
327
+ "aws:cdk:cloudformation:type": "AWS::Lambda::Function",
328
+ "aws:cdk:cloudformation:props": {
329
+ "code": {
330
+ "zipFile": "exports.handler = async (event) => console.log(event)"
331
+ },
332
+ "handler": "index.handler",
333
+ "role": {
334
+ "Fn::GetAtt": [
335
+ "lambdas3stptestServiceRoleF17BB6C7",
336
+ "Arn"
337
+ ]
338
+ },
339
+ "runtime": "nodejs20.x"
340
+ }
341
+ },
342
+ "constructInfo": {
343
+ "fqn": "aws-cdk-lib.aws_lambda.CfnFunction",
344
+ "version": "2.161.0"
345
+ }
346
+ }
347
+ },
348
+ "constructInfo": {
349
+ "fqn": "aws-cdk-lib.aws_lambda.Function",
350
+ "version": "2.161.0"
351
+ }
352
+ },
353
+ "tasks3stp-test": {
354
+ "id": "tasks3stp-test",
355
+ "path": "sqspstp-state-machine-enrichment/tasks3stp-test",
356
+ "constructInfo": {
357
+ "fqn": "aws-cdk-lib.aws_stepfunctions_tasks.LambdaInvoke",
358
+ "version": "2.161.0"
359
+ }
360
+ },
361
+ "test-sqs-pipes-states-construct": {
362
+ "id": "test-sqs-pipes-states-construct",
363
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct",
364
+ "children": {
365
+ "queue-dlq": {
366
+ "id": "queue-dlq",
367
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/queue-dlq",
368
+ "children": {
369
+ "Resource": {
370
+ "id": "Resource",
371
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/queue-dlq/Resource",
372
+ "attributes": {
373
+ "aws:cdk:cloudformation:type": "AWS::SQS::Queue",
374
+ "aws:cdk:cloudformation:props": {
375
+ "kmsMasterKeyId": "alias/aws/sqs"
376
+ }
377
+ },
378
+ "constructInfo": {
379
+ "fqn": "aws-cdk-lib.aws_sqs.CfnQueue",
380
+ "version": "2.161.0"
381
+ }
382
+ },
383
+ "Policy": {
384
+ "id": "Policy",
385
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/queue-dlq/Policy",
386
+ "children": {
387
+ "Resource": {
388
+ "id": "Resource",
389
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/queue-dlq/Policy/Resource",
390
+ "attributes": {
391
+ "aws:cdk:cloudformation:type": "AWS::SQS::QueuePolicy",
392
+ "aws:cdk:cloudformation:props": {
393
+ "policyDocument": {
394
+ "Statement": [
395
+ {
396
+ "Action": [
397
+ "sqs:AddPermission",
398
+ "sqs:DeleteMessage",
399
+ "sqs:GetQueueAttributes",
400
+ "sqs:ReceiveMessage",
401
+ "sqs:RemovePermission",
402
+ "sqs:SendMessage",
403
+ "sqs:SetQueueAttributes"
404
+ ],
405
+ "Effect": "Allow",
406
+ "Principal": {
407
+ "AWS": {
408
+ "Fn::Join": [
409
+ "",
410
+ [
411
+ "arn:",
412
+ {
413
+ "Ref": "AWS::Partition"
414
+ },
415
+ ":iam::",
416
+ {
417
+ "Ref": "AWS::AccountId"
418
+ },
419
+ ":root"
420
+ ]
421
+ ]
422
+ }
423
+ },
424
+ "Resource": {
425
+ "Fn::GetAtt": [
426
+ "testsqspipesstatesconstructqueuedlq420A82FD",
427
+ "Arn"
428
+ ]
429
+ },
430
+ "Sid": "QueueOwnerOnlyAccess"
431
+ },
432
+ {
433
+ "Action": "SQS:*",
434
+ "Condition": {
435
+ "Bool": {
436
+ "aws:SecureTransport": "false"
437
+ }
438
+ },
439
+ "Effect": "Deny",
440
+ "Principal": {
441
+ "AWS": "*"
442
+ },
443
+ "Resource": {
444
+ "Fn::GetAtt": [
445
+ "testsqspipesstatesconstructqueuedlq420A82FD",
446
+ "Arn"
447
+ ]
448
+ },
449
+ "Sid": "HttpsOnly"
450
+ }
451
+ ],
452
+ "Version": "2012-10-17"
453
+ },
454
+ "queues": [
455
+ {
456
+ "Ref": "testsqspipesstatesconstructqueuedlq420A82FD"
457
+ }
458
+ ]
459
+ }
460
+ },
461
+ "constructInfo": {
462
+ "fqn": "aws-cdk-lib.aws_sqs.CfnQueuePolicy",
463
+ "version": "2.161.0"
464
+ }
465
+ }
466
+ },
467
+ "constructInfo": {
468
+ "fqn": "aws-cdk-lib.aws_sqs.QueuePolicy",
469
+ "version": "2.161.0"
470
+ }
471
+ }
472
+ },
473
+ "constructInfo": {
474
+ "fqn": "aws-cdk-lib.aws_sqs.Queue",
475
+ "version": "2.161.0"
476
+ }
477
+ },
478
+ "queue": {
479
+ "id": "queue",
480
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/queue",
481
+ "children": {
482
+ "Resource": {
483
+ "id": "Resource",
484
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/queue/Resource",
485
+ "attributes": {
486
+ "aws:cdk:cloudformation:type": "AWS::SQS::Queue",
487
+ "aws:cdk:cloudformation:props": {
488
+ "kmsMasterKeyId": "alias/aws/sqs",
489
+ "redrivePolicy": {
490
+ "deadLetterTargetArn": {
491
+ "Fn::GetAtt": [
492
+ "testsqspipesstatesconstructqueuedlq420A82FD",
493
+ "Arn"
494
+ ]
495
+ },
496
+ "maxReceiveCount": 15
497
+ }
498
+ }
499
+ },
500
+ "constructInfo": {
501
+ "fqn": "aws-cdk-lib.aws_sqs.CfnQueue",
502
+ "version": "2.161.0"
503
+ }
504
+ },
505
+ "Policy": {
506
+ "id": "Policy",
507
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/queue/Policy",
508
+ "children": {
509
+ "Resource": {
510
+ "id": "Resource",
511
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/queue/Policy/Resource",
512
+ "attributes": {
513
+ "aws:cdk:cloudformation:type": "AWS::SQS::QueuePolicy",
514
+ "aws:cdk:cloudformation:props": {
515
+ "policyDocument": {
516
+ "Statement": [
517
+ {
518
+ "Action": [
519
+ "sqs:AddPermission",
520
+ "sqs:DeleteMessage",
521
+ "sqs:GetQueueAttributes",
522
+ "sqs:ReceiveMessage",
523
+ "sqs:RemovePermission",
524
+ "sqs:SendMessage",
525
+ "sqs:SetQueueAttributes"
526
+ ],
527
+ "Effect": "Allow",
528
+ "Principal": {
529
+ "AWS": {
530
+ "Fn::Join": [
531
+ "",
532
+ [
533
+ "arn:",
534
+ {
535
+ "Ref": "AWS::Partition"
536
+ },
537
+ ":iam::",
538
+ {
539
+ "Ref": "AWS::AccountId"
540
+ },
541
+ ":root"
542
+ ]
543
+ ]
544
+ }
545
+ },
546
+ "Resource": {
547
+ "Fn::GetAtt": [
548
+ "testsqspipesstatesconstructqueueA7C76715",
549
+ "Arn"
550
+ ]
551
+ },
552
+ "Sid": "QueueOwnerOnlyAccess"
553
+ },
554
+ {
555
+ "Action": "SQS:*",
556
+ "Condition": {
557
+ "Bool": {
558
+ "aws:SecureTransport": "false"
559
+ }
560
+ },
561
+ "Effect": "Deny",
562
+ "Principal": {
563
+ "AWS": "*"
564
+ },
565
+ "Resource": {
566
+ "Fn::GetAtt": [
567
+ "testsqspipesstatesconstructqueueA7C76715",
568
+ "Arn"
569
+ ]
570
+ },
571
+ "Sid": "HttpsOnly"
572
+ }
573
+ ],
574
+ "Version": "2012-10-17"
575
+ },
576
+ "queues": [
577
+ {
578
+ "Ref": "testsqspipesstatesconstructqueueA7C76715"
579
+ }
580
+ ]
581
+ }
582
+ },
583
+ "constructInfo": {
584
+ "fqn": "aws-cdk-lib.aws_sqs.CfnQueuePolicy",
585
+ "version": "2.161.0"
586
+ }
587
+ }
588
+ },
589
+ "constructInfo": {
590
+ "fqn": "aws-cdk-lib.aws_sqs.QueuePolicy",
591
+ "version": "2.161.0"
592
+ }
593
+ }
594
+ },
595
+ "constructInfo": {
596
+ "fqn": "aws-cdk-lib.aws_sqs.Queue",
597
+ "version": "2.161.0"
598
+ }
599
+ },
600
+ "StateMachineLogGroup": {
601
+ "id": "StateMachineLogGroup",
602
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/StateMachineLogGroup",
603
+ "children": {
604
+ "Resource": {
605
+ "id": "Resource",
606
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/StateMachineLogGroup/Resource",
607
+ "attributes": {
608
+ "aws:cdk:cloudformation:type": "AWS::Logs::LogGroup",
609
+ "aws:cdk:cloudformation:props": {
610
+ "logGroupName": {
611
+ "Fn::Join": [
612
+ "",
613
+ [
614
+ "/aws/vendedlogs/states/constructs/sqspstp-state-machine-enrichmenttest-sqs-pipes-states-constructStateMachineLog-",
615
+ {
616
+ "Fn::Select": [
617
+ 2,
618
+ {
619
+ "Fn::Split": [
620
+ "/",
621
+ {
622
+ "Ref": "AWS::StackId"
623
+ }
624
+ ]
625
+ }
626
+ ]
627
+ }
628
+ ]
629
+ ]
630
+ }
631
+ }
632
+ },
633
+ "constructInfo": {
634
+ "fqn": "aws-cdk-lib.aws_logs.CfnLogGroup",
635
+ "version": "2.161.0"
636
+ }
637
+ }
638
+ },
639
+ "constructInfo": {
640
+ "fqn": "aws-cdk-lib.aws_logs.LogGroup",
641
+ "version": "2.161.0"
642
+ }
643
+ },
644
+ "StateMachine": {
645
+ "id": "StateMachine",
646
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/StateMachine",
647
+ "children": {
648
+ "Role": {
649
+ "id": "Role",
650
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/StateMachine/Role",
651
+ "children": {
652
+ "ImportRole": {
653
+ "id": "ImportRole",
654
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/StateMachine/Role/ImportRole",
655
+ "constructInfo": {
656
+ "fqn": "aws-cdk-lib.Resource",
657
+ "version": "2.161.0"
658
+ }
659
+ },
660
+ "Resource": {
661
+ "id": "Resource",
662
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/StateMachine/Role/Resource",
663
+ "attributes": {
664
+ "aws:cdk:cloudformation:type": "AWS::IAM::Role",
665
+ "aws:cdk:cloudformation:props": {
666
+ "assumeRolePolicyDocument": {
667
+ "Statement": [
668
+ {
669
+ "Action": "sts:AssumeRole",
670
+ "Effect": "Allow",
671
+ "Principal": {
672
+ "Service": "states.amazonaws.com"
673
+ }
674
+ }
675
+ ],
676
+ "Version": "2012-10-17"
677
+ }
678
+ }
679
+ },
680
+ "constructInfo": {
681
+ "fqn": "aws-cdk-lib.aws_iam.CfnRole",
682
+ "version": "2.161.0"
683
+ }
684
+ },
685
+ "DefaultPolicy": {
686
+ "id": "DefaultPolicy",
687
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/StateMachine/Role/DefaultPolicy",
688
+ "children": {
689
+ "Resource": {
690
+ "id": "Resource",
691
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/StateMachine/Role/DefaultPolicy/Resource",
692
+ "attributes": {
693
+ "aws:cdk:cloudformation:type": "AWS::IAM::Policy",
694
+ "aws:cdk:cloudformation:props": {
695
+ "policyDocument": {
696
+ "Statement": [
697
+ {
698
+ "Action": "lambda:InvokeFunction",
699
+ "Effect": "Allow",
700
+ "Resource": [
701
+ {
702
+ "Fn::GetAtt": [
703
+ "lambdas3stptest9FBDC6CE",
704
+ "Arn"
705
+ ]
706
+ },
707
+ {
708
+ "Fn::Join": [
709
+ "",
710
+ [
711
+ {
712
+ "Fn::GetAtt": [
713
+ "lambdas3stptest9FBDC6CE",
714
+ "Arn"
715
+ ]
716
+ },
717
+ ":*"
718
+ ]
719
+ ]
720
+ }
721
+ ]
722
+ },
723
+ {
724
+ "Action": [
725
+ "logs:CreateLogDelivery",
726
+ "logs:DeleteLogDelivery",
727
+ "logs:DescribeLogGroups",
728
+ "logs:DescribeResourcePolicies",
729
+ "logs:GetLogDelivery",
730
+ "logs:ListLogDeliveries",
731
+ "logs:PutResourcePolicy",
732
+ "logs:UpdateLogDelivery"
733
+ ],
734
+ "Effect": "Allow",
735
+ "Resource": "*"
736
+ }
737
+ ],
738
+ "Version": "2012-10-17"
739
+ },
740
+ "policyName": "testsqspipesstatesconstructStateMachineRoleDefaultPolicyD1BA2BF2",
741
+ "roles": [
742
+ {
743
+ "Ref": "testsqspipesstatesconstructStateMachineRoleBF97BFC0"
744
+ }
745
+ ]
746
+ }
747
+ },
748
+ "constructInfo": {
749
+ "fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
750
+ "version": "2.161.0"
751
+ }
752
+ }
753
+ },
754
+ "constructInfo": {
755
+ "fqn": "aws-cdk-lib.aws_iam.Policy",
756
+ "version": "2.161.0"
757
+ }
758
+ }
759
+ },
760
+ "constructInfo": {
761
+ "fqn": "aws-cdk-lib.aws_iam.Role",
762
+ "version": "2.161.0"
763
+ }
764
+ },
765
+ "Resource": {
766
+ "id": "Resource",
767
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/StateMachine/Resource",
768
+ "attributes": {
769
+ "aws:cdk:cloudformation:type": "AWS::StepFunctions::StateMachine",
770
+ "aws:cdk:cloudformation:props": {
771
+ "definitionString": {
772
+ "Fn::Join": [
773
+ "",
774
+ [
775
+ "{\"StartAt\":\"tasks3stp-test\",\"States\":{\"tasks3stp-test\":{\"End\":true,\"Retry\":[{\"ErrorEquals\":[\"Lambda.ClientExecutionTimeoutException\",\"Lambda.ServiceException\",\"Lambda.AWSLambdaException\",\"Lambda.SdkClientException\"],\"IntervalSeconds\":2,\"MaxAttempts\":6,\"BackoffRate\":2}],\"Type\":\"Task\",\"Resource\":\"arn:",
776
+ {
777
+ "Ref": "AWS::Partition"
778
+ },
779
+ ":states:::lambda:invoke\",\"Parameters\":{\"FunctionName\":\"",
780
+ {
781
+ "Fn::GetAtt": [
782
+ "lambdas3stptest9FBDC6CE",
783
+ "Arn"
784
+ ]
785
+ },
786
+ "\",\"Payload.$\":\"$\"}}}}"
787
+ ]
788
+ ]
789
+ },
790
+ "loggingConfiguration": {
791
+ "destinations": [
792
+ {
793
+ "cloudWatchLogsLogGroup": {
794
+ "logGroupArn": {
795
+ "Fn::GetAtt": [
796
+ "testsqspipesstatesconstructStateMachineLogGroupADE94F1D",
797
+ "Arn"
798
+ ]
799
+ }
800
+ }
801
+ }
802
+ ],
803
+ "level": "ERROR"
804
+ },
805
+ "roleArn": {
806
+ "Fn::GetAtt": [
807
+ "testsqspipesstatesconstructStateMachineRoleBF97BFC0",
808
+ "Arn"
809
+ ]
810
+ }
811
+ }
812
+ },
813
+ "constructInfo": {
814
+ "fqn": "aws-cdk-lib.aws_stepfunctions.CfnStateMachine",
815
+ "version": "2.161.0"
816
+ }
817
+ }
818
+ },
819
+ "constructInfo": {
820
+ "fqn": "aws-cdk-lib.aws_stepfunctions.StateMachine",
821
+ "version": "2.161.0"
822
+ }
823
+ },
824
+ "ExecutionFailedAlarm": {
825
+ "id": "ExecutionFailedAlarm",
826
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/ExecutionFailedAlarm",
827
+ "children": {
828
+ "Resource": {
829
+ "id": "Resource",
830
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/ExecutionFailedAlarm/Resource",
831
+ "attributes": {
832
+ "aws:cdk:cloudformation:type": "AWS::CloudWatch::Alarm",
833
+ "aws:cdk:cloudformation:props": {
834
+ "alarmDescription": "Alarm for the number of executions that failed exceeded the threshold of 1. ",
835
+ "comparisonOperator": "GreaterThanOrEqualToThreshold",
836
+ "dimensions": [
837
+ {
838
+ "name": "StateMachineArn",
839
+ "value": {
840
+ "Ref": "testsqspipesstatesconstructStateMachine29272AA9"
841
+ }
842
+ }
843
+ ],
844
+ "evaluationPeriods": 1,
845
+ "metricName": "ExecutionsFailed",
846
+ "namespace": "AWS/States",
847
+ "period": 300,
848
+ "statistic": "Sum",
849
+ "threshold": 1
850
+ }
851
+ },
852
+ "constructInfo": {
853
+ "fqn": "aws-cdk-lib.aws_cloudwatch.CfnAlarm",
854
+ "version": "2.161.0"
855
+ }
856
+ }
857
+ },
858
+ "constructInfo": {
859
+ "fqn": "aws-cdk-lib.aws_cloudwatch.Alarm",
860
+ "version": "2.161.0"
861
+ }
862
+ },
863
+ "ExecutionThrottledAlarm": {
864
+ "id": "ExecutionThrottledAlarm",
865
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/ExecutionThrottledAlarm",
866
+ "children": {
867
+ "Resource": {
868
+ "id": "Resource",
869
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/ExecutionThrottledAlarm/Resource",
870
+ "attributes": {
871
+ "aws:cdk:cloudformation:type": "AWS::CloudWatch::Alarm",
872
+ "aws:cdk:cloudformation:props": {
873
+ "alarmDescription": "Alarm for the number of executions that throttled exceeded the threshold of 1. ",
874
+ "comparisonOperator": "GreaterThanOrEqualToThreshold",
875
+ "dimensions": [
876
+ {
877
+ "name": "StateMachineArn",
878
+ "value": {
879
+ "Ref": "testsqspipesstatesconstructStateMachine29272AA9"
880
+ }
881
+ }
882
+ ],
883
+ "evaluationPeriods": 1,
884
+ "metricName": "ExecutionThrottled",
885
+ "namespace": "AWS/States",
886
+ "period": 300,
887
+ "statistic": "Sum",
888
+ "threshold": 1
889
+ }
890
+ },
891
+ "constructInfo": {
892
+ "fqn": "aws-cdk-lib.aws_cloudwatch.CfnAlarm",
893
+ "version": "2.161.0"
894
+ }
895
+ }
896
+ },
897
+ "constructInfo": {
898
+ "fqn": "aws-cdk-lib.aws_cloudwatch.Alarm",
899
+ "version": "2.161.0"
900
+ }
901
+ },
902
+ "ExecutionAbortedAlarm": {
903
+ "id": "ExecutionAbortedAlarm",
904
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/ExecutionAbortedAlarm",
905
+ "children": {
906
+ "Resource": {
907
+ "id": "Resource",
908
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/ExecutionAbortedAlarm/Resource",
909
+ "attributes": {
910
+ "aws:cdk:cloudformation:type": "AWS::CloudWatch::Alarm",
911
+ "aws:cdk:cloudformation:props": {
912
+ "alarmDescription": "Alarm for the number of executions that aborted exceeded the threshold of 1. ",
913
+ "comparisonOperator": "GreaterThanOrEqualToThreshold",
914
+ "dimensions": [
915
+ {
916
+ "name": "StateMachineArn",
917
+ "value": {
918
+ "Ref": "testsqspipesstatesconstructStateMachine29272AA9"
919
+ }
920
+ }
921
+ ],
922
+ "evaluationPeriods": 1,
923
+ "metricName": "ExecutionsAborted",
924
+ "namespace": "AWS/States",
925
+ "period": 300,
926
+ "statistic": "Maximum",
927
+ "threshold": 1
928
+ }
929
+ },
930
+ "constructInfo": {
931
+ "fqn": "aws-cdk-lib.aws_cloudwatch.CfnAlarm",
932
+ "version": "2.161.0"
933
+ }
934
+ }
935
+ },
936
+ "constructInfo": {
937
+ "fqn": "aws-cdk-lib.aws_cloudwatch.Alarm",
938
+ "version": "2.161.0"
939
+ }
940
+ },
941
+ "PipeRole--test-sqs-pipes-states-construct": {
942
+ "id": "PipeRole--test-sqs-pipes-states-construct",
943
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/PipeRole--test-sqs-pipes-states-construct",
944
+ "children": {
945
+ "ImportPipeRole--test-sqs-pipes-states-construct": {
946
+ "id": "ImportPipeRole--test-sqs-pipes-states-construct",
947
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/PipeRole--test-sqs-pipes-states-construct/ImportPipeRole--test-sqs-pipes-states-construct",
948
+ "constructInfo": {
949
+ "fqn": "aws-cdk-lib.Resource",
950
+ "version": "2.161.0"
951
+ }
952
+ },
953
+ "Resource": {
954
+ "id": "Resource",
955
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/PipeRole--test-sqs-pipes-states-construct/Resource",
956
+ "attributes": {
957
+ "aws:cdk:cloudformation:type": "AWS::IAM::Role",
958
+ "aws:cdk:cloudformation:props": {
959
+ "assumeRolePolicyDocument": {
960
+ "Statement": [
961
+ {
962
+ "Action": "sts:AssumeRole",
963
+ "Effect": "Allow",
964
+ "Principal": {
965
+ "Service": "pipes.amazonaws.com"
966
+ }
967
+ }
968
+ ],
969
+ "Version": "2012-10-17"
970
+ },
971
+ "policies": [
972
+ {
973
+ "policyName": "sourcePolicy",
974
+ "policyDocument": {
975
+ "Statement": [
976
+ {
977
+ "Action": [
978
+ "sqs:DeleteMessage",
979
+ "sqs:GetQueueAttributes",
980
+ "sqs:ReceiveMessage"
981
+ ],
982
+ "Effect": "Allow",
983
+ "Resource": {
984
+ "Fn::GetAtt": [
985
+ "testsqspipesstatesconstructqueueA7C76715",
986
+ "Arn"
987
+ ]
988
+ }
989
+ }
990
+ ],
991
+ "Version": "2012-10-17"
992
+ }
993
+ },
994
+ {
995
+ "policyName": "targetPolicy",
996
+ "policyDocument": {
997
+ "Statement": [
998
+ {
999
+ "Action": "states:StartExecution",
1000
+ "Effect": "Allow",
1001
+ "Resource": {
1002
+ "Ref": "testsqspipesstatesconstructStateMachine29272AA9"
1003
+ }
1004
+ }
1005
+ ],
1006
+ "Version": "2012-10-17"
1007
+ }
1008
+ }
1009
+ ]
1010
+ }
1011
+ },
1012
+ "constructInfo": {
1013
+ "fqn": "aws-cdk-lib.aws_iam.CfnRole",
1014
+ "version": "2.161.0"
1015
+ }
1016
+ }
1017
+ },
1018
+ "constructInfo": {
1019
+ "fqn": "aws-cdk-lib.aws_iam.Role",
1020
+ "version": "2.161.0"
1021
+ }
1022
+ },
1023
+ "enrichmentpolicytest-sqs-pipes-states-construct": {
1024
+ "id": "enrichmentpolicytest-sqs-pipes-states-construct",
1025
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/enrichmentpolicytest-sqs-pipes-states-construct",
1026
+ "children": {
1027
+ "Resource": {
1028
+ "id": "Resource",
1029
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/enrichmentpolicytest-sqs-pipes-states-construct/Resource",
1030
+ "attributes": {
1031
+ "aws:cdk:cloudformation:type": "AWS::IAM::Policy",
1032
+ "aws:cdk:cloudformation:props": {
1033
+ "policyDocument": {
1034
+ "Statement": [
1035
+ {
1036
+ "Action": "states:StartSyncExecution",
1037
+ "Effect": "Allow",
1038
+ "Resource": {
1039
+ "Ref": "temp3A4F7567"
1040
+ }
1041
+ }
1042
+ ],
1043
+ "Version": "2012-10-17"
1044
+ },
1045
+ "policyName": "testsqspipesstatesconstructenrichmentpolicytestsqspipesstatesconstructC752476A",
1046
+ "roles": [
1047
+ {
1048
+ "Ref": "testsqspipesstatesconstructPipeRoletestsqspipesstatesconstruct2CC9A13C"
1049
+ }
1050
+ ]
1051
+ }
1052
+ },
1053
+ "constructInfo": {
1054
+ "fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
1055
+ "version": "2.161.0"
1056
+ }
1057
+ }
1058
+ },
1059
+ "constructInfo": {
1060
+ "fqn": "aws-cdk-lib.aws_iam.Policy",
1061
+ "version": "2.161.0"
1062
+ }
1063
+ },
1064
+ "LogGroup-test-sqs-pipes-states-construct": {
1065
+ "id": "LogGroup-test-sqs-pipes-states-construct",
1066
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/LogGroup-test-sqs-pipes-states-construct",
1067
+ "children": {
1068
+ "Resource": {
1069
+ "id": "Resource",
1070
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/LogGroup-test-sqs-pipes-states-construct/Resource",
1071
+ "attributes": {
1072
+ "aws:cdk:cloudformation:type": "AWS::Logs::LogGroup",
1073
+ "aws:cdk:cloudformation:props": {
1074
+ "logGroupName": {
1075
+ "Fn::Join": [
1076
+ "",
1077
+ [
1078
+ "/aws/vendedlogs/pipes/constructs/sqspstp-state-machine-enrichmenttest-sqs-pipes-states-constructPipesLog-",
1079
+ {
1080
+ "Fn::Select": [
1081
+ 2,
1082
+ {
1083
+ "Fn::Split": [
1084
+ "/",
1085
+ {
1086
+ "Ref": "AWS::StackId"
1087
+ }
1088
+ ]
1089
+ }
1090
+ ]
1091
+ }
1092
+ ]
1093
+ ]
1094
+ }
1095
+ }
1096
+ },
1097
+ "constructInfo": {
1098
+ "fqn": "aws-cdk-lib.aws_logs.CfnLogGroup",
1099
+ "version": "2.161.0"
1100
+ }
1101
+ }
1102
+ },
1103
+ "constructInfo": {
1104
+ "fqn": "aws-cdk-lib.aws_logs.LogGroup",
1105
+ "version": "2.161.0"
1106
+ }
1107
+ },
1108
+ "pipe-test-sqs-pipes-states-construct": {
1109
+ "id": "pipe-test-sqs-pipes-states-construct",
1110
+ "path": "sqspstp-state-machine-enrichment/test-sqs-pipes-states-construct/pipe-test-sqs-pipes-states-construct",
1111
+ "attributes": {
1112
+ "aws:cdk:cloudformation:type": "AWS::Pipes::Pipe",
1113
+ "aws:cdk:cloudformation:props": {
1114
+ "enrichment": {
1115
+ "Ref": "temp3A4F7567"
1116
+ },
1117
+ "logConfiguration": {
1118
+ "cloudwatchLogsLogDestination": {
1119
+ "logGroupArn": {
1120
+ "Fn::GetAtt": [
1121
+ "testsqspipesstatesconstructLogGrouptestsqspipesstatesconstructF827FE15",
1122
+ "Arn"
1123
+ ]
1124
+ }
1125
+ },
1126
+ "level": "TRACE"
1127
+ },
1128
+ "roleArn": {
1129
+ "Fn::GetAtt": [
1130
+ "testsqspipesstatesconstructPipeRoletestsqspipesstatesconstruct2CC9A13C",
1131
+ "Arn"
1132
+ ]
1133
+ },
1134
+ "source": {
1135
+ "Fn::GetAtt": [
1136
+ "testsqspipesstatesconstructqueueA7C76715",
1137
+ "Arn"
1138
+ ]
1139
+ },
1140
+ "sourceParameters": {},
1141
+ "target": {
1142
+ "Ref": "testsqspipesstatesconstructStateMachine29272AA9"
1143
+ },
1144
+ "targetParameters": {
1145
+ "stepFunctionStateMachineParameters": {
1146
+ "invocationType": "FIRE_AND_FORGET"
1147
+ }
1148
+ }
1149
+ }
1150
+ },
1151
+ "constructInfo": {
1152
+ "fqn": "aws-cdk-lib.aws_pipes.CfnPipe",
1153
+ "version": "2.161.0"
1154
+ }
1155
+ }
1156
+ },
1157
+ "constructInfo": {
1158
+ "fqn": "@aws-solutions-constructs/aws-sqs-pipes-stepfunctions.SqsToPipesToStepfunctions",
1159
+ "version": "2.72.0"
1160
+ }
1161
+ },
1162
+ "Integ": {
1163
+ "id": "Integ",
1164
+ "path": "sqspstp-state-machine-enrichment/Integ",
1165
+ "children": {
1166
+ "DefaultTest": {
1167
+ "id": "DefaultTest",
1168
+ "path": "sqspstp-state-machine-enrichment/Integ/DefaultTest",
1169
+ "children": {
1170
+ "Default": {
1171
+ "id": "Default",
1172
+ "path": "sqspstp-state-machine-enrichment/Integ/DefaultTest/Default",
1173
+ "constructInfo": {
1174
+ "fqn": "constructs.Construct",
1175
+ "version": "10.4.2"
1176
+ }
1177
+ },
1178
+ "DeployAssert": {
1179
+ "id": "DeployAssert",
1180
+ "path": "sqspstp-state-machine-enrichment/Integ/DefaultTest/DeployAssert",
1181
+ "children": {
1182
+ "BootstrapVersion": {
1183
+ "id": "BootstrapVersion",
1184
+ "path": "sqspstp-state-machine-enrichment/Integ/DefaultTest/DeployAssert/BootstrapVersion",
1185
+ "constructInfo": {
1186
+ "fqn": "aws-cdk-lib.CfnParameter",
1187
+ "version": "2.161.0"
1188
+ }
1189
+ },
1190
+ "CheckBootstrapVersion": {
1191
+ "id": "CheckBootstrapVersion",
1192
+ "path": "sqspstp-state-machine-enrichment/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion",
1193
+ "constructInfo": {
1194
+ "fqn": "aws-cdk-lib.CfnRule",
1195
+ "version": "2.161.0"
1196
+ }
1197
+ }
1198
+ },
1199
+ "constructInfo": {
1200
+ "fqn": "aws-cdk-lib.Stack",
1201
+ "version": "2.161.0"
1202
+ }
1203
+ }
1204
+ },
1205
+ "constructInfo": {
1206
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTestCase",
1207
+ "version": "2.161.0-alpha.0"
1208
+ }
1209
+ }
1210
+ },
1211
+ "constructInfo": {
1212
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTest",
1213
+ "version": "2.161.0-alpha.0"
1214
+ }
1215
+ },
1216
+ "BootstrapVersion": {
1217
+ "id": "BootstrapVersion",
1218
+ "path": "sqspstp-state-machine-enrichment/BootstrapVersion",
1219
+ "constructInfo": {
1220
+ "fqn": "aws-cdk-lib.CfnParameter",
1221
+ "version": "2.161.0"
1222
+ }
1223
+ },
1224
+ "CheckBootstrapVersion": {
1225
+ "id": "CheckBootstrapVersion",
1226
+ "path": "sqspstp-state-machine-enrichment/CheckBootstrapVersion",
1227
+ "constructInfo": {
1228
+ "fqn": "aws-cdk-lib.CfnRule",
1229
+ "version": "2.161.0"
1230
+ }
1231
+ }
1232
+ },
1233
+ "constructInfo": {
1234
+ "fqn": "aws-cdk-lib.Stack",
1235
+ "version": "2.161.0"
1236
+ }
1237
+ },
1238
+ "Tree": {
1239
+ "id": "Tree",
1240
+ "path": "Tree",
1241
+ "constructInfo": {
1242
+ "fqn": "constructs.Construct",
1243
+ "version": "10.4.2"
1244
+ }
1245
+ }
1246
+ },
1247
+ "constructInfo": {
1248
+ "fqn": "aws-cdk-lib.App",
1249
+ "version": "2.161.0"
1250
+ }
1251
+ }
1252
+ }