eventFilters

@JvmName(name = "njxikadyisjbkhrf")
suspend fun eventFilters(value: Output<List<EventFilterArgs>>)
@JvmName(name = "lmfmfvycgudmmvje")
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 = "crqrdbtmdrbsewbr")
suspend fun eventFilters(vararg values: Output<EventFilterArgs>)


@JvmName(name = "vxcaobbynanouvwi")
suspend fun eventFilters(values: List<Output<EventFilterArgs>>)
@JvmName(name = "ondkigruoxycrixn")
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 = "vidcrxetxnxsxboq")
suspend fun eventFilters(argument: List<suspend EventFilterArgsBuilder.() -> Unit>)
@JvmName(name = "pklisqjqgdjowneb")
suspend fun eventFilters(vararg argument: suspend EventFilterArgsBuilder.() -> Unit)
@JvmName(name = "dtklvnptojviqlhw")
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.