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:
String
CreatedTime:String
DataSetArns:- String
Description:String
Errors:- DashboardError
Sheets:- Sheet
SourceEntityArn:String
Status:String
ThemeArn:String
VersionNumber: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:
0
Maximum:
100
Update requires: No interruption
Description
-
Description.
Required: No
Type: String
Minimum:
1
Maximum:
512
Update requires: No interruption
Errors
-
Errors associated with this dashboard version.
Required: No
Type: Array of DashboardError
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
-
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 | DELETED
Update 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:
1
Update requires: No interruption