allowedValues

@JvmName(name = "gunwkmvejhshmthp")
suspend fun allowedValues(value: Output<List<String>>)
@JvmName(name = "lyhdbmvqmguboatk")
suspend fun allowedValues(value: List<String>?)

Parameters

value

Possible values for the attribute. The number of allowed values must not exceed 500. An empty list is invalid. The list can only be expanded after creation.


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


@JvmName(name = "uybeeeuxjijvqkyc")
suspend fun allowedValues(values: List<Output<String>>)
@JvmName(name = "ltuhrudoyvxvwcbr")
suspend fun allowedValues(vararg values: String)

Parameters

values

Possible values for the attribute. The number of allowed values must not exceed 500. An empty list is invalid. The list can only be expanded after creation.