Skip to main content

configured_tables_list_only

Lists configured_tables in a region or regions, for all properties use configured_tables

Overview

Nameconfigured_tables_list_only
TypeResource
DescriptionRepresents a table that can be associated with collaborations
Idaws.cleanrooms.configured_tables_list_only

Fields

NameDatatypeDescription
arnstring
tagsarrayAn arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
allowed_columnsarray
analysis_methodstring
configured_table_identifierstring
descriptionstring
namestring
analysis_rulesarray
table_referenceobject
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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