endsWiths

@JvmName(name = "qvsyvnpvhwvapffx")
suspend fun endsWiths(value: Output<List<String>>)
@JvmName(name = "qvdkklqfvpyribof")
suspend fun endsWiths(value: List<String>?)

Parameters

value

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


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


@JvmName(name = "ltfhpgliwgakpxka")
suspend fun endsWiths(values: List<Output<String>>)
@JvmName(name = "vcgljbkxwgyvmvht")
suspend fun endsWiths(vararg values: String)

Parameters

values

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