gluedatabrew_create_recipe: Creates a new DataBrew recipe

View source: R/gluedatabrew_operations.R

gluedatabrew_create_recipeR Documentation

Creates a new DataBrew recipe

Description

Creates a new DataBrew recipe.

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

Usage

gluedatabrew_create_recipe(Description = NULL, Name, Steps, Tags = NULL)

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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.