gluedatabrew_list_recipes: Lists all of the DataBrew recipes that are defined

View source: R/gluedatabrew_operations.R

gluedatabrew_list_recipesR Documentation

Lists all of the DataBrew recipes that are defined

Description

Lists all of the DataBrew recipes that are defined.

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

Usage

gluedatabrew_list_recipes(
  MaxResults = NULL,
  NextToken = NULL,
  RecipeVersion = NULL
)

Arguments

MaxResults

The maximum number of results to return in this request.

NextToken

The token returned by a previous call to retrieve the next set of results.

RecipeVersion

Return only those recipes with a version identifier of LATEST_WORKING or LATEST_PUBLISHED. If RecipeVersion is omitted, list_recipes returns all of the LATEST_PUBLISHED recipe versions.

Valid values: LATEST_WORKING | LATEST_PUBLISHED


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