@aws-solutions-constructs/aws-eventbridge-sns 2.50.0 → 2.52.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 (55) hide show
  1. package/.eslintignore +2 -0
  2. package/.jsii +50 -5
  3. package/integ.config.json +7 -0
  4. package/lib/index.js +1 -1
  5. package/package.json +12 -11
  6. package/test/integ.evtsns-exist-bus.js +5 -2
  7. package/test/integ.evtsns-exist-bus.js.snapshot/cdk.out +1 -0
  8. package/test/integ.evtsns-exist-bus.js.snapshot/evtsns-exist-bus.assets.json +19 -0
  9. package/test/integ.evtsns-exist-bus.js.snapshot/evtsns-exist-bus.template.json +241 -0
  10. package/test/integ.evtsns-exist-bus.js.snapshot/evtsnsexistbusIntegDefaultTestDeployAssertBEE4D9E5.assets.json +19 -0
  11. package/test/integ.evtsns-exist-bus.js.snapshot/evtsnsexistbusIntegDefaultTestDeployAssertBEE4D9E5.template.json +36 -0
  12. package/test/integ.evtsns-exist-bus.js.snapshot/integ.json +12 -0
  13. package/test/integ.evtsns-exist-bus.js.snapshot/manifest.json +137 -0
  14. package/test/integ.evtsns-exist-bus.js.snapshot/tree.json +402 -0
  15. package/test/integ.evtsns-long-stack-name.js +5 -2
  16. package/test/integ.evtsns-long-stack-name.js.snapshot/cdk.out +1 -0
  17. package/test/integ.evtsns-long-stack-name.js.snapshot/evtsnslongstacknameThisIsTheLongestNameForAStackItMustBeGreaCharactersLongAndThisShouldJustAboutDoItNoItMustBeABitLongerEB7CA918.assets.json +19 -0
  18. package/test/integ.evtsns-long-stack-name.js.snapshot/evtsnslongstacknameThisIsTheLongestNameForAStackItMustBeGreaCharactersLongAndThisShouldJustAboutDoItNoItMustBeABitLongerEB7CA918.template.json +418 -0
  19. package/test/integ.evtsns-long-stack-name.js.snapshot/evtsnslongstacknameThisIsTheLongestNameForAStackItMustBeGreaustAboutDoItNoItMustBeABitLongerIntegDefaultTestDeployAssertF2297F22.assets.json +19 -0
  20. package/test/integ.evtsns-long-stack-name.js.snapshot/evtsnslongstacknameThisIsTheLongestNameForAStackItMustBeGreaustAboutDoItNoItMustBeABitLongerIntegDefaultTestDeployAssertF2297F22.template.json +36 -0
  21. package/test/integ.evtsns-long-stack-name.js.snapshot/integ.json +12 -0
  22. package/test/integ.evtsns-long-stack-name.js.snapshot/manifest.json +155 -0
  23. package/test/integ.evtsns-long-stack-name.js.snapshot/tree.json +641 -0
  24. package/test/integ.evtsns-new-bus.js +5 -2
  25. package/test/integ.evtsns-new-bus.js.snapshot/cdk.out +1 -0
  26. package/test/integ.evtsns-new-bus.js.snapshot/evtsns-new-bus.assets.json +19 -0
  27. package/test/integ.evtsns-new-bus.js.snapshot/evtsns-new-bus.template.json +241 -0
  28. package/test/integ.evtsns-new-bus.js.snapshot/evtsnsnewbusIntegDefaultTestDeployAssert766E599E.assets.json +19 -0
  29. package/test/integ.evtsns-new-bus.js.snapshot/evtsnsnewbusIntegDefaultTestDeployAssert766E599E.template.json +36 -0
  30. package/test/integ.evtsns-new-bus.js.snapshot/integ.json +12 -0
  31. package/test/integ.evtsns-new-bus.js.snapshot/manifest.json +137 -0
  32. package/test/integ.evtsns-new-bus.js.snapshot/tree.json +402 -0
  33. package/test/integ.evtsns-no-arg.js +5 -2
  34. package/test/integ.evtsns-no-arg.js.snapshot/cdk.out +1 -0
  35. package/test/integ.evtsns-no-arg.js.snapshot/evtsns-no-arg.assets.json +19 -0
  36. package/test/integ.evtsns-no-arg.js.snapshot/evtsns-no-arg.template.json +228 -0
  37. package/test/integ.evtsns-no-arg.js.snapshot/evtsnsnoargIntegDefaultTestDeployAssertB64352AF.assets.json +19 -0
  38. package/test/integ.evtsns-no-arg.js.snapshot/evtsnsnoargIntegDefaultTestDeployAssertB64352AF.template.json +36 -0
  39. package/test/integ.evtsns-no-arg.js.snapshot/integ.json +12 -0
  40. package/test/integ.evtsns-no-arg.js.snapshot/manifest.json +131 -0
  41. package/test/integ.evtsns-no-arg.js.snapshot/tree.json +371 -0
  42. package/test/integ.evtsns-second-long-stack-name.js +5 -2
  43. package/test/integ.evtsns-second-long-stack-name.js.snapshot/cdk.out +1 -0
  44. package/test/integ.evtsns-second-long-stack-name.js.snapshot/evtsnssecondlongstacknameThisIsTheLongestNameForAStackItMustAboutDoItNoItMustBeABitLessShortIntegDefaultTestDeployAssert9A452C2E.assets.json +19 -0
  45. package/test/integ.evtsns-second-long-stack-name.js.snapshot/evtsnssecondlongstacknameThisIsTheLongestNameForAStackItMustAboutDoItNoItMustBeABitLessShortIntegDefaultTestDeployAssert9A452C2E.template.json +36 -0
  46. package/test/integ.evtsns-second-long-stack-name.js.snapshot/evtsnssecondlongstacknameThisIsTheLongestNameForAStackItMustractersLongAndThisShouldJustAboutDoItNoItMustBeABitLessShort71F0A431.assets.json +19 -0
  47. package/test/integ.evtsns-second-long-stack-name.js.snapshot/evtsnssecondlongstacknameThisIsTheLongestNameForAStackItMustractersLongAndThisShouldJustAboutDoItNoItMustBeABitLessShort71F0A431.template.json +418 -0
  48. package/test/integ.evtsns-second-long-stack-name.js.snapshot/integ.json +12 -0
  49. package/test/integ.evtsns-second-long-stack-name.js.snapshot/manifest.json +155 -0
  50. package/test/integ.evtsns-second-long-stack-name.js.snapshot/tree.json +641 -0
  51. package/test/integ.evtsns-exist-bus.expected.json +0 -241
  52. package/test/integ.evtsns-long-stack-name.expected.json +0 -418
  53. package/test/integ.evtsns-new-bus.expected.json +0 -241
  54. package/test/integ.evtsns-no-arg.expected.json +0 -228
  55. package/test/integ.evtsns-second-long-stack-name.expected.json +0 -418
