values

@JvmName(name = "cvfnvlduqbhnisqo")
suspend fun values(value: Output<List<String>>)
@JvmName(name = "vnqsuwkmbnyeiahr")
suspend fun values(value: List<String>)

Parameters

value

Specifies a list of values for the column.


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


@JvmName(name = "kevlgjggxebxypcu")
suspend fun values(values: List<Output<String>>)
@JvmName(name = "yeublqbkkthptmqs")
suspend fun values(vararg values: String)

Parameters

values

Specifies a list of values for the column.