values

@JvmName(name = "pujbmjskoihnijtj")
suspend fun values(value: Output<List<String>>)
@JvmName(name = "icldigsgpmkskqhb")
suspend fun values(value: List<String>?)

Parameters

value

An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.


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


@JvmName(name = "okxpnjlksyyefeow")
suspend fun values(values: List<Output<String>>)
@JvmName(name = "tuwrcsybodxxuwwm")
suspend fun values(vararg values: String)

Parameters

values

An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.