interface DeadLetterConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Pipes.CfnPipe.DeadLetterConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspipes#CfnPipe_DeadLetterConfigProperty |
![]() | software.amazon.awscdk.services.pipes.CfnPipe.DeadLetterConfigProperty |
![]() | aws_cdk.aws_pipes.CfnPipe.DeadLetterConfigProperty |
![]() | 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
Name | Type | Description |
---|---|---|
arn? | string | The ARN of the specified target for the dead-letter queue. |
arn?
Type:
string
(optional)
The ARN of the specified target for the dead-letter queue.
For Amazon Kinesis stream and Amazon DynamoDB stream sources, specify either an Amazon SNS topic or Amazon SQS queue ARN.