aws.cleanrooms.get_configured_table
Example SQL Queries
SELECT * FROMaws.cleanrooms.get_configured_tableWHERE"configured_table_identifier" = 'VALUE';Description
Retrieves a configured table.
Table Definition
| Column Name | Column Data Type |
|---|---|
| configured_table_identifier Required Input Column The unique ID for the configured table to retrieve. | 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 |
| configured_table The retrieved configured table. | STRUCT( |
Show child fields
| |