aws-cdk-lib.aws_scheduler.CfnSchedule.DeadLetterConfigProperty

interface DeadLetterConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.Scheduler.CfnSchedule.DeadLetterConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsscheduler#CfnSchedule_DeadLetterConfigProperty
Javasoftware.amazon.awscdk.services.scheduler.CfnSchedule.DeadLetterConfigProperty
Pythonaws_cdk.aws_scheduler.CfnSchedule.DeadLetterConfigProperty
TypeScript aws-cdk-lib » aws_scheduler » CfnSchedule » DeadLetterConfigProperty

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.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_scheduler as scheduler } from 'aws-cdk-lib';
const deadLetterConfigProperty: scheduler.CfnSchedule.DeadLetterConfigProperty = {
  arn: 'arn',
};

Properties

NameTypeDescription
arn?stringThe Amazon Resource Name (ARN) of the SQS queue specified as the destination for the dead-letter queue.

arn?

Type: string (optional)

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