values

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

Parameters

value

A list of possible values an attribute can take. The following argument is optional:


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


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

Parameters

values

A list of possible values an attribute can take. The following argument is optional: