INPUT_OBJECT
EventsNotificationRuleInput
Input specifying changes or create to a notification rule
link GraphQL Schema definition
- input EventsNotificationRuleInput {
- # Status of the Notification Rule
- Boolean :
- # The type of the event
- EventsEventType! :
- # A [jsonata](https://docs.jsonata.org/overview.html) predicate to filter events
- # based on their payload. The event is only sent to
- # the subscriber if this expression evaluates to `true`, otherwise it is skipped
- String :
- # Name of the Notification Rule
- String :
- # Optional Unique identifier of the notification rule instance. Required when
- # updating an existing notification rule
- String :
- # notification target list. Currently we only support one configured target per
- # notification rule
- String!] : [
- }