class
Amazonite::Sqs::StartMessageMoveTaskRequest
- Amazonite::Sqs::StartMessageMoveTaskRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
sqs/start_message_move_task_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(source_arn : String, destination_arn : String | Nil = nil, max_number_of_messages_per_second : Int32 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#destination_arn : String | Nil
The ARN of the queue that receives the moved messages.
-
#destination_arn=(destination_arn : String | Nil)
The ARN of the queue that receives the moved messages.
-
#hash(hasher)
See
Object#hash(hasher) -
#max_number_of_messages_per_second : Int32 | Nil
The number of messages to be moved per second (the message movement rate).
-
#max_number_of_messages_per_second=(max_number_of_messages_per_second : Int32 | Nil)
The number of messages to be moved per second (the message movement rate).
-
#source_arn : String
The ARN of the queue that contains the messages to be moved to another queue.
-
#source_arn=(source_arn : String)
The ARN of the queue that contains the messages to be moved to another queue.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The ARN of the queue that receives the moved messages. You can use this field to specify the destination queue where you would like to redrive messages. If this field is left blank, the messages will be redriven back to their respective original source queues.
The ARN of the queue that receives the moved messages. You can use this field to specify the destination queue where you would like to redrive messages. If this field is left blank, the messages will be redriven back to their respective original source queues.
The number of messages to be moved per second (the message movement rate). You can use this field to define a fixed message movement rate. The maximum value for messages per second is 500. If this field is left blank, the system will optimize the rate based on the queue message backlog size, which may vary throughout the duration of the message movement task.
The number of messages to be moved per second (the message movement rate). You can use this field to define a fixed message movement rate. The maximum value for messages per second is 500. If this field is left blank, the system will optimize the rate based on the queue message backlog size, which may vary throughout the duration of the message movement task.
The ARN of the queue that contains the messages to be moved to another queue. Currently, only ARNs of dead-letter queues (DLQs) whose sources are other Amazon SQS queues are accepted. DLQs whose sources are non-SQS queues, such as Lambda or Amazon SNS topics, are not currently supported.
The ARN of the queue that contains the messages to be moved to another queue. Currently, only ARNs of dead-letter queues (DLQs) whose sources are other Amazon SQS queues are accepted. DLQs whose sources are non-SQS queues, such as Lambda or Amazon SNS topics, are not currently supported.