💾 Archived View for cfdocs.wetterberg.nu › scenario-sqs-queue.gemini captured on 2024-05-10 at 12:33:31. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-03)

-=-=-=-=-=-=-

Amazon SQS template snippets

Search

This example shows an Amazon SQS queue.

JSON

1. "MyQueue" : {
2.     "Type" : "AWS::SQS::Queue",
3.     "Properties" : {
4.         "VisibilityTimeout" : "value"
5.     }
6. }

YAML

1. MyQueue:
2.   Type: AWS::SQS::Queue
3.   Properties:
4.     VisibilityTimeout: value