AWS::SES::ReceiptRule Action
An action that Amazon SES can take when it receives an email on behalf of one or more email addresses or domains that you own. An instance of this data type can represent only one action.
For information about setting up receipt rules, see the Amazon SES Developer Guide.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AddHeaderAction" :
AddHeaderAction
, "BounceAction" :BounceAction
, "LambdaAction" :LambdaAction
, "S3Action" :S3Action
, "SNSAction" :SNSAction
, "StopAction" :StopAction
, "WorkmailAction" :WorkmailAction
}
YAML
AddHeaderAction:
AddHeaderAction
BounceAction:BounceAction
LambdaAction:LambdaAction
S3Action:S3Action
SNSAction:SNSAction
StopAction:StopAction
WorkmailAction:WorkmailAction
Properties
AddHeaderAction
-
Adds a header to the received email.
Required: No
Type: AddHeaderAction
Update requires: No interruption
BounceAction
-
Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).
Required: No
Type: BounceAction
Update requires: No interruption
LambdaAction
-
Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.
Required: No
Type: LambdaAction
Update requires: No interruption
S3Action
-
Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.
Required: No
Type: S3Action
Update requires: No interruption
SNSAction
-
Publishes the email content within a notification to Amazon SNS.
Required: No
Type: SNSAction
Update requires: No interruption
StopAction
-
Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.
Required: No
Type: StopAction
Update requires: No interruption
WorkmailAction
-
Calls Amazon WorkMail and, optionally, publishes a notification to Amazon SNS.
Required: No
Type: WorkmailAction
Update requires: No interruption