@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:56.607Z") @Stability(value=Experimental) 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=Experimental) static DropSpamReceiptRuleProps.Builder builder()
builder in interface ReceiptRuleOptionsbuilder in interface ReceiptRulePropsDropSpamReceiptRuleProps.Builder of DropSpamReceiptRulePropsCopyright © 2022. All rights reserved.