analysis_templates_list_only
Lists analysis_templates in a region or regions, for all properties use analysis_templates
Overview
| Name | analysis_templates_list_only |
| Type | Resource |
| Description | Represents a stored analysis within a collaboration |
| Id | aws.cleanrooms.analysis_templates_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
analysis_template_identifier | string | |
membership_identifier | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all analysis_templates in a region.
SELECT
region,
analysis_template_identifier,
membership_identifier
FROM aws.cleanrooms.analysis_templates_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the analysis_templates_list_only resource, see analysis_templates