configured_tables_list_only
Lists configured_tables in a region or regions, for all properties use configured_tables
Overview
| Name | configured_tables_list_only |
| Type | Resource |
| Description | Represents a table that can be associated with collaborations |
| Id | aws.cleanrooms.configured_tables_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
configured_table_identifier | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all configured_tables in a region.
SELECT
region,
configured_table_identifier
FROM aws.cleanrooms.configured_tables_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the configured_tables_list_only resource, see configured_tables