aws.cleanrooms.list_analysis_templates
Example SQL Queries
SELECT * FROMaws.cleanrooms.list_analysis_templatesWHERE"membership_identifier" = 'VALUE';Description
Lists analysis templates that the caller owns.
Table Definition
| Column Name | Column Data Type |
|---|---|
| membership_identifier Required Input Column The identifier for a membership resource. | 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 summary’s associated collaboration. | VARCHAR |
| collaboration_id A unique identifier for the collaboration that the analysis template summary belongs to. Currently accepts collaboration ID. | VARCHAR |
| create_time The time that the analysis template summary was created. | TIMESTAMP_S |
| description The description of the analysis template. | VARCHAR |
| id The identifier of the analysis template. | VARCHAR |
| membership_arn The Amazon Resource Name (ARN) of the member who created the analysis template. | VARCHAR |
| membership_id The identifier for a membership resource. | VARCHAR |
| name The name of the analysis template. | VARCHAR |
| update_time The time that the analysis template summary was last updated. | TIMESTAMP_S |