memberships_list_only
Lists memberships
in a region or regions, for all properties use memberships
Overview
Name | memberships_list_only |
Type | Resource |
Description | Represents an AWS account that is a part of a collaboration |
Id | aws.cleanrooms.memberships_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
tags | array | An arbitrary set of tags (key-value pairs) for this cleanrooms membership. |
collaboration_arn | string | |
collaboration_creator_account_id | string | |
collaboration_identifier | string | |
membership_identifier | string | |
query_log_status | string | |
default_result_configuration | object | |
payment_configuration | object | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all memberships
in a region.
SELECT
region,
membership_identifier
FROM aws.cleanrooms.memberships_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the memberships_list_only
resource, see memberships