eventFilters

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


@JvmName(name = "qvultewufoxpjcsr")
suspend fun eventFilters(values: List<Output<EventFilterArgs>>)
@JvmName(name = "qhsedxfrgscxeeik")
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 = "whfxvhgqtfjatxsv")
suspend fun eventFilters(argument: List<suspend EventFilterArgsBuilder.() -> Unit>)
@JvmName(name = "fpjrkqxuffhvudch")
suspend fun eventFilters(vararg argument: suspend EventFilterArgsBuilder.() -> Unit)
@JvmName(name = "ikbqirjsmuvshegp")
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.