Amazon Glue · JSON Structure

Glue Batch Get Triggers Response Structure

BatchGetTriggersResponse schema from Amazon Glue API

Type: object Properties: 2
AnalyticsData CatalogData IntegrationData PipelineETLServerless

BatchGetTriggersResponse is a JSON Structure definition published by Amazon Glue, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Triggers TriggersNotFound

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-glue/refs/heads/main/json-structure/glue-batch-get-triggers-response-structure.json",
  "name": "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."
        }
      ]
    }
  }
}