allowedValues

@JvmName(name = "ujikitqqdcemdnsv")
suspend fun allowedValues(value: Output<List<String>>)
@JvmName(name = "ffpnpvpjtaysjxsy")
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 = "mhrocahpsymbsawo")
suspend fun allowedValues(vararg values: Output<String>)


@JvmName(name = "dlpodolfainqiofv")
suspend fun allowedValues(values: List<Output<String>>)
@JvmName(name = "tuimnpfxhoihkdts")
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.