partitionValues

@JvmName(name = "bunvmokhbssvauuq")
suspend fun partitionValues(value: Output<List<String>>)
@JvmName(name = "rpkckehxenqcpwhv")
suspend fun partitionValues(value: List<String>?)

Parameters

value

The values that define the partition.


@JvmName(name = "ujjhqvyybtmjoubt")
suspend fun partitionValues(vararg values: Output<String>)


@JvmName(name = "xemrdsscouymmweq")
suspend fun partitionValues(values: List<Output<String>>)
@JvmName(name = "citsjkmcwyhvriex")
suspend fun partitionValues(vararg values: String)

Parameters

values

The values that define the partition.