partitionKeys

@JvmName(name = "gjvkqcgllwocsfnf")
suspend fun partitionKeys(value: Output<List<TableSchemaDefinitionPartitionKeyArgs>>)
@JvmName(name = "okooetpsoyglvhxr")
suspend fun partitionKeys(value: List<TableSchemaDefinitionPartitionKeyArgs>)

Parameters

value

The columns that are part of the partition key of the table .


@JvmName(name = "txviourywvygvoeb")
suspend fun partitionKeys(vararg values: Output<TableSchemaDefinitionPartitionKeyArgs>)


@JvmName(name = "ahffmcxudpatrapp")
suspend fun partitionKeys(values: List<Output<TableSchemaDefinitionPartitionKeyArgs>>)
@JvmName(name = "uhqkuehjnhoqrttm")
suspend fun partitionKeys(vararg values: TableSchemaDefinitionPartitionKeyArgs)

Parameters

values

The columns that are part of the partition key of the table .


@JvmName(name = "bdgwffirbowmkvcy")
suspend fun partitionKeys(argument: List<suspend TableSchemaDefinitionPartitionKeyArgsBuilder.() -> Unit>)
@JvmName(name = "wtnpkprspolemxbr")
suspend fun partitionKeys(vararg argument: suspend TableSchemaDefinitionPartitionKeyArgsBuilder.() -> Unit)
@JvmName(name = "fhegmjmvbyubfhmr")
suspend fun partitionKeys(argument: suspend TableSchemaDefinitionPartitionKeyArgsBuilder.() -> Unit)

Parameters

argument

The columns that are part of the partition key of the table .