Amazon Glue DataBrew · JSON Structure

Glue Databrew Update Ruleset Request Structure

UpdateRulesetRequest schema from Amazon Glue DataBrew API

Type: object Properties: 2 Required: 1
Data AnalyticsData PreparationETLMachine Learning

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

Properties

Description Rules

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-databrew/refs/heads/main/json-structure/glue-databrew-update-ruleset-request-structure.json",
  "name": "UpdateRulesetRequest",
  "description": "UpdateRulesetRequest schema from Amazon Glue DataBrew API",
  "type": "object",
  "properties": {
    "Description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RulesetDescription"
        },
        {
          "description": "The description of the ruleset."
        }
      ]
    },
    "Rules": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RuleList"
        },
        {
          "description": "A list of rules that are defined with the ruleset. A rule includes one or more checks to be validated on a DataBrew dataset."
        }
      ]
    }
  },
  "required": [
    "Rules"
  ]
}