eventFilters

@JvmName(name = "igrfxqnbqsegrgap")
suspend fun eventFilters(value: Output<List<EventFilterArgs>>)
@JvmName(name = "mdtiuavgeogywhir")
suspend fun eventFilters(value: List<EventFilterArgs>?)

Parameters

value

Unordered list. The list of filters that applies to event attributes. Only events that match all the provided filters are sent to the destination.


@JvmName(name = "gnrmteliedocgdrp")
suspend fun eventFilters(vararg values: Output<EventFilterArgs>)


@JvmName(name = "rmavfbpkjvqbfyvm")
suspend fun eventFilters(values: List<Output<EventFilterArgs>>)
@JvmName(name = "wkaeewmgotclxabh")
suspend fun eventFilters(vararg values: EventFilterArgs)

Parameters

values

Unordered list. The list of filters that applies to event attributes. Only events that match all the provided filters are sent to the destination.


@JvmName(name = "hbpgrddrptgheeow")
suspend fun eventFilters(argument: List<suspend EventFilterArgsBuilder.() -> Unit>)
@JvmName(name = "lcxryntnysirodyg")
suspend fun eventFilters(vararg argument: suspend EventFilterArgsBuilder.() -> Unit)
@JvmName(name = "iaydbmlglqhnsqmb")
suspend fun eventFilters(argument: suspend EventFilterArgsBuilder.() -> Unit)

Parameters

argument

Unordered list. The list of filters that applies to event attributes. Only events that match all the provided filters are sent to the destination.