Amazon EventBridge Pipes · JSON Structure

Amazon Eventbridge Pipes Filter Structure

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

Type: object Properties: 1
Amazon Web ServicesEvent-DrivenIntegrationMessagingServerless

Filter 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

Pattern

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-structure.json",
  "name": "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."
        }
      ]
    }
  }
}