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
constructor(eventType: Output<List<FilterEventTypeItem>>? = null)

Properties

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

Event types to allowlist.

Functions

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