Show / Hide Table of Contents

Interface CfnMailManagerRuleSet.IReplaceRecipientActionProperty

This action replaces the email envelope recipients with the given list of recipients.

Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnMailManagerRuleSet.IReplaceRecipientActionProperty
Syntax (vb)
Public Interface CfnMailManagerRuleSet.IReplaceRecipientActionProperty
Remarks

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerruleset-replacerecipientaction.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.SES;

             var replaceRecipientActionProperty = new ReplaceRecipientActionProperty {
                 ReplaceWith = new [] { "replaceWith" }
             };

Synopsis

Properties

ReplaceWith

This action specifies the replacement recipient email addresses to insert.

Properties

ReplaceWith

This action specifies the replacement recipient email addresses to insert.

string[]? ReplaceWith { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerruleset-replacerecipientaction.html#cfn-ses-mailmanagerruleset-replacerecipientaction-replacewith

Back to top Generated by DocFX