| Package | Description |
|---|---|
| software.amazon.awscdk.services.ses |
Amazon Simple Email Service Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IReceiptRuleSet.Jsii$Default
Internal default implementation for
IReceiptRuleSet. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IReceiptRuleSet.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
ReceiptRuleSet
(experimental) A new receipt rule set.
|
| Modifier and Type | Method and Description |
|---|---|
static IReceiptRuleSet |
ReceiptRuleSet.fromReceiptRuleSetName(software.constructs.Construct scope,
String id,
String receiptRuleSetName)
(experimental) Import an exported receipt rule set.
|
IReceiptRuleSet |
DropSpamReceiptRuleProps.Jsii$Proxy.getRuleSet() |
IReceiptRuleSet |
ReceiptRuleProps.getRuleSet()
(experimental) The name of the rule set that the receipt rule will be added to.
|
IReceiptRuleSet |
ReceiptRuleProps.Jsii$Proxy.getRuleSet() |
| Modifier and Type | Method and Description |
|---|---|
ReceiptRule.Builder |
ReceiptRule.Builder.ruleSet(IReceiptRuleSet ruleSet)
(experimental) The name of the rule set that the receipt rule will be added to.
|
DropSpamReceiptRuleProps.Builder |
DropSpamReceiptRuleProps.Builder.ruleSet(IReceiptRuleSet ruleSet)
Sets the value of
ReceiptRuleProps.getRuleSet() |
DropSpamReceiptRule.Builder |
DropSpamReceiptRule.Builder.ruleSet(IReceiptRuleSet ruleSet)
(experimental) The name of the rule set that the receipt rule will be added to.
|
ReceiptRuleProps.Builder |
ReceiptRuleProps.Builder.ruleSet(IReceiptRuleSet ruleSet)
Sets the value of
ReceiptRuleProps.getRuleSet() |
| Constructor and Description |
|---|
Jsii$Proxy(IReceiptRuleSet ruleSet,
List<? extends IReceiptRuleAction> actions,
IReceiptRule after,
Boolean enabled,
String receiptRuleName,
List<String> recipients,
Boolean scanEnabled,
TlsPolicy tlsPolicy)
Constructor that initializes the object based on literal property values passed by the
DropSpamReceiptRuleProps.Builder. |
Jsii$Proxy(IReceiptRuleSet ruleSet,
List<? extends IReceiptRuleAction> actions,
IReceiptRule after,
Boolean enabled,
String receiptRuleName,
List<String> recipients,
Boolean scanEnabled,
TlsPolicy tlsPolicy)
Constructor that initializes the object based on literal property values passed by the
ReceiptRuleProps.Builder. |
Copyright © 2021. All rights reserved.