Created
August 21, 2020 16:56
-
-
Save marinr/1f5fd54af7143164397e962cd6c752ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EventsTopic: | |
Type: "AWS::SNS::Topic" | |
Properties: | |
TopicName: !Sub "Example-events-topic" | |
Event3Rule: | |
Type: AWS::Events::Rule | |
Properties: | |
Description: "EventSNSRule" | |
EventBusName: exampleEventBus | |
EventPattern: | |
detail: | |
type: | |
- my::cool::event3 | |
State: "ENABLED" | |
Targets: | |
- | |
Arn: | |
!Ref EventsTopic | |
Id: "Event3Topic" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment