Amazon EventBridge Pipes · JSON Structure

Amazon Eventbridge Pipes Filter Criteria Structure

The collection of event patterns used to filter events. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.

Type: object Properties: 1
Amazon Web ServicesEvent-DrivenIntegrationMessagingServerless

FilterCriteria is a JSON Structure definition published by Amazon EventBridge Pipes, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Filters

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge-pipes/refs/heads/main/json-structure/amazon-eventbridge-pipes-filter-criteria-structure.json",
  "name": "FilterCriteria",
  "description": "The collection of event patterns used to filter events. 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": {
    "Filters": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FilterList"
        },
        {
          "description": "The event patterns."
        }
      ]
    }
  }
}