@Generated(value="jsii-pacmak/1.21.0 (build 4262b22)", date="2021-02-28T10:11:05.680Z") @Stability(value=Stable) public interface IEmailForwardingRuleSetProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IEmailForwardingRuleSetProps.Jsii$Default
Internal default implementation for
IEmailForwardingRuleSetProps. |
static class |
IEmailForwardingRuleSetProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
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 List<IEmailForwardingProps> getEmailForwardingProps()
@Stability(value=Stable) @Nullable default Boolean getEnableRuleSet()
Default: true
@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.
@Stability(value=Stable) @Nullable default String getRuleSetName()
Default: custom-rule-set
Copyright © 2021. All rights reserved.