ruleset_tags
Expands all tag keys and values for rulesets
in a region
Overview
Name | ruleset_tags |
Type | Resource |
Description | Resource schema for AWS::DataBrew::Ruleset. |
Id | aws.databrew.ruleset_tags |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the Ruleset |
description | string | Description of the Ruleset |
target_arn | string | Arn of the target resource (dataset) to apply the ruleset to |
rules | array | List of the data quality rules in the ruleset |
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 rulesets
in a region.
SELECT
region,
name,
description,
target_arn,
rules,
tag_key,
tag_value
FROM aws.databrew.ruleset_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the ruleset_tags
resource, see rulesets