recipes
Retrieves a list of recipes
in a region
Overview
Name | recipes |
Type | Resource |
Description | recipes |
Id | awscc.databrew.recipes |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Recipe name |
region | string | AWS 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