@Internal public static final class IEmailForwardingRuleSetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IEmailForwardingRuleSetProps.Jsii$Default
software.amazon.jsii.JsiiObject.InitializationModeIEmailForwardingRuleSetProps.Jsii$Default, IEmailForwardingRuleSetProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
List<IEmailForwardingProps> |
getEmailForwardingProps()
A list of mapping options to define how emails should be forwarded.
|
Boolean |
getEnableRuleSet()
Optional: whether to enable the rule set or not.
|
software.amazon.awscdk.services.ses.ReceiptRuleSet |
getRuleSet()
Optional: an existing SES receipt rule set.
|
String |
getRuleSetName()
Optional: provide a name for the receipt rule set that this construct creates if you don't provide one.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) @NotNull public final List<IEmailForwardingProps> getEmailForwardingProps()
getEmailForwardingProps in interface IEmailForwardingRuleSetPropsgetEmailForwardingProps in interface IEmailForwardingRuleSetProps.Jsii$Default@Stability(value=Stable) @Nullable public final Boolean getEnableRuleSet()
Default: true
getEnableRuleSet in interface IEmailForwardingRuleSetPropsgetEnableRuleSet in interface IEmailForwardingRuleSetProps.Jsii$Default@Stability(value=Stable) @Nullable public final 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 IEmailForwardingRuleSetPropsgetRuleSet in interface IEmailForwardingRuleSetProps.Jsii$Default@Stability(value=Stable) @Nullable public final String getRuleSetName()
Default: custom-rule-set
getRuleSetName in interface IEmailForwardingRuleSetPropsgetRuleSetName in interface IEmailForwardingRuleSetProps.Jsii$DefaultCopyright © 2021. All rights reserved.