allowedValues

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


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