メインコンテンツまでスキップ

AWSSQSQueueRedrivePolicy

No description

type AWSSQSQueueRedrivePolicy {
deadLetterTargetArn: String!
maximumReceiveCount: Int!
}

Fields

AWSSQSQueueRedrivePolicy.deadLetterTargetArn ● String! non-null scalar

The Amazon Resource Name (ARN) of the dead-letter queue to which Amazon SQS moves messages after the value of maximumReceiveCount is exceeded

AWSSQSQueueRedrivePolicy.maximumReceiveCount ● Int! non-null scalar

The number of times a message is delivered to the source queue before being moved to the dead-letter queue

Member of

AWSSQSFIFOQueue object ● AWSSQSStandardQueue object