Skip to main content

recipes_list_only

Lists recipes in a region or regions, for all properties use recipes

Overview

Namerecipes_list_only
TypeResource
DescriptionResource schema for AWS::DataBrew::Recipe.
Idaws.databrew.recipes_list_only

Fields

NameDatatypeDescription
descriptionstringDescription of the recipe
namestringRecipe name
stepsarray
tagsarray
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all recipes in a region.

SELECT
region,
name
FROM aws.databrew.recipes_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the recipes_list_only resource, see recipes