@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:44.486Z") @Stability(value=Experimental) public interface S3Encryption extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
S3Encryption.Builder
A builder for
S3Encryption |
static class |
S3Encryption.Jsii$Proxy
An implementation for
S3Encryption |
| Modifier and Type | Method and Description |
|---|---|
static S3Encryption.Builder |
builder() |
default IKey |
getKmsKey()
(experimental) The KMS key to be used to encrypt the data.
|
S3EncryptionMode |
getMode()
(experimental) Encryption mode.
|
@Stability(value=Experimental) @NotNull S3EncryptionMode getMode()
@Stability(value=Experimental) @Nullable default IKey getKmsKey()
Default: no kms key if mode = S3_MANAGED. A key will be created if one is not provided and mode = KMS.
@Stability(value=Experimental) static S3Encryption.Builder builder()
S3Encryption.Builder of S3EncryptionCopyright © 2021. All rights reserved.