Skip to main content

recipes

Retrieves a list of recipes in a region

Overview

Namerecipes
TypeResource
Descriptionrecipes
Idawscc.databrew.recipes

Fields

NameDatatypeDescription
namestringRecipe name
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name
FROM awscc.databrew.recipes
WHERE region = 'us-east-1'

Permissions

To operate on the recipes resource, the following permissions are required:

Create

databrew:CreateRecipe,
databrew:TagResource,
databrew:UntagResource,
iam:PassRole

List

databrew:ListRecipes,
databrew:ListTagsForResource,
iam:ListRoles