collaboration
Gets an individual collaboration
resource
Overview
Name | collaboration |
Type | Resource |
Description | collaboration |
Id | awscc.cleanrooms.collaboration |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
tags,
collaboration_identifier,
creator_display_name,
creator_member_abilities,
data_encryption_metadata,
description,
members,
name,
query_log_status,
creator_payment_configuration
FROM awscc.cleanrooms.collaboration
WHERE data__Identifier = '<CollaborationIdentifier>';
Permissions
To operate on the collaboration
resource, the following permissions are required:
Read
cleanrooms:GetCollaboration,
cleanrooms:ListMembers,
cleanrooms:ListTagsForResource
Update
cleanrooms:UpdateCollaboration,
cleanrooms:GetCollaboration,
cleanrooms:ListMembers,
cleanrooms:ListTagsForResource,
cleanrooms:TagResource,
cleanrooms:UntagResource
Delete
cleanrooms:DeleteCollaboration,
cleanrooms:GetCollaboration,
cleanrooms:ListTagsForResource,
cleanrooms:UntagResource,
cleanrooms:ListMembers,
cleanrooms:ListCollaborations