Learn R Programming

paws.analytics (version 0.7.0)

gluedatabrew_describe_recipe: Returns the definition of a specific DataBrew recipe corresponding to a particular version

Description

Returns the definition of a specific DataBrew recipe corresponding to a particular version.

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

Usage

gluedatabrew_describe_recipe(Name, RecipeVersion = NULL)

Arguments

Name

[required] The name of the recipe to be described.

RecipeVersion

The recipe version identifier. If this parameter isn't specified, then the latest published version is returned.