Knowledge Base Rds Configuration Args
data class KnowledgeBaseRdsConfigurationArgs(val credentialsSecretArn: Output<String>, val databaseName: Output<String>, val fieldMapping: Output<KnowledgeBaseRdsFieldMappingArgs>, val resourceArn: Output<String>, val tableName: Output<String>) : ConvertibleToJava<KnowledgeBaseRdsConfigurationArgs>
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: Output<String>, databaseName: Output<String>, fieldMapping: Output<KnowledgeBaseRdsFieldMappingArgs>, resourceArn: Output<String>, tableName: Output<String>)
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.