Class EventFilter (0.2.3)

EventFilter(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Filters events based on exact matches on the CloudEvents attributes.

Attributes

NameDescription
attribute str
Required. The name of a CloudEvents attribute. Currently, only a subset of attributes are supported for filtering. All triggers MUST provide a filter for the 'type' attribute.
value str
Required. The value for the attribute.

Inheritance

builtins.object > proto.message.Message > EventFilter