interface DeadLetterConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Events.CfnEventBus.DeadLetterConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsevents#CfnEventBus_DeadLetterConfigProperty |
![]() | software.amazon.awscdk.services.events.CfnEventBus.DeadLetterConfigProperty |
![]() | aws_cdk.aws_events.CfnEventBus.DeadLetterConfigProperty |
![]() | aws-cdk-lib » aws_events » CfnEventBus » DeadLetterConfigProperty |
Configuration details of the Amazon SQS queue for EventBridge to use as a dead-letter queue (DLQ).
For more information, see Using dead-letter queues to process undelivered events in the EventBridge User Guide .
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_events as events } from 'aws-cdk-lib';
const deadLetterConfigProperty: events.CfnEventBus.DeadLetterConfigProperty = {
arn: 'arn',
};
Properties
Name | Type | Description |
---|---|---|
arn? | string | The ARN of the SQS queue specified as the target for the dead-letter queue. |
arn?
Type:
string
(optional)
The ARN of the SQS queue specified as the target for the dead-letter queue.