@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.074Z") @Stability(value=Experimental) public interface S3Props extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
S3Props.Builder
A builder for
S3Props |
static class |
S3Props.Jsii$Proxy
An implementation for
S3Props |
| Modifier and Type | Method and Description |
|---|---|
static S3Props.Builder |
builder() |
IBucket |
getBucket()
(experimental) The S3 bucket that incoming email will be saved to.
|
default IKey |
getKmsKey()
(experimental) The master key that SES should use to encrypt your emails before saving them to the S3 bucket.
|
default String |
getObjectKeyPrefix()
(experimental) The key prefix of the S3 bucket.
|
default ITopic |
getTopic()
(experimental) The SNS topic to notify when the S3 action is taken.
|
@Stability(value=Experimental) @NotNull IBucket getBucket()
@Stability(value=Experimental) @Nullable default IKey getKmsKey()
Default: no encryption
@Stability(value=Experimental) @Nullable default String getObjectKeyPrefix()
Default: no prefix
@Stability(value=Experimental) @Nullable default ITopic getTopic()
Default: no notification
@Stability(value=Experimental) static S3Props.Builder builder()
S3Props.Builder of S3PropsCopyright © 2021. All rights reserved.