AWS::SES::MailManagerRuleSet ReplaceRecipientAction - 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).

AWS::SES::MailManagerRuleSet ReplaceRecipientAction

This action replaces the email envelope recipients with the given list of recipients. If the condition of this action applies only to a subset of recipients, only those recipients are replaced with the recipients specified in the action. The message contents and headers are unaffected by this action, only the envelope recipients are updated.

Syntax

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

JSON

{ "ReplaceWith" : [ String, ... ] }

YAML

ReplaceWith: - String

Properties

ReplaceWith

This action specifies the replacement recipient email addresses to insert.

Required: No

Type: Array of String

Minimum: 0 | 1

Maximum: 254 | 100

Update requires: No interruption