aws.cleanrooms.list_configured_tables
Example SQL Queries
SELECT * FROMaws.cleanrooms.list_configured_tables;Description
Lists configured tables.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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_method The analysis method for the configured tables. The only valid value is currently `DIRECT_QUERY`. | VARCHAR |
| analysis_rule_types The types of analysis rules associated with this configured table. | VARCHAR[] |
Show child fields
| |
| arn The unique ARN of the configured table. | VARCHAR |
| create_time The time the configured table was created. | TIMESTAMP_S |
| id The unique ID of the configured table. | VARCHAR |
| name The name of the configured table. | VARCHAR |
| update_time The time the configured table was last updated. | TIMESTAMP_S |