recipe
Gets an individual recipe
resource
Overview
Name | recipe |
Type | Resource |
Description | recipe |
Id | awscc.databrew.recipe |
Fields
Name | Datatype | Description |
---|---|---|
description | string | Description of the recipe |
name | string | Recipe name |
steps | array | |
tags | array | |
region | string | AWS 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