gluedatabrew_update_recipe {paws.analytics} | R Documentation |
Modifies the definition of the LATEST_WORKING version of a DataBrew recipe
Description
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.
Usage
gluedatabrew_update_recipe(Description = NULL, Name, Steps = NULL)
Arguments
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. |
[Package paws.analytics version 0.7.0 Index]