allowedValues

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


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