| Package | Description |
|---|---|
| software.amazon.awscdk.services.ses |
Amazon Simple Email Service Construct Library
|
| software.amazon.awscdk.services.ses.actions |
Amazon Simple Email Service Actions Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IReceiptRule.Jsii$Default
Internal default implementation for
IReceiptRule. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IReceiptRule.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
ReceiptRule
(experimental) A new receipt rule.
|
| Modifier and Type | Method and Description |
|---|---|
static IReceiptRule |
ReceiptRule.fromReceiptRuleName(software.constructs.Construct scope,
String id,
String receiptRuleName) |
IReceiptRule |
DropSpamReceiptRuleProps.Jsii$Proxy.getAfter() |
default IReceiptRule |
ReceiptRuleOptions.getAfter()
(experimental) An existing rule after which the new rule will be placed.
|
IReceiptRule |
ReceiptRuleOptions.Jsii$Proxy.getAfter() |
IReceiptRule |
ReceiptRuleProps.Jsii$Proxy.getAfter() |
| Modifier and Type | Method and Description |
|---|---|
ReceiptRule.Builder |
ReceiptRule.Builder.after(IReceiptRule after)
(experimental) An existing rule after which the new rule will be placed.
|
DropSpamReceiptRuleProps.Builder |
DropSpamReceiptRuleProps.Builder.after(IReceiptRule after)
Sets the value of
ReceiptRuleOptions.getAfter() |
DropSpamReceiptRule.Builder |
DropSpamReceiptRule.Builder.after(IReceiptRule after)
(experimental) An existing rule after which the new rule will be placed.
|
ReceiptRuleOptions.Builder |
ReceiptRuleOptions.Builder.after(IReceiptRule after)
Sets the value of
ReceiptRuleOptions.getAfter() |
ReceiptRuleProps.Builder |
ReceiptRuleProps.Builder.after(IReceiptRule after)
Sets the value of
ReceiptRuleOptions.getAfter() |
ReceiptRuleActionConfig |
IReceiptRuleAction.bind(IReceiptRule receiptRule)
(experimental) Returns the receipt rule action specification.
|
ReceiptRuleActionConfig |
IReceiptRuleAction.Jsii$Proxy.bind(IReceiptRule receiptRule)
(experimental) Returns the receipt rule action specification.
|
default ReceiptRuleActionConfig |
IReceiptRuleAction.Jsii$Default.bind(IReceiptRule receiptRule)
(experimental) Returns the receipt rule action specification.
|
| 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. |
Jsii$Proxy(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
ReceiptRuleOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
ReceiptRuleActionConfig |
Stop.bind(IReceiptRule _rule)
(experimental) Returns the receipt rule action specification.
|
ReceiptRuleActionConfig |
Lambda.bind(IReceiptRule rule)
(experimental) Returns the receipt rule action specification.
|
ReceiptRuleActionConfig |
S3.bind(IReceiptRule rule)
(experimental) Returns the receipt rule action specification.
|
ReceiptRuleActionConfig |
AddHeader.bind(IReceiptRule _rule)
(experimental) Returns the receipt rule action specification.
|
ReceiptRuleActionConfig |
Sns.bind(IReceiptRule _rule)
(experimental) Returns the receipt rule action specification.
|
ReceiptRuleActionConfig |
Bounce.bind(IReceiptRule _rule)
(experimental) Returns the receipt rule action specification.
|
Copyright © 2021. All rights reserved.