configured_table_associations_list_only
Lists configured_table_associations
in a region or regions, for all properties use configured_table_associations
Overview
Name | configured_table_associations_list_only |
Type | Resource |
Description | Represents a table that can be queried within a collaboration |
Id | aws.cleanrooms.configured_table_associations_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
tags | array | An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration. |
configured_table_association_identifier | string | |
configured_table_identifier | string | |
description | string | |
membership_identifier | string | |
name | string | |
role_arn | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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