gluedatabrew_update_recipe {paws.analytics} | R Documentation |
Modifies the definition of the LATEST_WORKING
version of a DataBrew recipe.
See https://www.paws-r-sdk.com/docs/gluedatabrew_update_recipe/ for full documentation.
gluedatabrew_update_recipe(Description = NULL, Name, Steps = NULL)
Description |
A description of the recipe. |
Name |
[required] The name of the recipe to be updated. |
Steps |
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. |