aws.databrew.list_rulesets
Example SQL Queries
SELECT * FROMaws.databrew.list_rulesets;Description
List all rulesets available in the current account or rulesets associated with a specific resource (dataset).
Table Definition
| Column Name | Column Data Type |
|---|---|
| target_arn Input Column The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| account_id The ID of the Amazon Web Services account that owns the ruleset. | VARCHAR |
| create_date The date and time that the ruleset was created. | TIMESTAMP_S |
| created_by The Amazon Resource Name (ARN) of the user who created the ruleset. | VARCHAR |
| description The description of the ruleset. | VARCHAR |
| last_modified_by The Amazon Resource Name (ARN) of the user who last modified the ruleset. | VARCHAR |
| last_modified_date The modification date and time of the ruleset. | TIMESTAMP_S |
| name The name of the ruleset. | VARCHAR |
| resource_arn The Amazon Resource Name (ARN) for the ruleset. | VARCHAR |
| rule_count The number of rules that are defined in the ruleset. | BIGINT |
| tags Metadata tags that have been applied to the ruleset. | MAP(VARCHAR, VARCHAR) |