@aws-solutions-constructs/aws-eventbridge-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 (45) hide show
  1. package/.eslintignore +2 -0
  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.evtsqs-exist-bus.js +5 -2
  7. package/test/integ.evtsqs-exist-bus.js.snapshot/cdk.out +1 -0
  8. package/test/integ.evtsqs-exist-bus.js.snapshot/evtsqs-exist-bus.assets.json +19 -0
  9. package/test/integ.evtsqs-exist-bus.js.snapshot/evtsqs-exist-bus.template.json +168 -0
  10. package/test/integ.evtsqs-exist-bus.js.snapshot/evtsqsexistbusIntegDefaultTestDeployAssertD6166996.assets.json +19 -0
  11. package/test/integ.evtsqs-exist-bus.js.snapshot/evtsqsexistbusIntegDefaultTestDeployAssertD6166996.template.json +36 -0
  12. package/test/integ.evtsqs-exist-bus.js.snapshot/integ.json +12 -0
  13. package/test/integ.evtsqs-exist-bus.js.snapshot/manifest.json +137 -0
  14. package/test/integ.evtsqs-exist-bus.js.snapshot/tree.json +327 -0
  15. package/test/integ.evtsqs-exist-queue.js +5 -2
  16. package/test/integ.evtsqs-exist-queue.js.snapshot/cdk.out +1 -0
  17. package/test/integ.evtsqs-exist-queue.js.snapshot/evtsqs-exist-queue.assets.json +19 -0
  18. package/test/integ.evtsqs-exist-queue.js.snapshot/evtsqs-exist-queue.template.json +155 -0
  19. package/test/integ.evtsqs-exist-queue.js.snapshot/evtsqsexistqueueIntegDefaultTestDeployAssert4E2D04AB.assets.json +19 -0
  20. package/test/integ.evtsqs-exist-queue.js.snapshot/evtsqsexistqueueIntegDefaultTestDeployAssert4E2D04AB.template.json +36 -0
  21. package/test/integ.evtsqs-exist-queue.js.snapshot/integ.json +12 -0
  22. package/test/integ.evtsqs-exist-queue.js.snapshot/manifest.json +131 -0
  23. package/test/integ.evtsqs-exist-queue.js.snapshot/tree.json +296 -0
  24. package/test/integ.evtsqs-new-bus.js +5 -2
  25. package/test/integ.evtsqs-new-bus.js.snapshot/cdk.out +1 -0
  26. package/test/integ.evtsqs-new-bus.js.snapshot/evtsqs-new-bus.assets.json +19 -0
  27. package/test/integ.evtsqs-new-bus.js.snapshot/evtsqs-new-bus.template.json +312 -0
  28. package/test/integ.evtsqs-new-bus.js.snapshot/evtsqsnewbusIntegDefaultTestDeployAssertA45AD5F2.assets.json +19 -0
  29. package/test/integ.evtsqs-new-bus.js.snapshot/evtsqsnewbusIntegDefaultTestDeployAssertA45AD5F2.template.json +36 -0
  30. package/test/integ.evtsqs-new-bus.js.snapshot/integ.json +12 -0
  31. package/test/integ.evtsqs-new-bus.js.snapshot/manifest.json +155 -0
  32. package/test/integ.evtsqs-new-bus.js.snapshot/tree.json +505 -0
  33. package/test/integ.evtsqs-no-arg.js +5 -2
  34. package/test/integ.evtsqs-no-arg.js.snapshot/cdk.out +1 -0
  35. package/test/integ.evtsqs-no-arg.js.snapshot/evtsqs-no-arg.assets.json +19 -0
  36. package/test/integ.evtsqs-no-arg.js.snapshot/evtsqs-no-arg.template.json +299 -0
  37. package/test/integ.evtsqs-no-arg.js.snapshot/evtsqsnoargIntegDefaultTestDeployAssertB5DFB718.assets.json +19 -0
  38. package/test/integ.evtsqs-no-arg.js.snapshot/evtsqsnoargIntegDefaultTestDeployAssertB5DFB718.template.json +36 -0
  39. package/test/integ.evtsqs-no-arg.js.snapshot/integ.json +12 -0
  40. package/test/integ.evtsqs-no-arg.js.snapshot/manifest.json +149 -0
  41. package/test/integ.evtsqs-no-arg.js.snapshot/tree.json +474 -0
  42. package/test/integ.evtsqs-exist-bus.expected.json +0 -168
  43. package/test/integ.evtsqs-exist-queue.expected.json +0 -155
  44. package/test/integ.evtsqs-new-bus.expected.json +0 -312
  45. package/test/integ.evtsqs-no-arg.expected.json +0 -299
