analysis_templates
Retrieves a list of analysis_templates
in a region
Overview
Name | analysis_templates |
Type | Resource |
Description | analysis_templates |
Id | awscc.cleanrooms.analysis_templates |
Fields
Name | Datatype | Description |
---|---|---|
analysis_template_identifier | string | |
membership_identifier | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
analysis_template_identifier,
membership_identifier
FROM awscc.cleanrooms.analysis_templates
WHERE region = 'us-east-1'
Permissions
To operate on the analysis_templates
resource, the following permissions are required:
Create
cleanrooms:CreateAnalysisTemplate,
cleanrooms:ListTagsForResource,
cleanrooms:TagResource,
cleanrooms:GetAnalysisTemplate,
cleanrooms:ListAnalysisTemplates
List
cleanrooms:ListAnalysisTemplates