notEquals

@JvmName(name = "xmtbqlynhkcvqaih")
suspend fun notEquals(value: Output<List<String>>)
@JvmName(name = "acmchdhekqfglwpn")
suspend fun notEquals(value: List<String>?)

Parameters

value

A list of values that excludes events that match the exact value of the event record field specified as the value of field.


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


@JvmName(name = "hqidxeyksnrcbwbk")
suspend fun notEquals(values: List<Output<String>>)
@JvmName(name = "fkcveoguehopbohh")
suspend fun notEquals(vararg values: String)

Parameters

values

A list of values that excludes events that match the exact value of the event record field specified as the value of field.