aws.cleanrooms.list_collaborations
Example SQL Queries
SELECT * FROMaws.cleanrooms.list_collaborations;Description
Lists collaborations the caller owns, is active in, or has been invited to.
Table Definition
| Column Name | Column Data Type |
|---|---|
| member_status Input Column The status of a member in a collaboration. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The ARN of the collaboration. | VARCHAR |
| create_time The time when the collaboration was created. | TIMESTAMP_S |
| creator_account_id The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID. | VARCHAR |
| creator_display_name The display name of the collaboration creator. | VARCHAR |
| id The identifier for the collaboration. | VARCHAR |
| membership_arn The ARN of a member in a collaboration. | VARCHAR |
| membership_id The identifier of a member in a collaboration. | VARCHAR |
| name A human-readable identifier provided by the collaboration owner. Display names are not unique. | VARCHAR |
| update_time The time the collaboration metadata was last updated. | TIMESTAMP_S |