Learn R Programming

paws.analytics (version 0.7.0)

gluedatabrew_delete_recipe_version: Deletes a single version of a DataBrew recipe

Description

Deletes a single version of a DataBrew recipe.

See https://www.paws-r-sdk.com/docs/gluedatabrew_delete_recipe_version/ for full documentation.

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.