correlationFilter

@JvmName(name = "hrupqljsqnjnvotc")
suspend fun correlationFilter(value: Output<SubscriptionRuleCorrelationFilterArgs>)
@JvmName(name = "kofwjtfypwqxsrdw")
suspend fun correlationFilter(value: SubscriptionRuleCorrelationFilterArgs?)

Parameters

value

A correlation_filter block as documented below to be evaluated against a BrokeredMessage. Required when filter_type is set to CorrelationFilter.


@JvmName(name = "xrkthchdtulechwb")
suspend fun correlationFilter(argument: suspend SubscriptionRuleCorrelationFilterArgsBuilder.() -> Unit)

Parameters

argument

A correlation_filter block as documented below to be evaluated against a BrokeredMessage. Required when filter_type is set to CorrelationFilter.