AgentKnowledgeBaseStorageConfigurationRdsConfiguration

data class AgentKnowledgeBaseStorageConfigurationRdsConfiguration(val credentialsSecretArn: String, val databaseName: String, val fieldMapping: AgentKnowledgeBaseStorageConfigurationRdsConfigurationFieldMapping? = null, val resourceArn: String, val tableName: String)

Constructors

constructor(credentialsSecretArn: String, databaseName: String, fieldMapping: AgentKnowledgeBaseStorageConfigurationRdsConfigurationFieldMapping? = null, resourceArn: String, tableName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ARN of the secret that you created in AWS Secrets Manager that is linked to your Amazon RDS database.

Link copied to clipboard

Name of your Amazon RDS database.

Link copied to clipboard

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

Link copied to clipboard

ARN of the vector store.

Link copied to clipboard

Name of the table in the database.