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