Amazon Glue · Schema

BatchGetTriggersResponse

BatchGetTriggersResponse schema from Amazon Glue API

AnalyticsData CatalogData IntegrationData PipelineETLServerless

Properties

Name Type Description
Triggers object
TriggersNotFound object
View JSON Schema on GitHub

JSON Schema

glue-batch-get-triggers-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-schema/glue-batch-get-triggers-response-schema.json",
  "title": "BatchGetTriggersResponse",
  "description": "BatchGetTriggersResponse schema from Amazon Glue API",
  "type": "object",
  "properties": {
    "Triggers": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TriggerList"
        },
        {
          "description": "A list of trigger definitions."
        }
      ]
    },
    "TriggersNotFound": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TriggerNameList"
        },
        {
          "description": "A list of names of triggers not found."
        }
      ]
    }
  }
}