We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d6d7e commit 79ad5a6Copy full SHA for 79ad5a6
Unicorn.Web/Integration/subscriptions.yaml
@@ -32,7 +32,7 @@ Resources:
32
Arn:
33
Fn::Sub: "{{resolve:ssm:/uni-prop/${Stage}/UnicornWebEventBusArn}}"
34
RoleArn:
35
- Fn::GetAtt: UnicornPropertiesEventBusToUnicornWebEventBusRole.Arn
+ Fn::GetAtt: [ UnicornPropertiesEventBusToUnicornWebEventBusRole, Arn ]
36
37
# This IAM role allows EventBridge to assume the permissions necessary to send events
38
# from the publishing event bus, to the subscribing event bus (UnicornWebEventBusArn)
0 commit comments