@aws-solutions-constructs/aws-iot-sqs 2.59.0 → 2.61.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.
- package/.jsii +45 -8
- package/lib/index.js +6 -10
- package/package.json +6 -6
- package/test/integ.iotsqs-custom-max-receive-count.js.snapshot/iotsqs-custom-max-receive-count.assets.json +2 -2
- package/test/integ.iotsqs-custom-max-receive-count.js.snapshot/iotsqs-custom-max-receive-count.template.json +6 -6
- package/test/integ.iotsqs-custom-max-receive-count.js.snapshot/manifest.json +16 -7
- package/test/integ.iotsqs-custom-max-receive-count.js.snapshot/tree.json +36 -36
- package/test/integ.iotsqs-default-arguments.js.snapshot/iotsqs-default-arguments.assets.json +2 -2
- package/test/integ.iotsqs-default-arguments.js.snapshot/iotsqs-default-arguments.template.json +6 -6
- package/test/integ.iotsqs-default-arguments.js.snapshot/manifest.json +16 -7
- package/test/integ.iotsqs-default-arguments.js.snapshot/tree.json +36 -36
- package/test/integ.iotsqs-use-kms-key-props.js.snapshot/iotsqs-use-kms-key-props.assets.json +2 -2
- package/test/integ.iotsqs-use-kms-key-props.js.snapshot/iotsqs-use-kms-key-props.template.json +6 -6
- package/test/integ.iotsqs-use-kms-key-props.js.snapshot/manifest.json +9 -9
- package/test/integ.iotsqs-use-kms-key-props.js.snapshot/tree.json +38 -38
- package/test/integ.iotsqs-use-queue-props.js.snapshot/iotsqs-use-queue-props.assets.json +2 -2
- package/test/integ.iotsqs-use-queue-props.js.snapshot/iotsqs-use-queue-props.template.json +6 -6
- package/test/integ.iotsqs-use-queue-props.js.snapshot/manifest.json +16 -7
- package/test/integ.iotsqs-use-queue-props.js.snapshot/tree.json +36 -36
- package/test/integ.iotsqs-with-existing-key.js.snapshot/iotsqs-with-existing-key.assets.json +2 -2
- package/test/integ.iotsqs-with-existing-key.js.snapshot/iotsqs-with-existing-key.template.json +6 -6
- package/test/integ.iotsqs-with-existing-key.js.snapshot/manifest.json +23 -5
- package/test/integ.iotsqs-with-existing-key.js.snapshot/tree.json +40 -40
- package/test/integ.iotsqs-without-create-kms-key.js.snapshot/iotsqs-without-create-kms-key.assets.json +2 -2
- package/test/integ.iotsqs-without-create-kms-key.js.snapshot/iotsqs-without-create-kms-key.template.json +6 -6
- package/test/integ.iotsqs-without-create-kms-key.js.snapshot/manifest.json +23 -5
- package/test/integ.iotsqs-without-create-kms-key.js.snapshot/tree.json +36 -36
- package/test/iot-sqs.test.js +3 -3
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
"id": "test-iot-sqs-stack",
|
|
13
13
|
"path": "iotsqs-use-kms-key-props/test-iot-sqs-stack",
|
|
14
14
|
"children": {
|
|
15
|
-
"
|
|
16
|
-
"id": "
|
|
17
|
-
"path": "iotsqs-use-kms-key-props/test-iot-sqs-stack/
|
|
15
|
+
"queue-dlq": {
|
|
16
|
+
"id": "queue-dlq",
|
|
17
|
+
"path": "iotsqs-use-kms-key-props/test-iot-sqs-stack/queue-dlq",
|
|
18
18
|
"children": {
|
|
19
19
|
"Resource": {
|
|
20
20
|
"id": "Resource",
|
|
21
|
-
"path": "iotsqs-use-kms-key-props/test-iot-sqs-stack/
|
|
21
|
+
"path": "iotsqs-use-kms-key-props/test-iot-sqs-stack/queue-dlq/Resource",
|
|
22
22
|
"attributes": {
|
|
23
23
|
"aws:cdk:cloudformation:type": "AWS::SQS::Queue",
|
|
24
24
|
"aws:cdk:cloudformation:props": {
|
|
@@ -27,16 +27,16 @@
|
|
|
27
27
|
},
|
|
28
28
|
"constructInfo": {
|
|
29
29
|
"fqn": "aws-cdk-lib.aws_sqs.CfnQueue",
|
|
30
|
-
"version": "2.
|
|
30
|
+
"version": "2.143.0"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"Policy": {
|
|
34
34
|
"id": "Policy",
|
|
35
|
-
"path": "iotsqs-use-kms-key-props/test-iot-sqs-stack/
|
|
35
|
+
"path": "iotsqs-use-kms-key-props/test-iot-sqs-stack/queue-dlq/Policy",
|
|
36
36
|
"children": {
|
|
37
37
|
"Resource": {
|
|
38
38
|
"id": "Resource",
|
|
39
|
-
"path": "iotsqs-use-kms-key-props/test-iot-sqs-stack/
|
|
39
|
+
"path": "iotsqs-use-kms-key-props/test-iot-sqs-stack/queue-dlq/Policy/Resource",
|
|
40
40
|
"attributes": {
|
|
41
41
|
"aws:cdk:cloudformation:type": "AWS::SQS::QueuePolicy",
|
|
42
42
|
"aws:cdk:cloudformation:props": {
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
},
|
|
74
74
|
"Resource": {
|
|
75
75
|
"Fn::GetAtt": [
|
|
76
|
-
"
|
|
76
|
+
"testiotsqsstackqueuedlq8FBD6728",
|
|
77
77
|
"Arn"
|
|
78
78
|
]
|
|
79
79
|
},
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
},
|
|
93
93
|
"Resource": {
|
|
94
94
|
"Fn::GetAtt": [
|
|
95
|
-
"
|
|
95
|
+
"testiotsqsstackqueuedlq8FBD6728",
|
|
96
96
|
"Arn"
|
|
97
97
|
]
|
|
98
98
|
},
|
|
@@ -103,26 +103,26 @@
|
|
|
103
103
|
},
|
|
104
104
|
"queues": [
|
|
105
105
|
{
|
|
106
|
-
"Ref": "
|
|
106
|
+
"Ref": "testiotsqsstackqueuedlq8FBD6728"
|
|
107
107
|
}
|
|
108
108
|
]
|
|
109
109
|
}
|
|
110
110
|
},
|
|
111
111
|
"constructInfo": {
|
|
112
112
|
"fqn": "aws-cdk-lib.aws_sqs.CfnQueuePolicy",
|
|
113
|
-
"version": "2.
|
|
113
|
+
"version": "2.143.0"
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
116
|
},
|
|
117
117
|
"constructInfo": {
|
|
118
118
|
"fqn": "aws-cdk-lib.aws_sqs.QueuePolicy",
|
|
119
|
-
"version": "2.
|
|
119
|
+
"version": "2.143.0"
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
},
|
|
123
123
|
"constructInfo": {
|
|
124
124
|
"fqn": "aws-cdk-lib.aws_sqs.Queue",
|
|
125
|
-
"version": "2.
|
|
125
|
+
"version": "2.143.0"
|
|
126
126
|
}
|
|
127
127
|
},
|
|
128
128
|
"'queueKey'": {
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
},
|
|
195
195
|
"constructInfo": {
|
|
196
196
|
"fqn": "aws-cdk-lib.aws_kms.CfnKey",
|
|
197
|
-
"version": "2.
|
|
197
|
+
"version": "2.143.0"
|
|
198
198
|
}
|
|
199
199
|
},
|
|
200
200
|
"Alias": {
|
|
@@ -218,19 +218,19 @@
|
|
|
218
218
|
},
|
|
219
219
|
"constructInfo": {
|
|
220
220
|
"fqn": "aws-cdk-lib.aws_kms.CfnAlias",
|
|
221
|
-
"version": "2.
|
|
221
|
+
"version": "2.143.0"
|
|
222
222
|
}
|
|
223
223
|
}
|
|
224
224
|
},
|
|
225
225
|
"constructInfo": {
|
|
226
226
|
"fqn": "aws-cdk-lib.aws_kms.Alias",
|
|
227
|
-
"version": "2.
|
|
227
|
+
"version": "2.143.0"
|
|
228
228
|
}
|
|
229
229
|
}
|
|
230
230
|
},
|
|
231
231
|
"constructInfo": {
|
|
232
232
|
"fqn": "aws-cdk-lib.aws_kms.Key",
|
|
233
|
-
"version": "2.
|
|
233
|
+
"version": "2.143.0"
|
|
234
234
|
}
|
|
235
235
|
},
|
|
236
236
|
"queue": {
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
"redrivePolicy": {
|
|
253
253
|
"deadLetterTargetArn": {
|
|
254
254
|
"Fn::GetAtt": [
|
|
255
|
-
"
|
|
255
|
+
"testiotsqsstackqueuedlq8FBD6728",
|
|
256
256
|
"Arn"
|
|
257
257
|
]
|
|
258
258
|
},
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
},
|
|
263
263
|
"constructInfo": {
|
|
264
264
|
"fqn": "aws-cdk-lib.aws_sqs.CfnQueue",
|
|
265
|
-
"version": "2.
|
|
265
|
+
"version": "2.143.0"
|
|
266
266
|
}
|
|
267
267
|
},
|
|
268
268
|
"Policy": {
|
|
@@ -345,19 +345,19 @@
|
|
|
345
345
|
},
|
|
346
346
|
"constructInfo": {
|
|
347
347
|
"fqn": "aws-cdk-lib.aws_sqs.CfnQueuePolicy",
|
|
348
|
-
"version": "2.
|
|
348
|
+
"version": "2.143.0"
|
|
349
349
|
}
|
|
350
350
|
}
|
|
351
351
|
},
|
|
352
352
|
"constructInfo": {
|
|
353
353
|
"fqn": "aws-cdk-lib.aws_sqs.QueuePolicy",
|
|
354
|
-
"version": "2.
|
|
354
|
+
"version": "2.143.0"
|
|
355
355
|
}
|
|
356
356
|
}
|
|
357
357
|
},
|
|
358
358
|
"constructInfo": {
|
|
359
359
|
"fqn": "aws-cdk-lib.aws_sqs.Queue",
|
|
360
|
-
"version": "2.
|
|
360
|
+
"version": "2.143.0"
|
|
361
361
|
}
|
|
362
362
|
},
|
|
363
363
|
"iot-actions-role": {
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
"path": "iotsqs-use-kms-key-props/test-iot-sqs-stack/iot-actions-role/Importiot-actions-role",
|
|
370
370
|
"constructInfo": {
|
|
371
371
|
"fqn": "aws-cdk-lib.Resource",
|
|
372
|
-
"version": "2.
|
|
372
|
+
"version": "2.143.0"
|
|
373
373
|
}
|
|
374
374
|
},
|
|
375
375
|
"Resource": {
|
|
@@ -394,7 +394,7 @@
|
|
|
394
394
|
},
|
|
395
395
|
"constructInfo": {
|
|
396
396
|
"fqn": "aws-cdk-lib.aws_iam.CfnRole",
|
|
397
|
-
"version": "2.
|
|
397
|
+
"version": "2.143.0"
|
|
398
398
|
}
|
|
399
399
|
},
|
|
400
400
|
"DefaultPolicy": {
|
|
@@ -451,19 +451,19 @@
|
|
|
451
451
|
},
|
|
452
452
|
"constructInfo": {
|
|
453
453
|
"fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
|
|
454
|
-
"version": "2.
|
|
454
|
+
"version": "2.143.0"
|
|
455
455
|
}
|
|
456
456
|
}
|
|
457
457
|
},
|
|
458
458
|
"constructInfo": {
|
|
459
459
|
"fqn": "aws-cdk-lib.aws_iam.Policy",
|
|
460
|
-
"version": "2.
|
|
460
|
+
"version": "2.143.0"
|
|
461
461
|
}
|
|
462
462
|
}
|
|
463
463
|
},
|
|
464
464
|
"constructInfo": {
|
|
465
465
|
"fqn": "aws-cdk-lib.aws_iam.Role",
|
|
466
|
-
"version": "2.
|
|
466
|
+
"version": "2.143.0"
|
|
467
467
|
}
|
|
468
468
|
},
|
|
469
469
|
"IotTopicRule": {
|
|
@@ -496,13 +496,13 @@
|
|
|
496
496
|
},
|
|
497
497
|
"constructInfo": {
|
|
498
498
|
"fqn": "aws-cdk-lib.aws_iot.CfnTopicRule",
|
|
499
|
-
"version": "2.
|
|
499
|
+
"version": "2.143.0"
|
|
500
500
|
}
|
|
501
501
|
}
|
|
502
502
|
},
|
|
503
503
|
"constructInfo": {
|
|
504
504
|
"fqn": "@aws-solutions-constructs/aws-iot-sqs.IotToSqs",
|
|
505
|
-
"version": "2.
|
|
505
|
+
"version": "2.58.1"
|
|
506
506
|
}
|
|
507
507
|
},
|
|
508
508
|
"Integ": {
|
|
@@ -530,7 +530,7 @@
|
|
|
530
530
|
"path": "iotsqs-use-kms-key-props/Integ/DefaultTest/DeployAssert/BootstrapVersion",
|
|
531
531
|
"constructInfo": {
|
|
532
532
|
"fqn": "aws-cdk-lib.CfnParameter",
|
|
533
|
-
"version": "2.
|
|
533
|
+
"version": "2.143.0"
|
|
534
534
|
}
|
|
535
535
|
},
|
|
536
536
|
"CheckBootstrapVersion": {
|
|
@@ -538,25 +538,25 @@
|
|
|
538
538
|
"path": "iotsqs-use-kms-key-props/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion",
|
|
539
539
|
"constructInfo": {
|
|
540
540
|
"fqn": "aws-cdk-lib.CfnRule",
|
|
541
|
-
"version": "2.
|
|
541
|
+
"version": "2.143.0"
|
|
542
542
|
}
|
|
543
543
|
}
|
|
544
544
|
},
|
|
545
545
|
"constructInfo": {
|
|
546
546
|
"fqn": "aws-cdk-lib.Stack",
|
|
547
|
-
"version": "2.
|
|
547
|
+
"version": "2.143.0"
|
|
548
548
|
}
|
|
549
549
|
}
|
|
550
550
|
},
|
|
551
551
|
"constructInfo": {
|
|
552
552
|
"fqn": "@aws-cdk/integ-tests-alpha.IntegTestCase",
|
|
553
|
-
"version": "2.
|
|
553
|
+
"version": "2.143.0-alpha.0"
|
|
554
554
|
}
|
|
555
555
|
}
|
|
556
556
|
},
|
|
557
557
|
"constructInfo": {
|
|
558
558
|
"fqn": "@aws-cdk/integ-tests-alpha.IntegTest",
|
|
559
|
-
"version": "2.
|
|
559
|
+
"version": "2.143.0-alpha.0"
|
|
560
560
|
}
|
|
561
561
|
},
|
|
562
562
|
"BootstrapVersion": {
|
|
@@ -564,7 +564,7 @@
|
|
|
564
564
|
"path": "iotsqs-use-kms-key-props/BootstrapVersion",
|
|
565
565
|
"constructInfo": {
|
|
566
566
|
"fqn": "aws-cdk-lib.CfnParameter",
|
|
567
|
-
"version": "2.
|
|
567
|
+
"version": "2.143.0"
|
|
568
568
|
}
|
|
569
569
|
},
|
|
570
570
|
"CheckBootstrapVersion": {
|
|
@@ -572,13 +572,13 @@
|
|
|
572
572
|
"path": "iotsqs-use-kms-key-props/CheckBootstrapVersion",
|
|
573
573
|
"constructInfo": {
|
|
574
574
|
"fqn": "aws-cdk-lib.CfnRule",
|
|
575
|
-
"version": "2.
|
|
575
|
+
"version": "2.143.0"
|
|
576
576
|
}
|
|
577
577
|
}
|
|
578
578
|
},
|
|
579
579
|
"constructInfo": {
|
|
580
580
|
"fqn": "aws-cdk-lib.Stack",
|
|
581
|
-
"version": "2.
|
|
581
|
+
"version": "2.143.0"
|
|
582
582
|
}
|
|
583
583
|
},
|
|
584
584
|
"Tree": {
|
|
@@ -592,7 +592,7 @@
|
|
|
592
592
|
},
|
|
593
593
|
"constructInfo": {
|
|
594
594
|
"fqn": "aws-cdk-lib.App",
|
|
595
|
-
"version": "2.
|
|
595
|
+
"version": "2.143.0"
|
|
596
596
|
}
|
|
597
597
|
}
|
|
598
598
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "36.0.0",
|
|
3
3
|
"files": {
|
|
4
|
-
"
|
|
4
|
+
"7093db8fbd617f2358d33b02025104feec38ac412e546c35f0817cb078c037b6": {
|
|
5
5
|
"source": {
|
|
6
6
|
"path": "iotsqs-use-queue-props.template.json",
|
|
7
7
|
"packaging": "file"
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"destinations": {
|
|
10
10
|
"current_account-current_region": {
|
|
11
11
|
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
|
|
12
|
-
"objectKey": "
|
|
12
|
+
"objectKey": "7093db8fbd617f2358d33b02025104feec38ac412e546c35f0817cb078c037b6.json",
|
|
13
13
|
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
|
|
14
14
|
}
|
|
15
15
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Description": "Integration Test for aws-iot-sqs",
|
|
3
3
|
"Resources": {
|
|
4
|
-
"
|
|
4
|
+
"testiotsqsstackqueuedlq8FBD6728": {
|
|
5
5
|
"Type": "AWS::SQS::Queue",
|
|
6
6
|
"Properties": {
|
|
7
7
|
"KmsMasterKeyId": "alias/aws/sqs",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"UpdateReplacePolicy": "Delete",
|
|
11
11
|
"DeletionPolicy": "Delete"
|
|
12
12
|
},
|
|
13
|
-
"
|
|
13
|
+
"testiotsqsstackqueuedlqPolicyC72D7226": {
|
|
14
14
|
"Type": "AWS::SQS::QueuePolicy",
|
|
15
15
|
"Properties": {
|
|
16
16
|
"PolicyDocument": {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"Resource": {
|
|
48
48
|
"Fn::GetAtt": [
|
|
49
|
-
"
|
|
49
|
+
"testiotsqsstackqueuedlq8FBD6728",
|
|
50
50
|
"Arn"
|
|
51
51
|
]
|
|
52
52
|
},
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
},
|
|
66
66
|
"Resource": {
|
|
67
67
|
"Fn::GetAtt": [
|
|
68
|
-
"
|
|
68
|
+
"testiotsqsstackqueuedlq8FBD6728",
|
|
69
69
|
"Arn"
|
|
70
70
|
]
|
|
71
71
|
},
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
},
|
|
77
77
|
"Queues": [
|
|
78
78
|
{
|
|
79
|
-
"Ref": "
|
|
79
|
+
"Ref": "testiotsqsstackqueuedlq8FBD6728"
|
|
80
80
|
}
|
|
81
81
|
]
|
|
82
82
|
}
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"RedrivePolicy": {
|
|
157
157
|
"deadLetterTargetArn": {
|
|
158
158
|
"Fn::GetAtt": [
|
|
159
|
-
"
|
|
159
|
+
"testiotsqsstackqueuedlq8FBD6728",
|
|
160
160
|
"Arn"
|
|
161
161
|
]
|
|
162
162
|
},
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"validateOnSynth": false,
|
|
67
67
|
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-deploy-role-${AWS::AccountId}-${AWS::Region}",
|
|
68
68
|
"cloudFormationExecutionRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-cfn-exec-role-${AWS::AccountId}-${AWS::Region}",
|
|
69
|
-
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/
|
|
69
|
+
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/7093db8fbd617f2358d33b02025104feec38ac412e546c35f0817cb078c037b6.json",
|
|
70
70
|
"requiresBootstrapStackVersion": 6,
|
|
71
71
|
"bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
|
|
72
72
|
"additionalDependencies": [
|
|
@@ -82,16 +82,16 @@
|
|
|
82
82
|
"iotsqs-use-queue-props.assets"
|
|
83
83
|
],
|
|
84
84
|
"metadata": {
|
|
85
|
-
"/iotsqs-use-queue-props/test-iot-sqs-stack/
|
|
85
|
+
"/iotsqs-use-queue-props/test-iot-sqs-stack/queue-dlq/Resource": [
|
|
86
86
|
{
|
|
87
87
|
"type": "aws:cdk:logicalId",
|
|
88
|
-
"data": "
|
|
88
|
+
"data": "testiotsqsstackqueuedlq8FBD6728"
|
|
89
89
|
}
|
|
90
90
|
],
|
|
91
|
-
"/iotsqs-use-queue-props/test-iot-sqs-stack/
|
|
91
|
+
"/iotsqs-use-queue-props/test-iot-sqs-stack/queue-dlq/Policy/Resource": [
|
|
92
92
|
{
|
|
93
93
|
"type": "aws:cdk:logicalId",
|
|
94
|
-
"data": "
|
|
94
|
+
"data": "testiotsqsstackqueuedlqPolicyC72D7226"
|
|
95
95
|
}
|
|
96
96
|
],
|
|
97
97
|
"/iotsqs-use-queue-props/test-iot-sqs-stack/'queueKey'/Resource": [
|
|
@@ -148,10 +148,19 @@
|
|
|
148
148
|
"data": "CheckBootstrapVersion"
|
|
149
149
|
}
|
|
150
150
|
],
|
|
151
|
-
"
|
|
151
|
+
"testiotsqsstackdeadLetterQueueA417EB97": [
|
|
152
152
|
{
|
|
153
153
|
"type": "aws:cdk:logicalId",
|
|
154
|
-
"data": "
|
|
154
|
+
"data": "testiotsqsstackdeadLetterQueueA417EB97",
|
|
155
|
+
"trace": [
|
|
156
|
+
"!!DESTRUCTIVE_CHANGES: WILL_DESTROY"
|
|
157
|
+
]
|
|
158
|
+
}
|
|
159
|
+
],
|
|
160
|
+
"testiotsqsstackdeadLetterQueuePolicyD0F4B7D3": [
|
|
161
|
+
{
|
|
162
|
+
"type": "aws:cdk:logicalId",
|
|
163
|
+
"data": "testiotsqsstackdeadLetterQueuePolicyD0F4B7D3",
|
|
155
164
|
"trace": [
|
|
156
165
|
"!!DESTRUCTIVE_CHANGES: WILL_DESTROY"
|
|
157
166
|
]
|