AWS::SES::ReceiptRule BounceAction - 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).

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

AWS::SES::ReceiptRule BounceAction

The action to send a bounce response for the email. When executed, this action generates a non-delivery report (bounce) back to the sender.

Syntax

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

JSON

{ "Message" : String, "Sender" : String, "SmtpReplyCode" : String, "StatusCode" : String, "TopicArn" : String }

YAML

Message: String Sender: String SmtpReplyCode: String StatusCode: String TopicArn: String

Properties

Message

The human-readable text to include in the bounce message.

Required: Yes

Type: String

Update requires: No interruption

Sender

The sender email address of the bounce message.

Required: Yes

Type: String

Update requires: No interruption

SmtpReplyCode

The SMTP reply code for the bounce, as defined by RFC 5321.

Required: Yes

Type: String

Update requires: No interruption

StatusCode

The enhanced status code for the bounce, in the format of x.y.z (e.g. 5.1.1).

Required: No

Type: String

Update requires: No interruption

TopicArn

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. You can find the ARN of a topic by using the ListTopics operation in Amazon SNS.

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

Required: No

Type: String

Update requires: No interruption