| Package | Description |
|---|---|
| software.amazon.awscdk.services.ses |
Amazon Simple Email Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
ReceiptRule.Builder |
ReceiptRule.Builder.actions(List<? extends IReceiptRuleAction> actions)
An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.
|
ReceiptRule.Builder |
ReceiptRule.Builder.after(IReceiptRule after)
An existing rule after which the new rule will be placed.
|
static ReceiptRule.Builder |
ReceiptRule.Builder.create(software.constructs.Construct scope,
String id) |
ReceiptRule.Builder |
ReceiptRule.Builder.enabled(Boolean enabled)
Whether the rule is active.
|
ReceiptRule.Builder |
ReceiptRule.Builder.receiptRuleName(String receiptRuleName)
The name for the rule.
|
ReceiptRule.Builder |
ReceiptRule.Builder.recipients(List<String> recipients)
The recipient domains and email addresses that the receipt rule applies to.
|
ReceiptRule.Builder |
ReceiptRule.Builder.ruleSet(IReceiptRuleSet ruleSet)
The name of the rule set that the receipt rule will be added to.
|
ReceiptRule.Builder |
ReceiptRule.Builder.scanEnabled(Boolean scanEnabled)
Whether to scan for spam and viruses.
|
ReceiptRule.Builder |
ReceiptRule.Builder.tlsPolicy(TlsPolicy tlsPolicy)
Whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS).
|
Copyright © 2022. All rights reserved.