aws.cleanrooms.list_collaboration_analysis_templates
Example SQL Queries
SELECT * FROMaws.cleanrooms.list_collaboration_analysis_templatesWHERE"collaboration_identifier" = 'VALUE';Description
Lists analysis templates within a collaboration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| collaboration_identifier Required Input Column A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID. | 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 Amazon Resource Name (ARN) of the analysis template. | VARCHAR |
| collaboration_arn The unique ARN for the analysis template’s associated collaboration. | VARCHAR |
| collaboration_id A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID. | VARCHAR |
| create_time The time that the summary of the analysis template in a 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 |
| description The description of the analysis template. | VARCHAR |
| id The identifier of the analysis template. | VARCHAR |
| name The name of the analysis template. | VARCHAR |
| update_time The time that the summary of the analysis template in the collaboration was last updated. | TIMESTAMP_S |