| 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
A new receipt rule.
|
| Modifier and Type | Method and Description |
|---|---|
static IReceiptRule |
ReceiptRule.fromReceiptRuleName(software.constructs.Construct scope,
String id,
String receiptRuleName) |
default IReceiptRule |
ReceiptRuleOptions.getAfter()
An existing rule after which the new rule will be placed.
|
IReceiptRule |
ReceiptRuleOptions.Jsii$Proxy.getAfter() |
IReceiptRule |
DropSpamReceiptRuleProps.Jsii$Proxy.getAfter() |
IReceiptRule |
ReceiptRuleProps.Jsii$Proxy.getAfter() |
| Modifier and Type | Method and Description |
|---|---|
DropSpamReceiptRule.Builder |
DropSpamReceiptRule.Builder.after(IReceiptRule after)
An existing rule after which the new rule will be placed.
|
ReceiptRuleOptions.Builder |
ReceiptRuleOptions.Builder.after(IReceiptRule after)
Sets the value of
ReceiptRuleOptions.getAfter() |
DropSpamReceiptRuleProps.Builder |
DropSpamReceiptRuleProps.Builder.after(IReceiptRule after)
Sets the value of
ReceiptRuleOptions.getAfter() |
ReceiptRule.Builder |
ReceiptRule.Builder.after(IReceiptRule after)
An existing rule after which the new rule will be placed.
|
ReceiptRuleProps.Builder |
ReceiptRuleProps.Builder.after(IReceiptRule after)
Sets the value of
ReceiptRuleOptions.getAfter() |
ReceiptRuleActionConfig |
IReceiptRuleAction.bind(IReceiptRule receiptRule)
Returns the receipt rule action specification.
|
ReceiptRuleActionConfig |
IReceiptRuleAction.Jsii$Proxy.bind(IReceiptRule receiptRule)
Returns the receipt rule action specification.
|
default ReceiptRuleActionConfig |
IReceiptRuleAction.Jsii$Default.bind(IReceiptRule receiptRule)
Returns the receipt rule action specification.
|
| Modifier and Type | Method and Description |
|---|---|
ReceiptRuleActionConfig |
Lambda.bind(IReceiptRule rule)
Returns the receipt rule action specification.
|
ReceiptRuleActionConfig |
Sns.bind(IReceiptRule _rule)
Returns the receipt rule action specification.
|
ReceiptRuleActionConfig |
Stop.bind(IReceiptRule _rule)
Returns the receipt rule action specification.
|
ReceiptRuleActionConfig |
Bounce.bind(IReceiptRule _rule)
Returns the receipt rule action specification.
|
ReceiptRuleActionConfig |
S3.bind(IReceiptRule rule)
Returns the receipt rule action specification.
|
ReceiptRuleActionConfig |
AddHeader.bind(IReceiptRule _rule)
Returns the receipt rule action specification.
|
Copyright © 2022. All rights reserved.