aws.cleanrooms.get_schema_analysis_rule
Example SQL Queries
SELECT * FROMaws.cleanrooms.get_schema_analysis_ruleWHERE"collaboration_identifier" = 'VALUE'AND "name" = 'VALUE'AND "type" = 'VALUE';Description
Retrieves a schema analysis rule.
Table Definition
| Column Name | Column Data Type |
|---|---|
| collaboration_identifier Required Input Column A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID. | VARCHAR |
| name Required Input Column The name of the schema to retrieve the analysis rule for. | VARCHAR |
| type Required Input Column The type of the schema analysis rule to retrieve. Schema analysis rules are uniquely identified by a combination of the collaboration, the schema name, and their type. | 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 A specification about how data from the configured table can be used. | STRUCT( |
Show child fields
| |