gluedatabrew_create_recipe {paws.analytics} | R Documentation |
Creates a new DataBrew recipe.
See https://www.paws-r-sdk.com/docs/gluedatabrew_create_recipe/ for full documentation.
gluedatabrew_create_recipe(Description = NULL, Name, Steps, Tags = NULL)
Description |
A description for the recipe. |
Name |
[required] A unique name for the recipe. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space. |
Steps |
[required] An array containing the steps to be performed by the recipe. Each recipe step consists of one recipe action and (optionally) an array of condition expressions. |
Tags |
Metadata tags to apply to this recipe. |