@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.199Z") @Stability(value=Stable) public interface DropSpamReceiptRuleProps extends software.amazon.jsii.JsiiSerializable, ReceiptRuleProps
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ses.*;
ReceiptRule receiptRule;
IReceiptRuleAction receiptRuleAction;
ReceiptRuleSet receiptRuleSet;
DropSpamReceiptRuleProps dropSpamReceiptRuleProps = DropSpamReceiptRuleProps.builder()
.ruleSet(receiptRuleSet)
// the properties below are optional
.actions(List.of(receiptRuleAction))
.after(receiptRule)
.enabled(false)
.receiptRuleName("receiptRuleName")
.recipients(List.of("recipients"))
.scanEnabled(false)
.tlsPolicy(TlsPolicy.OPTIONAL)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
DropSpamReceiptRuleProps.Builder
A builder for
DropSpamReceiptRuleProps |
static class |
DropSpamReceiptRuleProps.Jsii$Proxy
An implementation for
DropSpamReceiptRuleProps |
| Modifier and Type | Method and Description |
|---|---|
static DropSpamReceiptRuleProps.Builder |
builder() |
getRuleSetgetActions, getAfter, getEnabled, getReceiptRuleName, getRecipients, getScanEnabled, getTlsPolicy@Stability(value=Stable) static DropSpamReceiptRuleProps.Builder builder()
builder in interface ReceiptRuleOptionsbuilder in interface ReceiptRulePropsDropSpamReceiptRuleProps.Builder of DropSpamReceiptRulePropsCopyright © 2022. All rights reserved.