Amazon SQS template snippets - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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