AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfigurationArgs

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

Constructors

constructor(credentialsSecretArn: Output<String>, endpoint: Output<String>, fieldMapping: Output<AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfigurationFieldMappingArgs>? = null, vectorIndexName: Output<String>)

Properties

Link copied to clipboard

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>

Endpoint URL of the Redis Enterprise Cloud database.

Link copied to clipboard

The names of the fields to which to map information about the vector store. This block supports the following arguments:

Link copied to clipboard
val vectorIndexName: Output<String>

Name of the vector index.

Functions

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