@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:30:21.227Z") @Stability(value=Experimental) public interface ReceiptRuleActionConfig extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ReceiptRuleActionConfig.Builder
A builder for
ReceiptRuleActionConfig |
static class |
ReceiptRuleActionConfig.Jsii$Proxy
An implementation for
ReceiptRuleActionConfig |
| Modifier and Type | Method and Description |
|---|---|
static ReceiptRuleActionConfig.Builder |
builder() |
default CfnReceiptRule.AddHeaderActionProperty |
getAddHeaderAction()
(experimental) Adds a header to the received email.
|
default CfnReceiptRule.BounceActionProperty |
getBounceAction()
(experimental) Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon SNS.
|
default CfnReceiptRule.LambdaActionProperty |
getLambdaAction()
(experimental) Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.
|
default CfnReceiptRule.S3ActionProperty |
getS3Action()
(experimental) Saves the received message to an Amazon S3 bucket and, optionally, publishes a notification to Amazon SNS.
|
default CfnReceiptRule.SNSActionProperty |
getSnsAction()
(experimental) Publishes the email content within a notification to Amazon SNS.
|
default CfnReceiptRule.StopActionProperty |
getStopAction()
(experimental) Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.
|
default CfnReceiptRule.WorkmailActionProperty |
getWorkmailAction()
(experimental) Calls Amazon WorkMail and, optionally, publishes a notification to Amazon SNS.
|
@Stability(value=Experimental) @Nullable default CfnReceiptRule.AddHeaderActionProperty getAddHeaderAction()
@Stability(value=Experimental) @Nullable default CfnReceiptRule.BounceActionProperty getBounceAction()
@Stability(value=Experimental) @Nullable default CfnReceiptRule.LambdaActionProperty getLambdaAction()
@Stability(value=Experimental) @Nullable default CfnReceiptRule.S3ActionProperty getS3Action()
@Stability(value=Experimental) @Nullable default CfnReceiptRule.SNSActionProperty getSnsAction()
@Stability(value=Experimental) @Nullable default CfnReceiptRule.StopActionProperty getStopAction()
@Stability(value=Experimental) @Nullable default CfnReceiptRule.WorkmailActionProperty getWorkmailAction()
@Stability(value=Experimental) static ReceiptRuleActionConfig.Builder builder()
ReceiptRuleActionConfig.Builder of ReceiptRuleActionConfigCopyright © 2021. All rights reserved.