analysis_template_tags
Expands all tag keys and values for analysis_templates
in a region
Overview
Name | analysis_template_tags |
Type | Resource |
Description | Represents a stored analysis within a collaboration |
Id | aws.cleanrooms.analysis_template_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
collaboration_arn | string | |
collaboration_identifier | string | |
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 | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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