Skip to main content

configured_table_association_tags

Expands all tag keys and values for configured_table_associations in a region

Overview

Nameconfigured_table_association_tags
TypeResource
DescriptionRepresents a table that can be queried within a collaboration
Idaws.cleanrooms.configured_table_association_tags

Fields

NameDatatypeDescription
arnstring
configured_table_association_identifierstring
configured_table_identifierstring
descriptionstring
membership_identifierstring
namestring
role_arnstring
configured_table_association_analysis_rulesarray
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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