containsAny

@JvmName(name = "uanjnuwnehwltxto")
suspend fun containsAny(value: Output<List<String>>)
@JvmName(name = "jwmlvwwcxcjnxada")
suspend fun containsAny(value: List<String>?)

Parameters

value

The value of the event's field will be compared to the values in this array (case-insensitive) to determine if the condition is met.


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


@JvmName(name = "ditytthwirahdrtl")
suspend fun containsAny(values: List<Output<String>>)
@JvmName(name = "vbylgfdbogyoctyg")
suspend fun containsAny(vararg values: String)

Parameters

values

The value of the event's field will be compared to the values in this array (case-insensitive) to determine if the condition is met.