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