collaborations
Retrieves a list of collaborations
in a region
Overview
Name | collaborations |
Type | Resource |
Description | collaborations |
Id | awscc.cleanrooms.collaborations |
Fields
Name | Datatype | Description |
---|---|---|
collaboration_identifier | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
collaboration_identifier
FROM awscc.cleanrooms.collaborations
WHERE region = 'us-east-1'
Permissions
To operate on the collaborations
resource, the following permissions are required:
Create
cleanrooms:CreateCollaboration,
cleanrooms:GetCollaboration,
cleanrooms:ListMembers,
cleanrooms:ListTagsForResource,
cleanrooms:TagResource,
cleanrooms:GetCollaboration,
cleanrooms:ListCollaborations
List
cleanrooms:ListCollaborations