v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-144090233.6 KB

Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead-letter queue.

The ListDeadLetterSourceQueues methods supports pagination. Set parameter MaxResults in the request to specify the maximum number of results to be returned in the response. If you do not set MaxResults, the response includes a maximum of 1,000 results. If you set MaxResults and there are additional results to display, the response includes a value for NextToken. Use NextToken as a parameter in your next request to ListDeadLetterSourceQueues to receive the next page of results.

For more information about using dead-letter queues, see Using Amazon SQS Dead-Letter Queues in the Amazon SQS Developer Guide.

get/{AccountNumber}/{QueueName}/#Action=ListDeadLetterSourceQueues

Path parameters

AccountNumberinteger required

The AWS account number

QueueNamestring required

The name of the queue

Query parameters

NextTokenstring

Pagination token to request the next set of results.

MaxResultsinteger

Maximum number of results to include in the response. Value range is 1 to 1000. You must set <code>MaxResults</code> to receive a value for <code>NextToken</code> in the response.

Action'ListDeadLetterSourceQueues' required
Version'2012-11-05' required

Response

Success