matchingCriterias

@JvmName(name = "inujyuwwhxbjlufk")
suspend fun matchingCriterias(value: Output<List<TriggerMatchingCriteriaArgs>>)
@JvmName(name = "jxfphynyvjlkcnoc")
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. Structure is documented below.


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


@JvmName(name = "ymlpcjuiymiddiyw")
suspend fun matchingCriterias(values: List<Output<TriggerMatchingCriteriaArgs>>)
@JvmName(name = "qesnamrlnkdhqcoe")
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. Structure is documented below.


@JvmName(name = "ntmgmvxtlcouapkf")
suspend fun matchingCriterias(argument: List<suspend TriggerMatchingCriteriaArgsBuilder.() -> Unit>)
@JvmName(name = "ewjwoefkmrlkyrqs")
suspend fun matchingCriterias(vararg argument: suspend TriggerMatchingCriteriaArgsBuilder.() -> Unit)
@JvmName(name = "clhdyllppgbgkvag")
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. Structure is documented below.