| Package | Description |
|---|---|
| software.amazon.awscdk.services.ses |
Amazon Simple Email Service Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BounceActionConfig.Jsii$Proxy
An implementation for
BounceActionConfig |
| Modifier and Type | Method and Description |
|---|---|
BounceActionConfig |
BounceActionConfig.Builder.build()
Builds the configured instance.
|
default BounceActionConfig |
ReceiptRuleActionConfig.getBounceAction()
(experimental) Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon SNS.
|
BounceActionConfig |
ReceiptRuleActionConfig.Jsii$Proxy.getBounceAction() |
| Modifier and Type | Method and Description |
|---|---|
ReceiptRuleActionConfig.Builder |
ReceiptRuleActionConfig.Builder.bounceAction(BounceActionConfig bounceAction)
Sets the value of
ReceiptRuleActionConfig.getBounceAction() |
| Constructor and Description |
|---|
Jsii$Proxy(AddHeaderActionConfig addHeaderAction,
BounceActionConfig bounceAction,
LambdaActionConfig lambdaAction,
S3ActionConfig s3Action,
SNSActionConfig snsAction,
StopActionConfig stopAction,
WorkmailActionConfig workmailAction)
Constructor that initializes the object based on literal property values passed by the
ReceiptRuleActionConfig.Builder. |
Copyright © 2021. All rights reserved.