AWS Fundamentals Logo
AWS Fundamentals
AWS::QuickSight::Template

QuickSight Template

Definition of the AWS::QuickSight::Template Resource Type.

Properties

9 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
AwsAccountId
string
RequiredCreate-only
TemplateId
string
RequiredCreate-only
Definition
TemplateVersionDefinition
Write-only
Name
string
Permissions
Array<ResourcePermission>
SourceEntity
TemplateSourceEntity
Write-only
Tags
Array<Tag>
ValidationStrategy
ValidationStrategy
Write-only
VersionDescription
string
Write-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring<p>The Amazon Resource Name (ARN) of the template.</p>
CreatedTimestring<p>Time when this was created.</p>
LastUpdatedTimestring<p>Time when this was last updated.</p>
VersionTemplateVersion-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::QuickSight::Template

Resources:
  MyResource:
    Type: AWS::QuickSight::Template
    Properties:
      AwsAccountId: "my-awsaccountid"
      TemplateId: "my-templateid"
      Tags:
        - Key: Environment
          Value: Production
      Name: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

read

quicksight:DescribeTemplatequicksight:DescribeTemplatePermissionsquicksight:ListTagsForResource

create

quicksight:DescribeTemplatequicksight:DescribeTemplatePermissionsquicksight:CreateTemplatequicksight:DescribeAnalysisquicksight:TagResourcequicksight:UntagResourcequicksight:ListTagsForResource

update

quicksight:DescribeTemplatequicksight:DescribeTemplatePermissionsquicksight:UpdateTemplatequicksight:UpdateTemplatePermissionsquicksight:PassDataSetquicksight:TagResourcequicksight:UntagResourcequicksight:ListTagsForResource

list

quicksight:ListTemplates

delete

quicksight:DescribeTemplatequicksight:DeleteTemplate

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceQuickSight
Properties13
Required2
TaggingSupported
Primary IDAwsAccountId

Supported Operations

ReadCreateUpdateListDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

AwsAccountIdTemplateId

External Links