Uses of Interface
software.amazon.awscdk.services.ses.IReceiptRuleSet
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of IReceiptRuleSet in software.amazon.awscdk.services.ses
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIReceiptRuleSet
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
A new receipt rule set.Modifier and TypeMethodDescriptionstatic IReceiptRuleSet
ReceiptRuleSet.fromReceiptRuleSetName
(software.constructs.Construct scope, String id, String receiptRuleSetName) Import an exported receipt rule set.final IReceiptRuleSet
DropSpamReceiptRuleProps.Jsii$Proxy.getRuleSet()
ReceiptRuleProps.getRuleSet()
The name of the rule set that the receipt rule will be added to.final IReceiptRuleSet
ReceiptRuleProps.Jsii$Proxy.getRuleSet()
Modifier and TypeMethodDescriptionDropSpamReceiptRule.Builder.ruleSet
(IReceiptRuleSet ruleSet) The name of the rule set that the receipt rule will be added to.DropSpamReceiptRuleProps.Builder.ruleSet
(IReceiptRuleSet ruleSet) Sets the value ofReceiptRuleProps.getRuleSet()
ReceiptRule.Builder.ruleSet
(IReceiptRuleSet ruleSet) The name of the rule set that the receipt rule will be added to.ReceiptRuleProps.Builder.ruleSet
(IReceiptRuleSet ruleSet) Sets the value ofReceiptRuleProps.getRuleSet()