AWS::SES::ReceiptRule SNSAction - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::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 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