tagValues

@JvmName(name = "kxitwpjhbfexfvbo")
suspend fun tagValues(value: Output<List<String>>)
@JvmName(name = "kxllhauheqeddulf")
suspend fun tagValues(value: List<String>?)

Parameters

value

A list of possible values an attribute can take.


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


@JvmName(name = "rwagidqghyrcnrlh")
suspend fun tagValues(values: List<Output<String>>)
@JvmName(name = "cedgupeyutxyybcg")
suspend fun tagValues(vararg values: String)

Parameters

values

A list of possible values an attribute can take.