Catalog Table Partition Key Args
data class CatalogTablePartitionKeyArgs(val comment: Output<String>? = null, val name: Output<String>, val type: Output<String>? = null) : ConvertibleToJava<CatalogTablePartitionKeyArgs>
Constructors
Link copied to clipboard
fun CatalogTablePartitionKeyArgs(comment: Output<String>? = null, name: Output<String>, type: Output<String>? = null)