notEndsWiths

@JvmName(name = "ktqyqwkyxpiavusd")
suspend fun notEndsWiths(value: Output<List<String>>)
@JvmName(name = "vqhsrhwvkjruboil")
suspend fun notEndsWiths(value: List<String>?)

Parameters

value

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


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


@JvmName(name = "vjsfhikoyeqfiylt")
suspend fun notEndsWiths(values: List<Output<String>>)
@JvmName(name = "yvxdgpnbdihbgequ")
suspend fun notEndsWiths(vararg values: String)

Parameters

values

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