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