@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.219Z") @Stability(value=Stable) public interface ReceiptRuleProps extends software.amazon.jsii.JsiiSerializable, ReceiptRuleOptions
Example:
// 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;
ReceiptRuleProps receiptRuleProps = ReceiptRuleProps.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 |
ReceiptRuleProps.Builder
A builder for
ReceiptRuleProps |
static class |
ReceiptRuleProps.Jsii$Proxy
An implementation for
ReceiptRuleProps |
| Modifier and Type | Method and Description |
|---|---|
static ReceiptRuleProps.Builder |
builder() |
IReceiptRuleSet |
getRuleSet()
The name of the rule set that the receipt rule will be added to.
|
getActions, getAfter, getEnabled, getReceiptRuleName, getRecipients, getScanEnabled, getTlsPolicy@Stability(value=Stable) @NotNull IReceiptRuleSet getRuleSet()
@Stability(value=Stable) static ReceiptRuleProps.Builder builder()
builder in interface ReceiptRuleOptionsReceiptRuleProps.Builder of ReceiptRulePropsCopyright © 2022. All rights reserved.