AWS::SES::ReceiptRule SNSAction - 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::SES::ReceiptRule SNSAction

The action to publish the email content to an Amazon SNS topic. When executed, this action will send the email as a notification to the specified SNS topic.

Syntax

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

JSON

{ "Encoding" : String, "TopicArn" : String }

YAML

Encoding: String TopicArn: String

Properties

Encoding

The encoding to use for the email within the Amazon SNS notification. The default value is UTF-8. Use BASE64 if you need to preserve all special characters, especially when the original message uses a different encoding format.

Required: No

Type: String

Allowed values: UTF-8 | Base64

Update requires: No interruption

TopicArn

The Amazon Resource Name (ARN) of the Amazon SNS Topic to which notification for the email received will be published.

Required: No

Type: String

Update requires: No interruption