AWS::CleanRooms::AnalysisTemplateRepresents a stored analysis within a collaboration
11 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Format | string | RequiredCreate-only |
MembershipIdentifier | string | RequiredCreate-only |
Name | string | RequiredCreate-only |
Source | AnalysisSource | RequiredCreate-only |
AnalysisParameters | Array<AnalysisParameter> | Create-only |
Description | string | |
ErrorMessageConfiguration | ErrorMessageConfiguration | Create-only |
Schema | AnalysisSchema | Create-only |
SourceMetadata | AnalysisSourceMetadata | |
SyntheticDataParameters | SyntheticDataParameters | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AnalysisTemplateIdentifier | string | - |
Arn | string | - |
CollaborationArn | string | - |
CollaborationIdentifier | string | - |
MembershipArn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CleanRooms::AnalysisTemplate
Resources:
MyResource:
Type: AWS::CleanRooms::AnalysisTemplate
Properties:
Source: "value"
Format: "SQL"
Name: "my-name"
MembershipIdentifier: "my-membershipidentifier"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
cleanrooms:CreateAnalysisTemplatecleanrooms:ListTagsForResourcecleanrooms:TagResourcecleanrooms:GetAnalysisTemplatecleanrooms:ListAnalysisTemplatesiam:PassRolecleanrooms:GetAnalysisTemplatecleanrooms:ListTagsForResourcecleanrooms:UpdateAnalysisTemplatecleanrooms:GetAnalysisTemplatecleanrooms:ListTagsForResourcecleanrooms:TagResourcecleanrooms:UntagResourcecleanrooms:DeleteAnalysisTemplatecleanrooms:GetAnalysisTemplatecleanrooms:ListAnalysisTemplatescleanrooms:ListTagsForResourcecleanrooms:UntagResourcecleanrooms:ListAnalysisTemplatesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAnalysisTemplateIdentifierThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameMembershipIdentifierSourceFormatAnalysisParametersSchemaErrorMessageConfigurationSyntheticDataParameters