AWS::QuickSight::Template TemplateVersion - 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 TemplateVersion

A version of a template.

Syntax

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

JSON

{ "CreatedTime" : String, "DataSetConfigurations" : [ DataSetConfiguration, ... ], "Description" : String, "Errors" : [ TemplateError, ... ], "Sheets" : [ Sheet, ... ], "SourceEntityArn" : String, "Status" : String, "ThemeArn" : String, "VersionNumber" : Number }

Properties

CreatedTime

The time that this template version was created.

Required: No

Type: String

Update requires: No interruption

DataSetConfigurations

Schema of the dataset identified by the placeholder. Any dashboard created from this template should be bound to new datasets matching the same schema described through this API operation.

Required: No

Type: Array of DataSetConfiguration

Minimum: 0

Maximum: 30

Update requires: No interruption

Description

The description of the template.

Required: No

Type: String

Minimum: 1

Maximum: 512

Update requires: No interruption

Errors

Errors associated with this template version.

Required: No

Type: Array of TemplateError

Minimum: 1

Update requires: No interruption

Sheets

A list of the associated sheets with the unique identifier and name of each sheet.

Required: No

Type: Array of Sheet

Minimum: 0

Maximum: 20

Update requires: No interruption

SourceEntityArn

The Amazon Resource Name (ARN) of an analysis or template that was used to create this template.

Required: No

Type: String

Update requires: No interruption

Status

The status that is associated with the template.

  • CREATION_IN_PROGRESS

  • CREATION_SUCCESSFUL

  • CREATION_FAILED

  • UPDATE_IN_PROGRESS

  • UPDATE_SUCCESSFUL

  • UPDATE_FAILED

  • DELETED

Required: No

Type: String

Allowed values: CREATION_IN_PROGRESS | CREATION_SUCCESSFUL | CREATION_FAILED | UPDATE_IN_PROGRESS | UPDATE_SUCCESSFUL | UPDATE_FAILED | DELETED

Update requires: No interruption

ThemeArn

The ARN of the theme associated with this version of the template.

Required: No

Type: String

Update requires: No interruption

VersionNumber

The version number of the template version.

Required: No

Type: Number

Minimum: 1

Update requires: No interruption