aws.cleanrooms.get_configured_table_analysis_rule
Example SQL Queries
SELECT * FROMaws.cleanrooms.get_configured_table_analysis_ruleWHERE"configured_table_identifier" = 'VALUE'AND "analysis_rule_type" = 'VALUE';Description
Retrieves a configured table analysis rule.
Table Definition
| Column Name | Column Data Type |
|---|---|
| analysis_rule_type Required Input Column The analysis rule to be retrieved. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type. | VARCHAR |
| configured_table_identifier Required Input Column The unique identifier for the configured table to retrieve. Currently accepts the configured table ID. | 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 |
| analysis_rule The entire analysis rule output. | STRUCT( |
Show child fields
| |