allowedValues

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


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