Skip to main content

configured_table_tags

Expands all tag keys and values for configured_tables in a region

Overview

Nameconfigured_table_tags
TypeResource
DescriptionRepresents a table that can be associated with collaborations
Idaws.cleanrooms.configured_table_tags

Fields

NameDatatypeDescription
arnstring
allowed_columnsarray
analysis_methodstring
configured_table_identifierstring
descriptionstring
namestring
analysis_rulesarray
table_referenceobject
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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