Knowledge Base Configuration Args Builder
Builder for KnowledgeBaseConfigurationArgs.
Functions
Link copied to clipboard
suspend fun kendraKnowledgeBaseConfiguration(value: KnowledgeBaseKendraKnowledgeBaseConfigurationArgs?)
suspend fun kendraKnowledgeBaseConfiguration(value: Output<KnowledgeBaseKendraKnowledgeBaseConfigurationArgs>)
suspend fun kendraKnowledgeBaseConfiguration(argument: suspend KnowledgeBaseKendraKnowledgeBaseConfigurationArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun sqlKnowledgeBaseConfiguration(value: Output<KnowledgeBaseSqlKnowledgeBaseConfigurationArgs>)
suspend fun sqlKnowledgeBaseConfiguration(argument: suspend KnowledgeBaseSqlKnowledgeBaseConfigurationArgsBuilder.() -> Unit)
Link copied to clipboard
Link copied to clipboard
suspend fun vectorKnowledgeBaseConfiguration(value: KnowledgeBaseVectorKnowledgeBaseConfigurationArgs?)
suspend fun vectorKnowledgeBaseConfiguration(value: Output<KnowledgeBaseVectorKnowledgeBaseConfigurationArgs>)
suspend fun vectorKnowledgeBaseConfiguration(argument: suspend KnowledgeBaseVectorKnowledgeBaseConfigurationArgsBuilder.() -> Unit)