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 |
---|---|---|
arn | string | |
collaboration_arn | string | |
collaboration_identifier | string | |
tags | array | An arbitrary set of tags (key-value pairs) for this cleanrooms analysis template. |
analysis_parameters | array | The member who can query can provide this placeholder for a literal data value in an analysis template |
analysis_template_identifier | string | |
description | string | |
membership_arn | string | |
membership_identifier | string | |
name | string | |
schema | object | |
source | object | |
format | 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