Uses of Class
software.amazon.awscdk.services.ses.CfnReceiptRule.Builder
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of CfnReceiptRule.Builder in software.amazon.awscdk.services.ses
Modifier and TypeMethodDescriptionThe name of an existing rule after which the new rule is placed.static CfnReceiptRule.Builder
CfnReceiptRule.Builder.rule
(IResolvable rule) A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.CfnReceiptRule.Builder.rule
(CfnReceiptRule.RuleProperty rule) A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.CfnReceiptRule.Builder.ruleSetName
(String ruleSetName) The name of the rule set where the receipt rule is added.