AgentKnowledgeBaseStorageConfigurationOpensearchServerlessConfigurationArgs

data class AgentKnowledgeBaseStorageConfigurationOpensearchServerlessConfigurationArgs(val collectionArn: Output<String>, val fieldMapping: Output<AgentKnowledgeBaseStorageConfigurationOpensearchServerlessConfigurationFieldMappingArgs>? = null, val vectorIndexName: Output<String>) : ConvertibleToJava<AgentKnowledgeBaseStorageConfigurationOpensearchServerlessConfigurationArgs>

Constructors

Functions

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

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.