collaborations_list_only
Lists collaborations
in a region or regions, for all properties use collaborations
Overview
Name | collaborations_list_only |
Type | Resource |
Description | Represents a collaboration between AWS accounts that allows for secure data collaboration |
Id | aws.cleanrooms.collaborations_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
tags | array | An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration. |
collaboration_identifier | string | |
creator_display_name | string | |
creator_member_abilities | array | |
data_encryption_metadata | object | |
description | string | |
members | array | |
name | string | |
query_log_status | string | |
creator_payment_configuration | object | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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