Amazon Simple Email Service ReceiptRule Action
The
Action property type specifies an action for Amazon SES to take when it receives an email
on behalf of one or more email addresses or domains that you own.
Action is a property of the Amazon Simple Email Service ReceiptRule Rule property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BounceAction" : BounceAction, "S3Action" : S3Action, "StopAction" : StopAction, "SNSAction" : SNSAction, "WorkmailAction" : WorkmailAction, "AddHeaderAction" : AddHeaderAction, "LambdaAction" : LambdaAction }
YAML
BounceAction: BounceAction S3Action: S3Action StopAction: StopAction SNSAction: SNSAction WorkmailAction: WorkmailAction AddHeaderAction: AddHeaderAction LambdaAction: LambdaAction
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 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 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
See Also
-
Creating Receipt Rules for Amazon SES Email Receiving in the Amazon Simple Email Service Developer Guide
-
CreateReceiptRule in the Amazon Simple Email Service API Reference
-
ReceiptAction in the Amazon Simple Email Service API Reference
