FilterEventProducerInput
About FilterEventProducerInput
FilterEventProducerInput filters EventProducers based on criteria described below.
Only one field should be provided per Filter object unless using an operator (and
or
not
) as specified below.
id
If provided, specifies filters that work against the EventProducer’s unique id.
Type: FilterIDInput
name
If provided, specifies filters that work against the EventProducer’s name.
Type: FilterStringInput
and
If provided, an event producer must pass all filters in this list to match the current filter.
Type: [FilterEventProducerInput!]
or
If provided, an event producer must pass at least one of the filters in this list to match the current filter.
Type: [FilterEventProducerInput!]
not
If provided, an event producer may not match this filter to match the current filter.
Type: FilterEventProducerInput