Class CfnTableBucket.EncryptionConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3tables.CfnTableBucket.EncryptionConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTableBucket.EncryptionConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTableBucket.EncryptionConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnTableBucket.EncryptionConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTableBucket.EncryptionConfigurationProperty
An implementation for
CfnTableBucket.EncryptionConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.s3tables.CfnTableBucket.EncryptionConfigurationProperty
CfnTableBucket.EncryptionConfigurationProperty.Builder, CfnTableBucket.EncryptionConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTableBucket.EncryptionConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTableBucket.EncryptionConfigurationProperty.Builder.
-
-
Method Details
-
getKmsKeyArn
Description copied from interface:CfnTableBucket.EncryptionConfigurationPropertyThe Amazon Resource Name (ARN) of the KMS key to use for encryption.This field is required only when
sseAlgorithmis set toaws:kms.- Specified by:
getKmsKeyArnin interfaceCfnTableBucket.EncryptionConfigurationProperty- See Also:
-
getSseAlgorithm
Description copied from interface:CfnTableBucket.EncryptionConfigurationPropertyThe server-side encryption algorithm to use.Valid values are
AES256for S3-managed encryption keys, oraws:kmsfor AWS KMS-managed encryption keys. If you choose SSE-KMS encryption you must grant the S3 Tables maintenance principal access to your KMS key. For more information, see Permissions requirements for S3 Tables SSE-KMS encryption .- Specified by:
getSseAlgorithmin interfaceCfnTableBucket.EncryptionConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-