rulesets_list_only
Lists rulesets
in a region or regions, for all properties use rulesets
Overview
Name | rulesets_list_only |
Type | Resource |
Description | Resource schema for AWS::DataBrew::Ruleset. |
Id | aws.databrew.rulesets_list_only |
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 |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all rulesets
in a region.
SELECT
region,
name
FROM aws.databrew.rulesets_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the rulesets_list_only
resource, see rulesets