ISQSListMessageMoveTasksRequest
Interface in AWS.SQS
Interface for ListMessageMoveTasks requests.
Ancestors
Properties
MaxResults
property MaxResults: TOptional<Integer>
The maximum number of results to include in the response.
Valid values range from 1 to 10. If not specified, the default value is 1, which provides the most recent message movement task. Results are returned in descending order by creation time, with the most recent message movement tasks appearing first in the list.
SourceArn
property SourceArn: TARN
The ARN of the queue whose message movement tasks are to be listed.
This should be the Amazon Resource Name (ARN) of the source queue, typically a dead-letter queue (DLQ) from which messages are being moved to destination queues. The ARN format is: arn:aws:sqs:region:account-id:queue-name. For FIFO queues, the queue name must end with .fifo. This operation is currently limited to supporting message redrive from dead-letter queues only.