configured_table_association_tags
Expands all tag keys and values for configured_table_associations in a region
Overview
| Name | configured_table_association_tags |
| Type | Resource |
| Description | Represents a table that can be queried within a collaboration |
| Id | aws.cleanrooms.configured_table_association_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | |
configured_table_association_identifier | string | |
configured_table_identifier | string | |
description | string | |
membership_identifier | string | |
name | string | |
role_arn | string | |
configured_table_association_analysis_rules | array | |
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_table_associations in a region.
SELECT
region,
arn,
configured_table_association_identifier,
configured_table_identifier,
description,
membership_identifier,
name,
role_arn,
configured_table_association_analysis_rules,
tag_key,
tag_value
FROM aws.cleanrooms.configured_table_association_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the configured_table_association_tags resource, see configured_table_associations