id_mapping_tables_list_only
Lists id_mapping_tables
in a region or regions, for all properties use id_mapping_tables
Overview
Name | id_mapping_tables_list_only |
Type | Resource |
Description | Represents an association between an ID mapping workflow and a collaboration |
Id | aws.cleanrooms.id_mapping_tables_list_only |
Fields
Name | Datatype | Description |
---|---|---|
id_mapping_table_identifier | string | |
membership_identifier | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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