AWS Lambda · JSON Structure

Aws Lambda Filter Criteria Structure

Type: object Properties: 1

FilterCriteria is a JSON Structure definition published by AWS Lambda, describing 1 property. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

Filters

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "FilterCriteria",
  "type": "object",
  "properties": {
    "Filters": {
      "type": "array"
    }
  }
}