Skip to content

Delete Recipe Version

gluedatabrew_delete_recipe_version R Documentation

Deletes a single version of a DataBrew recipe

Description

Deletes a single version of a DataBrew recipe.

Usage

gluedatabrew_delete_recipe_version(Name, RecipeVersion)

Arguments

Name

[required] The name of the recipe.

RecipeVersion

[required] The version of the recipe to be deleted. You can specify a numeric versions (X.Y) or LATEST_WORKING. LATEST_PUBLISHED is not supported.

Value

A list with the following syntax:

list(
  Name = "string",
  RecipeVersion = "string"
)

Request syntax

svc$delete_recipe_version(
  Name = "string",
  RecipeVersion = "string"
)