notEndsWith

@JvmName(name = "rfvvyxmofovwxgfa")
suspend fun notEndsWith(value: Output<List<String>>)
@JvmName(name = "hseusfmaglgvboee")
suspend fun notEndsWith(value: List<String>?)

Parameters

value

An operator that excludes events that match the last few characters of the event record field specified as the value of Field.


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


@JvmName(name = "bvtbbtmcwrhwsxdx")
suspend fun notEndsWith(values: List<Output<String>>)
@JvmName(name = "knopwcqopfncymrp")
suspend fun notEndsWith(vararg values: String)

Parameters

values

An operator that excludes events that match the last few characters of the event record field specified as the value of Field.