matchingCriterias

@JvmName(name = "qqmknisyqxspcdnd")
suspend fun matchingCriterias(value: Output<List<TriggerMatchingCriteriaArgs>>)
@JvmName(name = "rjqwrwfebivtnvqd")
suspend fun matchingCriterias(value: List<TriggerMatchingCriteriaArgs>?)

Parameters

value

Required. null The list of filters that applies to event attributes. Only events that match all the provided filters will be sent to the destination.


@JvmName(name = "ihettpuutehljqfi")
suspend fun matchingCriterias(vararg values: Output<TriggerMatchingCriteriaArgs>)


@JvmName(name = "royopnrefsckbcor")
suspend fun matchingCriterias(values: List<Output<TriggerMatchingCriteriaArgs>>)
@JvmName(name = "rfafphnwjsflbykb")
suspend fun matchingCriterias(vararg values: TriggerMatchingCriteriaArgs)

Parameters

values

Required. null The list of filters that applies to event attributes. Only events that match all the provided filters will be sent to the destination.


@JvmName(name = "uryxmyiqtrmuxplp")
suspend fun matchingCriterias(argument: List<suspend TriggerMatchingCriteriaArgsBuilder.() -> Unit>)
@JvmName(name = "vyiqerqennkwisdc")
suspend fun matchingCriterias(vararg argument: suspend TriggerMatchingCriteriaArgsBuilder.() -> Unit)
@JvmName(name = "jsfamqbtcoqhtwub")
suspend fun matchingCriterias(argument: suspend TriggerMatchingCriteriaArgsBuilder.() -> Unit)

Parameters

argument

Required. null The list of filters that applies to event attributes. Only events that match all the provided filters will be sent to the destination.