KnowledgeBaseRdsConfiguration

data class KnowledgeBaseRdsConfiguration(val credentialsSecretArn: String, val databaseName: String, val fieldMapping: KnowledgeBaseRdsFieldMapping, val resourceArn: String, val tableName: String)

Contains details about the storage configuration of the knowledge base in Amazon RDS. For more information, see Create a vector index in Amazon RDS.

Constructors

Link copied to clipboard
constructor(credentialsSecretArn: String, databaseName: String, fieldMapping: KnowledgeBaseRdsFieldMapping, resourceArn: String, tableName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

The ARN of the vector store.

Link copied to clipboard

The name of the table in the database.