TableSchemaDefinitionPartitionKeyArgs

data class TableSchemaDefinitionPartitionKeyArgs(val name: Output<String>) : ConvertibleToJava<TableSchemaDefinitionPartitionKeyArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the partition key column.

Functions

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