Skip to main content

recipe_tags

Expands all tag keys and values for recipes in a region

Overview

Namerecipe_tags
TypeResource
DescriptionResource schema for AWS::DataBrew::Recipe.
Idaws.databrew.recipe_tags

Fields

NameDatatypeDescription
descriptionstringDescription of the recipe
namestringRecipe name
stepsarray
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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