---
type: resource-type
title: Ruleset
description: aws resource type AWS::DataBrew::Ruleset
name: Ruleset
lexicon: aws
resource_type: AWS::DataBrew::Ruleset
---
`AWS::DataBrew::Ruleset`, a resource type of the aws lexicon.

## Properties

- `Name` (`string`, required): Name of the Ruleset
- `Rules` (`Ruleset_Rule[]`, required): List of the data quality rules in the ruleset
- `TargetArn` (`string`, required): Arn of the target resource (dataset) to apply the ruleset to
- `Description` (`string`, optional): Description of the Ruleset
- `Tags` (`Ruleset_Tag[]`, optional)
