Skip to main content

configured_table_associations_list_only

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

Overview

Nameconfigured_table_associations_list_only
TypeResource
DescriptionRepresents a table that can be queried within a collaboration
Idaws.cleanrooms.configured_table_associations_list_only

Fields

NameDatatypeDescription
arnstring
tagsarrayAn arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
configured_table_association_identifierstring
configured_table_identifierstring
descriptionstring
membership_identifierstring
namestring
role_arnstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all configured_table_associations in a region.

SELECT
region,
configured_table_association_identifier,
membership_identifier
FROM aws.cleanrooms.configured_table_associations_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the configured_table_associations_list_only resource, see configured_table_associations