Skip to main content

analysis_template_tags

Expands all tag keys and values for analysis_templates in a region

Overview

Nameanalysis_template_tags
TypeResource
DescriptionRepresents a stored analysis within a collaboration
Idaws.cleanrooms.analysis_template_tags

Fields

NameDatatypeDescription
arnstring
collaboration_arnstring
collaboration_identifierstring
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
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all analysis_templates in a region.

SELECT
region,
arn,
collaboration_arn,
collaboration_identifier,
analysis_parameters,
analysis_template_identifier,
description,
membership_arn,
membership_identifier,
name,
schema,
source,
format,
tag_key,
tag_value
FROM aws.cleanrooms.analysis_template_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the analysis_template_tags resource, see analysis_templates