@aws-solutions-constructs/aws-iot-sqs 2.51.0 → 2.52.1

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 (85) hide show
  1. package/.eslintignore +3 -1
  2. package/.jsii +49 -4
  3. package/integ.config.json +7 -0
  4. package/lib/index.js +1 -1
  5. package/package.json +9 -8
  6. package/test/integ.iotsqs-custom-max-receive-count.js +5 -2
  7. package/test/integ.iotsqs-custom-max-receive-count.js.snapshot/cdk.out +1 -0
  8. package/test/integ.iotsqs-custom-max-receive-count.js.snapshot/integ.json +12 -0
  9. package/test/integ.iotsqs-custom-max-receive-count.js.snapshot/iotsqs-custom-max-receive-count.assets.json +19 -0
  10. package/test/integ.iotsqs-custom-max-receive-count.js.snapshot/iotsqs-custom-max-receive-count.template.json +362 -0
  11. package/test/integ.iotsqs-custom-max-receive-count.js.snapshot/iotsqscustommaxreceivecountIntegDefaultTestDeployAssert73D6F7FF.assets.json +19 -0
  12. package/test/integ.iotsqs-custom-max-receive-count.js.snapshot/iotsqscustommaxreceivecountIntegDefaultTestDeployAssert73D6F7FF.template.json +36 -0
  13. package/test/integ.iotsqs-custom-max-receive-count.js.snapshot/manifest.json +161 -0
  14. package/test/integ.iotsqs-custom-max-receive-count.js.snapshot/tree.json +570 -0
  15. package/test/integ.iotsqs-dead-letter-queue-off.js +5 -2
  16. package/test/integ.iotsqs-dead-letter-queue-off.js.snapshot/cdk.out +1 -0
  17. package/test/integ.iotsqs-dead-letter-queue-off.js.snapshot/integ.json +12 -0
  18. package/test/integ.iotsqs-dead-letter-queue-off.js.snapshot/iotsqs-dead-letter-queue-off.assets.json +19 -0
  19. package/test/integ.iotsqs-dead-letter-queue-off.js.snapshot/iotsqs-dead-letter-queue-off.template.json +273 -0
  20. package/test/integ.iotsqs-dead-letter-queue-off.js.snapshot/iotsqsdeadletterqueueoffIntegDefaultTestDeployAssertDAEB8150.assets.json +19 -0
  21. package/test/integ.iotsqs-dead-letter-queue-off.js.snapshot/iotsqsdeadletterqueueoffIntegDefaultTestDeployAssertDAEB8150.template.json +36 -0
  22. package/test/integ.iotsqs-dead-letter-queue-off.js.snapshot/manifest.json +149 -0
  23. package/test/integ.iotsqs-dead-letter-queue-off.js.snapshot/tree.json +447 -0
  24. package/test/integ.iotsqs-default-arguments.js +5 -2
  25. package/test/integ.iotsqs-default-arguments.js.snapshot/cdk.out +1 -0
  26. package/test/integ.iotsqs-default-arguments.js.snapshot/integ.json +12 -0
  27. package/test/integ.iotsqs-default-arguments.js.snapshot/iotsqs-default-arguments.assets.json +19 -0
  28. package/test/integ.iotsqs-default-arguments.js.snapshot/iotsqs-default-arguments.template.json +360 -0
  29. package/test/integ.iotsqs-default-arguments.js.snapshot/iotsqsdefaultargumentsIntegDefaultTestDeployAssertB545C643.assets.json +19 -0
  30. package/test/integ.iotsqs-default-arguments.js.snapshot/iotsqsdefaultargumentsIntegDefaultTestDeployAssertB545C643.template.json +36 -0
  31. package/test/integ.iotsqs-default-arguments.js.snapshot/manifest.json +161 -0
  32. package/test/integ.iotsqs-default-arguments.js.snapshot/tree.json +568 -0
  33. package/test/integ.iotsqs-existing-queue.js +5 -2
  34. package/test/integ.iotsqs-existing-queue.js.snapshot/cdk.out +1 -0
  35. package/test/integ.iotsqs-existing-queue.js.snapshot/integ.json +12 -0
  36. package/test/integ.iotsqs-existing-queue.js.snapshot/iotsqs-existing-queue.assets.json +19 -0
  37. package/test/integ.iotsqs-existing-queue.js.snapshot/iotsqs-existing-queue.template.json +120 -0
  38. package/test/integ.iotsqs-existing-queue.js.snapshot/iotsqsexistingqueueIntegDefaultTestDeployAssertC1833CEE.assets.json +19 -0
  39. package/test/integ.iotsqs-existing-queue.js.snapshot/iotsqsexistingqueueIntegDefaultTestDeployAssertC1833CEE.template.json +36 -0
  40. package/test/integ.iotsqs-existing-queue.js.snapshot/manifest.json +131 -0
  41. package/test/integ.iotsqs-existing-queue.js.snapshot/tree.json +260 -0
  42. package/test/integ.iotsqs-use-kms-key-props.js +5 -2
  43. package/test/integ.iotsqs-use-kms-key-props.js.snapshot/cdk.out +1 -0
  44. package/test/integ.iotsqs-use-kms-key-props.js.snapshot/integ.json +12 -0
  45. package/test/integ.iotsqs-use-kms-key-props.js.snapshot/iotsqs-use-kms-key-props.assets.json +19 -0
  46. package/test/integ.iotsqs-use-kms-key-props.js.snapshot/iotsqs-use-kms-key-props.template.json +372 -0
  47. package/test/integ.iotsqs-use-kms-key-props.js.snapshot/iotsqsusekmskeypropsIntegDefaultTestDeployAssert4B209F6F.assets.json +19 -0
  48. package/test/integ.iotsqs-use-kms-key-props.js.snapshot/iotsqsusekmskeypropsIntegDefaultTestDeployAssert4B209F6F.template.json +36 -0
  49. package/test/integ.iotsqs-use-kms-key-props.js.snapshot/manifest.json +167 -0
  50. package/test/integ.iotsqs-use-kms-key-props.js.snapshot/tree.json +598 -0
  51. package/test/integ.iotsqs-use-queue-props.js +5 -2
  52. package/test/integ.iotsqs-use-queue-props.js.snapshot/cdk.out +1 -0
  53. package/test/integ.iotsqs-use-queue-props.js.snapshot/integ.json +12 -0
  54. package/test/integ.iotsqs-use-queue-props.js.snapshot/iotsqs-use-queue-props.assets.json +19 -0
  55. package/test/integ.iotsqs-use-queue-props.js.snapshot/iotsqs-use-queue-props.template.json +362 -0
  56. package/test/integ.iotsqs-use-queue-props.js.snapshot/iotsqsusequeuepropsIntegDefaultTestDeployAssertE88E6656.assets.json +19 -0
  57. package/test/integ.iotsqs-use-queue-props.js.snapshot/iotsqsusequeuepropsIntegDefaultTestDeployAssertE88E6656.template.json +36 -0
  58. package/test/integ.iotsqs-use-queue-props.js.snapshot/manifest.json +161 -0
  59. package/test/integ.iotsqs-use-queue-props.js.snapshot/tree.json +570 -0
  60. package/test/integ.iotsqs-with-existing-key.js +5 -2
  61. package/test/integ.iotsqs-with-existing-key.js.snapshot/cdk.out +1 -0
  62. package/test/integ.iotsqs-with-existing-key.js.snapshot/integ.json +12 -0
  63. package/test/integ.iotsqs-with-existing-key.js.snapshot/iotsqs-with-existing-key.assets.json +19 -0
  64. package/test/integ.iotsqs-with-existing-key.js.snapshot/iotsqs-with-existing-key.template.json +372 -0
  65. package/test/integ.iotsqs-with-existing-key.js.snapshot/iotsqswithexistingkeyIntegDefaultTestDeployAssert7A2CD336.assets.json +19 -0
  66. package/test/integ.iotsqs-with-existing-key.js.snapshot/iotsqswithexistingkeyIntegDefaultTestDeployAssert7A2CD336.template.json +36 -0
  67. package/test/integ.iotsqs-with-existing-key.js.snapshot/manifest.json +167 -0
  68. package/test/integ.iotsqs-with-existing-key.js.snapshot/tree.json +598 -0
  69. package/test/integ.iotsqs-without-create-kms-key.js +5 -2
  70. package/test/integ.iotsqs-without-create-kms-key.js.snapshot/cdk.out +1 -0
  71. package/test/integ.iotsqs-without-create-kms-key.js.snapshot/integ.json +12 -0
  72. package/test/integ.iotsqs-without-create-kms-key.js.snapshot/iotsqs-without-create-kms-key.assets.json +19 -0
  73. package/test/integ.iotsqs-without-create-kms-key.js.snapshot/iotsqs-without-create-kms-key.template.json +278 -0
  74. package/test/integ.iotsqs-without-create-kms-key.js.snapshot/iotsqswithoutcreatekmskeyIntegDefaultTestDeployAssertF21DB5E1.assets.json +19 -0
  75. package/test/integ.iotsqs-without-create-kms-key.js.snapshot/iotsqswithoutcreatekmskeyIntegDefaultTestDeployAssertF21DB5E1.template.json +36 -0
  76. package/test/integ.iotsqs-without-create-kms-key.js.snapshot/manifest.json +149 -0
  77. package/test/integ.iotsqs-without-create-kms-key.js.snapshot/tree.json +470 -0
  78. package/test/integ.iotsqs-custom-max-receive-count.expected.json +0 -376
  79. package/test/integ.iotsqs-dead-letter-queue-off.expected.json +0 -287
  80. package/test/integ.iotsqs-default-arguments.expected.json +0 -374
  81. package/test/integ.iotsqs-existing-queue.expected.json +0 -120
  82. package/test/integ.iotsqs-use-kms-key-props.expected.json +0 -386
  83. package/test/integ.iotsqs-use-queue-props.expected.json +0 -376
  84. package/test/integ.iotsqs-with-existing-key.expected.json +0 -386
  85. package/test/integ.iotsqs-without-create-kms-key.expected.json +0 -278
