partitionValues

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

Parameters

value

The values that define the partition.


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


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

Parameters

values

The values that define the partition.