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 ARN 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 ARN to use for the encryption configuration.This parameter is required if and only if
SseTypeis set toaws:kms.You must specify the full ARN of the KMS key. Key IDs or key aliases aren't supported.
Amazon S3 Vectors only supports symmetric encryption KMS keys. For more information, see Asymmetric keys in AWS KMS in the AWS Key Management Service Developer Guide .
- 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.Valid values are
AES256for Amazon S3 managed keys andaws:kmsfor AWS KMS keys.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()
-