analysis_template
Gets an individual analysis_template
resource
Overview
Name | analysis_template |
Type | Resource |
Description | analysis_template |
Id | awscc.cleanrooms.analysis_template |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
collaboration_arn | string | |
collaboration_identifier | string | |
tags | array | An arbitrary set of tags (key-value pairs) for this cleanrooms analysis template. |
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 | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
collaboration_arn,
collaboration_identifier,
tags,
analysis_parameters,
analysis_template_identifier,
description,
membership_arn,
membership_identifier,
name,
schema,
source,
format
FROM awscc.cleanrooms.analysis_template
WHERE data__Identifier = '<AnalysisTemplateIdentifier>|<MembershipIdentifier>';
Permissions
To operate on the analysis_template
resource, the following permissions are required:
Read
cleanrooms:GetAnalysisTemplate,
cleanrooms:ListTagsForResource
Update
cleanrooms:UpdateAnalysisTemplate,
cleanrooms:GetAnalysisTemplate,
cleanrooms:ListTagsForResource,
cleanrooms:TagResource,
cleanrooms:UntagResource
Delete
cleanrooms:DeleteAnalysisTemplate,
cleanrooms:GetAnalysisTemplate,
cleanrooms:ListAnalysisTemplates,
cleanrooms:ListTagsForResource,
cleanrooms:UntagResource