| 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
A new receipt rule set.
|
| Modifier and Type | Method and Description |
|---|---|
static IReceiptRuleSet |
ReceiptRuleSet.fromReceiptRuleSetName(software.constructs.Construct scope,
String id,
String receiptRuleSetName)
Import an exported receipt rule set.
|
IReceiptRuleSet |
DropSpamReceiptRuleProps.Jsii$Proxy.getRuleSet() |
IReceiptRuleSet |
ReceiptRuleProps.getRuleSet()
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 |
|---|---|
DropSpamReceiptRule.Builder |
DropSpamReceiptRule.Builder.ruleSet(IReceiptRuleSet ruleSet)
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() |
ReceiptRule.Builder |
ReceiptRule.Builder.ruleSet(IReceiptRuleSet ruleSet)
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() |
Copyright © 2022. All rights reserved.