Skip to main content

collaborations_list_only

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

Overview

Namecollaborations_list_only
TypeResource
DescriptionRepresents a collaboration between AWS accounts that allows for secure data collaboration
Idaws.cleanrooms.collaborations_list_only

Fields

NameDatatypeDescription
arnstring
tagsarrayAn arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
collaboration_identifierstring
creator_display_namestring
creator_member_abilitiesarray
data_encryption_metadataobject
descriptionstring
membersarray
namestring
query_log_statusstring
creator_payment_configurationobject
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all collaborations in a region.

SELECT
region,
collaboration_identifier
FROM aws.cleanrooms.collaborations_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the collaborations_list_only resource, see collaborations