AWS::SES::MailManagerRuleSetResource to create a rule set for a Mail Manager ingress endpoint which contains a list of rules that are evaluated sequentially for each email.
import { CfnMailManagerRuleSet } from 'aws-cdk-lib/aws-ses';Or use the module namespace:
import * as ses from 'aws-cdk-lib/aws-ses';
// ses.CfnMailManagerRuleSetConfiguration passed to the constructor as CfnMailManagerRuleSetProps.
rulesRequiredIResolvable | IResolvable | RuleProperty[]Conditional rules that are evaluated for determining actions on email.
ruleSetNameOptionalstringA user-friendly name for the rule set.
tagsOptionalCfnTag[]The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon SES on one page. HD quality, print-friendly.
Download Free Infographicaws-sesAWS::SES::MailManagerRuleSet