matchingCriterias

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


@JvmName(name = "yusrwliwlumlwpyc")
suspend fun matchingCriterias(values: List<Output<TriggerMatchingCriteriaArgs>>)
@JvmName(name = "lcltbhnsmaokkobf")
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 = "srtjkslkwlfihpvk")
suspend fun matchingCriterias(argument: List<suspend TriggerMatchingCriteriaArgsBuilder.() -> Unit>)
@JvmName(name = "iqyjgrgqdqmkdrky")
suspend fun matchingCriterias(vararg argument: suspend TriggerMatchingCriteriaArgsBuilder.() -> Unit)
@JvmName(name = "sscxemoivqwhrnwb")
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.