matchingCriterias

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


@JvmName(name = "ilffaxkxkorqxvjn")
suspend fun matchingCriterias(values: List<Output<TriggerMatchingCriteriaArgs>>)
@JvmName(name = "gslioapmujfhaidu")
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 = "ynnoyswosqgapyvf")
suspend fun matchingCriterias(argument: List<suspend TriggerMatchingCriteriaArgsBuilder.() -> Unit>)
@JvmName(name = "ejenceiweesqqjvw")
suspend fun matchingCriterias(vararg argument: suspend TriggerMatchingCriteriaArgsBuilder.() -> Unit)
@JvmName(name = "wkhbqsfrnyslbboj")
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.