@@ -0,0 +1,474 @@
1
+ {
2
+ "version": "tree-0.1",
3
+ "tree": {
4
+ "id": "App",
5
+ "path": "",
6
+ "children": {
7
+ "evtsqs-no-arg": {
8
+ "id": "evtsqs-no-arg",
9
+ "path": "evtsqs-no-arg",
10
+ "children": {
11
+ "construct": {
12
+ "id": "construct",
13
+ "path": "evtsqs-no-arg/construct",
14
+ "children": {
15
+ "deadLetterQueue": {
16
+ "id": "deadLetterQueue",
17
+ "path": "evtsqs-no-arg/construct/deadLetterQueue",
18
+ "children": {
19
+ "Resource": {
20
+ "id": "Resource",
21
+ "path": "evtsqs-no-arg/construct/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": "evtsqs-no-arg/construct/deadLetterQueue/Policy",
36
+ "children": {
37
+ "Resource": {
38
+ "id": "Resource",
39
+ "path": "evtsqs-no-arg/construct/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
+ "constructdeadLetterQueueD87A77D4",
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
+ "constructdeadLetterQueueD87A77D4",
96
+ "Arn"
97
+ ]
98
+ },
99
+ "Sid": "HttpsOnly"
100
+ }
101
+ ],
102
+ "Version": "2012-10-17"
103
+ },
104
+ "queues": [
105
+ {
106
+ "Ref": "constructdeadLetterQueueD87A77D4"
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
+ "EncryptionKey": {
129
+ "id": "EncryptionKey",
130
+ "path": "evtsqs-no-arg/construct/EncryptionKey",
131
+ "children": {
132
+ "Resource": {
133
+ "id": "Resource",
134
+ "path": "evtsqs-no-arg/construct/EncryptionKey/Resource",
135
+ "attributes": {
136
+ "aws:cdk:cloudformation:type": "AWS::KMS::Key",
137
+ "aws:cdk:cloudformation:props": {
138
+ "enableKeyRotation": true,
139
+ "keyPolicy": {
140
+ "Statement": [
141
+ {
142
+ "Action": "kms:*",
143
+ "Effect": "Allow",
144
+ "Principal": {
145
+ "AWS": {
146
+ "Fn::Join": [
147
+ "",
148
+ [
149
+ "arn:",
150
+ {
151
+ "Ref": "AWS::Partition"
152
+ },
153
+ ":iam::",
154
+ {
155
+ "Ref": "AWS::AccountId"
156
+ },
157
+ ":root"
158
+ ]
159
+ ]
160
+ }
161
+ },
162
+ "Resource": "*"
163
+ },
164
+ {
165
+ "Action": [
166
+ "kms:Decrypt",
167
+ "kms:Encrypt",
168
+ "kms:GenerateDataKey*",
169
+ "kms:ReEncrypt*"
170
+ ],
171
+ "Effect": "Allow",
172
+ "Principal": {
173
+ "Service": "events.amazonaws.com"
174
+ },
175
+ "Resource": "*"
176
+ }
177
+ ],
178
+ "Version": "2012-10-17"
179
+ }
180
+ }
181
+ },
182
+ "constructInfo": {
183
+ "fqn": "aws-cdk-lib.aws_kms.CfnKey",
184
+ "version": "2.118.0"
185
+ }
186
+ }
187
+ },
188
+ "constructInfo": {
189
+ "fqn": "aws-cdk-lib.aws_kms.Key",
190
+ "version": "2.118.0"
191
+ }
192
+ },
193
+ "queue": {
194
+ "id": "queue",
195
+ "path": "evtsqs-no-arg/construct/queue",
196
+ "children": {
197
+ "Resource": {
198
+ "id": "Resource",
199
+ "path": "evtsqs-no-arg/construct/queue/Resource",
200
+ "attributes": {
201
+ "aws:cdk:cloudformation:type": "AWS::SQS::Queue",
202
+ "aws:cdk:cloudformation:props": {
203
+ "kmsMasterKeyId": {
204
+ "Fn::GetAtt": [
205
+ "constructEncryptionKey9426451E",
206
+ "Arn"
207
+ ]
208
+ },
209
+ "redrivePolicy": {
210
+ "deadLetterTargetArn": {
211
+ "Fn::GetAtt": [
212
+ "constructdeadLetterQueueD87A77D4",
213
+ "Arn"
214
+ ]
215
+ },
216
+ "maxReceiveCount": 15
217
+ }
218
+ }
219
+ },
220
+ "constructInfo": {
221
+ "fqn": "aws-cdk-lib.aws_sqs.CfnQueue",
222
+ "version": "2.118.0"
223
+ }
224
+ },
225
+ "Policy": {
226
+ "id": "Policy",
227
+ "path": "evtsqs-no-arg/construct/queue/Policy",
228
+ "children": {
229
+ "Resource": {
230
+ "id": "Resource",
231
+ "path": "evtsqs-no-arg/construct/queue/Policy/Resource",
232
+ "attributes": {
233
+ "aws:cdk:cloudformation:type": "AWS::SQS::QueuePolicy",
234
+ "aws:cdk:cloudformation:props": {
235
+ "policyDocument": {
236
+ "Statement": [
237
+ {
238
+ "Action": [
239
+ "sqs:AddPermission",
240
+ "sqs:DeleteMessage",
241
+ "sqs:GetQueueAttributes",
242
+ "sqs:ReceiveMessage",
243
+ "sqs:RemovePermission",
244
+ "sqs:SendMessage",
245
+ "sqs:SetQueueAttributes"
246
+ ],
247
+ "Effect": "Allow",
248
+ "Principal": {
249
+ "AWS": {
250
+ "Fn::Join": [
251
+ "",
252
+ [
253
+ "arn:",
254
+ {
255
+ "Ref": "AWS::Partition"
256
+ },
257
+ ":iam::",
258
+ {
259
+ "Ref": "AWS::AccountId"
260
+ },
261
+ ":root"
262
+ ]
263
+ ]
264
+ }
265
+ },
266
+ "Resource": {
267
+ "Fn::GetAtt": [
268
+ "constructqueue481DC1EC",
269
+ "Arn"
270
+ ]
271
+ },
272
+ "Sid": "QueueOwnerOnlyAccess"
273
+ },
274
+ {
275
+ "Action": "SQS:*",
276
+ "Condition": {
277
+ "Bool": {
278
+ "aws:SecureTransport": "false"
279
+ }
280
+ },
281
+ "Effect": "Deny",
282
+ "Principal": {
283
+ "AWS": "*"
284
+ },
285
+ "Resource": {
286
+ "Fn::GetAtt": [
287
+ "constructqueue481DC1EC",
288
+ "Arn"
289
+ ]
290
+ },
291
+ "Sid": "HttpsOnly"
292
+ },
293
+ {
294
+ "Action": [
295
+ "sqs:GetQueueAttributes",
296
+ "sqs:GetQueueUrl",
297
+ "sqs:SendMessage"
298
+ ],
299
+ "Effect": "Allow",
300
+ "Principal": {
301
+ "Service": "events.amazonaws.com"
302
+ },
303
+ "Resource": {
304
+ "Fn::GetAtt": [
305
+ "constructqueue481DC1EC",
306
+ "Arn"
307
+ ]
308
+ }
309
+ }
310
+ ],
311
+ "Version": "2012-10-17"
312
+ },
313
+ "queues": [
314
+ {
315
+ "Ref": "constructqueue481DC1EC"
316
+ }
317
+ ]
318
+ }
319
+ },
320
+ "constructInfo": {
321
+ "fqn": "aws-cdk-lib.aws_sqs.CfnQueuePolicy",
322
+ "version": "2.118.0"
323
+ }
324
+ }
325
+ },
326
+ "constructInfo": {
327
+ "fqn": "aws-cdk-lib.aws_sqs.QueuePolicy",
328
+ "version": "2.118.0"
329
+ }
330
+ }
331
+ },
332
+ "constructInfo": {
333
+ "fqn": "aws-cdk-lib.aws_sqs.Queue",
334
+ "version": "2.118.0"
335
+ }
336
+ },
337
+ "EventsRule": {
338
+ "id": "EventsRule",
339
+ "path": "evtsqs-no-arg/construct/EventsRule",
340
+ "children": {
341
+ "Resource": {
342
+ "id": "Resource",
343
+ "path": "evtsqs-no-arg/construct/EventsRule/Resource",
344
+ "attributes": {
345
+ "aws:cdk:cloudformation:type": "AWS::Events::Rule",
346
+ "aws:cdk:cloudformation:props": {
347
+ "scheduleExpression": "rate(5 minutes)",
348
+ "state": "ENABLED",
349
+ "targets": [
350
+ {
351
+ "id": {
352
+ "Fn::GetAtt": [
353
+ "constructqueue481DC1EC",
354
+ "QueueName"
355
+ ]
356
+ },
357
+ "arn": {
358
+ "Fn::GetAtt": [
359
+ "constructqueue481DC1EC",
360
+ "Arn"
361
+ ]
362
+ }
363
+ }
364
+ ]
365
+ }
366
+ },
367
+ "constructInfo": {
368
+ "fqn": "aws-cdk-lib.aws_events.CfnRule",
369
+ "version": "2.118.0"
370
+ }
371
+ }
372
+ },
373
+ "constructInfo": {
374
+ "fqn": "aws-cdk-lib.aws_events.Rule",
375
+ "version": "2.118.0"
376
+ }
377
+ }
378
+ },
379
+ "constructInfo": {
380
+ "fqn": "@aws-solutions-constructs/aws-eventbridge-sqs.EventbridgeToSqs",
381
+ "version": "2.50.0"
382
+ }
383
+ },
384
+ "Integ": {
385
+ "id": "Integ",
386
+ "path": "evtsqs-no-arg/Integ",
387
+ "children": {
388
+ "DefaultTest": {
389
+ "id": "DefaultTest",
390
+ "path": "evtsqs-no-arg/Integ/DefaultTest",
391
+ "children": {
392
+ "Default": {
393
+ "id": "Default",
394
+ "path": "evtsqs-no-arg/Integ/DefaultTest/Default",
395
+ "constructInfo": {
396
+ "fqn": "constructs.Construct",
397
+ "version": "10.0.0"
398
+ }
399
+ },
400
+ "DeployAssert": {
401
+ "id": "DeployAssert",
402
+ "path": "evtsqs-no-arg/Integ/DefaultTest/DeployAssert",
403
+ "children": {
404
+ "BootstrapVersion": {
405
+ "id": "BootstrapVersion",
406
+ "path": "evtsqs-no-arg/Integ/DefaultTest/DeployAssert/BootstrapVersion",
407
+ "constructInfo": {
408
+ "fqn": "aws-cdk-lib.CfnParameter",
409
+ "version": "2.118.0"
410
+ }
411
+ },
412
+ "CheckBootstrapVersion": {
413
+ "id": "CheckBootstrapVersion",
414
+ "path": "evtsqs-no-arg/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion",
415
+ "constructInfo": {
416
+ "fqn": "aws-cdk-lib.CfnRule",
417
+ "version": "2.118.0"
418
+ }
419
+ }
420
+ },
421
+ "constructInfo": {
422
+ "fqn": "aws-cdk-lib.Stack",
423
+ "version": "2.118.0"
424
+ }
425
+ }
426
+ },
427
+ "constructInfo": {
428
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTestCase",
429
+ "version": "2.118.0-alpha.0"
430
+ }
431
+ }
432
+ },
433
+ "constructInfo": {
434
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTest",
435
+ "version": "2.118.0-alpha.0"
436
+ }
437
+ },
438
+ "BootstrapVersion": {
439
+ "id": "BootstrapVersion",
440
+ "path": "evtsqs-no-arg/BootstrapVersion",
441
+ "constructInfo": {
442
+ "fqn": "aws-cdk-lib.CfnParameter",
443
+ "version": "2.118.0"
444
+ }
445
+ },
446
+ "CheckBootstrapVersion": {
447
+ "id": "CheckBootstrapVersion",
448
+ "path": "evtsqs-no-arg/CheckBootstrapVersion",
449
+ "constructInfo": {
450
+ "fqn": "aws-cdk-lib.CfnRule",
451
+ "version": "2.118.0"
452
+ }
453
+ }
454
+ },
455
+ "constructInfo": {
456
+ "fqn": "aws-cdk-lib.Stack",
457
+ "version": "2.118.0"
458
+ }
459
+ },
460
+ "Tree": {
461
+ "id": "Tree",
462
+ "path": "Tree",
463
+ "constructInfo": {
464
+ "fqn": "constructs.Construct",
465
+ "version": "10.0.0"
466
+ }
467
+ }
468
+ },
469
+ "constructInfo": {
470
+ "fqn": "aws-cdk-lib.App",
471
+ "version": "2.118.0"
472
+ }
473
+ }
474
+ }
@@ -1,168 +0,0 @@
1
- {
2
- "Resources": {
3
- "MyKey6AB29FA6": {
4
- "Type": "AWS::KMS::Key",
5
- "Properties": {
6
- "EnableKeyRotation": true,
7
- "KeyPolicy": {
8
- "Statement": [
9
- {
10
- "Action": "kms:*",
11
- "Effect": "Allow",
12
- "Principal": {
13
- "AWS": {
14
- "Fn::Join": [
15
- "",
16
- [
17
- "arn:",
18
- {
19
- "Ref": "AWS::Partition"
20
- },
21
- ":iam::",
22
- {
23
- "Ref": "AWS::AccountId"
24
- },
25
- ":root"
26
- ]
27
- ]
28
- }
29
- },
30
- "Resource": "*"
31
- },
32
- {
33
- "Action": [
34
- "kms:Decrypt",
35
- "kms:Encrypt",
36
- "kms:ReEncrypt*",
37
- "kms:GenerateDataKey*"
38
- ],
39
- "Effect": "Allow",
40
- "Principal": {
41
- "Service": "events.amazonaws.com"
42
- },
43
- "Resource": "*"
44
- }
45
- ],
46
- "Version": "2012-10-17"
47
- }
48
- },
49
- "UpdateReplacePolicy": "Retain",
50
- "DeletionPolicy": "Retain"
51
- },
52
- "MyQueueE6CA6235": {
53
- "Type": "AWS::SQS::Queue",
54
- "Properties": {
55
- "KmsMasterKeyId": {
56
- "Fn::GetAtt": [
57
- "MyKey6AB29FA6",
58
- "Arn"
59
- ]
60
- }
61
- },
62
- "UpdateReplacePolicy": "Delete",
63
- "DeletionPolicy": "Delete"
64
- },
65
- "MyQueuePolicy6BBEDDAC": {
66
- "Type": "AWS::SQS::QueuePolicy",
67
- "Properties": {
68
- "PolicyDocument": {
69
- "Statement": [
70
- {
71
- "Action": [
72
- "sqs:SendMessage",
73
- "sqs:GetQueueAttributes",
74
- "sqs:GetQueueUrl"
75
- ],
76
- "Effect": "Allow",
77
- "Principal": {
78
- "Service": "events.amazonaws.com"
79
- },
80
- "Resource": {
81
- "Fn::GetAtt": [
82
- "MyQueueE6CA6235",
83
- "Arn"
84
- ]
85
- }
86
- }
87
- ],
88
- "Version": "2012-10-17"
89
- },
90
- "Queues": [
91
- {
92
- "Ref": "MyQueueE6CA6235"
93
- }
94
- ]
95
- }
96
- },
97
- "existingeventbusA5B80487": {
98
- "Type": "AWS::Events::EventBus",
99
- "Properties": {
100
- "Name": "evtsqsexistbusexistingeventbus730F622B"
101
- }
102
- },
103
- "constructEventsRule43880ADB": {
104
- "Type": "AWS::Events::Rule",
105
- "Properties": {
106
- "EventBusName": {
107
- "Ref": "existingeventbusA5B80487"
108
- },
109
- "EventPattern": {
110
- "source": [
111
- "solutionsconstructs"
112
- ]
113
- },
114
- "State": "ENABLED",
115
- "Targets": [
116
- {
117
- "Arn": {
118
- "Fn::GetAtt": [
119
- "MyQueueE6CA6235",
120
- "Arn"
121
- ]
122
- },
123
- "Id": {
124
- "Fn::GetAtt": [
125
- "MyQueueE6CA6235",
126
- "QueueName"
127
- ]
128
- }
129
- }
130
- ]
131
- }
132
- }
133
- },
134
- "Parameters": {
135
- "BootstrapVersion": {
136
- "Type": "AWS::SSM::Parameter::Value<String>",
137
- "Default": "/cdk-bootstrap/hnb659fds/version",
138
- "Description": "Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store. [cdk:skip]"
139
- }
140
- },
141
- "Rules": {
142
- "CheckBootstrapVersion": {
143
- "Assertions": [
144
- {
145
- "Assert": {
146
- "Fn::Not": [
147
- {
148
- "Fn::Contains": [
149
- [
150
- "1",
151
- "2",
152
- "3",
153
- "4",
154
- "5"
155
- ],
156
- {
157
- "Ref": "BootstrapVersion"
158
- }
159
- ]
160
- }
161
- ]
162
- },
163
- "AssertDescription": "CDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI."
164
- }
165
- ]
166
- }
167
- }
168
- }