@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.072Z") @Stability(value=Experimental) public interface ReceiptRuleSetProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ReceiptRuleSetProps.Builder
A builder for
ReceiptRuleSetProps |
static class |
ReceiptRuleSetProps.Jsii$Proxy
An implementation for
ReceiptRuleSetProps |
| Modifier and Type | Method and Description |
|---|---|
static ReceiptRuleSetProps.Builder |
builder() |
default Boolean |
getDropSpam()
(experimental) Whether to add a first rule to stop processing messages that have at least one spam indicator.
|
default String |
getReceiptRuleSetName()
(experimental) The name for the receipt rule set.
|
default List<ReceiptRuleOptions> |
getRules()
(experimental) The list of rules to add to this rule set.
|
@Stability(value=Experimental) @Nullable default Boolean getDropSpam()
Default: false
@Stability(value=Experimental) @Nullable default String getReceiptRuleSetName()
Default: - A CloudFormation generated name.
@Stability(value=Experimental) @Nullable default List<ReceiptRuleOptions> getRules()
Rules are added in the same order as they appear in the list.
Default: - No rules are added to the rule set.
@Stability(value=Experimental) static ReceiptRuleSetProps.Builder builder()
ReceiptRuleSetProps.Builder of ReceiptRuleSetPropsCopyright © 2021. All rights reserved.