AWS::SES::MailManagerRuleSet ReplaceRecipientAction - AWS CloudFormation

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 AWS 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