--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_databrew_ruleset Resource - terraform-provider-awscc" subcategory: "" description: |- Resource schema for AWS::DataBrew::Ruleset. --- # awscc_databrew_ruleset (Resource) Resource schema for AWS::DataBrew::Ruleset. ## Schema ### Required - `name` (String) Name of the Ruleset - `rules` (Attributes List) List of the data quality rules in the ruleset (see [below for nested schema](#nestedatt--rules)) - `target_arn` (String) Arn of the target resource (dataset) to apply the ruleset to ### Optional - `description` (String) Description of the Ruleset - `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `id` (String) Uniquely identifies the resource. ### Nested Schema for `rules` Required: - `check_expression` (String) Expression with rule conditions - `column_selectors` (Attributes List) (see [below for nested schema](#nestedatt--rules--column_selectors)) - `disabled` (Boolean) Boolean value to disable/enable a rule - `name` (String) Name of the rule - `substitution_map` (Attributes List) (see [below for nested schema](#nestedatt--rules--substitution_map)) - `threshold` (Attributes) (see [below for nested schema](#nestedatt--rules--threshold)) ### Nested Schema for `rules.column_selectors` Required: - `name` (String) The name of a column from a dataset - `regex` (String) A regular expression for selecting a column from a dataset ### Nested Schema for `rules.substitution_map` Required: - `value` (String) Value or column name - `value_reference` (String) Variable name ### Nested Schema for `rules.threshold` Required: - `type` (String) Threshold type for a rule - `unit` (String) Threshold unit for a rule - `value` (Number) Threshold value for a rule ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_databrew_ruleset.example ```