Skip to main content

id_mapping_tables_list_only

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

Overview

Nameid_mapping_tables_list_only
TypeResource
DescriptionRepresents an association between an ID mapping workflow and a collaboration
Idaws.cleanrooms.id_mapping_tables_list_only

Fields

NameDatatypeDescription
id_mapping_table_identifierstring
membership_identifierstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all id_mapping_tables in a region.

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

Permissions

For permissions required to operate on the id_mapping_tables_list_only resource, see id_mapping_tables