rds Configuration
suspend fun rdsConfiguration(value: Output<AgentKnowledgeBaseStorageConfigurationRdsConfigurationArgs>)
Parameters
value
Details about the storage configuration of the knowledge base in Amazon RDS. For more information, see Create a vector index in Amazon RDS. See rds_configuration
block for details.
suspend fun rdsConfiguration(argument: suspend AgentKnowledgeBaseStorageConfigurationRdsConfigurationArgsBuilder.() -> Unit)
Parameters
argument
Details about the storage configuration of the knowledge base in Amazon RDS. For more information, see Create a vector index in Amazon RDS. See rds_configuration
block for details.