@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.072Z") @Stability(value=Experimental) public interface S3ActionConfig extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
S3ActionConfig.Builder
A builder for
S3ActionConfig |
static class |
S3ActionConfig.Jsii$Proxy
An implementation for
S3ActionConfig |
| Modifier and Type | Method and Description |
|---|---|
static S3ActionConfig.Builder |
builder() |
String |
getBucketName()
(experimental) The name of the Amazon S3 bucket that you want to send incoming mail to.
|
default String |
getKmsKeyArn()
(experimental) The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket.
|
default String |
getObjectKeyPrefix()
(experimental) The key prefix of the Amazon S3 bucket.
|
default String |
getTopicArn()
(experimental) The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket.
|
@Stability(value=Experimental) @NotNull String getBucketName()
@Stability(value=Experimental) @Nullable default String getKmsKeyArn()
Default: - Emails are not encrypted.
@Stability(value=Experimental) @Nullable default String getObjectKeyPrefix()
Default: - No prefix.
@Stability(value=Experimental) @Nullable default String getTopicArn()
Default: - No notification is sent to SNS.
@Stability(value=Experimental) static S3ActionConfig.Builder builder()
S3ActionConfig.Builder of S3ActionConfigCopyright © 2021. All rights reserved.