This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::Dashboard DashboardVersion
Dashboard version.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Arn" :String, "CreatedTime" :String, "DataSetArns" :[ String, ... ], "Description" :String, "Errors" :[ DashboardError, ... ], "Sheets" :[ Sheet, ... ], "SourceEntityArn" :String, "Status" :String, "ThemeArn" :String, "VersionNumber" :Number}
YAML
Arn:StringCreatedTime:StringDataSetArns:- StringDescription:StringErrors:- DashboardErrorSheets:- SheetSourceEntityArn:StringStatus:StringThemeArn:StringVersionNumber:Number
Properties
Arn-
The Amazon Resource Name (ARN) of the resource.
Required: No
Type: String
Update requires: No interruption
CreatedTime-
The time that this dashboard version was created.
Required: No
Type: String
Update requires: No interruption
DataSetArns-
The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the dashboard.
Required: No
Type: Array of String
Minimum:
0Maximum:
100Update requires: No interruption
Description-
Description.
Required: No
Type: String
Minimum:
1Maximum:
512Update requires: No interruption
Errors-
Errors associated with this dashboard version.
Required: No
Type: Array of DashboardError
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-
Source entity ARN.
Required: No
Type: String
Update requires: No interruption
Status-
The HTTP status of the request.
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 a version of the dashboard.
Required: No
Type: String
Update requires: No interruption
VersionNumber-
Version number for this version of the dashboard.
Required: No
Type: Number
Minimum:
1Update requires: No interruption