Interface: AmazonAuroraVectorStoreProps
March 19, 2026 ยท View on GitHub
@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / amazonaurora / AmazonAuroraVectorStoreProps
Interface: AmazonAuroraVectorStoreProps
Properties for configuring an Amazon Aurora Vector Store.
Extends
Properties
clusterId?
readonlyoptionalclusterId?:string
Cluster identifier.
databaseName?
readonlyoptionaldatabaseName?:string
The name of the database for the Aurora Vector Store.
embeddingsModelVectorDimension
readonlyembeddingsModelVectorDimension:number
The embeddings model dimension used for the Aurora Vector Store. The vector dimensions of the model must match the dimensions used in the KnowledgeBase construct.
Inherited from
BaseAuroraVectorStoreProps.embeddingsModelVectorDimension
metadataField?
readonlyoptionalmetadataField?:string
The field name for the metadata column in the Aurora Vector Store.
Inherited from
BaseAuroraVectorStoreProps.metadataField
postgreSQLVersion?
readonlyoptionalpostgreSQLVersion?:AuroraPostgresEngineVersion
The version of PostgreSQL to use for the Aurora Vector Store. By default, the latest supported version will be used.
primaryKeyField?
readonlyoptionalprimaryKeyField?:string
The primary key field for the Aurora Vector Store table.
Inherited from
BaseAuroraVectorStoreProps.primaryKeyField
schemaName?
readonlyoptionalschemaName?:string
The schema name for the Aurora Vector Store.
Inherited from
BaseAuroraVectorStoreProps.schemaName
tableName?
readonlyoptionaltableName?:string
The name of the table for the Aurora Vector Store.
Inherited from
BaseAuroraVectorStoreProps.tableName
textField?
readonlyoptionaltextField?:string
The field name for the text column in the Aurora Vector Store.
Inherited from
BaseAuroraVectorStoreProps.textField
vectorField?
readonlyoptionalvectorField?:string
The field name for the vector column in the Aurora Vector Store.
Inherited from
BaseAuroraVectorStoreProps.vectorField
vpc?
readonlyoptionalvpc?:IVpc
User's VPC in which they want to deploy Aurora Database.