aws.cleanrooms.get_configured_table_association_analysis_rule
Example SQL Queries
SELECT * FROMaws.cleanrooms.get_configured_table_association_analysis_ruleWHERE"membership_identifier" = 'VALUE'AND "configured_table_association_identifier" = 'VALUE'AND "analysis_rule_type" = 'VALUE';Description
Retrieves the analysis rule for a configured table association.
Table Definition
| Column Name | Column Data Type |
|---|---|
| analysis_rule_type Required Input Column The type of analysis rule that you want to retrieve. | VARCHAR |
| configured_table_association_identifier Required Input Column The identifier for the configured table association that's related to the analysis rule. | VARCHAR |
| membership_identifier Required Input Column A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership 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 analysis rule for the configured table association. In the console, the ConfiguredTableAssociationAnalysisRule is referred to as the collaboration analysis rule. | STRUCT( |
Show child fields
| |