configured_table_tags
Expands all tag keys and values for configured_tables
in a region
Overview
Name | configured_table_tags |
Type | Resource |
Description | Represents a table that can be associated with collaborations |
Id | aws.cleanrooms.configured_table_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
allowed_columns | array | |
analysis_method | string | |
configured_table_identifier | string | |
description | string | |
name | string | |
analysis_rules | array | |
table_reference | object | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all configured_tables
in a region.
SELECT
region,
arn,
allowed_columns,
analysis_method,
configured_table_identifier,
description,
name,
analysis_rules,
table_reference,
tag_key,
tag_value
FROM aws.cleanrooms.configured_table_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the configured_table_tags
resource, see configured_tables