View a markdown version of this page

AWS::EventsV2::Subscriber OnFailureConfiguration - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::EventsV2::Subscriber OnFailureConfiguration

The destination for events that could not be delivered.

Syntax

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

JSON

{ "Arn" : String }

YAML

Arn: String

Properties

Arn

The ARN of the destination that receives events that could not be delivered. An Amazon SQS queue is the supported destination.

Required: No

Type: String

Pattern: ^arn:aws(-[a-z0-9]+)*:sqs:[a-z][a-z0-9]*(-[a-z0-9]+)*:[0-9]{12}:([A-Za-z0-9_-]{1,80}|[A-Za-z0-9_-]{1,75}\.fifo)$

Minimum: 1

Maximum: 1600

Update requires: No interruption