values

@JvmName(name = "cnksxfnfwwettkml")
suspend fun values(value: List<String>)

Parameters

value

Values to evaluate the condition against. If multiple values are provided, the condition matches if at least one of them applies. That is, AWS evaluates multiple values as though using an "OR" boolean operation.


@JvmName(name = "naiotshrxqqnnwrt")
suspend fun values(vararg values: String)

Parameters

values

Values to evaluate the condition against. If multiple values are provided, the condition matches if at least one of them applies. That is, AWS evaluates multiple values as though using an "OR" boolean operation.