Knowledge Base Query Generation Column Args
data class KnowledgeBaseQueryGenerationColumnArgs(val description: Output<String>? = null, val inclusion: Output<KnowledgeBaseInclusionType>? = null, val name: Output<String>? = null) : ConvertibleToJava<KnowledgeBaseQueryGenerationColumnArgs>
Redshift query generation column
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, inclusion: Output<KnowledgeBaseInclusionType>? = null, name: Output<String>? = null)