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

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

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
val resourceArn: Output<String>

ARN of the vector store.

Link copied to clipboard
val tableName: Output<String>

Name of the table in the database.

Functions

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