Create Recipe
gluedatabrew_create_recipe | R Documentation |
Creates a new DataBrew recipe¶
Description¶
Creates a new DataBrew recipe.
Usage¶
Arguments¶
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.
Value¶
A list with the following syntax: