generative-ai-cdk-constructs

@cdklabs/generative-ai-cdk-constructs


@cdklabs/generative-ai-cdk-constructs / opensearchserverless / VectorCollectionProps

Interface: VectorCollectionProps

Properties for configuring the vector collection.

Properties

collectionName?

readonly optional collectionName: string

The name of the collection. Must be between 3-32 characters long and contain only lowercase letters, numbers, and hyphens.

Default

- A CDK generated name will be used

collectionType?

readonly optional collectionType: VectorCollectionType

Type of vector collection

Default

- VECTORSEARCH

customAossPolicy?

readonly optional customAossPolicy: ManagedPolicy

A user defined IAM policy that allows API access to the collection.


description?

readonly optional description: string

Description for the collection


standbyReplicas?

readonly optional standbyReplicas: VectorCollectionStandbyReplicas

Indicates whether to use standby replicas for the collection.

Default

VectorCollectionStandbyReplicas.ENABLED

tags?

readonly optional tags: CfnTag[]

A list of tags associated with the inference profile.