Skip to main content

recipe

Gets an individual recipe resource

Overview

Namerecipe
TypeResource
Descriptionrecipe
Idawscc.databrew.recipe

Fields

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

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
description,
name,
steps,
tags
FROM awscc.databrew.recipe
WHERE data__Identifier = '<Name>';

Permissions

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

Read

databrew:DescribeRecipe,
databrew:ListTagsForResource,
iam:ListRoles

Delete

databrew:DeleteRecipeVersion

Update

databrew:UpdateRecipe