Amazon SQS template snippets - AWS CloudFormation (original) (raw)
Amazon SQS template snippets - AWS CloudFormation
This example shows an Amazon SQS queue.
JSON
"MyQueue" : {
"Type" : "AWS::SQS::Queue",
"Properties" : {
"VisibilityTimeout" : "value"
}
}
YAML
MyQueue:
Type: AWS::SQS::Queue
Properties:
VisibilityTimeout: value
Amazon SNS
Amazon Timestream
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.