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 e5eeb85 commit 58fd04dCopy full SHA for 58fd04d
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