Created
August 14, 2020 13:24
-
-
Save lvthillo/f8abd9ded3cd1008b63b0a39f83ee108 to your computer and use it in GitHub Desktop.
GreenHighQueueSubscription
This file contains 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
GreenHighQueueSubscription: | |
Type: AWS::SNS::Subscription | |
Properties: | |
Endpoint: !GetAtt GreenHighQueue.Arn | |
Protocol: sqs | |
FilterPolicy: | |
color: | |
- green | |
number: | |
- numeric: | |
- ">" | |
- 100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment