Filter

A structure within a FilterCriteria object that defines an event filtering pattern.

APIs.ioEngineeringPlatform

Properties

Name Type Description
Pattern object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-filter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Filter",
  "title": "Filter",
  "type": "object",
  "properties": {
    "Pattern": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Pattern"
        },
        {
          "description": " A filter pattern. For more information on the syntax of a filter pattern, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html#filtering-syntax\"> Filter rule syntax</a>. "
        }
      ]
    }
  },
  "description": " A structure within a <code>FilterCriteria</code> object that defines an event filtering pattern. "
}