aws-cdk-lib.aws_pipes.CfnPipe.DeadLetterConfigProperty

interface DeadLetterConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.Pipes.CfnPipe.DeadLetterConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awspipes#CfnPipe_DeadLetterConfigProperty
Javasoftware.amazon.awscdk.services.pipes.CfnPipe.DeadLetterConfigProperty
Pythonaws_cdk.aws_pipes.CfnPipe.DeadLetterConfigProperty
TypeScript aws-cdk-lib » aws_pipes » CfnPipe » DeadLetterConfigProperty

A DeadLetterConfig object that contains information about a dead-letter queue configuration.

Example

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

Properties

NameTypeDescription
arn?stringThe ARN of the Amazon SQS queue specified as the target for the dead-letter queue.

arn?

Type: string (optional)

The ARN of the Amazon SQS queue specified as the target for the dead-letter queue.