clusteringKeys

@JvmName(name = "nlkveawqueullamp")
suspend fun clusteringKeys(value: Output<List<TableSchemaDefinitionClusteringKeyArgs>>)
@JvmName(name = "tvikddishjtsioxv")
suspend fun clusteringKeys(value: List<TableSchemaDefinitionClusteringKeyArgs>?)

Parameters

value

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


@JvmName(name = "lldydxlbhketyfsp")
suspend fun clusteringKeys(vararg values: Output<TableSchemaDefinitionClusteringKeyArgs>)


@JvmName(name = "ohmsmgymevknyliq")
suspend fun clusteringKeys(values: List<Output<TableSchemaDefinitionClusteringKeyArgs>>)
@JvmName(name = "rlcwqpdisiyuhmhd")
suspend fun clusteringKeys(vararg values: TableSchemaDefinitionClusteringKeyArgs)

Parameters

values

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


@JvmName(name = "vflggjsexfnibhuw")
suspend fun clusteringKeys(argument: List<suspend TableSchemaDefinitionClusteringKeyArgsBuilder.() -> Unit>)
@JvmName(name = "imjvvmhtnjnnctqn")
suspend fun clusteringKeys(vararg argument: suspend TableSchemaDefinitionClusteringKeyArgsBuilder.() -> Unit)
@JvmName(name = "vexsstjbajtbbtus")
suspend fun clusteringKeys(argument: suspend TableSchemaDefinitionClusteringKeyArgsBuilder.() -> Unit)

Parameters

argument

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