@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:43.302Z") @Stability(value=Experimental) public interface EncryptionConfiguration extends software.amazon.jsii.JsiiSerializable
https://docs.aws.amazon.com/athena/latest/APIReference/API_EncryptionConfiguration.html| Modifier and Type | Interface and Description |
|---|---|
static class |
EncryptionConfiguration.Builder
A builder for
EncryptionConfiguration |
static class |
EncryptionConfiguration.Jsii$Proxy
An implementation for
EncryptionConfiguration |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionConfiguration.Builder |
builder() |
default IKey |
getEncryptionKey()
(experimental) KMS key ARN or ID.
|
EncryptionOption |
getEncryptionOption()
(experimental) Type of S3 server-side encryption enabled.
|
@Stability(value=Experimental) @NotNull EncryptionOption getEncryptionOption()
Default: EncryptionOption.S3_MANAGED
@Stability(value=Experimental) @Nullable default IKey getEncryptionKey()
Default: - No KMS key for Encryption Option SSE_S3 and default master key for Encryption Option SSE_KMS and CSE_KMS
@Stability(value=Experimental) static EncryptionConfiguration.Builder builder()
EncryptionConfiguration.Builder of EncryptionConfigurationCopyright © 2021. All rights reserved.