Skip to main content

memberships_list_only

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

Overview

Namememberships_list_only
TypeResource
DescriptionRepresents an AWS account that is a part of a collaboration
Idaws.cleanrooms.memberships_list_only

Fields

NameDatatypeDescription
arnstring
tagsarrayAn arbitrary set of tags (key-value pairs) for this cleanrooms membership.
collaboration_arnstring
collaboration_creator_account_idstring
collaboration_identifierstring
membership_identifierstring
query_log_statusstring
default_result_configurationobject
payment_configurationobject
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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