properties

@JvmName(name = "uuvjdxdndebmulek")
suspend fun properties(value: Output<Map<String, String>>)
@JvmName(name = "vvjcmtwxmefsmaob")
suspend fun properties(value: Map<String, String>?)

Parameters

value

A list of user defined properties to be included in the filter. Specified as a map of name/value pairs.

NOTE: When creating a subscription rule of type CorrelationFilter at least one property must be set in the correlation_filter block.


@JvmName(name = "sltifqcxugckviom")
fun properties(vararg values: Pair<String, String>)

Parameters

values

A list of user defined properties to be included in the filter. Specified as a map of name/value pairs.

NOTE: When creating a subscription rule of type CorrelationFilter at least one property must be set in the correlation_filter block.