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:
Properties
Encoding
-
The encoding to use for the email within the Amazon SNS notification. The default value is
UTF-8
. UseBASE64
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