FilterConfiguration
Configuration for filtering events delivered to a subscriber. On CreateSubscriber, Filters is required and must contain at least one Filter with a non-empty Pattern. On UpdateSubscriber, an empty FilterConfiguration:{} clears the existing filter. Any non-empty shape (including {Language:X} without Filters) must contain a valid Filters list — same contract as CreateSubscriber. A non-empty Filters list overwrites; an omitted FilterConfiguration preserves existing state. All Filters are implicitly ANDed — an event must match every Filter to be delivered.
Contents
- Filters
-
List of filters. An event must match every filter to be delivered.
Type: Array of Filter objects
Array Members: Minimum number of 1 item. Maximum number of 50 items.
Required: No
- Language
-
Defaults to EVENT_BRIDGE_PATTERN when not specified.
Type: String
Valid Values:
EVENT_BRIDGE_PATTERNRequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: