interface DeadLetterConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Events.CfnRule.DeadLetterConfigProperty |
![]() | software.amazon.awscdk.services.events.CfnRule.DeadLetterConfigProperty |
![]() | aws_cdk.aws_events.CfnRule.DeadLetterConfigProperty |
![]() | @aws-cdk/aws-events » CfnRule » 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 * as events from '@aws-cdk/aws-events';
const deadLetterConfigProperty: events.CfnRule.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.