@aws-solutions-constructs/aws-eventbridge-sqs 2.76.0 → 2.77.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 +155 -39
- package/README.md +5 -0
- package/lib/index.d.ts +27 -0
- package/lib/index.js +26 -10
- package/package.json +7 -6
- package/test/eventbridge-sqs-queue.test.js +142 -3
- package/test/integ.evtsqs-custom-target.d.ts +13 -0
- package/test/integ.evtsqs-custom-target.js +36 -0
- package/test/integ.evtsqs-custom-target.js.snapshot/cdk.out +1 -0
- package/test/integ.evtsqs-custom-target.js.snapshot/evtsqs-custom-target.assets.json +19 -0
- package/test/integ.evtsqs-custom-target.js.snapshot/evtsqs-custom-target.template.json +312 -0
- package/test/integ.evtsqs-custom-target.js.snapshot/evtsqscustomtargetIntegDefaultTestDeployAssertD220243E.assets.json +19 -0
- package/test/integ.evtsqs-custom-target.js.snapshot/evtsqscustomtargetIntegDefaultTestDeployAssertD220243E.template.json +36 -0
- package/test/integ.evtsqs-custom-target.js.snapshot/integ.json +12 -0
- package/test/integ.evtsqs-custom-target.js.snapshot/manifest.json +149 -0
- package/test/integ.evtsqs-custom-target.js.snapshot/tree.json +487 -0
- package/test/integ.evtsqs-exist-bus.js.snapshot/cdk.out +1 -1
- package/test/integ.evtsqs-exist-bus.js.snapshot/evtsqs-exist-bus.assets.json +3 -3
- package/test/integ.evtsqs-exist-bus.js.snapshot/evtsqs-exist-bus.template.json +15 -6
- package/test/integ.evtsqs-exist-bus.js.snapshot/evtsqsexistbusIntegDefaultTestDeployAssertD6166996.assets.json +1 -1
- package/test/integ.evtsqs-exist-bus.js.snapshot/integ.json +1 -1
- package/test/integ.evtsqs-exist-bus.js.snapshot/manifest.json +2 -2
- package/test/integ.evtsqs-exist-bus.js.snapshot/tree.json +38 -29
- package/test/integ.evtsqs-exist-queue.js.snapshot/cdk.out +1 -1
- package/test/integ.evtsqs-exist-queue.js.snapshot/evtsqs-exist-queue.assets.json +3 -3
- package/test/integ.evtsqs-exist-queue.js.snapshot/evtsqs-exist-queue.template.json +15 -6
- package/test/integ.evtsqs-exist-queue.js.snapshot/evtsqsexistqueueIntegDefaultTestDeployAssert4E2D04AB.assets.json +1 -1
- package/test/integ.evtsqs-exist-queue.js.snapshot/integ.json +1 -1
- package/test/integ.evtsqs-exist-queue.js.snapshot/manifest.json +2 -2
- package/test/integ.evtsqs-exist-queue.js.snapshot/tree.json +36 -27
- package/test/integ.evtsqs-new-bus.js.snapshot/cdk.out +1 -1
- package/test/integ.evtsqs-new-bus.js.snapshot/evtsqs-new-bus.assets.json +3 -3
- package/test/integ.evtsqs-new-bus.js.snapshot/evtsqs-new-bus.template.json +15 -6
- package/test/integ.evtsqs-new-bus.js.snapshot/evtsqsnewbusIntegDefaultTestDeployAssertA45AD5F2.assets.json +1 -1
- package/test/integ.evtsqs-new-bus.js.snapshot/integ.json +1 -1
- package/test/integ.evtsqs-new-bus.js.snapshot/manifest.json +2 -20
- package/test/integ.evtsqs-new-bus.js.snapshot/tree.json +42 -33
- package/test/integ.evtsqs-no-arg.js.snapshot/cdk.out +1 -1
- package/test/integ.evtsqs-no-arg.js.snapshot/evtsqs-no-arg.assets.json +3 -3
- package/test/integ.evtsqs-no-arg.js.snapshot/evtsqs-no-arg.template.json +15 -6
- package/test/integ.evtsqs-no-arg.js.snapshot/evtsqsnoargIntegDefaultTestDeployAssertB5DFB718.assets.json +1 -1
- package/test/integ.evtsqs-no-arg.js.snapshot/integ.json +1 -1
- package/test/integ.evtsqs-no-arg.js.snapshot/manifest.json +2 -20
- package/test/integ.evtsqs-no-arg.js.snapshot/tree.json +40 -31
- package/test/integ.evtsqs-rule-dlq.d.ts +13 -0
- package/test/integ.evtsqs-rule-dlq.js +36 -0
- package/test/integ.evtsqs-rule-dlq.js.snapshot/cdk.out +1 -0
- package/test/integ.evtsqs-rule-dlq.js.snapshot/evtsqs-rule-dlq.assets.json +19 -0
- package/test/integ.evtsqs-rule-dlq.js.snapshot/evtsqs-rule-dlq.template.json +485 -0
- package/test/integ.evtsqs-rule-dlq.js.snapshot/evtsqsruledlqIntegDefaultTestDeployAssertE0D1E1C2.assets.json +19 -0
- package/test/integ.evtsqs-rule-dlq.js.snapshot/evtsqsruledlqIntegDefaultTestDeployAssertE0D1E1C2.template.json +36 -0
- package/test/integ.evtsqs-rule-dlq.js.snapshot/integ.json +12 -0
- package/test/integ.evtsqs-rule-dlq.js.snapshot/manifest.json +179 -0
- package/test/integ.evtsqs-rule-dlq.js.snapshot/tree.json +728 -0
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "39.0.0",
|
|
3
|
+
"artifacts": {
|
|
4
|
+
"evtsqsruledlqIntegDefaultTestDeployAssertE0D1E1C2.assets": {
|
|
5
|
+
"type": "cdk:asset-manifest",
|
|
6
|
+
"properties": {
|
|
7
|
+
"file": "evtsqsruledlqIntegDefaultTestDeployAssertE0D1E1C2.assets.json",
|
|
8
|
+
"requiresBootstrapStackVersion": 6,
|
|
9
|
+
"bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version"
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
"evtsqsruledlqIntegDefaultTestDeployAssertE0D1E1C2": {
|
|
13
|
+
"type": "aws:cloudformation:stack",
|
|
14
|
+
"environment": "aws://unknown-account/unknown-region",
|
|
15
|
+
"properties": {
|
|
16
|
+
"templateFile": "evtsqsruledlqIntegDefaultTestDeployAssertE0D1E1C2.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
|
+
"evtsqsruledlqIntegDefaultTestDeployAssertE0D1E1C2.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
|
+
"evtsqsruledlqIntegDefaultTestDeployAssertE0D1E1C2.assets"
|
|
35
|
+
],
|
|
36
|
+
"metadata": {
|
|
37
|
+
"/evtsqs-rule-dlq/Integ/DefaultTest/DeployAssert/BootstrapVersion": [
|
|
38
|
+
{
|
|
39
|
+
"type": "aws:cdk:logicalId",
|
|
40
|
+
"data": "BootstrapVersion"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"/evtsqs-rule-dlq/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion": [
|
|
44
|
+
{
|
|
45
|
+
"type": "aws:cdk:logicalId",
|
|
46
|
+
"data": "CheckBootstrapVersion"
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
},
|
|
50
|
+
"displayName": "evtsqs-rule-dlq/Integ/DefaultTest/DeployAssert"
|
|
51
|
+
},
|
|
52
|
+
"evtsqs-rule-dlq.assets": {
|
|
53
|
+
"type": "cdk:asset-manifest",
|
|
54
|
+
"properties": {
|
|
55
|
+
"file": "evtsqs-rule-dlq.assets.json",
|
|
56
|
+
"requiresBootstrapStackVersion": 6,
|
|
57
|
+
"bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"evtsqs-rule-dlq": {
|
|
61
|
+
"type": "aws:cloudformation:stack",
|
|
62
|
+
"environment": "aws://unknown-account/unknown-region",
|
|
63
|
+
"properties": {
|
|
64
|
+
"templateFile": "evtsqs-rule-dlq.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}/1b987658e020bc5bb91c28188d302de48a98e534e39808f44580279068526530.json",
|
|
70
|
+
"requiresBootstrapStackVersion": 6,
|
|
71
|
+
"bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
|
|
72
|
+
"additionalDependencies": [
|
|
73
|
+
"evtsqs-rule-dlq.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
|
+
"evtsqs-rule-dlq.assets"
|
|
83
|
+
],
|
|
84
|
+
"metadata": {
|
|
85
|
+
"/evtsqs-rule-dlq/construct/queue-dlq/Resource": [
|
|
86
|
+
{
|
|
87
|
+
"type": "aws:cdk:logicalId",
|
|
88
|
+
"data": "constructqueuedlq6B66D1E6"
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"/evtsqs-rule-dlq/construct/queue-dlq/Policy/Resource": [
|
|
92
|
+
{
|
|
93
|
+
"type": "aws:cdk:logicalId",
|
|
94
|
+
"data": "constructqueuedlqPolicy3B6CC54E"
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"/evtsqs-rule-dlq/construct/'queueKey'/Resource": [
|
|
98
|
+
{
|
|
99
|
+
"type": "aws:cdk:logicalId",
|
|
100
|
+
"data": "constructqueueKey0638E1FB"
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"/evtsqs-rule-dlq/construct/queue": [
|
|
104
|
+
{
|
|
105
|
+
"type": "aws:cdk:warning",
|
|
106
|
+
"data": "encryption: Automatically changed to QueueEncryption.KMS, was: QueueEncryption.KMS_MANAGED\nWhen encryptionMasterKey is provided, always set `encryption: QueueEncryption.KMS` [ack: @aws-cdk/aws-sqs:queueEncryptionChangedToKMS]"
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
"/evtsqs-rule-dlq/construct/queue/Resource": [
|
|
110
|
+
{
|
|
111
|
+
"type": "aws:cdk:logicalId",
|
|
112
|
+
"data": "constructqueue481DC1EC"
|
|
113
|
+
}
|
|
114
|
+
],
|
|
115
|
+
"/evtsqs-rule-dlq/construct/queue/Policy/Resource": [
|
|
116
|
+
{
|
|
117
|
+
"type": "aws:cdk:logicalId",
|
|
118
|
+
"data": "constructqueuePolicy5B0256B1"
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
"/evtsqs-rule-dlq/construct/'ruleDlqKey'/Resource": [
|
|
122
|
+
{
|
|
123
|
+
"type": "aws:cdk:logicalId",
|
|
124
|
+
"data": "constructruleDlqKey4F9EAB36"
|
|
125
|
+
}
|
|
126
|
+
],
|
|
127
|
+
"/evtsqs-rule-dlq/construct/'ruleDlqKey'/Alias/Resource": [
|
|
128
|
+
{
|
|
129
|
+
"type": "aws:cdk:logicalId",
|
|
130
|
+
"data": "constructruleDlqKeyAliasF2A45A01"
|
|
131
|
+
}
|
|
132
|
+
],
|
|
133
|
+
"/evtsqs-rule-dlq/construct/ruleDlq": [
|
|
134
|
+
{
|
|
135
|
+
"type": "aws:cdk:warning",
|
|
136
|
+
"data": "encryption: Automatically changed to QueueEncryption.KMS, was: QueueEncryption.KMS_MANAGED\nWhen encryptionMasterKey is provided, always set `encryption: QueueEncryption.KMS` [ack: @aws-cdk/aws-sqs:queueEncryptionChangedToKMS]"
|
|
137
|
+
}
|
|
138
|
+
],
|
|
139
|
+
"/evtsqs-rule-dlq/construct/ruleDlq/Resource": [
|
|
140
|
+
{
|
|
141
|
+
"type": "aws:cdk:logicalId",
|
|
142
|
+
"data": "constructruleDlq7D359AE9"
|
|
143
|
+
}
|
|
144
|
+
],
|
|
145
|
+
"/evtsqs-rule-dlq/construct/ruleDlq/Policy/Resource": [
|
|
146
|
+
{
|
|
147
|
+
"type": "aws:cdk:logicalId",
|
|
148
|
+
"data": "constructruleDlqPolicyE4AB8569"
|
|
149
|
+
}
|
|
150
|
+
],
|
|
151
|
+
"/evtsqs-rule-dlq/construct/EventsRule/Resource": [
|
|
152
|
+
{
|
|
153
|
+
"type": "aws:cdk:logicalId",
|
|
154
|
+
"data": "constructEventsRule43880ADB"
|
|
155
|
+
}
|
|
156
|
+
],
|
|
157
|
+
"/evtsqs-rule-dlq/BootstrapVersion": [
|
|
158
|
+
{
|
|
159
|
+
"type": "aws:cdk:logicalId",
|
|
160
|
+
"data": "BootstrapVersion"
|
|
161
|
+
}
|
|
162
|
+
],
|
|
163
|
+
"/evtsqs-rule-dlq/CheckBootstrapVersion": [
|
|
164
|
+
{
|
|
165
|
+
"type": "aws:cdk:logicalId",
|
|
166
|
+
"data": "CheckBootstrapVersion"
|
|
167
|
+
}
|
|
168
|
+
]
|
|
169
|
+
},
|
|
170
|
+
"displayName": "evtsqs-rule-dlq"
|
|
171
|
+
},
|
|
172
|
+
"Tree": {
|
|
173
|
+
"type": "cdk:tree",
|
|
174
|
+
"properties": {
|
|
175
|
+
"file": "tree.json"
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
}
|