Amazon Glue · Schema

StartDataQualityRulesetEvaluationRunRequest

StartDataQualityRulesetEvaluationRunRequest schema from Amazon Glue API

AnalyticsData CatalogData IntegrationData PipelineETLServerless

Properties

Name Type Description
DataSource object
Role object
NumberOfWorkers object
Timeout object
ClientToken object
AdditionalRunOptions object
RulesetNames object
View JSON Schema on GitHub

JSON Schema

glue-start-data-quality-ruleset-evaluation-run-request-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-start-data-quality-ruleset-evaluation-run-request-schema.json",
  "title": "StartDataQualityRulesetEvaluationRunRequest",
  "description": "StartDataQualityRulesetEvaluationRunRequest schema from Amazon Glue API",
  "type": "object",
  "properties": {
    "DataSource": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DataSource"
        },
        {
          "description": "The data source (Glue table) associated with this run."
        }
      ]
    },
    "Role": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RoleString"
        },
        {
          "description": "An IAM role supplied to encrypt the results of the run."
        }
      ]
    },
    "NumberOfWorkers": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NullableInteger"
        },
        {
          "description": "The number of <code>G.1X</code> workers to be used in the run. The default is 5."
        }
      ]
    },
    "Timeout": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timeout"
        },
        {
          "description": "The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default is 2,880 minutes (48 hours)."
        }
      ]
    },
    "ClientToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HashString"
        },
        {
          "description": "Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource."
        }
      ]
    },
    "AdditionalRunOptions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DataQualityEvaluationRunAdditionalRunOptions"
        },
        {
          "description": "Additional run options you can specify for an evaluation run."
        }
      ]
    },
    "RulesetNames": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RulesetNames"
        },
        {
          "description": "A list of ruleset names."
        }
      ]
    }
  },
  "required": [
    "DataSource",
    "Role",
    "RulesetNames"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/glue-start-data-quality-ruleset-evaluation-run-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.