aws.cleanrooms.get_collaboration_analysis_template
Example SQL Queries
SELECT * FROMaws.cleanrooms.get_collaboration_analysis_templateWHERE"collaboration_identifier" = 'VALUE'AND "analysis_template_arn" = 'VALUE';Description
Retrieves an analysis template within a collaboration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| analysis_template_arn Required Input Column The Amazon Resource Name (ARN) associated with the analysis template within a collaboration. | VARCHAR |
| 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 |
| collaboration_analysis_template The analysis template within a collaboration. | STRUCT( |
Show child fields
| |