AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfigurationArgs

data class AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfigurationArgs(val credentialsSecretArn: Output<String>, val endpoint: Output<String>, val fieldMapping: Output<AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfigurationFieldMappingArgs>? = null, val vectorIndexName: Output<String>) : ConvertibleToJava<AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfigurationArgs>

Constructors

Functions

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

Properties

Link copied to clipboard

The ARN of the secret that you created in AWS Secrets Manager that is linked to your Redis Enterprise Cloud database.

Link copied to clipboard
val endpoint: Output<String>

The endpoint URL of the Redis Enterprise Cloud database.

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.