@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / opensearchserverless / VectorCollectionProps
Properties for configuring the vector collection.
readonly
optional
collectionName:string
The name of the collection. Must be between 3-32 characters long and contain only lowercase letters, numbers, and hyphens.
- A CDK generated name will be used
readonly
optional
collectionType:VectorCollectionType
Type of vector collection
- VECTORSEARCH
readonly
optional
customAossPolicy:ManagedPolicy
A user defined IAM policy that allows API access to the collection.
readonly
optional
description:string
Description for the collection
readonly
optional
standbyReplicas:VectorCollectionStandbyReplicas
Indicates whether to use standby replicas for the collection.
VectorCollectionStandbyReplicas.ENABLED
readonly
optional
tags:CfnTag
[]
A list of tags associated with the inference profile.