@Generated(value="jsii-pacmak/1.28.0 (build 1801f4f)", date="2021-05-11T06:53:16.836Z") @Stability(value=Stable) public interface EmailForwardingRuleSetProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
EmailForwardingRuleSetProps.Builder
A builder for
EmailForwardingRuleSetProps |
static class |
EmailForwardingRuleSetProps.Jsii$Proxy
An implementation for
EmailForwardingRuleSetProps |
| Modifier and Type | Method and Description |
|---|---|
static EmailForwardingRuleSetProps.Builder |
builder() |
List<EmailForwardingProps> |
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.IReceiptRuleSet |
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<EmailForwardingProps> getEmailForwardingProps()
@Stability(value=Stable) @Nullable default Boolean getEnableRuleSet()
Default: true
@Stability(value=Stable) @Nullable default software.amazon.awscdk.services.ses.IReceiptRuleSet 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
@Stability(value=Stable) static EmailForwardingRuleSetProps.Builder builder()
Copyright © 2021. All rights reserved.