supportedValues

@JvmName(name = "nqxxmypgrhxninfy")
suspend fun supportedValues(value: Output<List<String>>)
@JvmName(name = "asuyircwutnbwkbd")
suspend fun supportedValues(value: List<String>?)

Parameters

value

A list of supported values of the multi select observation.


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


@JvmName(name = "trfvodhltjmclryn")
suspend fun supportedValues(values: List<Output<String>>)
@JvmName(name = "safqxqxndckedrdk")
suspend fun supportedValues(vararg values: String)

Parameters

values

A list of supported values of the multi select observation.