CatalogTablePartitionKeyArgs

data class CatalogTablePartitionKeyArgs(val comment: Output<String>? = null, val name: Output<String>, val type: Output<String>? = null) : ConvertibleToJava<CatalogTablePartitionKeyArgs>

Constructors

Link copied to clipboard
constructor(comment: Output<String>? = null, name: Output<String>, type: Output<String>? = null)

Properties

Link copied to clipboard
val comment: Output<String>? = null

Free-form text comment.

Link copied to clipboard
val name: Output<String>

Name of the Partition Key.

Link copied to clipboard
val type: Output<String>? = null

Datatype of data in the Partition Key.

Functions

Link copied to clipboard
open override fun toJava(): CatalogTablePartitionKeyArgs