project_tags
Expands all tag keys and values for projects
in a region
Overview
Name | project_tags |
Type | Resource |
Description | Resource schema for AWS::DataBrew::Project. |
Id | aws.databrew.project_tags |
Fields
Name | Datatype | Description |
---|---|---|
dataset_name | string | Dataset name |
name | string | Project name |
recipe_name | string | Recipe name |
role_arn | string | Role arn |
sample | object | Sample |
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 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