Waiting for engine...
Skip to main content

EventStreamsRouteFilterGroupInput

Input for defining a filter group

input EventStreamsRouteFilterGroupInput {
name: String!
outputTopic: String!
conditions: [EventStreamsRouteFilterConditionInput!]!
}

Fields

EventStreamsRouteFilterGroupInput.name ● String! non-null scalar miscellaneous

Name of this filter group

EventStreamsRouteFilterGroupInput.outputTopic ● String! non-null scalar miscellaneous

Output topic to route matching messages to

EventStreamsRouteFilterGroupInput.conditions ● [EventStreamsRouteFilterConditionInput!]! non-null input event-streams-admin

List of conditions to evaluate sequentially. Each condition (except the first) should have a logicalOperator.

Member Of

EventStreamsRouteInput input

On this Page