Knowledge Base Sql Knowledge Base Configuration Args
data class KnowledgeBaseSqlKnowledgeBaseConfigurationArgs(val redshiftConfiguration: Output<KnowledgeBaseRedshiftConfigurationArgs>? = null, val type: Output<KnowledgeBaseQueryEngineType>) : ConvertibleToJava<KnowledgeBaseSqlKnowledgeBaseConfigurationArgs>
Configurations for a SQL knowledge base
Constructors
Link copied to clipboard
constructor(redshiftConfiguration: Output<KnowledgeBaseRedshiftConfigurationArgs>? = null, type: Output<KnowledgeBaseQueryEngineType>)