containsAny

@JvmName(name = "jwryedtgbleedxgi")
suspend fun containsAny(value: Output<List<String>>)
@JvmName(name = "vnnwuloepcranyti")
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 = "wathsrbjuopuqchr")
suspend fun containsAny(vararg values: Output<String>)


@JvmName(name = "eifydcffiawnmxgo")
suspend fun containsAny(values: List<Output<String>>)
@JvmName(name = "kuypihtqrmhkgdmw")
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.