Show / Hide Table of Contents

Class CfnMailManagerRuleSet.ReplaceRecipientActionProperty

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

Inheritance
object
CfnMailManagerRuleSet.ReplaceRecipientActionProperty
Implements
CfnMailManagerRuleSet.IReplaceRecipientActionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMailManagerRuleSet.ReplaceRecipientActionProperty : CfnMailManagerRuleSet.IReplaceRecipientActionProperty
Syntax (vb)
Public Class CfnMailManagerRuleSet.ReplaceRecipientActionProperty Implements 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

Constructors

ReplaceRecipientActionProperty()

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

Properties

ReplaceWith

This action specifies the replacement recipient email addresses to insert.

Constructors

ReplaceRecipientActionProperty()

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

public ReplaceRecipientActionProperty()
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" }
             };

Properties

ReplaceWith

This action specifies the replacement recipient email addresses to insert.

public string[]? ReplaceWith { get; set; }
Property Value

string[]

Remarks

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

Implements

CfnMailManagerRuleSet.IReplaceRecipientActionProperty
Back to top Generated by DocFX