ruleset
Gets an individual ruleset
resource
Overview
Name | ruleset |
Type | Resource |
Description | ruleset |
Id | awscc.databrew.ruleset |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name,
description,
target_arn,
rules,
tags
FROM awscc.databrew.ruleset
WHERE data__Identifier = '<Name>';
Permissions
To operate on the ruleset
resource, the following permissions are required:
Read
databrew:DescribeRuleset,
databrew:ListTagsForResource,
iam:ListRoles
Update
databrew:UpdateRuleset
Delete
databrew:DeleteRuleset