redrive Policy
Parameters
The string that includes the parameters for the dead-letter queue functionality of the source queue as a JSON object. The parameters are as follows: + `deadLetterTargetArn`
: The Amazon Resource Name (ARN) of the dead-letter queue to which SQS moves messages after the value of `maxReceiveCount`
is exceeded. + `maxReceiveCount`
: The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When the `ReceiveCount`
for a message exceeds the `maxReceiveCount`
for a queue, SQS moves the message to the dead-letter-queue. The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue. JSON `{ 'deadLetterTargetArn' : String, 'maxReceiveCount' : Integer }`
YAML `deadLetterTargetArn : String`
`maxReceiveCount : Integer`