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" : Double }

YAML

Arn: String CreatedTime: String DataSetArns: - String Description: String Errors: - DashboardError Sheets: - Sheet SourceEntityArn: String Status: String ThemeArn: String VersionNumber: Double

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: List of String

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: List of DashboardError

Update requires: No interruption

Sheets

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

Required: No

Type: List of Sheet

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_FAILED | CREATION_IN_PROGRESS | CREATION_SUCCESSFUL | DELETED | UPDATE_FAILED | UPDATE_IN_PROGRESS | UPDATE_SUCCESSFUL

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: Double

Update requires: No interruption