@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-31T18:36:55.113Z") public interface DropSpamReceiptRuleProps extends 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() |
getRuleSet
getActions, getAfter, getEnabled, getReceiptRuleName, getRecipients, getScanEnabled, getTlsPolicy
static DropSpamReceiptRuleProps.Builder builder()
builder
in interface ReceiptRuleOptions
builder
in interface ReceiptRuleProps
DropSpamReceiptRuleProps.Builder
of DropSpamReceiptRuleProps