| Package | Description |
|---|---|
| software.amazon.awscdk.services.ses |
Amazon Simple Email Service Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnReceiptRule.S3ActionProperty.Jsii$Proxy
An implementation for
CfnReceiptRule.S3ActionProperty |
| Modifier and Type | Method and Description |
|---|---|
CfnReceiptRule.S3ActionProperty |
CfnReceiptRule.S3ActionProperty.Builder.build()
Builds the configured instance.
|
default CfnReceiptRule.S3ActionProperty |
ReceiptRuleActionConfig.getS3Action()
(experimental) Saves the received message to an Amazon S3 bucket and, optionally, publishes a notification to Amazon SNS.
|
CfnReceiptRule.S3ActionProperty |
ReceiptRuleActionConfig.Jsii$Proxy.getS3Action() |
| Modifier and Type | Method and Description |
|---|---|
ReceiptRuleActionConfig.Builder |
ReceiptRuleActionConfig.Builder.s3Action(CfnReceiptRule.S3ActionProperty s3Action)
Sets the value of
ReceiptRuleActionConfig.getS3Action() |
CfnReceiptRule.ActionProperty.Builder |
CfnReceiptRule.ActionProperty.Builder.s3Action(CfnReceiptRule.S3ActionProperty s3Action)
Sets the value of
CfnReceiptRule.ActionProperty.getS3Action() |
| 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.