

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::QuickSight::Dashboard DashboardVersion
<a name="aws-properties-quicksight-dashboard-dashboardversion"></a>

Dashboard version.

## Syntax
<a name="aws-properties-quicksight-dashboard-dashboardversion-syntax"></a>

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

### JSON
<a name="aws-properties-quicksight-dashboard-dashboardversion-syntax.json"></a>

```
{
  "[Arn](#cfn-quicksight-dashboard-dashboardversion-arn)" : String,
  "[CreatedTime](#cfn-quicksight-dashboard-dashboardversion-createdtime)" : String,
  "[DataSetArns](#cfn-quicksight-dashboard-dashboardversion-datasetarns)" : [ String, ... ],
  "[Description](#cfn-quicksight-dashboard-dashboardversion-description)" : String,
  "[Errors](#cfn-quicksight-dashboard-dashboardversion-errors)" : [ DashboardError, ... ],
  "[Sheets](#cfn-quicksight-dashboard-dashboardversion-sheets)" : [ Sheet, ... ],
  "[SourceEntityArn](#cfn-quicksight-dashboard-dashboardversion-sourceentityarn)" : String,
  "[Status](#cfn-quicksight-dashboard-dashboardversion-status)" : String,
  "[ThemeArn](#cfn-quicksight-dashboard-dashboardversion-themearn)" : String,
  "[VersionNumber](#cfn-quicksight-dashboard-dashboardversion-versionnumber)" : Number
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-dashboardversion-syntax.yaml"></a>

```
  [Arn](#cfn-quicksight-dashboard-dashboardversion-arn): String
  [CreatedTime](#cfn-quicksight-dashboard-dashboardversion-createdtime): String
  [DataSetArns](#cfn-quicksight-dashboard-dashboardversion-datasetarns): 
    - String
  [Description](#cfn-quicksight-dashboard-dashboardversion-description): String
  [Errors](#cfn-quicksight-dashboard-dashboardversion-errors): 
    - DashboardError
  [Sheets](#cfn-quicksight-dashboard-dashboardversion-sheets): 
    - Sheet
  [SourceEntityArn](#cfn-quicksight-dashboard-dashboardversion-sourceentityarn): String
  [Status](#cfn-quicksight-dashboard-dashboardversion-status): String
  [ThemeArn](#cfn-quicksight-dashboard-dashboardversion-themearn): String
  [VersionNumber](#cfn-quicksight-dashboard-dashboardversion-versionnumber): 
    Number
```

## Properties
<a name="aws-properties-quicksight-dashboard-dashboardversion-properties"></a>

`Arn`  <a name="cfn-quicksight-dashboard-dashboardversion-arn"></a>
The Amazon Resource Name (ARN) of the resource.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CreatedTime`  <a name="cfn-quicksight-dashboard-dashboardversion-createdtime"></a>
The time that this dashboard version was created.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataSetArns`  <a name="cfn-quicksight-dashboard-dashboardversion-datasetarns"></a>
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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Description`  <a name="cfn-quicksight-dashboard-dashboardversion-description"></a>
Description.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `512`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Errors`  <a name="cfn-quicksight-dashboard-dashboardversion-errors"></a>
Errors associated with this dashboard version.  
*Required*: No  
*Type*: Array of [DashboardError](aws-properties-quicksight-dashboard-dashboarderror.md)  
*Minimum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Sheets`  <a name="cfn-quicksight-dashboard-dashboardversion-sheets"></a>
A list of the associated sheets with the unique identifier and name of each sheet.  
*Required*: No  
*Type*: Array of [Sheet](aws-properties-quicksight-dashboard-sheet.md)  
*Minimum*: `0`  
*Maximum*: `20`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SourceEntityArn`  <a name="cfn-quicksight-dashboard-dashboardversion-sourceentityarn"></a>
Source entity ARN.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Status`  <a name="cfn-quicksight-dashboard-dashboardversion-status"></a>
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 | DELETED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ThemeArn`  <a name="cfn-quicksight-dashboard-dashboardversion-themearn"></a>
The ARN of the theme associated with a version of the dashboard.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VersionNumber`  <a name="cfn-quicksight-dashboard-dashboardversion-versionnumber"></a>
Version number for this version of the dashboard.  
*Required*: No  
*Type*: Number  
*Minimum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)