Amazon Glue · JSON Structure

Glue Batch Get Workflows Response Structure

BatchGetWorkflowsResponse schema from Amazon Glue API

Type: object Properties: 2
AnalyticsData CatalogData IntegrationData PipelineETLServerless

BatchGetWorkflowsResponse 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

Workflows MissingWorkflows

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-workflows-response-structure.json",
  "name": "BatchGetWorkflowsResponse",
  "description": "BatchGetWorkflowsResponse schema from Amazon Glue API",
  "type": "object",
  "properties": {
    "Workflows": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Workflows"
        },
        {
          "description": "A list of workflow resource metadata."
        }
      ]
    },
    "MissingWorkflows": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkflowNames"
        },
        {
          "description": "A list of names of workflows not found."
        }
      ]
    }
  }
}