Skip to main content

TSQSStartMessageMoveTaskRequest

Class in AWS.SQS

StartMessageMoveTask request class.

Ancestors

Properties

DestinationArn

property DestinationArn: TARN

MaxNumberOfMessagesPerSecond

property MaxNumberOfMessagesPerSecond: TOptional<Integer>

SourceArn

property SourceArn: TARN

Constructors

Create

constructor Create(const ASourceArn: TARN);

Constructor for TSQSStartMessageMoveTaskRequest.

Parameters

NameDescription
ASourceArnSpecify the ARN of the queue that contains the messages to be moved to another queue.