aws.cleanrooms.get_collaboration
Example SQL Queries
SELECT * FROMaws.cleanrooms.get_collaborationWHERE"collaboration_identifier" = 'VALUE';Description
Returns metadata about a collaboration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| collaboration_identifier Required Input Column The identifier for the 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 |
| collaboration The entire collaboration for this identifier. | STRUCT( |
Show child fields
| |