Difference between revisions of "Aws sqs list-queues"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
https://docs.aws.amazon.com/cli/latest/reference/sqs/list-queues.html | https://docs.aws.amazon.com/cli/latest/reference/sqs/list-queues.html | ||
+ | [[aws sqs]] list-queues | ||
+ | { | ||
+ | "QueueUrls": [ | ||
+ | "https://queue.amazonaws.com/80398EXAMPLE/MyDeadLetterQueue", | ||
+ | "https://queue.amazonaws.com/80398EXAMPLE/MyQueue", | ||
+ | "https://queue.amazonaws.com/80398EXAMPLE/MyOtherQueue", | ||
+ | "https://queue.amazonaws.com/80398EXAMPLE/TestQueue1", | ||
+ | "https://queue.amazonaws.com/80398EXAMPLE/TestQueue2" | ||
+ | ] | ||
+ | } | ||
Revision as of 13:07, 15 October 2021
https://docs.aws.amazon.com/cli/latest/reference/sqs/list-queues.html
aws sqs list-queues { "QueueUrls": [ "https://queue.amazonaws.com/80398EXAMPLE/MyDeadLetterQueue", "https://queue.amazonaws.com/80398EXAMPLE/MyQueue", "https://queue.amazonaws.com/80398EXAMPLE/MyOtherQueue", "https://queue.amazonaws.com/80398EXAMPLE/TestQueue1", "https://queue.amazonaws.com/80398EXAMPLE/TestQueue2" ] }
See also
Advertising: