FilterArgs

data class FilterArgs(val eventType: Output<List<FilterEventTypeItem>>? = null) : ConvertibleToJava<FilterArgs>

Allows filtering to one or more specific event types. If event types are present, those and only those event types will be transmitted to the cluster. Other types will be skipped. If no filter is specified, or no event types are present, all event types will be sent

Constructors

Link copied to clipboard
fun FilterArgs(eventType: Output<List<FilterEventTypeItem>>? = null)

Functions

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

Properties

Link copied to clipboard
val eventType: Output<List<FilterEventTypeItem>>? = null

Event types to allowlist.