recipe_tags
Expands all tag keys and values for recipes
in a region
Overview
Name | recipe_tags |
Type | Resource |
Description | Resource schema for AWS::DataBrew::Recipe. |
Id | aws.databrew.recipe_tags |
Fields
Name | Datatype | Description |
---|---|---|
description | string | Description of the recipe |
name | string | Recipe name |
steps | array | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all recipes
in a region.
SELECT
region,
description,
name,
steps,
tag_key,
tag_value
FROM aws.databrew.recipe_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the recipe_tags
resource, see recipes