Knowledge Base Query Generation Table Args
data class KnowledgeBaseQueryGenerationTableArgs(val columns: Output<List<KnowledgeBaseQueryGenerationColumnArgs>>? = null, val description: Output<String>? = null, val inclusion: Output<KnowledgeBaseInclusionType>? = null, val name: Output<String>) : ConvertibleToJava<KnowledgeBaseQueryGenerationTableArgs>
Tables used for Redshift query generation context
Constructors
Link copied to clipboard
constructor(columns: Output<List<KnowledgeBaseQueryGenerationColumnArgs>>? = null, description: Output<String>? = null, inclusion: Output<KnowledgeBaseInclusionType>? = null, name: Output<String>)