AWS::Scheduler::Schedule DeadLetterConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Scheduler::Schedule DeadLetterConfig

An object that contains information about an Amazon SQS queue that EventBridge Scheduler uses as a dead-letter queue for your schedule. If specified, EventBridge Scheduler delivers failed events that could not be successfully delivered to a target to the queue.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Arn" : String }

YAML

Arn: String

Properties

Arn

The Amazon Resource Name (ARN) of the SQS queue specified as the destination for the dead-letter queue.

Required: No

Type: String

Pattern: ^arn:aws(-[a-z]+)?:sqs:[a-z0-9\-]+:\d{12}:[a-zA-Z0-9\-_]+$

Minimum: 1

Maximum: 1600

Update requires: No interruption