AWS::SES::ConfigurationSetEventDestination SnsDestination - AWS CloudFormation

AWS::SES::ConfigurationSetEventDestination SnsDestination

Contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.

Event destinations, such as Amazon SNS, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

Syntax

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

JSON

{ "TopicARN" : String }

YAML

TopicARN: String

Properties

TopicARN

The ARN of the Amazon SNS topic for email sending events. You can find the ARN of a topic by using the ListTopics Amazon SNS operation.

For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

Required: Yes

Type: String

Pattern: ^arn:aws[a-z0-9-]*:sns:[a-z0-9-]+:\d{12}:[^:]+$

Minimum: 36

Maximum: 1024

Update requires: No interruption