Skip to main content

analysis_templates_list_only

Lists analysis_templates in a region or regions, for all properties use analysis_templates

Overview

Nameanalysis_templates_list_only
TypeResource
DescriptionRepresents a stored analysis within a collaboration
Idaws.cleanrooms.analysis_templates_list_only

Fields

NameDatatypeDescription
arnstring
collaboration_arnstring
collaboration_identifierstring
tagsarrayAn arbitrary set of tags (key-value pairs) for this cleanrooms analysis template.
analysis_parametersarrayThe member who can query can provide this placeholder for a literal data value in an analysis template
analysis_template_identifierstring
descriptionstring
membership_arnstring
membership_identifierstring
namestring
schemaobject
sourceobject
formatstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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