@@ -0,0 +1,470 @@
1
+ {
2
+ "version": "tree-0.1",
3
+ "tree": {
4
+ "id": "App",
5
+ "path": "",
6
+ "children": {
7
+ "iotsqs-without-create-kms-key": {
8
+ "id": "iotsqs-without-create-kms-key",
9
+ "path": "iotsqs-without-create-kms-key",
10
+ "children": {
11
+ "test-iot-sqs-stack": {
12
+ "id": "test-iot-sqs-stack",
13
+ "path": "iotsqs-without-create-kms-key/test-iot-sqs-stack",
14
+ "children": {
15
+ "deadLetterQueue": {
16
+ "id": "deadLetterQueue",
17
+ "path": "iotsqs-without-create-kms-key/test-iot-sqs-stack/deadLetterQueue",
18
+ "children": {
19
+ "Resource": {
20
+ "id": "Resource",
21
+ "path": "iotsqs-without-create-kms-key/test-iot-sqs-stack/deadLetterQueue/Resource",
22
+ "attributes": {
23
+ "aws:cdk:cloudformation:type": "AWS::SQS::Queue",
24
+ "aws:cdk:cloudformation:props": {
25
+ "kmsMasterKeyId": "alias/aws/sqs"
26
+ }
27
+ },
28
+ "constructInfo": {
29
+ "fqn": "aws-cdk-lib.aws_sqs.CfnQueue",
30
+ "version": "2.118.0"
31
+ }
32
+ },
33
+ "Policy": {
34
+ "id": "Policy",
35
+ "path": "iotsqs-without-create-kms-key/test-iot-sqs-stack/deadLetterQueue/Policy",
36
+ "children": {
37
+ "Resource": {
38
+ "id": "Resource",
39
+ "path": "iotsqs-without-create-kms-key/test-iot-sqs-stack/deadLetterQueue/Policy/Resource",
40
+ "attributes": {
41
+ "aws:cdk:cloudformation:type": "AWS::SQS::QueuePolicy",
42
+ "aws:cdk:cloudformation:props": {
43
+ "policyDocument": {
44
+ "Statement": [
45
+ {
46
+ "Action": [
47
+ "sqs:AddPermission",
48
+ "sqs:DeleteMessage",
49
+ "sqs:GetQueueAttributes",
50
+ "sqs:ReceiveMessage",
51
+ "sqs:RemovePermission",
52
+ "sqs:SendMessage",
53
+ "sqs:SetQueueAttributes"
54
+ ],
55
+ "Effect": "Allow",
56
+ "Principal": {
57
+ "AWS": {
58
+ "Fn::Join": [
59
+ "",
60
+ [
61
+ "arn:",
62
+ {
63
+ "Ref": "AWS::Partition"
64
+ },
65
+ ":iam::",
66
+ {
67
+ "Ref": "AWS::AccountId"
68
+ },
69
+ ":root"
70
+ ]
71
+ ]
72
+ }
73
+ },
74
+ "Resource": {
75
+ "Fn::GetAtt": [
76
+ "testiotsqsstackdeadLetterQueueA417EB97",
77
+ "Arn"
78
+ ]
79
+ },
80
+ "Sid": "QueueOwnerOnlyAccess"
81
+ },
82
+ {
83
+ "Action": "SQS:*",
84
+ "Condition": {
85
+ "Bool": {
86
+ "aws:SecureTransport": "false"
87
+ }
88
+ },
89
+ "Effect": "Deny",
90
+ "Principal": {
91
+ "AWS": "*"
92
+ },
93
+ "Resource": {
94
+ "Fn::GetAtt": [
95
+ "testiotsqsstackdeadLetterQueueA417EB97",
96
+ "Arn"
97
+ ]
98
+ },
99
+ "Sid": "HttpsOnly"
100
+ }
101
+ ],
102
+ "Version": "2012-10-17"
103
+ },
104
+ "queues": [
105
+ {
106
+ "Ref": "testiotsqsstackdeadLetterQueueA417EB97"
107
+ }
108
+ ]
109
+ }
110
+ },
111
+ "constructInfo": {
112
+ "fqn": "aws-cdk-lib.aws_sqs.CfnQueuePolicy",
113
+ "version": "2.118.0"
114
+ }
115
+ }
116
+ },
117
+ "constructInfo": {
118
+ "fqn": "aws-cdk-lib.aws_sqs.QueuePolicy",
119
+ "version": "2.118.0"
120
+ }
121
+ }
122
+ },
123
+ "constructInfo": {
124
+ "fqn": "aws-cdk-lib.aws_sqs.Queue",
125
+ "version": "2.118.0"
126
+ }
127
+ },
128
+ "queue": {
129
+ "id": "queue",
130
+ "path": "iotsqs-without-create-kms-key/test-iot-sqs-stack/queue",
131
+ "children": {
132
+ "Resource": {
133
+ "id": "Resource",
134
+ "path": "iotsqs-without-create-kms-key/test-iot-sqs-stack/queue/Resource",
135
+ "attributes": {
136
+ "aws:cdk:cloudformation:type": "AWS::SQS::Queue",
137
+ "aws:cdk:cloudformation:props": {
138
+ "kmsMasterKeyId": "alias/aws/sqs",
139
+ "redrivePolicy": {
140
+ "deadLetterTargetArn": {
141
+ "Fn::GetAtt": [
142
+ "testiotsqsstackdeadLetterQueueA417EB97",
143
+ "Arn"
144
+ ]
145
+ },
146
+ "maxReceiveCount": 15
147
+ }
148
+ }
149
+ },
150
+ "constructInfo": {
151
+ "fqn": "aws-cdk-lib.aws_sqs.CfnQueue",
152
+ "version": "2.118.0"
153
+ }
154
+ },
155
+ "Policy": {
156
+ "id": "Policy",
157
+ "path": "iotsqs-without-create-kms-key/test-iot-sqs-stack/queue/Policy",
158
+ "children": {
159
+ "Resource": {
160
+ "id": "Resource",
161
+ "path": "iotsqs-without-create-kms-key/test-iot-sqs-stack/queue/Policy/Resource",
162
+ "attributes": {
163
+ "aws:cdk:cloudformation:type": "AWS::SQS::QueuePolicy",
164
+ "aws:cdk:cloudformation:props": {
165
+ "policyDocument": {
166
+ "Statement": [
167
+ {
168
+ "Action": [
169
+ "sqs:AddPermission",
170
+ "sqs:DeleteMessage",
171
+ "sqs:GetQueueAttributes",
172
+ "sqs:ReceiveMessage",
173
+ "sqs:RemovePermission",
174
+ "sqs:SendMessage",
175
+ "sqs:SetQueueAttributes"
176
+ ],
177
+ "Effect": "Allow",
178
+ "Principal": {
179
+ "AWS": {
180
+ "Fn::Join": [
181
+ "",
182
+ [
183
+ "arn:",
184
+ {
185
+ "Ref": "AWS::Partition"
186
+ },
187
+ ":iam::",
188
+ {
189
+ "Ref": "AWS::AccountId"
190
+ },
191
+ ":root"
192
+ ]
193
+ ]
194
+ }
195
+ },
196
+ "Resource": {
197
+ "Fn::GetAtt": [
198
+ "testiotsqsstackqueue3DEA94EF",
199
+ "Arn"
200
+ ]
201
+ },
202
+ "Sid": "QueueOwnerOnlyAccess"
203
+ },
204
+ {
205
+ "Action": "SQS:*",
206
+ "Condition": {
207
+ "Bool": {
208
+ "aws:SecureTransport": "false"
209
+ }
210
+ },
211
+ "Effect": "Deny",
212
+ "Principal": {
213
+ "AWS": "*"
214
+ },
215
+ "Resource": {
216
+ "Fn::GetAtt": [
217
+ "testiotsqsstackqueue3DEA94EF",
218
+ "Arn"
219
+ ]
220
+ },
221
+ "Sid": "HttpsOnly"
222
+ }
223
+ ],
224
+ "Version": "2012-10-17"
225
+ },
226
+ "queues": [
227
+ {
228
+ "Ref": "testiotsqsstackqueue3DEA94EF"
229
+ }
230
+ ]
231
+ }
232
+ },
233
+ "constructInfo": {
234
+ "fqn": "aws-cdk-lib.aws_sqs.CfnQueuePolicy",
235
+ "version": "2.118.0"
236
+ }
237
+ }
238
+ },
239
+ "constructInfo": {
240
+ "fqn": "aws-cdk-lib.aws_sqs.QueuePolicy",
241
+ "version": "2.118.0"
242
+ }
243
+ }
244
+ },
245
+ "constructInfo": {
246
+ "fqn": "aws-cdk-lib.aws_sqs.Queue",
247
+ "version": "2.118.0"
248
+ }
249
+ },
250
+ "iot-actions-role": {
251
+ "id": "iot-actions-role",
252
+ "path": "iotsqs-without-create-kms-key/test-iot-sqs-stack/iot-actions-role",
253
+ "children": {
254
+ "Importiot-actions-role": {
255
+ "id": "Importiot-actions-role",
256
+ "path": "iotsqs-without-create-kms-key/test-iot-sqs-stack/iot-actions-role/Importiot-actions-role",
257
+ "constructInfo": {
258
+ "fqn": "aws-cdk-lib.Resource",
259
+ "version": "2.118.0"
260
+ }
261
+ },
262
+ "Resource": {
263
+ "id": "Resource",
264
+ "path": "iotsqs-without-create-kms-key/test-iot-sqs-stack/iot-actions-role/Resource",
265
+ "attributes": {
266
+ "aws:cdk:cloudformation:type": "AWS::IAM::Role",
267
+ "aws:cdk:cloudformation:props": {
268
+ "assumeRolePolicyDocument": {
269
+ "Statement": [
270
+ {
271
+ "Action": "sts:AssumeRole",
272
+ "Effect": "Allow",
273
+ "Principal": {
274
+ "Service": "iot.amazonaws.com"
275
+ }
276
+ }
277
+ ],
278
+ "Version": "2012-10-17"
279
+ }
280
+ }
281
+ },
282
+ "constructInfo": {
283
+ "fqn": "aws-cdk-lib.aws_iam.CfnRole",
284
+ "version": "2.118.0"
285
+ }
286
+ },
287
+ "DefaultPolicy": {
288
+ "id": "DefaultPolicy",
289
+ "path": "iotsqs-without-create-kms-key/test-iot-sqs-stack/iot-actions-role/DefaultPolicy",
290
+ "children": {
291
+ "Resource": {
292
+ "id": "Resource",
293
+ "path": "iotsqs-without-create-kms-key/test-iot-sqs-stack/iot-actions-role/DefaultPolicy/Resource",
294
+ "attributes": {
295
+ "aws:cdk:cloudformation:type": "AWS::IAM::Policy",
296
+ "aws:cdk:cloudformation:props": {
297
+ "policyDocument": {
298
+ "Statement": [
299
+ {
300
+ "Action": [
301
+ "sqs:GetQueueAttributes",
302
+ "sqs:GetQueueUrl",
303
+ "sqs:SendMessage"
304
+ ],
305
+ "Effect": "Allow",
306
+ "Resource": {
307
+ "Fn::GetAtt": [
308
+ "testiotsqsstackqueue3DEA94EF",
309
+ "Arn"
310
+ ]
311
+ }
312
+ }
313
+ ],
314
+ "Version": "2012-10-17"
315
+ },
316
+ "policyName": "testiotsqsstackiotactionsroleDefaultPolicy02ED7F00",
317
+ "roles": [
318
+ {
319
+ "Ref": "testiotsqsstackiotactionsrole5F8821AA"
320
+ }
321
+ ]
322
+ }
323
+ },
324
+ "constructInfo": {
325
+ "fqn": "aws-cdk-lib.aws_iam.CfnPolicy",
326
+ "version": "2.118.0"
327
+ }
328
+ }
329
+ },
330
+ "constructInfo": {
331
+ "fqn": "aws-cdk-lib.aws_iam.Policy",
332
+ "version": "2.118.0"
333
+ }
334
+ }
335
+ },
336
+ "constructInfo": {
337
+ "fqn": "aws-cdk-lib.aws_iam.Role",
338
+ "version": "2.118.0"
339
+ }
340
+ },
341
+ "IotTopicRule": {
342
+ "id": "IotTopicRule",
343
+ "path": "iotsqs-without-create-kms-key/test-iot-sqs-stack/IotTopicRule",
344
+ "attributes": {
345
+ "aws:cdk:cloudformation:type": "AWS::IoT::TopicRule",
346
+ "aws:cdk:cloudformation:props": {
347
+ "topicRulePayload": {
348
+ "ruleDisabled": false,
349
+ "actions": [
350
+ {
351
+ "sqs": {
352
+ "queueUrl": {
353
+ "Ref": "testiotsqsstackqueue3DEA94EF"
354
+ },
355
+ "roleArn": {
356
+ "Fn::GetAtt": [
357
+ "testiotsqsstackiotactionsrole5F8821AA",
358
+ "Arn"
359
+ ]
360
+ }
361
+ }
362
+ }
363
+ ],
364
+ "sql": "SELECT * FROM 'test/topic/#'",
365
+ "description": "Processing messages from IoT devices or factory machines"
366
+ }
367
+ }
368
+ },
369
+ "constructInfo": {
370
+ "fqn": "aws-cdk-lib.aws_iot.CfnTopicRule",
371
+ "version": "2.118.0"
372
+ }
373
+ }
374
+ },
375
+ "constructInfo": {
376
+ "fqn": "@aws-solutions-constructs/aws-iot-sqs.IotToSqs",
377
+ "version": "2.50.0"
378
+ }
379
+ },
380
+ "Integ": {
381
+ "id": "Integ",
382
+ "path": "iotsqs-without-create-kms-key/Integ",
383
+ "children": {
384
+ "DefaultTest": {
385
+ "id": "DefaultTest",
386
+ "path": "iotsqs-without-create-kms-key/Integ/DefaultTest",
387
+ "children": {
388
+ "Default": {
389
+ "id": "Default",
390
+ "path": "iotsqs-without-create-kms-key/Integ/DefaultTest/Default",
391
+ "constructInfo": {
392
+ "fqn": "constructs.Construct",
393
+ "version": "10.0.0"
394
+ }
395
+ },
396
+ "DeployAssert": {
397
+ "id": "DeployAssert",
398
+ "path": "iotsqs-without-create-kms-key/Integ/DefaultTest/DeployAssert",
399
+ "children": {
400
+ "BootstrapVersion": {
401
+ "id": "BootstrapVersion",
402
+ "path": "iotsqs-without-create-kms-key/Integ/DefaultTest/DeployAssert/BootstrapVersion",
403
+ "constructInfo": {
404
+ "fqn": "aws-cdk-lib.CfnParameter",
405
+ "version": "2.118.0"
406
+ }
407
+ },
408
+ "CheckBootstrapVersion": {
409
+ "id": "CheckBootstrapVersion",
410
+ "path": "iotsqs-without-create-kms-key/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion",
411
+ "constructInfo": {
412
+ "fqn": "aws-cdk-lib.CfnRule",
413
+ "version": "2.118.0"
414
+ }
415
+ }
416
+ },
417
+ "constructInfo": {
418
+ "fqn": "aws-cdk-lib.Stack",
419
+ "version": "2.118.0"
420
+ }
421
+ }
422
+ },
423
+ "constructInfo": {
424
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTestCase",
425
+ "version": "2.118.0-alpha.0"
426
+ }
427
+ }
428
+ },
429
+ "constructInfo": {
430
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTest",
431
+ "version": "2.118.0-alpha.0"
432
+ }
433
+ },
434
+ "BootstrapVersion": {
435
+ "id": "BootstrapVersion",
436
+ "path": "iotsqs-without-create-kms-key/BootstrapVersion",
437
+ "constructInfo": {
438
+ "fqn": "aws-cdk-lib.CfnParameter",
439
+ "version": "2.118.0"
440
+ }
441
+ },
442
+ "CheckBootstrapVersion": {
443
+ "id": "CheckBootstrapVersion",
444
+ "path": "iotsqs-without-create-kms-key/CheckBootstrapVersion",
445
+ "constructInfo": {
446
+ "fqn": "aws-cdk-lib.CfnRule",
447
+ "version": "2.118.0"
448
+ }
449
+ }
450
+ },
451
+ "constructInfo": {
452
+ "fqn": "aws-cdk-lib.Stack",
453
+ "version": "2.118.0"
454
+ }
455
+ },
456
+ "Tree": {
457
+ "id": "Tree",
458
+ "path": "Tree",
459
+ "constructInfo": {
460
+ "fqn": "constructs.Construct",
461
+ "version": "10.0.0"
462
+ }
463
+ }
464
+ },
465
+ "constructInfo": {
466
+ "fqn": "aws-cdk-lib.App",
467
+ "version": "2.118.0"
468
+ }
469
+ }
470
+ }