AWS::SES::MailManagerRuleSet RelayAction - AWS CloudFormation

AWS::SES::MailManagerRuleSet RelayAction

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

Syntax

To declare this entity in your AWS 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