AgentKnowledgeBaseStorageConfigurationRdsConfigurationArgs

data class AgentKnowledgeBaseStorageConfigurationRdsConfigurationArgs(val credentialsSecretArn: Output<String>, val databaseName: Output<String>, val fieldMapping: Output<AgentKnowledgeBaseStorageConfigurationRdsConfigurationFieldMappingArgs>? = null, val resourceArn: Output<String>, val tableName: Output<String>) : ConvertibleToJava<AgentKnowledgeBaseStorageConfigurationRdsConfigurationArgs>

Constructors

fun AgentKnowledgeBaseStorageConfigurationRdsConfigurationArgs(credentialsSecretArn: Output<String>, databaseName: Output<String>, fieldMapping: Output<AgentKnowledgeBaseStorageConfigurationRdsConfigurationFieldMappingArgs>? = null, resourceArn: Output<String>, tableName: Output<String>)

Functions

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

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 databaseName: Output<String>

The name of your Amazon RDS 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 resourceArn: Output<String>

The namespace to be used to write new data to your database.

Link copied to clipboard
val tableName: Output<String>

The name of the table in the database.