Amazon Glue DataBrew · JSON Structure

Glue Databrew Update Recipe Request Structure

UpdateRecipeRequest schema from Amazon Glue DataBrew API

Type: object Properties: 2
Data AnalyticsData PreparationETLMachine Learning

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

Properties

Description Steps

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-recipe-request-structure.json",
  "name": "UpdateRecipeRequest",
  "description": "UpdateRecipeRequest schema from Amazon Glue DataBrew API",
  "type": "object",
  "properties": {
    "Description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RecipeDescription"
        },
        {
          "description": "A description of the recipe."
        }
      ]
    },
    "Steps": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RecipeStepList"
        },
        {
          "description": "One or more steps to be performed by the recipe. Each step consists of an action, and the conditions under which the action should succeed."
        }
      ]
    }
  }
}