Glue DataBrew Ruleset Item

A Glue DataBrew Ruleset Item represents an individual data quality rule within a ruleset in AWS Glue DataBrew. It defines a specific validation or condition that data must meet, such as value ranges, formats, or uniqueness. These items help automate data profiling and quality checks, ensuring datasets meet required standards before further processing or analysis.

aws.databrew_ruleset

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestringThe ID of the Amazon Web Services account that owns the ruleset.
create_datecoretimestampThe date and time that the ruleset was created.
created_bycorestringThe Amazon Resource Name (ARN) of the user who created the ruleset.
descriptioncorestringThe description of the ruleset.
last_modified_bycorestringThe Amazon Resource Name (ARN) of the user who last modified the ruleset.
last_modified_datecoretimestampThe modification date and time of the ruleset.
namecorestringThe name of the ruleset.
resource_arncorestringThe Amazon Resource Name (ARN) for the ruleset.
rule_countcoreint64The number of rules that are defined in the ruleset.
tagscorehstore
target_arncorestringThe Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.