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 |
---|---|---|
arn | string | |
tags | array | An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration. |
allowed_columns | array | |
analysis_method | string | |
configured_table_identifier | string | |
description | string | |
name | string | |
analysis_rules | array | |
table_reference | object | |
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