Amazon Glue · JSON Structure

Glue Batch Get Crawlers Response Structure

BatchGetCrawlersResponse schema from Amazon Glue API

Type: object Properties: 2
AnalyticsData CatalogData IntegrationData PipelineETLServerless

BatchGetCrawlersResponse 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

Crawlers CrawlersNotFound

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-crawlers-response-structure.json",
  "name": "BatchGetCrawlersResponse",
  "description": "BatchGetCrawlersResponse schema from Amazon Glue API",
  "type": "object",
  "properties": {
    "Crawlers": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CrawlerList"
        },
        {
          "description": "A list of crawler definitions."
        }
      ]
    },
    "CrawlersNotFound": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CrawlerNameList"
        },
        {
          "description": "A list of names of crawlers that were not found."
        }
      ]
    }
  }
}