AWS::Pipes::Pipe DeadLetterConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Pipes::Pipe DeadLetterConfig

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

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Arn" : String }

YAML

Arn: String

Properties

Arn

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

Required: No

Type: String

Update requires: No interruption