Amazon Glue DataBrew · JSON Structure

Glue Databrew Batch Delete Recipe Version Request Structure

BatchDeleteRecipeVersionRequest schema from Amazon Glue DataBrew API

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

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

Properties

RecipeVersions

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-batch-delete-recipe-version-request-structure.json",
  "name": "BatchDeleteRecipeVersionRequest",
  "description": "BatchDeleteRecipeVersionRequest schema from Amazon Glue DataBrew API",
  "type": "object",
  "properties": {
    "RecipeVersions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RecipeVersionList"
        },
        {
          "description": "An array of version identifiers, for the recipe versions to be deleted. You can specify numeric versions (<code>X.Y</code>) or <code>LATEST_WORKING</code>. <code>LATEST_PUBLISHED</code> is not supported."
        }
      ]
    }
  },
  "required": [
    "RecipeVersions"
  ]
}