AWS::SES::ReceiptRuleSetCreates an empty receipt rule set. For information about setting up receipt rule sets, see the [Amazon SES Developer Guide](https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html#receiving-email-concepts-rules) . You can execute this operation no more than once per second.
import { CfnReceiptRuleSet } from 'aws-cdk-lib/aws-ses';Or use the module namespace:
import * as ses from 'aws-cdk-lib/aws-ses';
// ses.CfnReceiptRuleSetConfiguration passed to the constructor as CfnReceiptRuleSetProps.
ruleSetNameOptionalstringThe name of the receipt rule set to make active. Setting this value to null disables all email receiving.
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::ReceiptRuleSet