EventChannelFilterArgs

data class EventChannelFilterArgs(val advancedFilters: Output<List<Any>>? = null, val enableAdvancedFilteringOnArrays: Output<Boolean>? = null) : ConvertibleToJava<EventChannelFilterArgs>

Filter for the Event Channel.

Constructors

Link copied to clipboard
constructor(advancedFilters: Output<List<Any>>? = null, enableAdvancedFilteringOnArrays: Output<Boolean>? = null)

Properties

Link copied to clipboard
val advancedFilters: Output<List<Any>>? = null

An array of advanced filters that are used for filtering event channels.

Link copied to clipboard

Allows advanced filters to be evaluated against an array of values instead of expecting a singular value. The default value is either false or null.

Functions

Link copied to clipboard
open override fun toJava(): EventChannelFilterArgs