@Stability(value=Stable) @Internal public static final class CfnBucket.ServerSideEncryptionByDefaultProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBucket.ServerSideEncryptionByDefaultProperty
CfnBucket.ServerSideEncryptionByDefaultPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnBucket.ServerSideEncryptionByDefaultProperty.Builder, CfnBucket.ServerSideEncryptionByDefaultProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnBucket.ServerSideEncryptionByDefaultProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnBucket.AbortIncompleteMultipartUploadProperty.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) |
String |
getKmsMasterKeyId()
KMS key ID to use for the default encryption.
|
String |
getSseAlgorithm()
Server-side encryption algorithm to use for the default encryption.
|
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(CfnBucket.ServerSideEncryptionByDefaultProperty.Builder builder)
CfnBucket.AbortIncompleteMultipartUploadProperty.Builder.public final String getSseAlgorithm()
CfnBucket.ServerSideEncryptionByDefaultPropertygetSseAlgorithm in interface CfnBucket.ServerSideEncryptionByDefaultPropertypublic final String getKmsMasterKeyId()
CfnBucket.ServerSideEncryptionByDefaultPropertyYou can specify the key ID or the Amazon Resource Name (ARN) of the CMK. However, if you are using encryption with cross-account operations, you must use a fully qualified CMK ARN. For more information, see Using encryption for cross-account operations .
For example:
1234abcd-12ab-34cd-56ef-1234567890abarn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
Amazon S3 only supports symmetric KMS keys and not asymmetric KMS keys. For more information, see Using Symmetric and Asymmetric Keys in the AWS Key Management Service Developer Guide .
getKmsMasterKeyId in interface CfnBucket.ServerSideEncryptionByDefaultProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.