Class CfnVectorBucket.EncryptionConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3vectors.CfnVectorBucket.EncryptionConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVectorBucket.EncryptionConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVectorBucket.EncryptionConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnVectorBucket.EncryptionConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVectorBucket.EncryptionConfigurationProperty
An implementation for
CfnVectorBucket.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.s3vectors.CfnVectorBucket.EncryptionConfigurationProperty
CfnVectorBucket.EncryptionConfigurationProperty.Builder, CfnVectorBucket.EncryptionConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVectorBucket.EncryptionConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringAWS Key Management Service (KMS) customer managed key ID to use for the encryption configuration.final StringThe server-side encryption type to use for the encryption configuration of the vector bucket.final inthashCode()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 theCfnVectorBucket.EncryptionConfigurationProperty.Builder.
-
-
Method Details
-
getKmsKeyArn
Description copied from interface:CfnVectorBucket.EncryptionConfigurationPropertyAWS Key Management Service (KMS) customer managed key ID to use for the encryption configuration.This parameter is allowed if and only if sseType is set to aws:kms
- Specified by:
getKmsKeyArnin interfaceCfnVectorBucket.EncryptionConfigurationProperty- See Also:
-
getSseType
Description copied from interface:CfnVectorBucket.EncryptionConfigurationPropertyThe server-side encryption type to use for the encryption configuration of the vector bucket.By default, if you don't specify, all new vectors in Amazon S3 vector buckets use server-side encryption with Amazon S3 managed keys (SSE-S3), specifically AES256.
Default: - "AES256"
- Specified by:
getSseTypein interfaceCfnVectorBucket.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()
-