@Stability(value=Experimental) @Internal public static final class EncryptionConfiguration.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EncryptionConfiguration
EncryptionConfigurationsoftware.amazon.jsii.JsiiObject.InitializationModeEncryptionConfiguration.Builder, EncryptionConfiguration.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(EncryptionOption encryptionOption,
IKey encryptionKey)
Constructor that initializes the object based on literal property values passed by the
EncryptionConfiguration.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
IKey |
getEncryptionKey()
(experimental) KMS key ARN or ID.
|
EncryptionOption |
getEncryptionOption()
(experimental) Type of S3 server-side encryption enabled.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(EncryptionOption encryptionOption, IKey encryptionKey)
EncryptionConfiguration.Builder.public final EncryptionOption getEncryptionOption()
EncryptionConfigurationDefault: EncryptionOption.S3_MANAGED
getEncryptionOption in interface EncryptionConfigurationpublic final IKey getEncryptionKey()
EncryptionConfigurationDefault: - No KMS key for Encryption Option SSE_S3 and default master key for Encryption Option SSE_KMS and CSE_KMS
getEncryptionKey in interface EncryptionConfiguration@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.