@aws-solutions-constructs/aws-iot-sqs 2.54.1 → 2.56.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 +58 -6
- package/lib/index.js +1 -1
- 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 +3 -3
- package/test/integ.iotsqs-custom-max-receive-count.js.snapshot/manifest.json +12 -3
- package/test/integ.iotsqs-custom-max-receive-count.js.snapshot/tree.json +34 -34
- package/test/integ.iotsqs-dead-letter-queue-off.js.snapshot/iotsqs-dead-letter-queue-off.assets.json +2 -2
- package/test/integ.iotsqs-dead-letter-queue-off.js.snapshot/iotsqs-dead-letter-queue-off.template.json +3 -3
- package/test/integ.iotsqs-dead-letter-queue-off.js.snapshot/manifest.json +12 -3
- package/test/integ.iotsqs-dead-letter-queue-off.js.snapshot/tree.json +30 -30
- 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 +3 -3
- package/test/integ.iotsqs-default-arguments.js.snapshot/manifest.json +12 -3
- package/test/integ.iotsqs-default-arguments.js.snapshot/tree.json +34 -34
- 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 +5 -5
- package/test/integ.iotsqs-use-kms-key-props.js.snapshot/manifest.json +23 -5
- package/test/integ.iotsqs-use-kms-key-props.js.snapshot/tree.json +39 -39
- 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 +3 -3
- package/test/integ.iotsqs-use-queue-props.js.snapshot/manifest.json +12 -3
- package/test/integ.iotsqs-use-queue-props.js.snapshot/tree.json +34 -34
- package/test/iot-sqs.test.js +4 -4
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
"id": "test-iot-sqs-stack",
|
|
13
13
|
"path": "iotsqs-dead-letter-queue-off/test-iot-sqs-stack",
|
|
14
14
|
"children": {
|
|
15
|
-
"
|
|
16
|
-
"id": "
|
|
17
|
-
"path": "iotsqs-dead-letter-queue-off/test-iot-sqs-stack/
|
|
15
|
+
"'queueKey'": {
|
|
16
|
+
"id": "'queueKey'",
|
|
17
|
+
"path": "iotsqs-dead-letter-queue-off/test-iot-sqs-stack/'queueKey'",
|
|
18
18
|
"children": {
|
|
19
19
|
"Resource": {
|
|
20
20
|
"id": "Resource",
|
|
21
|
-
"path": "iotsqs-dead-letter-queue-off/test-iot-sqs-stack/
|
|
21
|
+
"path": "iotsqs-dead-letter-queue-off/test-iot-sqs-stack/'queueKey'/Resource",
|
|
22
22
|
"attributes": {
|
|
23
23
|
"aws:cdk:cloudformation:type": "AWS::KMS::Key",
|
|
24
24
|
"aws:cdk:cloudformation:props": {
|
|
@@ -81,13 +81,13 @@
|
|
|
81
81
|
},
|
|
82
82
|
"constructInfo": {
|
|
83
83
|
"fqn": "aws-cdk-lib.aws_kms.CfnKey",
|
|
84
|
-
"version": "2.
|
|
84
|
+
"version": "2.135.0"
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
},
|
|
88
88
|
"constructInfo": {
|
|
89
89
|
"fqn": "aws-cdk-lib.aws_kms.Key",
|
|
90
|
-
"version": "2.
|
|
90
|
+
"version": "2.135.0"
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
93
|
"queue": {
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"aws:cdk:cloudformation:props": {
|
|
103
103
|
"kmsMasterKeyId": {
|
|
104
104
|
"Fn::GetAtt": [
|
|
105
|
-
"
|
|
105
|
+
"testiotsqsstackqueueKey077AA61D",
|
|
106
106
|
"Arn"
|
|
107
107
|
]
|
|
108
108
|
},
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
},
|
|
112
112
|
"constructInfo": {
|
|
113
113
|
"fqn": "aws-cdk-lib.aws_sqs.CfnQueue",
|
|
114
|
-
"version": "2.
|
|
114
|
+
"version": "2.135.0"
|
|
115
115
|
}
|
|
116
116
|
},
|
|
117
117
|
"Policy": {
|
|
@@ -194,19 +194,19 @@
|
|
|
194
194
|
},
|
|
195
195
|
"constructInfo": {
|
|
196
196
|
"fqn": "aws-cdk-lib.aws_sqs.CfnQueuePolicy",
|
|
197
|
-
"version": "2.
|
|
197
|
+
"version": "2.135.0"
|
|
198
198
|
}
|
|
199
199
|
}
|
|
200
200
|
},
|
|
201
201
|
"constructInfo": {
|
|
202
202
|
"fqn": "aws-cdk-lib.aws_sqs.QueuePolicy",
|
|
203
|
-
"version": "2.
|
|
203
|
+
"version": "2.135.0"
|
|
204
204
|
}
|
|
205
205
|
}
|
|
206
206
|
},
|
|
207
207
|
"constructInfo": {
|
|
208
208
|
"fqn": "aws-cdk-lib.aws_sqs.Queue",
|
|
209
|
-
"version": "2.
|
|
209
|
+
"version": "2.135.0"
|
|
210
210
|
}
|
|
211
211
|
},
|
|
212
212
|
"iot-actions-role": {
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"path": "iotsqs-dead-letter-queue-off/test-iot-sqs-stack/iot-actions-role/Importiot-actions-role",
|
|
219
219
|
"constructInfo": {
|
|
220
220
|
"fqn": "aws-cdk-lib.Resource",
|
|
221
|
-
"version": "2.
|
|
221
|
+
"version": "2.135.0"
|
|
222
222
|
}
|
|
223
223
|
},
|
|
224
224
|
"Resource": {
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
},
|
|
244
244
|
"constructInfo": {
|
|
245
245
|
"fqn": "aws-cdk-lib.aws_iam.CfnRole",
|
|
246
|
-
"version": "2.
|
|
246
|
+
"version": "2.135.0"
|
|
247
247
|
}
|
|
248
248
|
},
|
|
249
249
|
"DefaultPolicy": {
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
"Effect": "Allow",
|
|
283
283
|
"Resource": {
|
|
284
284
|
"Fn::GetAtt": [
|
|
285
|
-
"
|
|
285
|
+
"testiotsqsstackqueueKey077AA61D",
|
|
286
286
|
"Arn"
|
|
287
287
|
]
|
|
288
288
|
}
|
|
@@ -300,19 +300,19 @@
|
|
|
300
300
|
},
|
|
301
301
|
"constructInfo": {
|
|
302
302
|
"fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
|
|
303
|
-
"version": "2.
|
|
303
|
+
"version": "2.135.0"
|
|
304
304
|
}
|
|
305
305
|
}
|
|
306
306
|
},
|
|
307
307
|
"constructInfo": {
|
|
308
308
|
"fqn": "aws-cdk-lib.aws_iam.Policy",
|
|
309
|
-
"version": "2.
|
|
309
|
+
"version": "2.135.0"
|
|
310
310
|
}
|
|
311
311
|
}
|
|
312
312
|
},
|
|
313
313
|
"constructInfo": {
|
|
314
314
|
"fqn": "aws-cdk-lib.aws_iam.Role",
|
|
315
|
-
"version": "2.
|
|
315
|
+
"version": "2.135.0"
|
|
316
316
|
}
|
|
317
317
|
},
|
|
318
318
|
"IotTopicRule": {
|
|
@@ -345,13 +345,13 @@
|
|
|
345
345
|
},
|
|
346
346
|
"constructInfo": {
|
|
347
347
|
"fqn": "aws-cdk-lib.aws_iot.CfnTopicRule",
|
|
348
|
-
"version": "2.
|
|
348
|
+
"version": "2.135.0"
|
|
349
349
|
}
|
|
350
350
|
}
|
|
351
351
|
},
|
|
352
352
|
"constructInfo": {
|
|
353
353
|
"fqn": "@aws-solutions-constructs/aws-iot-sqs.IotToSqs",
|
|
354
|
-
"version": "2.
|
|
354
|
+
"version": "2.54.1"
|
|
355
355
|
}
|
|
356
356
|
},
|
|
357
357
|
"Integ": {
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
"path": "iotsqs-dead-letter-queue-off/Integ/DefaultTest/Default",
|
|
368
368
|
"constructInfo": {
|
|
369
369
|
"fqn": "constructs.Construct",
|
|
370
|
-
"version": "10.
|
|
370
|
+
"version": "10.3.0"
|
|
371
371
|
}
|
|
372
372
|
},
|
|
373
373
|
"DeployAssert": {
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
"path": "iotsqs-dead-letter-queue-off/Integ/DefaultTest/DeployAssert/BootstrapVersion",
|
|
380
380
|
"constructInfo": {
|
|
381
381
|
"fqn": "aws-cdk-lib.CfnParameter",
|
|
382
|
-
"version": "2.
|
|
382
|
+
"version": "2.135.0"
|
|
383
383
|
}
|
|
384
384
|
},
|
|
385
385
|
"CheckBootstrapVersion": {
|
|
@@ -387,25 +387,25 @@
|
|
|
387
387
|
"path": "iotsqs-dead-letter-queue-off/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion",
|
|
388
388
|
"constructInfo": {
|
|
389
389
|
"fqn": "aws-cdk-lib.CfnRule",
|
|
390
|
-
"version": "2.
|
|
390
|
+
"version": "2.135.0"
|
|
391
391
|
}
|
|
392
392
|
}
|
|
393
393
|
},
|
|
394
394
|
"constructInfo": {
|
|
395
395
|
"fqn": "aws-cdk-lib.Stack",
|
|
396
|
-
"version": "2.
|
|
396
|
+
"version": "2.135.0"
|
|
397
397
|
}
|
|
398
398
|
}
|
|
399
399
|
},
|
|
400
400
|
"constructInfo": {
|
|
401
401
|
"fqn": "@aws-cdk/integ-tests-alpha.IntegTestCase",
|
|
402
|
-
"version": "2.
|
|
402
|
+
"version": "2.135.0-alpha.0"
|
|
403
403
|
}
|
|
404
404
|
}
|
|
405
405
|
},
|
|
406
406
|
"constructInfo": {
|
|
407
407
|
"fqn": "@aws-cdk/integ-tests-alpha.IntegTest",
|
|
408
|
-
"version": "2.
|
|
408
|
+
"version": "2.135.0-alpha.0"
|
|
409
409
|
}
|
|
410
410
|
},
|
|
411
411
|
"BootstrapVersion": {
|
|
@@ -413,7 +413,7 @@
|
|
|
413
413
|
"path": "iotsqs-dead-letter-queue-off/BootstrapVersion",
|
|
414
414
|
"constructInfo": {
|
|
415
415
|
"fqn": "aws-cdk-lib.CfnParameter",
|
|
416
|
-
"version": "2.
|
|
416
|
+
"version": "2.135.0"
|
|
417
417
|
}
|
|
418
418
|
},
|
|
419
419
|
"CheckBootstrapVersion": {
|
|
@@ -421,13 +421,13 @@
|
|
|
421
421
|
"path": "iotsqs-dead-letter-queue-off/CheckBootstrapVersion",
|
|
422
422
|
"constructInfo": {
|
|
423
423
|
"fqn": "aws-cdk-lib.CfnRule",
|
|
424
|
-
"version": "2.
|
|
424
|
+
"version": "2.135.0"
|
|
425
425
|
}
|
|
426
426
|
}
|
|
427
427
|
},
|
|
428
428
|
"constructInfo": {
|
|
429
429
|
"fqn": "aws-cdk-lib.Stack",
|
|
430
|
-
"version": "2.
|
|
430
|
+
"version": "2.135.0"
|
|
431
431
|
}
|
|
432
432
|
},
|
|
433
433
|
"Tree": {
|
|
@@ -435,13 +435,13 @@
|
|
|
435
435
|
"path": "Tree",
|
|
436
436
|
"constructInfo": {
|
|
437
437
|
"fqn": "constructs.Construct",
|
|
438
|
-
"version": "10.
|
|
438
|
+
"version": "10.3.0"
|
|
439
439
|
}
|
|
440
440
|
}
|
|
441
441
|
},
|
|
442
442
|
"constructInfo": {
|
|
443
443
|
"fqn": "aws-cdk-lib.App",
|
|
444
|
-
"version": "2.
|
|
444
|
+
"version": "2.135.0"
|
|
445
445
|
}
|
|
446
446
|
}
|
|
447
447
|
}
|
package/test/integ.iotsqs-default-arguments.js.snapshot/iotsqs-default-arguments.assets.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "36.0.0",
|
|
3
3
|
"files": {
|
|
4
|
-
"
|
|
4
|
+
"902a33b7ce4ddb47244fc7d63c8934696e4d761ce3cc13b277bc4bcc25498473": {
|
|
5
5
|
"source": {
|
|
6
6
|
"path": "iotsqs-default-arguments.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": "902a33b7ce4ddb47244fc7d63c8934696e4d761ce3cc13b277bc4bcc25498473.json",
|
|
13
13
|
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
|
|
14
14
|
}
|
|
15
15
|
}
|
package/test/integ.iotsqs-default-arguments.js.snapshot/iotsqs-default-arguments.template.json
CHANGED
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
]
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"
|
|
83
|
+
"testiotsqsstackqueueKey077AA61D": {
|
|
84
84
|
"Type": "AWS::KMS::Key",
|
|
85
85
|
"Properties": {
|
|
86
86
|
"EnableKeyRotation": true,
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"Properties": {
|
|
148
148
|
"KmsMasterKeyId": {
|
|
149
149
|
"Fn::GetAtt": [
|
|
150
|
-
"
|
|
150
|
+
"testiotsqsstackqueueKey077AA61D",
|
|
151
151
|
"Arn"
|
|
152
152
|
]
|
|
153
153
|
},
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
"Effect": "Allow",
|
|
282
282
|
"Resource": {
|
|
283
283
|
"Fn::GetAtt": [
|
|
284
|
-
"
|
|
284
|
+
"testiotsqsstackqueueKey077AA61D",
|
|
285
285
|
"Arn"
|
|
286
286
|
]
|
|
287
287
|
}
|
|
@@ -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}/902a33b7ce4ddb47244fc7d63c8934696e4d761ce3cc13b277bc4bcc25498473.json",
|
|
70
70
|
"requiresBootstrapStackVersion": 6,
|
|
71
71
|
"bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
|
|
72
72
|
"additionalDependencies": [
|
|
@@ -94,10 +94,10 @@
|
|
|
94
94
|
"data": "testiotsqsstackdeadLetterQueuePolicyD0F4B7D3"
|
|
95
95
|
}
|
|
96
96
|
],
|
|
97
|
-
"/iotsqs-default-arguments/test-iot-sqs-stack/
|
|
97
|
+
"/iotsqs-default-arguments/test-iot-sqs-stack/'queueKey'/Resource": [
|
|
98
98
|
{
|
|
99
99
|
"type": "aws:cdk:logicalId",
|
|
100
|
-
"data": "
|
|
100
|
+
"data": "testiotsqsstackqueueKey077AA61D"
|
|
101
101
|
}
|
|
102
102
|
],
|
|
103
103
|
"/iotsqs-default-arguments/test-iot-sqs-stack/queue": [
|
|
@@ -147,6 +147,15 @@
|
|
|
147
147
|
"type": "aws:cdk:logicalId",
|
|
148
148
|
"data": "CheckBootstrapVersion"
|
|
149
149
|
}
|
|
150
|
+
],
|
|
151
|
+
"testiotsqsstackEncryptionKeyAB09201B": [
|
|
152
|
+
{
|
|
153
|
+
"type": "aws:cdk:logicalId",
|
|
154
|
+
"data": "testiotsqsstackEncryptionKeyAB09201B",
|
|
155
|
+
"trace": [
|
|
156
|
+
"!!DESTRUCTIVE_CHANGES: WILL_DESTROY"
|
|
157
|
+
]
|
|
158
|
+
}
|
|
150
159
|
]
|
|
151
160
|
},
|
|
152
161
|
"displayName": "iotsqs-default-arguments"
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"constructInfo": {
|
|
29
29
|
"fqn": "aws-cdk-lib.aws_sqs.CfnQueue",
|
|
30
|
-
"version": "2.
|
|
30
|
+
"version": "2.135.0"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"Policy": {
|
|
@@ -110,28 +110,28 @@
|
|
|
110
110
|
},
|
|
111
111
|
"constructInfo": {
|
|
112
112
|
"fqn": "aws-cdk-lib.aws_sqs.CfnQueuePolicy",
|
|
113
|
-
"version": "2.
|
|
113
|
+
"version": "2.135.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.135.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.135.0"
|
|
126
126
|
}
|
|
127
127
|
},
|
|
128
|
-
"
|
|
129
|
-
"id": "
|
|
130
|
-
"path": "iotsqs-default-arguments/test-iot-sqs-stack/
|
|
128
|
+
"'queueKey'": {
|
|
129
|
+
"id": "'queueKey'",
|
|
130
|
+
"path": "iotsqs-default-arguments/test-iot-sqs-stack/'queueKey'",
|
|
131
131
|
"children": {
|
|
132
132
|
"Resource": {
|
|
133
133
|
"id": "Resource",
|
|
134
|
-
"path": "iotsqs-default-arguments/test-iot-sqs-stack/
|
|
134
|
+
"path": "iotsqs-default-arguments/test-iot-sqs-stack/'queueKey'/Resource",
|
|
135
135
|
"attributes": {
|
|
136
136
|
"aws:cdk:cloudformation:type": "AWS::KMS::Key",
|
|
137
137
|
"aws:cdk:cloudformation:props": {
|
|
@@ -194,13 +194,13 @@
|
|
|
194
194
|
},
|
|
195
195
|
"constructInfo": {
|
|
196
196
|
"fqn": "aws-cdk-lib.aws_kms.CfnKey",
|
|
197
|
-
"version": "2.
|
|
197
|
+
"version": "2.135.0"
|
|
198
198
|
}
|
|
199
199
|
}
|
|
200
200
|
},
|
|
201
201
|
"constructInfo": {
|
|
202
202
|
"fqn": "aws-cdk-lib.aws_kms.Key",
|
|
203
|
-
"version": "2.
|
|
203
|
+
"version": "2.135.0"
|
|
204
204
|
}
|
|
205
205
|
},
|
|
206
206
|
"queue": {
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"aws:cdk:cloudformation:props": {
|
|
216
216
|
"kmsMasterKeyId": {
|
|
217
217
|
"Fn::GetAtt": [
|
|
218
|
-
"
|
|
218
|
+
"testiotsqsstackqueueKey077AA61D",
|
|
219
219
|
"Arn"
|
|
220
220
|
]
|
|
221
221
|
},
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
},
|
|
233
233
|
"constructInfo": {
|
|
234
234
|
"fqn": "aws-cdk-lib.aws_sqs.CfnQueue",
|
|
235
|
-
"version": "2.
|
|
235
|
+
"version": "2.135.0"
|
|
236
236
|
}
|
|
237
237
|
},
|
|
238
238
|
"Policy": {
|
|
@@ -315,19 +315,19 @@
|
|
|
315
315
|
},
|
|
316
316
|
"constructInfo": {
|
|
317
317
|
"fqn": "aws-cdk-lib.aws_sqs.CfnQueuePolicy",
|
|
318
|
-
"version": "2.
|
|
318
|
+
"version": "2.135.0"
|
|
319
319
|
}
|
|
320
320
|
}
|
|
321
321
|
},
|
|
322
322
|
"constructInfo": {
|
|
323
323
|
"fqn": "aws-cdk-lib.aws_sqs.QueuePolicy",
|
|
324
|
-
"version": "2.
|
|
324
|
+
"version": "2.135.0"
|
|
325
325
|
}
|
|
326
326
|
}
|
|
327
327
|
},
|
|
328
328
|
"constructInfo": {
|
|
329
329
|
"fqn": "aws-cdk-lib.aws_sqs.Queue",
|
|
330
|
-
"version": "2.
|
|
330
|
+
"version": "2.135.0"
|
|
331
331
|
}
|
|
332
332
|
},
|
|
333
333
|
"iot-actions-role": {
|
|
@@ -339,7 +339,7 @@
|
|
|
339
339
|
"path": "iotsqs-default-arguments/test-iot-sqs-stack/iot-actions-role/Importiot-actions-role",
|
|
340
340
|
"constructInfo": {
|
|
341
341
|
"fqn": "aws-cdk-lib.Resource",
|
|
342
|
-
"version": "2.
|
|
342
|
+
"version": "2.135.0"
|
|
343
343
|
}
|
|
344
344
|
},
|
|
345
345
|
"Resource": {
|
|
@@ -364,7 +364,7 @@
|
|
|
364
364
|
},
|
|
365
365
|
"constructInfo": {
|
|
366
366
|
"fqn": "aws-cdk-lib.aws_iam.CfnRole",
|
|
367
|
-
"version": "2.
|
|
367
|
+
"version": "2.135.0"
|
|
368
368
|
}
|
|
369
369
|
},
|
|
370
370
|
"DefaultPolicy": {
|
|
@@ -403,7 +403,7 @@
|
|
|
403
403
|
"Effect": "Allow",
|
|
404
404
|
"Resource": {
|
|
405
405
|
"Fn::GetAtt": [
|
|
406
|
-
"
|
|
406
|
+
"testiotsqsstackqueueKey077AA61D",
|
|
407
407
|
"Arn"
|
|
408
408
|
]
|
|
409
409
|
}
|
|
@@ -421,19 +421,19 @@
|
|
|
421
421
|
},
|
|
422
422
|
"constructInfo": {
|
|
423
423
|
"fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
|
|
424
|
-
"version": "2.
|
|
424
|
+
"version": "2.135.0"
|
|
425
425
|
}
|
|
426
426
|
}
|
|
427
427
|
},
|
|
428
428
|
"constructInfo": {
|
|
429
429
|
"fqn": "aws-cdk-lib.aws_iam.Policy",
|
|
430
|
-
"version": "2.
|
|
430
|
+
"version": "2.135.0"
|
|
431
431
|
}
|
|
432
432
|
}
|
|
433
433
|
},
|
|
434
434
|
"constructInfo": {
|
|
435
435
|
"fqn": "aws-cdk-lib.aws_iam.Role",
|
|
436
|
-
"version": "2.
|
|
436
|
+
"version": "2.135.0"
|
|
437
437
|
}
|
|
438
438
|
},
|
|
439
439
|
"IotTopicRule": {
|
|
@@ -466,13 +466,13 @@
|
|
|
466
466
|
},
|
|
467
467
|
"constructInfo": {
|
|
468
468
|
"fqn": "aws-cdk-lib.aws_iot.CfnTopicRule",
|
|
469
|
-
"version": "2.
|
|
469
|
+
"version": "2.135.0"
|
|
470
470
|
}
|
|
471
471
|
}
|
|
472
472
|
},
|
|
473
473
|
"constructInfo": {
|
|
474
474
|
"fqn": "@aws-solutions-constructs/aws-iot-sqs.IotToSqs",
|
|
475
|
-
"version": "2.
|
|
475
|
+
"version": "2.54.1"
|
|
476
476
|
}
|
|
477
477
|
},
|
|
478
478
|
"Integ": {
|
|
@@ -488,7 +488,7 @@
|
|
|
488
488
|
"path": "iotsqs-default-arguments/Integ/DefaultTest/Default",
|
|
489
489
|
"constructInfo": {
|
|
490
490
|
"fqn": "constructs.Construct",
|
|
491
|
-
"version": "10.
|
|
491
|
+
"version": "10.3.0"
|
|
492
492
|
}
|
|
493
493
|
},
|
|
494
494
|
"DeployAssert": {
|
|
@@ -500,7 +500,7 @@
|
|
|
500
500
|
"path": "iotsqs-default-arguments/Integ/DefaultTest/DeployAssert/BootstrapVersion",
|
|
501
501
|
"constructInfo": {
|
|
502
502
|
"fqn": "aws-cdk-lib.CfnParameter",
|
|
503
|
-
"version": "2.
|
|
503
|
+
"version": "2.135.0"
|
|
504
504
|
}
|
|
505
505
|
},
|
|
506
506
|
"CheckBootstrapVersion": {
|
|
@@ -508,25 +508,25 @@
|
|
|
508
508
|
"path": "iotsqs-default-arguments/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion",
|
|
509
509
|
"constructInfo": {
|
|
510
510
|
"fqn": "aws-cdk-lib.CfnRule",
|
|
511
|
-
"version": "2.
|
|
511
|
+
"version": "2.135.0"
|
|
512
512
|
}
|
|
513
513
|
}
|
|
514
514
|
},
|
|
515
515
|
"constructInfo": {
|
|
516
516
|
"fqn": "aws-cdk-lib.Stack",
|
|
517
|
-
"version": "2.
|
|
517
|
+
"version": "2.135.0"
|
|
518
518
|
}
|
|
519
519
|
}
|
|
520
520
|
},
|
|
521
521
|
"constructInfo": {
|
|
522
522
|
"fqn": "@aws-cdk/integ-tests-alpha.IntegTestCase",
|
|
523
|
-
"version": "2.
|
|
523
|
+
"version": "2.135.0-alpha.0"
|
|
524
524
|
}
|
|
525
525
|
}
|
|
526
526
|
},
|
|
527
527
|
"constructInfo": {
|
|
528
528
|
"fqn": "@aws-cdk/integ-tests-alpha.IntegTest",
|
|
529
|
-
"version": "2.
|
|
529
|
+
"version": "2.135.0-alpha.0"
|
|
530
530
|
}
|
|
531
531
|
},
|
|
532
532
|
"BootstrapVersion": {
|
|
@@ -534,7 +534,7 @@
|
|
|
534
534
|
"path": "iotsqs-default-arguments/BootstrapVersion",
|
|
535
535
|
"constructInfo": {
|
|
536
536
|
"fqn": "aws-cdk-lib.CfnParameter",
|
|
537
|
-
"version": "2.
|
|
537
|
+
"version": "2.135.0"
|
|
538
538
|
}
|
|
539
539
|
},
|
|
540
540
|
"CheckBootstrapVersion": {
|
|
@@ -542,13 +542,13 @@
|
|
|
542
542
|
"path": "iotsqs-default-arguments/CheckBootstrapVersion",
|
|
543
543
|
"constructInfo": {
|
|
544
544
|
"fqn": "aws-cdk-lib.CfnRule",
|
|
545
|
-
"version": "2.
|
|
545
|
+
"version": "2.135.0"
|
|
546
546
|
}
|
|
547
547
|
}
|
|
548
548
|
},
|
|
549
549
|
"constructInfo": {
|
|
550
550
|
"fqn": "aws-cdk-lib.Stack",
|
|
551
|
-
"version": "2.
|
|
551
|
+
"version": "2.135.0"
|
|
552
552
|
}
|
|
553
553
|
},
|
|
554
554
|
"Tree": {
|
|
@@ -556,13 +556,13 @@
|
|
|
556
556
|
"path": "Tree",
|
|
557
557
|
"constructInfo": {
|
|
558
558
|
"fqn": "constructs.Construct",
|
|
559
|
-
"version": "10.
|
|
559
|
+
"version": "10.3.0"
|
|
560
560
|
}
|
|
561
561
|
}
|
|
562
562
|
},
|
|
563
563
|
"constructInfo": {
|
|
564
564
|
"fqn": "aws-cdk-lib.App",
|
|
565
|
-
"version": "2.
|
|
565
|
+
"version": "2.135.0"
|
|
566
566
|
}
|
|
567
567
|
}
|
|
568
568
|
}
|
package/test/integ.iotsqs-use-kms-key-props.js.snapshot/iotsqs-use-kms-key-props.assets.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "36.0.0",
|
|
3
3
|
"files": {
|
|
4
|
-
"
|
|
4
|
+
"8a6a1dd419bec167f76681aa4737672b4e7552a26d67c990e512393bef3ac357": {
|
|
5
5
|
"source": {
|
|
6
6
|
"path": "iotsqs-use-kms-key-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": "8a6a1dd419bec167f76681aa4737672b4e7552a26d67c990e512393bef3ac357.json",
|
|
13
13
|
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
|
|
14
14
|
}
|
|
15
15
|
}
|
package/test/integ.iotsqs-use-kms-key-props.js.snapshot/iotsqs-use-kms-key-props.template.json
CHANGED
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
]
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"
|
|
83
|
+
"testiotsqsstackqueueKey077AA61D": {
|
|
84
84
|
"Type": "AWS::KMS::Key",
|
|
85
85
|
"Properties": {
|
|
86
86
|
"EnableKeyRotation": true,
|
|
@@ -142,13 +142,13 @@
|
|
|
142
142
|
"UpdateReplacePolicy": "Retain",
|
|
143
143
|
"DeletionPolicy": "Retain"
|
|
144
144
|
},
|
|
145
|
-
"
|
|
145
|
+
"testiotsqsstackqueueKeyAliasB4280862": {
|
|
146
146
|
"Type": "AWS::KMS::Alias",
|
|
147
147
|
"Properties": {
|
|
148
148
|
"AliasName": "alias/new-key-alias-from-props",
|
|
149
149
|
"TargetKeyId": {
|
|
150
150
|
"Fn::GetAtt": [
|
|
151
|
-
"
|
|
151
|
+
"testiotsqsstackqueueKey077AA61D",
|
|
152
152
|
"Arn"
|
|
153
153
|
]
|
|
154
154
|
}
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"Properties": {
|
|
160
160
|
"KmsMasterKeyId": {
|
|
161
161
|
"Fn::GetAtt": [
|
|
162
|
-
"
|
|
162
|
+
"testiotsqsstackqueueKey077AA61D",
|
|
163
163
|
"Arn"
|
|
164
164
|
]
|
|
165
165
|
},
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
"Effect": "Allow",
|
|
294
294
|
"Resource": {
|
|
295
295
|
"Fn::GetAtt": [
|
|
296
|
-
"
|
|
296
|
+
"testiotsqsstackqueueKey077AA61D",
|
|
297
297
|
"Arn"
|
|
298
298
|
]
|
|
299
299
|
}
|