partitionKeys

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "mmcchwkasvitjyuh")
suspend fun partitionKeys(argument: List<suspend TableSchemaDefinitionPartitionKeyArgsBuilder.() -> Unit>)
@JvmName(name = "yvkkwyvxwonpdqeg")
suspend fun partitionKeys(vararg argument: suspend TableSchemaDefinitionPartitionKeyArgsBuilder.() -> Unit)
@JvmName(name = "vcgysxfeikpxkvxr")
suspend fun partitionKeys(argument: suspend TableSchemaDefinitionPartitionKeyArgsBuilder.() -> Unit)

Parameters

argument

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