This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
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}
YAML
CreatedTime:StringDataSetConfigurations:- DataSetConfigurationDescription:StringErrors:- TemplateErrorSheets:- SheetSourceEntityArn:StringStatus:StringThemeArn:StringVersionNumber: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:
0Maximum:
30Update requires: No interruption
Description-
The description of the template.
Required: No
Type: String
Minimum:
1Maximum:
512Update requires: No interruption
Errors-
Errors associated with this template version.
Required: No
Type: Array of TemplateError
Minimum:
1Update 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:
0Maximum:
20Update 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 | PENDING_UPDATE | DELETEDUpdate 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:
1Update requires: No interruption