aws.sqs.list_message_move_tasks
Example SQL Queries
SELECT * FROMaws.sqs.list_message_move_tasksWHERE"source_arn" = 'VALUE';Description
Gets the most recent message movement tasks (up to 10) under a specific source queue.
This action is currently limited to supporting message redrive from dead-letter queues (DLQs) only. In this context, the source queue is the dead-letter queue (DLQ), while the destination queue can be the original source queue (from which the messages were driven to the dead-letter-queue), or a custom destination queue.
Only one active message movement task is supported per queue at any given time.
Table Definition
| Column Name | Column Data Type |
|---|---|
| source_arn Required Input Column The ARN of the queue whose message movement tasks are to be listed. | VARCHAR |
| max_results Input Column The maximum number of results to include in the response. The default is 1, which provides the most recent message movement task. The upper limit is 10. | BIGINT |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| results A list of message movement tasks and their attributes. | STRUCT( |
Show child fields
| |