@aws-solutions-constructs/aws-eventbridge-sns 2.51.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 +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.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,19 @@
1
+ {
2
+ "version": "36.0.0",
3
+ "files": {
4
+ "50110703ede9c14bc5c2fee15301da0ee3aa8813c65d3aabf4c0c58b74a1ef23": {
5
+ "source": {
6
+ "path": "evtsns-new-bus.template.json",
7
+ "packaging": "file"
8
+ },
9
+ "destinations": {
10
+ "current_account-current_region": {
11
+ "bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
12
+ "objectKey": "50110703ede9c14bc5c2fee15301da0ee3aa8813c65d3aabf4c0c58b74a1ef23.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,241 @@
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
+ "testconstructCustomEventBusFBDE2130": {
159
+ "Type": "AWS::Events::EventBus",
160
+ "Properties": {
161
+ "Name": "evtsnsnewbustestconstructCustomEventBus56EA651C"
162
+ }
163
+ },
164
+ "testconstructEventsRule145DBA20": {
165
+ "Type": "AWS::Events::Rule",
166
+ "Properties": {
167
+ "EventBusName": {
168
+ "Ref": "testconstructCustomEventBusFBDE2130"
169
+ },
170
+ "EventPattern": {
171
+ "source": [
172
+ "solutionsconstructs"
173
+ ]
174
+ },
175
+ "State": "ENABLED",
176
+ "Targets": [
177
+ {
178
+ "Arn": {
179
+ "Ref": "testconstructSnsTopic44188529"
180
+ },
181
+ "Id": {
182
+ "Fn::Join": [
183
+ "",
184
+ [
185
+ "evtsns-new-butest-construct-",
186
+ {
187
+ "Fn::Select": [
188
+ 2,
189
+ {
190
+ "Fn::Split": [
191
+ "/",
192
+ {
193
+ "Ref": "AWS::StackId"
194
+ }
195
+ ]
196
+ }
197
+ ]
198
+ }
199
+ ]
200
+ ]
201
+ }
202
+ }
203
+ ]
204
+ }
205
+ }
206
+ },
207
+ "Parameters": {
208
+ "BootstrapVersion": {
209
+ "Type": "AWS::SSM::Parameter::Value<String>",
210
+ "Default": "/cdk-bootstrap/hnb659fds/version",
211
+ "Description": "Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store. [cdk:skip]"
212
+ }
213
+ },
214
+ "Rules": {
215
+ "CheckBootstrapVersion": {
216
+ "Assertions": [
217
+ {
218
+ "Assert": {
219
+ "Fn::Not": [
220
+ {
221
+ "Fn::Contains": [
222
+ [
223
+ "1",
224
+ "2",
225
+ "3",
226
+ "4",
227
+ "5"
228
+ ],
229
+ {
230
+ "Ref": "BootstrapVersion"
231
+ }
232
+ ]
233
+ }
234
+ ]
235
+ },
236
+ "AssertDescription": "CDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI."
237
+ }
238
+ ]
239
+ }
240
+ }
241
+ }
@@ -0,0 +1,19 @@
1
+ {
2
+ "version": "36.0.0",
3
+ "files": {
4
+ "21fbb51d7b23f6a6c262b46a9caee79d744a3ac019fd45422d988b96d44b2a22": {
5
+ "source": {
6
+ "path": "evtsnsnewbusIntegDefaultTestDeployAssert766E599E.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-new-bus/Integ/DefaultTest": {
5
+ "stacks": [
6
+ "evtsns-new-bus"
7
+ ],
8
+ "assertionStack": "evtsns-new-bus/Integ/DefaultTest/DeployAssert",
9
+ "assertionStackName": "evtsnsnewbusIntegDefaultTestDeployAssert766E599E"
10
+ }
11
+ }
12
+ }
@@ -0,0 +1,137 @@
1
+ {
2
+ "version": "36.0.0",
3
+ "artifacts": {
4
+ "evtsnsnewbusIntegDefaultTestDeployAssert766E599E.assets": {
5
+ "type": "cdk:asset-manifest",
6
+ "properties": {
7
+ "file": "evtsnsnewbusIntegDefaultTestDeployAssert766E599E.assets.json",
8
+ "requiresBootstrapStackVersion": 6,
9
+ "bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version"
10
+ }
11
+ },
12
+ "evtsnsnewbusIntegDefaultTestDeployAssert766E599E": {
13
+ "type": "aws:cloudformation:stack",
14
+ "environment": "aws://unknown-account/unknown-region",
15
+ "properties": {
16
+ "templateFile": "evtsnsnewbusIntegDefaultTestDeployAssert766E599E.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
+ "evtsnsnewbusIntegDefaultTestDeployAssert766E599E.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
+ "evtsnsnewbusIntegDefaultTestDeployAssert766E599E.assets"
35
+ ],
36
+ "metadata": {
37
+ "/evtsns-new-bus/Integ/DefaultTest/DeployAssert/BootstrapVersion": [
38
+ {
39
+ "type": "aws:cdk:logicalId",
40
+ "data": "BootstrapVersion"
41
+ }
42
+ ],
43
+ "/evtsns-new-bus/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion": [
44
+ {
45
+ "type": "aws:cdk:logicalId",
46
+ "data": "CheckBootstrapVersion"
47
+ }
48
+ ]
49
+ },
50
+ "displayName": "evtsns-new-bus/Integ/DefaultTest/DeployAssert"
51
+ },
52
+ "evtsns-new-bus.assets": {
53
+ "type": "cdk:asset-manifest",
54
+ "properties": {
55
+ "file": "evtsns-new-bus.assets.json",
56
+ "requiresBootstrapStackVersion": 6,
57
+ "bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version"
58
+ }
59
+ },
60
+ "evtsns-new-bus": {
61
+ "type": "aws:cloudformation:stack",
62
+ "environment": "aws://unknown-account/unknown-region",
63
+ "properties": {
64
+ "templateFile": "evtsns-new-bus.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}/50110703ede9c14bc5c2fee15301da0ee3aa8813c65d3aabf4c0c58b74a1ef23.json",
70
+ "requiresBootstrapStackVersion": 6,
71
+ "bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
72
+ "additionalDependencies": [
73
+ "evtsns-new-bus.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
+ "evtsns-new-bus.assets"
83
+ ],
84
+ "metadata": {
85
+ "/evtsns-new-bus/test-construct/EncryptionKey/Resource": [
86
+ {
87
+ "type": "aws:cdk:logicalId",
88
+ "data": "testconstructEncryptionKey6153B053"
89
+ }
90
+ ],
91
+ "/evtsns-new-bus/test-construct/SnsTopic/Resource": [
92
+ {
93
+ "type": "aws:cdk:logicalId",
94
+ "data": "testconstructSnsTopic44188529"
95
+ }
96
+ ],
97
+ "/evtsns-new-bus/test-construct/SnsTopic/Policy/Resource": [
98
+ {
99
+ "type": "aws:cdk:logicalId",
100
+ "data": "testconstructSnsTopicPolicy72FFD530"
101
+ }
102
+ ],
103
+ "/evtsns-new-bus/test-construct/CustomEventBus/Resource": [
104
+ {
105
+ "type": "aws:cdk:logicalId",
106
+ "data": "testconstructCustomEventBusFBDE2130"
107
+ }
108
+ ],
109
+ "/evtsns-new-bus/test-construct/EventsRule/Resource": [
110
+ {
111
+ "type": "aws:cdk:logicalId",
112
+ "data": "testconstructEventsRule145DBA20"
113
+ }
114
+ ],
115
+ "/evtsns-new-bus/BootstrapVersion": [
116
+ {
117
+ "type": "aws:cdk:logicalId",
118
+ "data": "BootstrapVersion"
119
+ }
120
+ ],
121
+ "/evtsns-new-bus/CheckBootstrapVersion": [
122
+ {
123
+ "type": "aws:cdk:logicalId",
124
+ "data": "CheckBootstrapVersion"
125
+ }
126
+ ]
127
+ },
128
+ "displayName": "evtsns-new-bus"
129
+ },
130
+ "Tree": {
131
+ "type": "cdk:tree",
132
+ "properties": {
133
+ "file": "tree.json"
134
+ }
135
+ }
136
+ }
137
+ }