generative-ai-cdk-constructs

@cdklabs/generative-ai-cdk-constructs


@cdklabs/generative-ai-cdk-constructs / s3vectors / VectorIndexEncryption

Enumeration: VectorIndexEncryption

What kind of encryption to apply to this index. By default, if you don’t specify, all new vectors in Amazon S3 vector indexes use server-side encryption with Amazon S3 managed keys (SSE-S3), specifically AES256.

Enumeration Members

KMS

KMS: "aws:kms"

Encryption with a KMS key managed by the user.


S3_MANAGED

S3_MANAGED: "AES256"

Encryption with a master key managed by S3.