main-concepts

No menu items for this category
OpenMetadata Documentation

EventFilterRule

Describes an Event Filter Rule

  • name (string): Name of this Event Filter.
  • displayName (string): Display Name of the Filter.
  • fullyQualifiedName: FullyQualifiedName in the form eventSubscription.eventFilterRuleName. Refer to ../type/basic.json#/definitions/fullyQualifiedEntityName.
  • description: Description of the Event Filter Rule. Refer to ../type/basic.json#/definitions/markdown.
  • effect: Refer to #/definitions/effect.
  • condition: Expression in SpEL used for matching of a Rule based on entity, resource, and environmental attributes. Refer to ../type/basic.json#/definitions/expression.
  • arguments (array): Arguments to the Condition.
    • Items (string)
  • inputType (string): Must be one of: ['static', 'runtime', 'none'].
  • prefixCondition: Prefix Condition to be applied to the Condition. Refer to #/definitions/prefixCondition.
  • effect (string): Must be one of: ['include', 'exclude']. Default: include.
  • prefixCondition (string): Prefix Condition to be applied to the Condition. Must be one of: ['AND', 'OR']. Default: AND.

Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.