Agent Knowledge Base Storage Configuration Rds Configuration Args
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
Link copied to clipboard
constructor(credentialsSecretArn: Output<String>, databaseName: Output<String>, fieldMapping: Output<AgentKnowledgeBaseStorageConfigurationRdsConfigurationFieldMappingArgs>? = null, resourceArn: Output<String>, tableName: Output<String>)
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
val fieldMapping: Output<AgentKnowledgeBaseStorageConfigurationRdsConfigurationFieldMappingArgs>? = null
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.