interface ReplaceRecipientActionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SES.CfnMailManagerRuleSet.ReplaceRecipientActionProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsses#CfnMailManagerRuleSet_ReplaceRecipientActionProperty |
![]() | software.amazon.awscdk.services.ses.CfnMailManagerRuleSet.ReplaceRecipientActionProperty |
![]() | aws_cdk.aws_ses.CfnMailManagerRuleSet.ReplaceRecipientActionProperty |
![]() | aws-cdk-lib » aws_ses » CfnMailManagerRuleSet » ReplaceRecipientActionProperty |
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.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ses as ses } from 'aws-cdk-lib';
const replaceRecipientActionProperty: ses.CfnMailManagerRuleSet.ReplaceRecipientActionProperty = {
replaceWith: ['replaceWith'],
};
Properties
Name | Type | Description |
---|---|---|
replace | string[] | This action specifies the replacement recipient email addresses to insert. |
replaceWith?
Type:
string[]
(optional)
This action specifies the replacement recipient email addresses to insert.