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 |
---|---|---|
membership_identifier | string | |
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