View a markdown version of this page

AWS::EventsV2::Subscriber FilterConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::EventsV2::Subscriber FilterConfiguration

Configuration for filtering which events are delivered to the target. An event must match every filter to be delivered.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Filters" : [ Filter, ... ], "Language" : String }

YAML

Filters: - Filter Language: String

Properties

Filters

The list of filters, 1-50 entries. An event must match every filter to be delivered.

Required: Yes

Type: Array of Filter

Minimum: 1

Maximum: 50

Update requires: No interruption

Language

The filter language. The default is EVENT_BRIDGE_PATTERN.

Required: No

Type: String

Allowed values: EVENT_BRIDGE_PATTERN

Update requires: No interruption