AWS::Pipes::Pipe DeadLetterConfig
A DeadLetterConfig
object that contains information about a dead-letter
queue configuration.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Arn" :
String
}
YAML
Arn:
String
Properties
Arn
-
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.
Required: No
Type: String
Pattern:
^arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-]+):([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\d{1})?:(\d{12})?:(.+)$
Minimum:
1
Maximum:
1600
Update requires: No interruption