Amazon Glue · Schema

GetDataQualityRuleRecommendationRunRequest

GetDataQualityRuleRecommendationRunRequest schema from Amazon Glue API

AnalyticsData CatalogData IntegrationData PipelineETLServerless

Properties

Name Type Description
RunId object
View JSON Schema on GitHub

JSON Schema

glue-get-data-quality-rule-recommendation-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-get-data-quality-rule-recommendation-run-request-schema.json",
  "title": "GetDataQualityRuleRecommendationRunRequest",
  "description": "GetDataQualityRuleRecommendationRunRequest schema from Amazon Glue API",
  "type": "object",
  "properties": {
    "RunId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HashString"
        },
        {
          "description": "The unique run identifier associated with this run."
        }
      ]
    }
  },
  "required": [
    "RunId"
  ]
}