KnowledgeBaseOpenSearchServerlessConfigurationArgs

data class KnowledgeBaseOpenSearchServerlessConfigurationArgs(val collectionArn: Output<String>, val fieldMapping: Output<KnowledgeBaseOpenSearchServerlessFieldMappingArgs>, val vectorIndexName: Output<String>) : ConvertibleToJava<KnowledgeBaseOpenSearchServerlessConfigurationArgs>

Contains the storage configuration of the knowledge base in Amazon OpenSearch Service.

Constructors

constructor(collectionArn: Output<String>, fieldMapping: Output<KnowledgeBaseOpenSearchServerlessFieldMappingArgs>, vectorIndexName: Output<String>)

Properties

Link copied to clipboard
val collectionArn: Output<String>

The ARN of the OpenSearch Service vector store.

Link copied to clipboard

Contains the names of the fields to which to map information about the vector store.

Link copied to clipboard
val vectorIndexName: Output<String>

The name of the vector store.

Functions

Link copied to clipboard
open override fun toJava(): KnowledgeBaseOpenSearchServerlessConfigurationArgs