@Stability(value=Experimental) @Internal public static final class S3Encryption.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements S3Encryption
S3Encryptionsoftware.amazon.jsii.JsiiObject.InitializationModeS3Encryption.Builder, S3Encryption.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(S3Encryption.Builder builder)
Constructor that initializes the object based on literal property values passed by the
S3Encryption.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
IKey |
getKmsKey()
(experimental) The KMS key to be used to encrypt the data.
|
S3EncryptionMode |
getMode()
(experimental) Encryption mode.
|
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(S3Encryption.Builder builder)
S3Encryption.Builder.public final S3EncryptionMode getMode()
S3EncryptiongetMode in interface S3Encryptionpublic final IKey getKmsKey()
S3EncryptionDefault: no kms key if mode = S3_MANAGED. A key will be created if one is not provided and mode = KMS.
getKmsKey in interface S3Encryption@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.