@Internal public static interface IEmailForwardingRuleSetProps.Jsii$Default extends IEmailForwardingRuleSetProps
IEmailForwardingRuleSetProps.IEmailForwardingRuleSetProps.Jsii$Default, IEmailForwardingRuleSetProps.Jsii$Proxy| Modifier and Type | Method and Description |
|---|---|
default List<IEmailForwardingProps> |
getEmailForwardingProps()
A list of mapping options to define how emails should be forwarded.
|
default Boolean |
getEnableRuleSet()
Optional: whether to enable the rule set or not.
|
default software.amazon.awscdk.services.ses.ReceiptRuleSet |
getRuleSet()
Optional: an existing SES receipt rule set.
|
default String |
getRuleSetName()
Optional: provide a name for the receipt rule set that this construct creates if you don't provide one.
|
@Stability(value=Stable) @NotNull default List<IEmailForwardingProps> getEmailForwardingProps()
getEmailForwardingProps in interface IEmailForwardingRuleSetProps@Stability(value=Stable) @Nullable default Boolean getEnableRuleSet()
Default: true
getEnableRuleSet in interface IEmailForwardingRuleSetProps@Stability(value=Stable) @Nullable default software.amazon.awscdk.services.ses.ReceiptRuleSet getRuleSet()
If none is provided, a new one will be created using the name provided with ruleSetName or a default one.
getRuleSet in interface IEmailForwardingRuleSetProps@Stability(value=Stable) @Nullable default String getRuleSetName()
Default: custom-rule-set
getRuleSetName in interface IEmailForwardingRuleSetPropsCopyright © 2021. All rights reserved.