AWS::SES::MailManagerRuleSet RelayAction - 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::MailManagerRuleSet RelayAction

The action relays the email via SMTP to another specific SMTP server.

Syntax

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

JSON

{ "ActionFailurePolicy" : String, "MailFrom" : String, "Relay" : String }

YAML

ActionFailurePolicy: String MailFrom: String Relay: String

Properties

ActionFailurePolicy

A policy that states what to do in the case of failure. The action will fail if there are configuration errors. For example, the specified relay has been deleted.

Required: No

Type: String

Allowed values: CONTINUE | DROP

Update requires: No interruption

MailFrom

This action specifies whether to preserve or replace original mail from address while relaying received emails to a destination server.

Required: No

Type: String

Allowed values: REPLACE | PRESERVE

Update requires: No interruption

Relay

The identifier of the relay resource to be used when relaying an email.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9:_/+=,@.#-]+$

Minimum: 1

Maximum: 2048

Update requires: No interruption