AWS::SES::ReceiptRuleSpecifies a receipt rule.
import { CfnReceiptRule } from 'aws-cdk-lib/aws-ses';Or use the module namespace:
import * as ses from 'aws-cdk-lib/aws-ses';
// ses.CfnReceiptRuleConfiguration passed to the constructor as CfnReceiptRuleProps.
ruleRequiredIResolvable | RulePropertyA data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
ruleSetNameRequiredstringThe name of the rule set where the receipt rule is added.
afterOptionalstringThe name of an existing rule after which the new rule is placed. If this parameter is null, the new rule is inserted at the beginning of the rule list.
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::ReceiptRule