ISQSListDeadLetterSourceQueuesResponse
Interface in AWS.SQS
Interface for ListDeadLetterSourceQueues requests.
Ancestors
Properties
NextToken
property NextToken: string
The pagination token to include in the next request to retrieve additional results.
This token is returned when there are more source queues available beyond the current page. Use this exact token value in the NextToken parameter of a subsequent ListDeadLetterSourceQueues request to continue pagination. If this field is empty or not present, it indicates that all available results have been returned and there are no more pages to retrieve. Pagination tokens are opaque strings that should not be modified or constructed manually. They are only valid for the specific query context and may expire after a period of time.
queueUrls
property queueUrls: TList<string>
A collection of source queue URLs that have the RedrivePolicy queue attribute configured with the specified dead-letter queue.
Each URL in this collection represents a source queue that is configured to send failed messages to the dead-letter queue specified in the request. The URLs are returned in their complete form and can be used directly for subsequent SQS operations on the source queues. If no source queues are configured with the specified dead-letter queue, this collection will be empty. The number of URLs returned is limited by the MaxResults parameter from the request, with a maximum of 1000 URLs per response by default.