matchingCriterias

@JvmName(name = "vnbukfmehybbwxxn")
suspend fun matchingCriterias(value: Output<List<TriggerMatchingCriteriaArgs>>)
@JvmName(name = "waupkiouwptorbee")
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 = "tdxlocywecfusvfp")
suspend fun matchingCriterias(vararg values: Output<TriggerMatchingCriteriaArgs>)


@JvmName(name = "imtqsbttninrpeeb")
suspend fun matchingCriterias(values: List<Output<TriggerMatchingCriteriaArgs>>)
@JvmName(name = "bwkmmmextjekkusj")
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 = "ttelrrewqkaevqqv")
suspend fun matchingCriterias(argument: List<suspend TriggerMatchingCriteriaArgsBuilder.() -> Unit>)
@JvmName(name = "ammyauxtjoirclht")
suspend fun matchingCriterias(vararg argument: suspend TriggerMatchingCriteriaArgsBuilder.() -> Unit)
@JvmName(name = "khdncwnxlgxskfud")
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.