dataset_tags
Expands all tag keys and values for datasets
in a region
Overview
Name | dataset_tags |
Type | Resource |
Description | Resource schema for AWS::DataBrew::Dataset. |
Id | aws.databrew.dataset_tags |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Dataset name |
format | string | Dataset format |
format_options | object | Format options for dataset |
input | object | Input |
path_options | object | PathOptions |
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 datasets
in a region.
SELECT
region,
name,
format,
format_options,
input,
path_options,
tag_key,
tag_value
FROM aws.databrew.dataset_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the dataset_tags
resource, see datasets