Skip to main content

project_tags

Expands all tag keys and values for projects in a region

Overview

Nameproject_tags
TypeResource
DescriptionResource schema for AWS::DataBrew::Project.
Idaws.databrew.project_tags

Fields

NameDatatypeDescription
dataset_namestringDataset name
namestringProject name
recipe_namestringRecipe name
role_arnstringRole arn
sampleobjectSample
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all projects in a region.

SELECT
region,
dataset_name,
name,
recipe_name,
role_arn,
sample,
tag_key,
tag_value
FROM aws.databrew.project_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the project_tags resource, see projects