Filter

Filter events using an event pattern. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.

Amazon Web ServicesEvent-DrivenIntegrationMessagingServerless

Properties

Name Type Description
Pattern object
View JSON Schema on GitHub

JSON Schema

amazon-eventbridge-pipes-filter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge-pipes/refs/heads/main/json-schema/amazon-eventbridge-pipes-filter-schema.json",
  "title": "Filter",
  "description": "Filter events using an event pattern. For more information, see <a href=\"https://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-and-event-patterns.html\">Events and Event Patterns</a> in the <i>Amazon EventBridge User Guide</i>.",
  "type": "object",
  "properties": {
    "Pattern": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EventPattern"
        },
        {
          "description": "The event pattern."
        }
      ]
    }
  }
}