@@ -0,0 +1,418 @@
1
+ {
2
+ "Resources": {
3
+ "testconstructEncryptionKey6153B053": {
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:GenerateDataKey*",
37
+ "kms:ReEncrypt*"
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
+ "testconstructSnsTopic44188529": {
53
+ "Type": "AWS::SNS::Topic",
54
+ "Properties": {
55
+ "KmsMasterKeyId": {
56
+ "Fn::GetAtt": [
57
+ "testconstructEncryptionKey6153B053",
58
+ "Arn"
59
+ ]
60
+ }
61
+ }
62
+ },
63
+ "testconstructSnsTopicPolicy72FFD530": {
64
+ "Type": "AWS::SNS::TopicPolicy",
65
+ "Properties": {
66
+ "PolicyDocument": {
67
+ "Statement": [
68
+ {
69
+ "Action": [
70
+ "SNS:AddPermission",
71
+ "SNS:DeleteTopic",
72
+ "SNS:GetTopicAttributes",
73
+ "SNS:ListSubscriptionsByTopic",
74
+ "SNS:Publish",
75
+ "SNS:Receive",
76
+ "SNS:RemovePermission",
77
+ "SNS:SetTopicAttributes",
78
+ "SNS:Subscribe"
79
+ ],
80
+ "Condition": {
81
+ "StringEquals": {
82
+ "AWS:SourceOwner": {
83
+ "Ref": "AWS::AccountId"
84
+ }
85
+ }
86
+ },
87
+ "Effect": "Allow",
88
+ "Principal": {
89
+ "AWS": {
90
+ "Fn::Join": [
91
+ "",
92
+ [
93
+ "arn:",
94
+ {
95
+ "Ref": "AWS::Partition"
96
+ },
97
+ ":iam::",
98
+ {
99
+ "Ref": "AWS::AccountId"
100
+ },
101
+ ":root"
102
+ ]
103
+ ]
104
+ }
105
+ },
106
+ "Resource": {
107
+ "Ref": "testconstructSnsTopic44188529"
108
+ },
109
+ "Sid": "TopicOwnerOnlyAccess"
110
+ },
111
+ {
112
+ "Action": [
113
+ "SNS:AddPermission",
114
+ "SNS:DeleteTopic",
115
+ "SNS:GetTopicAttributes",
116
+ "SNS:ListSubscriptionsByTopic",
117
+ "SNS:Publish",
118
+ "SNS:Receive",
119
+ "SNS:RemovePermission",
120
+ "SNS:SetTopicAttributes",
121
+ "SNS:Subscribe"
122
+ ],
123
+ "Condition": {
124
+ "Bool": {
125
+ "aws:SecureTransport": "false"
126
+ }
127
+ },
128
+ "Effect": "Deny",
129
+ "Principal": {
130
+ "AWS": "*"
131
+ },
132
+ "Resource": {
133
+ "Ref": "testconstructSnsTopic44188529"
134
+ },
135
+ "Sid": "HttpsOnly"
136
+ },
137
+ {
138
+ "Action": "sns:Publish",
139
+ "Effect": "Allow",
140
+ "Principal": {
141
+ "Service": "events.amazonaws.com"
142
+ },
143
+ "Resource": {
144
+ "Ref": "testconstructSnsTopic44188529"
145
+ },
146
+ "Sid": "2"
147
+ }
148
+ ],
149
+ "Version": "2012-10-17"
150
+ },
151
+ "Topics": [
152
+ {
153
+ "Ref": "testconstructSnsTopic44188529"
154
+ }
155
+ ]
156
+ }
157
+ },
158
+ "testconstructEventsRule145DBA20": {
159
+ "Type": "AWS::Events::Rule",
160
+ "Properties": {
161
+ "ScheduleExpression": "rate(1 minute)",
162
+ "State": "ENABLED",
163
+ "Targets": [
164
+ {
165
+ "Arn": {
166
+ "Ref": "testconstructSnsTopic44188529"
167
+ },
168
+ "Id": {
169
+ "Fn::Join": [
170
+ "",
171
+ [
172
+ "evtsnslongstatest-construct-",
173
+ {
174
+ "Fn::Select": [
175
+ 2,
176
+ {
177
+ "Fn::Split": [
178
+ "/",
179
+ {
180
+ "Ref": "AWS::StackId"
181
+ }
182
+ ]
183
+ }
184
+ ]
185
+ }
186
+ ]
187
+ ]
188
+ }
189
+ }
190
+ ]
191
+ }
192
+ },
193
+ "secondconstructEncryptionKey6A63A25A": {
194
+ "Type": "AWS::KMS::Key",
195
+ "Properties": {
196
+ "EnableKeyRotation": true,
197
+ "KeyPolicy": {
198
+ "Statement": [
199
+ {
200
+ "Action": "kms:*",
201
+ "Effect": "Allow",
202
+ "Principal": {
203
+ "AWS": {
204
+ "Fn::Join": [
205
+ "",
206
+ [
207
+ "arn:",
208
+ {
209
+ "Ref": "AWS::Partition"
210
+ },
211
+ ":iam::",
212
+ {
213
+ "Ref": "AWS::AccountId"
214
+ },
215
+ ":root"
216
+ ]
217
+ ]
218
+ }
219
+ },
220
+ "Resource": "*"
221
+ },
222
+ {
223
+ "Action": [
224
+ "kms:Decrypt",
225
+ "kms:Encrypt",
226
+ "kms:GenerateDataKey*",
227
+ "kms:ReEncrypt*"
228
+ ],
229
+ "Effect": "Allow",
230
+ "Principal": {
231
+ "Service": "events.amazonaws.com"
232
+ },
233
+ "Resource": "*"
234
+ }
235
+ ],
236
+ "Version": "2012-10-17"
237
+ }
238
+ },
239
+ "UpdateReplacePolicy": "Retain",
240
+ "DeletionPolicy": "Retain"
241
+ },
242
+ "secondconstructSnsTopicCE75056B": {
243
+ "Type": "AWS::SNS::Topic",
244
+ "Properties": {
245
+ "KmsMasterKeyId": {
246
+ "Fn::GetAtt": [
247
+ "secondconstructEncryptionKey6A63A25A",
248
+ "Arn"
249
+ ]
250
+ }
251
+ }
252
+ },
253
+ "secondconstructSnsTopicPolicyD6D4DA55": {
254
+ "Type": "AWS::SNS::TopicPolicy",
255
+ "Properties": {
256
+ "PolicyDocument": {
257
+ "Statement": [
258
+ {
259
+ "Action": [
260
+ "SNS:AddPermission",
261
+ "SNS:DeleteTopic",
262
+ "SNS:GetTopicAttributes",
263
+ "SNS:ListSubscriptionsByTopic",
264
+ "SNS:Publish",
265
+ "SNS:Receive",
266
+ "SNS:RemovePermission",
267
+ "SNS:SetTopicAttributes",
268
+ "SNS:Subscribe"
269
+ ],
270
+ "Condition": {
271
+ "StringEquals": {
272
+ "AWS:SourceOwner": {
273
+ "Ref": "AWS::AccountId"
274
+ }
275
+ }
276
+ },
277
+ "Effect": "Allow",
278
+ "Principal": {
279
+ "AWS": {
280
+ "Fn::Join": [
281
+ "",
282
+ [
283
+ "arn:",
284
+ {
285
+ "Ref": "AWS::Partition"
286
+ },
287
+ ":iam::",
288
+ {
289
+ "Ref": "AWS::AccountId"
290
+ },
291
+ ":root"
292
+ ]
293
+ ]
294
+ }
295
+ },
296
+ "Resource": {
297
+ "Ref": "secondconstructSnsTopicCE75056B"
298
+ },
299
+ "Sid": "TopicOwnerOnlyAccess"
300
+ },
301
+ {
302
+ "Action": [
303
+ "SNS:AddPermission",
304
+ "SNS:DeleteTopic",
305
+ "SNS:GetTopicAttributes",
306
+ "SNS:ListSubscriptionsByTopic",
307
+ "SNS:Publish",
308
+ "SNS:Receive",
309
+ "SNS:RemovePermission",
310
+ "SNS:SetTopicAttributes",
311
+ "SNS:Subscribe"
312
+ ],
313
+ "Condition": {
314
+ "Bool": {
315
+ "aws:SecureTransport": "false"
316
+ }
317
+ },
318
+ "Effect": "Deny",
319
+ "Principal": {
320
+ "AWS": "*"
321
+ },
322
+ "Resource": {
323
+ "Ref": "secondconstructSnsTopicCE75056B"
324
+ },
325
+ "Sid": "HttpsOnly"
326
+ },
327
+ {
328
+ "Action": "sns:Publish",
329
+ "Effect": "Allow",
330
+ "Principal": {
331
+ "Service": "events.amazonaws.com"
332
+ },
333
+ "Resource": {
334
+ "Ref": "secondconstructSnsTopicCE75056B"
335
+ },
336
+ "Sid": "2"
337
+ }
338
+ ],
339
+ "Version": "2012-10-17"
340
+ },
341
+ "Topics": [
342
+ {
343
+ "Ref": "secondconstructSnsTopicCE75056B"
344
+ }
345
+ ]
346
+ }
347
+ },
348
+ "secondconstructEventsRuleFA5C1CE6": {
349
+ "Type": "AWS::Events::Rule",
350
+ "Properties": {
351
+ "ScheduleExpression": "rate(1 minute)",
352
+ "State": "ENABLED",
353
+ "Targets": [
354
+ {
355
+ "Arn": {
356
+ "Ref": "secondconstructSnsTopicCE75056B"
357
+ },
358
+ "Id": {
359
+ "Fn::Join": [
360
+ "",
361
+ [
362
+ "evtsnslongstacond-construct-",
363
+ {
364
+ "Fn::Select": [
365
+ 2,
366
+ {
367
+ "Fn::Split": [
368
+ "/",
369
+ {
370
+ "Ref": "AWS::StackId"
371
+ }
372
+ ]
373
+ }
374
+ ]
375
+ }
376
+ ]
377
+ ]
378
+ }
379
+ }
380
+ ]
381
+ }
382
+ }
383
+ },
384
+ "Parameters": {
385
+ "BootstrapVersion": {
386
+ "Type": "AWS::SSM::Parameter::Value<String>",
387
+ "Default": "/cdk-bootstrap/hnb659fds/version",
388
+ "Description": "Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store. [cdk:skip]"
389
+ }
390
+ },
391
+ "Rules": {
392
+ "CheckBootstrapVersion": {
393
+ "Assertions": [
394
+ {
395
+ "Assert": {
396
+ "Fn::Not": [
397
+ {
398
+ "Fn::Contains": [
399
+ [
400
+ "1",
401
+ "2",
402
+ "3",
403
+ "4",
404
+ "5"
405
+ ],
406
+ {
407
+ "Ref": "BootstrapVersion"
408
+ }
409
+ ]
410
+ }
411
+ ]
412
+ },
413
+ "AssertDescription": "CDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI."
414
+ }
415
+ ]
416
+ }
417
+ }
418
+ }
@@ -0,0 +1,19 @@
1
+ {
2
+ "version": "36.0.0",
3
+ "files": {
4
+ "21fbb51d7b23f6a6c262b46a9caee79d744a3ac019fd45422d988b96d44b2a22": {
5
+ "source": {
6
+ "path": "evtsnslongstacknameThisIsTheLongestNameForAStackItMustBeGreaustAboutDoItNoItMustBeABitLongerIntegDefaultTestDeployAssertF2297F22.template.json",
7
+ "packaging": "file"
8
+ },
9
+ "destinations": {
10
+ "current_account-current_region": {
11
+ "bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
12
+ "objectKey": "21fbb51d7b23f6a6c262b46a9caee79d744a3ac019fd45422d988b96d44b2a22.json",
13
+ "assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
14
+ }
15
+ }
16
+ }
17
+ },
18
+ "dockerImages": {}
19
+ }
@@ -0,0 +1,36 @@
1
+ {
2
+ "Parameters": {
3
+ "BootstrapVersion": {
4
+ "Type": "AWS::SSM::Parameter::Value<String>",
5
+ "Default": "/cdk-bootstrap/hnb659fds/version",
6
+ "Description": "Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store. [cdk:skip]"
7
+ }
8
+ },
9
+ "Rules": {
10
+ "CheckBootstrapVersion": {
11
+ "Assertions": [
12
+ {
13
+ "Assert": {
14
+ "Fn::Not": [
15
+ {
16
+ "Fn::Contains": [
17
+ [
18
+ "1",
19
+ "2",
20
+ "3",
21
+ "4",
22
+ "5"
23
+ ],
24
+ {
25
+ "Ref": "BootstrapVersion"
26
+ }
27
+ ]
28
+ }
29
+ ]
30
+ },
31
+ "AssertDescription": "CDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI."
32
+ }
33
+ ]
34
+ }
35
+ }
36
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "version": "36.0.0",
3
+ "testCases": {
4
+ "evtsns-long-stack-nameThisIsTheLongestNameForAStackItMustBeGreaterThanSixtyFourCharactersLongAndThisShouldJustAboutDoItNoItMustBeABitLonger/Integ/DefaultTest": {
5
+ "stacks": [
6
+ "evtsns-long-stack-nameThisIsTheLongestNameForAStackItMustBeGreaterThanSixtyFourCharactersLongAndThisShouldJustAboutDoItNoItMustBeABitLonger"
7
+ ],
8
+ "assertionStack": "evtsns-long-stack-nameThisIsTheLongestNameForAStackItMustBeGreaterThanSixtyFourCharactersLongAndThisShouldJustAboutDoItNoItMustBeABitLonger/Integ/DefaultTest/DeployAssert",
9
+ "assertionStackName": "evtsnslongstacknameThisIsTheLongestNameForAStackItMustBeGreaustAboutDoItNoItMustBeABitLongerIntegDefaultTestDeployAssertF2297F22"
10
+ }
11
+ }
12
+ }
@@ -0,0 +1,155 @@
1
+ {
2
+ "version": "36.0.0",
3
+ "artifacts": {
4
+ "evtsnslongstacknameThisIsTheLongestNameForAStackItMustBeGreaustAboutDoItNoItMustBeABitLongerIntegDefaultTestDeployAssertF2297F22.assets": {
5
+ "type": "cdk:asset-manifest",
6
+ "properties": {
7
+ "file": "evtsnslongstacknameThisIsTheLongestNameForAStackItMustBeGreaustAboutDoItNoItMustBeABitLongerIntegDefaultTestDeployAssertF2297F22.assets.json",
8
+ "requiresBootstrapStackVersion": 6,
9
+ "bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version"
10
+ }
11
+ },
12
+ "evtsnslongstacknameThisIsTheLongestNameForAStackItMustBeGreaustAboutDoItNoItMustBeABitLongerIntegDefaultTestDeployAssertF2297F22": {
13
+ "type": "aws:cloudformation:stack",
14
+ "environment": "aws://unknown-account/unknown-region",
15
+ "properties": {
16
+ "templateFile": "evtsnslongstacknameThisIsTheLongestNameForAStackItMustBeGreaustAboutDoItNoItMustBeABitLongerIntegDefaultTestDeployAssertF2297F22.template.json",
17
+ "terminationProtection": false,
18
+ "validateOnSynth": false,
19
+ "assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-deploy-role-${AWS::AccountId}-${AWS::Region}",
20
+ "cloudFormationExecutionRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-cfn-exec-role-${AWS::AccountId}-${AWS::Region}",
21
+ "stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/21fbb51d7b23f6a6c262b46a9caee79d744a3ac019fd45422d988b96d44b2a22.json",
22
+ "requiresBootstrapStackVersion": 6,
23
+ "bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
24
+ "additionalDependencies": [
25
+ "evtsnslongstacknameThisIsTheLongestNameForAStackItMustBeGreaustAboutDoItNoItMustBeABitLongerIntegDefaultTestDeployAssertF2297F22.assets"
26
+ ],
27
+ "lookupRole": {
28
+ "arn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-lookup-role-${AWS::AccountId}-${AWS::Region}",
29
+ "requiresBootstrapStackVersion": 8,
30
+ "bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version"
31
+ }
32
+ },
33
+ "dependencies": [
34
+ "evtsnslongstacknameThisIsTheLongestNameForAStackItMustBeGreaustAboutDoItNoItMustBeABitLongerIntegDefaultTestDeployAssertF2297F22.assets"
35
+ ],
36
+ "metadata": {
37
+ "/evtsns-long-stack-nameThisIsTheLongestNameForAStackItMustBeGreaterThanSixtyFourCharactersLongAndThisShouldJustAboutDoItNoItMustBeABitLonger/Integ/DefaultTest/DeployAssert/BootstrapVersion": [
38
+ {
39
+ "type": "aws:cdk:logicalId",
40
+ "data": "BootstrapVersion"
41
+ }
42
+ ],
43
+ "/evtsns-long-stack-nameThisIsTheLongestNameForAStackItMustBeGreaterThanSixtyFourCharactersLongAndThisShouldJustAboutDoItNoItMustBeABitLonger/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion": [
44
+ {
45
+ "type": "aws:cdk:logicalId",
46
+ "data": "CheckBootstrapVersion"
47
+ }
48
+ ]
49
+ },
50
+ "displayName": "evtsns-long-stack-nameThisIsTheLongestNameForAStackItMustBeGreaterThanSixtyFourCharactersLongAndThisShouldJustAboutDoItNoItMustBeABitLonger/Integ/DefaultTest/DeployAssert"
51
+ },
52
+ "evtsnslongstacknameThisIsTheLongestNameForAStackItMustBeGreaCharactersLongAndThisShouldJustAboutDoItNoItMustBeABitLongerEB7CA918.assets": {
53
+ "type": "cdk:asset-manifest",
54
+ "properties": {
55
+ "file": "evtsnslongstacknameThisIsTheLongestNameForAStackItMustBeGreaCharactersLongAndThisShouldJustAboutDoItNoItMustBeABitLongerEB7CA918.assets.json",
56
+ "requiresBootstrapStackVersion": 6,
57
+ "bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version"
58
+ }
59
+ },
60
+ "evtsnslongstacknameThisIsTheLongestNameForAStackItMustBeGreaCharactersLongAndThisShouldJustAboutDoItNoItMustBeABitLongerEB7CA918": {
61
+ "type": "aws:cloudformation:stack",
62
+ "environment": "aws://unknown-account/unknown-region",
63
+ "properties": {
64
+ "templateFile": "evtsnslongstacknameThisIsTheLongestNameForAStackItMustBeGreaCharactersLongAndThisShouldJustAboutDoItNoItMustBeABitLongerEB7CA918.template.json",
65
+ "terminationProtection": false,
66
+ "validateOnSynth": false,
67
+ "assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-deploy-role-${AWS::AccountId}-${AWS::Region}",
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}/0a3b6e1e0ac17f0736620e65820a7e189cc91dd8904065c4e40b7739b033937f.json",
70
+ "requiresBootstrapStackVersion": 6,
71
+ "bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
72
+ "additionalDependencies": [
73
+ "evtsnslongstacknameThisIsTheLongestNameForAStackItMustBeGreaCharactersLongAndThisShouldJustAboutDoItNoItMustBeABitLongerEB7CA918.assets"
74
+ ],
75
+ "lookupRole": {
76
+ "arn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-lookup-role-${AWS::AccountId}-${AWS::Region}",
77
+ "requiresBootstrapStackVersion": 8,
78
+ "bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version"
79
+ }
80
+ },
81
+ "dependencies": [
82
+ "evtsnslongstacknameThisIsTheLongestNameForAStackItMustBeGreaCharactersLongAndThisShouldJustAboutDoItNoItMustBeABitLongerEB7CA918.assets"
83
+ ],
84
+ "metadata": {
85
+ "/evtsns-long-stack-nameThisIsTheLongestNameForAStackItMustBeGreaterThanSixtyFourCharactersLongAndThisShouldJustAboutDoItNoItMustBeABitLonger/test-construct/EncryptionKey/Resource": [
86
+ {
87
+ "type": "aws:cdk:logicalId",
88
+ "data": "testconstructEncryptionKey6153B053"
89
+ }
90
+ ],
91
+ "/evtsns-long-stack-nameThisIsTheLongestNameForAStackItMustBeGreaterThanSixtyFourCharactersLongAndThisShouldJustAboutDoItNoItMustBeABitLonger/test-construct/SnsTopic/Resource": [
92
+ {
93
+ "type": "aws:cdk:logicalId",
94
+ "data": "testconstructSnsTopic44188529"
95
+ }
96
+ ],
97
+ "/evtsns-long-stack-nameThisIsTheLongestNameForAStackItMustBeGreaterThanSixtyFourCharactersLongAndThisShouldJustAboutDoItNoItMustBeABitLonger/test-construct/SnsTopic/Policy/Resource": [
98
+ {
99
+ "type": "aws:cdk:logicalId",
100
+ "data": "testconstructSnsTopicPolicy72FFD530"
101
+ }
102
+ ],
103
+ "/evtsns-long-stack-nameThisIsTheLongestNameForAStackItMustBeGreaterThanSixtyFourCharactersLongAndThisShouldJustAboutDoItNoItMustBeABitLonger/test-construct/EventsRule/Resource": [
104
+ {
105
+ "type": "aws:cdk:logicalId",
106
+ "data": "testconstructEventsRule145DBA20"
107
+ }
108
+ ],
109
+ "/evtsns-long-stack-nameThisIsTheLongestNameForAStackItMustBeGreaterThanSixtyFourCharactersLongAndThisShouldJustAboutDoItNoItMustBeABitLonger/second-construct/EncryptionKey/Resource": [
110
+ {
111
+ "type": "aws:cdk:logicalId",
112
+ "data": "secondconstructEncryptionKey6A63A25A"
113
+ }
114
+ ],
115
+ "/evtsns-long-stack-nameThisIsTheLongestNameForAStackItMustBeGreaterThanSixtyFourCharactersLongAndThisShouldJustAboutDoItNoItMustBeABitLonger/second-construct/SnsTopic/Resource": [
116
+ {
117
+ "type": "aws:cdk:logicalId",
118
+ "data": "secondconstructSnsTopicCE75056B"
119
+ }
120
+ ],
121
+ "/evtsns-long-stack-nameThisIsTheLongestNameForAStackItMustBeGreaterThanSixtyFourCharactersLongAndThisShouldJustAboutDoItNoItMustBeABitLonger/second-construct/SnsTopic/Policy/Resource": [
122
+ {
123
+ "type": "aws:cdk:logicalId",
124
+ "data": "secondconstructSnsTopicPolicyD6D4DA55"
125
+ }
126
+ ],
127
+ "/evtsns-long-stack-nameThisIsTheLongestNameForAStackItMustBeGreaterThanSixtyFourCharactersLongAndThisShouldJustAboutDoItNoItMustBeABitLonger/second-construct/EventsRule/Resource": [
128
+ {
129
+ "type": "aws:cdk:logicalId",
130
+ "data": "secondconstructEventsRuleFA5C1CE6"
131
+ }
132
+ ],
133
+ "/evtsns-long-stack-nameThisIsTheLongestNameForAStackItMustBeGreaterThanSixtyFourCharactersLongAndThisShouldJustAboutDoItNoItMustBeABitLonger/BootstrapVersion": [
134
+ {
135
+ "type": "aws:cdk:logicalId",
136
+ "data": "BootstrapVersion"
137
+ }
138
+ ],
139
+ "/evtsns-long-stack-nameThisIsTheLongestNameForAStackItMustBeGreaterThanSixtyFourCharactersLongAndThisShouldJustAboutDoItNoItMustBeABitLonger/CheckBootstrapVersion": [
140
+ {
141
+ "type": "aws:cdk:logicalId",
142
+ "data": "CheckBootstrapVersion"
143
+ }
144
+ ]
145
+ },
146
+ "displayName": "evtsns-long-stack-nameThisIsTheLongestNameForAStackItMustBeGreaterThanSixtyFourCharactersLongAndThisShouldJustAboutDoItNoItMustBeABitLonger"
147
+ },
148
+ "Tree": {
149
+ "type": "cdk:tree",
150
+ "properties": {
151
+ "file": "tree.json"
152
+ }
153
+ }
154
+ }
155
+ }