Skip to main content

analysis_templates

Retrieves a list of analysis_templates in a region

Overview

Nameanalysis_templates
TypeResource
Descriptionanalysis_templates
Idawscc.cleanrooms.analysis_templates

Fields

NameDatatypeDescription
analysis_template_identifierstring
membership_identifierstring
regionstringAWS 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