Class CfnIndexPropsMixin.EncryptionConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.s3vectors.CfnIndexPropsMixin.EncryptionConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIndexPropsMixin.EncryptionConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIndexPropsMixin.EncryptionConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnIndexPropsMixin.EncryptionConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIndexPropsMixin.EncryptionConfigurationProperty
An implementation for
CfnIndexPropsMixin.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.cfnpropertymixins.services.s3vectors.CfnIndexPropsMixin.EncryptionConfigurationProperty
CfnIndexPropsMixin.EncryptionConfigurationProperty.Builder, CfnIndexPropsMixin.EncryptionConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIndexPropsMixin.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 theCfnIndexPropsMixin.EncryptionConfigurationProperty.Builder.
-
-
Method Details
-
getKmsKeyArn
Description copied from interface:CfnIndexPropsMixin.EncryptionConfigurationPropertyAWS Key Management Service (KMS) customer managed key ID to use for the encryption configuration.This parameter is allowed if and only if
sseTypeis set toaws:kms.To specify the KMS key, you must use the format of the KMS key Amazon Resource Name (ARN).
For example, specify Key ARN in the following format:
arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab- Specified by:
getKmsKeyArnin interfaceCfnIndexPropsMixin.EncryptionConfigurationProperty- See Also:
-
getSseType
Description copied from interface:CfnIndexPropsMixin.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.- Specified by:
getSseTypein interfaceCfnIndexPropsMixin.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()
-