Amazon SQS template snippets - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Amazon SQS template snippets

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