@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / opensearchserverless / VectorCollectionProps
Properties for configuring the vector collection.
readonlyoptionalcollectionName: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
readonlyoptionalcollectionType:VectorCollectionType
Type of vector collection
- VECTORSEARCH
readonlyoptionalcustomAossPolicy:ManagedPolicy
A user defined IAM policy that allows API access to the collection.
readonlyoptionaldescription:string
Description for the collection
readonlyoptionalstandbyReplicas:VectorCollectionStandbyReplicas
Indicates whether to use standby replicas for the collection.
VectorCollectionStandbyReplicas.ENABLED
readonlyoptionaltags:CfnTag[]
A list of tags associated with the inference profile.