notStartsWiths

@JvmName(name = "ggqlonhvbuaecxgl")
suspend fun notStartsWiths(value: Output<List<String>>)
@JvmName(name = "rmyvcsixcbpucyem")
suspend fun notStartsWiths(value: List<String>?)

Parameters

value

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


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


@JvmName(name = "ykafadajouxffmxb")
suspend fun notStartsWiths(values: List<Output<String>>)
@JvmName(name = "elprjhdvyvvwrsrs")
suspend fun notStartsWiths(vararg values: String)

Parameters

values

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