AWS::QuickSight::Template - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::QuickSight::Template

Creates a template from an existing Amazon QuickSight analysis or template. You can use the resulting template to create a dashboard.

A template is an entity in Amazon QuickSight that encapsulates the metadata required to create an analysis and that you can use to create s dashboard. A template adds a layer of abstraction by using placeholders to replace the dataset associated with the analysis. You can use templates to create dashboards by replacing dataset placeholders with datasets that follow the same schema that was used to create the source analysis and template.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::QuickSight::Template", "Properties" : { "AwsAccountId" : String, "Definition" : TemplateVersionDefinition, "Name" : String, "Permissions" : [ ResourcePermission, ... ], "SourceEntity" : TemplateSourceEntity, "Tags" : [ Tag, ... ], "TemplateId" : String, "ValidationStrategy" : ValidationStrategy, "VersionDescription" : String } }

Properties

AwsAccountId

The ID for the Amazon account that the group is in. You use the ID for the Amazon account that contains your Amazon QuickSight account.

Required: Yes

Type: String

Pattern: ^[0-9]{12}$

Minimum: 12

Maximum: 12

Update requires: Replacement

Definition

Property description not available.

Required: No

Type: TemplateVersionDefinition

Update requires: No interruption

Name

A display name for the template.

Required: No

Type: String

Minimum: 1

Maximum: 2048

Update requires: No interruption

Permissions

A list of resource permissions to be set on the template.

Required: No

Type: Array of ResourcePermission

Minimum: 1

Maximum: 64

Update requires: No interruption

SourceEntity

The entity that you are using as a source when you create the template. In SourceEntity, you specify the type of object you're using as source: SourceTemplate for a template or SourceAnalysis for an analysis. Both of these require an Amazon Resource Name (ARN). For SourceTemplate, specify the ARN of the source template. For SourceAnalysis, specify the ARN of the source analysis. The SourceTemplate ARN can contain any Amazon account and any Amazon QuickSight-supported Amazon Web Services Region.

Use the DataSetReferences entity within SourceTemplate or SourceAnalysis to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.

Either a SourceEntity or a Definition must be provided in order for the request to be valid.

Required: No

Type: TemplateSourceEntity

Update requires: No interruption

Tags

Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.

Required: No

Type: Array of Tag

Minimum: 1

Maximum: 200

Update requires: No interruption

TemplateId

An ID for the template that you want to create. This template is unique per Amazon Web Services Region; in each Amazon account.

Required: Yes

Type: String

Pattern: [\w\-]+

Minimum: 1

Maximum: 512

Update requires: Replacement

ValidationStrategy

The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to LENIENT, validation is skipped for specific errors.

Required: No

Type: ValidationStrategy

Update requires: No interruption

VersionDescription

A description of the current template version being created. This API operation creates the first version of the template. Every time UpdateTemplate is called, a new version is created. Each version of the template maintains a description of the version in the VersionDescription field.

Required: No

Type: String

Minimum: 1

Maximum: 512

Update requires: No interruption

Return values

Fn::GetAtt

Arn

The Amazon Resource Name (ARN) of the template.

CreatedTime

The time this template was created.

LastUpdatedTime

The time this template was last updated.