

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
<a name="aws-resource-quicksight-dashboard"></a>

Creates a dashboard from a template. To first create a template, see the `CreateTemplate` API operation.

A dashboard is an entity in Quick that identifies Quick reports, created from analyses. You can share Quick dashboards. With the right permissions, you can create scheduled email reports from them. If you have the correct permissions, you can create a dashboard from a template that exists in a different AWS account.

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

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

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

```
{
  "Type" : "AWS::QuickSight::Dashboard",
  "Properties" : {
      "[AwsAccountId](#cfn-quicksight-dashboard-awsaccountid)" : String,
      "[DashboardId](#cfn-quicksight-dashboard-dashboardid)" : String,
      "[DashboardPublishOptions](#cfn-quicksight-dashboard-dashboardpublishoptions)" : DashboardPublishOptions,
      "[Definition](#cfn-quicksight-dashboard-definition)" : DashboardVersionDefinition,
      "[FolderArns](#cfn-quicksight-dashboard-folderarns)" : [ String, ... ],
      "[LinkEntities](#cfn-quicksight-dashboard-linkentities)" : [ String, ... ],
      "[LinkSharingConfiguration](#cfn-quicksight-dashboard-linksharingconfiguration)" : LinkSharingConfiguration,
      "[Name](#cfn-quicksight-dashboard-name)" : String,
      "[Parameters](#cfn-quicksight-dashboard-parameters)" : Parameters,
      "[Permissions](#cfn-quicksight-dashboard-permissions)" : [ ResourcePermission, ... ],
      "[SourceEntity](#cfn-quicksight-dashboard-sourceentity)" : DashboardSourceEntity,
      "[Tags](#cfn-quicksight-dashboard-tags)" : [ Tag, ... ],
      "[ThemeArn](#cfn-quicksight-dashboard-themearn)" : String,
      "[ValidationStrategy](#cfn-quicksight-dashboard-validationstrategy)" : ValidationStrategy,
      "[VersionDescription](#cfn-quicksight-dashboard-versiondescription)" : String
    }
}
```

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

```
Type: AWS::QuickSight::Dashboard
Properties:
  [AwsAccountId](#cfn-quicksight-dashboard-awsaccountid): String
  [DashboardId](#cfn-quicksight-dashboard-dashboardid): String
  [DashboardPublishOptions](#cfn-quicksight-dashboard-dashboardpublishoptions): 
    DashboardPublishOptions
  [Definition](#cfn-quicksight-dashboard-definition): 
    DashboardVersionDefinition
  [FolderArns](#cfn-quicksight-dashboard-folderarns): 
    - String
  [LinkEntities](#cfn-quicksight-dashboard-linkentities): 
    - String
  [LinkSharingConfiguration](#cfn-quicksight-dashboard-linksharingconfiguration): 
    LinkSharingConfiguration
  [Name](#cfn-quicksight-dashboard-name): String
  [Parameters](#cfn-quicksight-dashboard-parameters): 
    Parameters
  [Permissions](#cfn-quicksight-dashboard-permissions): 
    - ResourcePermission
  [SourceEntity](#cfn-quicksight-dashboard-sourceentity): 
    DashboardSourceEntity
  [Tags](#cfn-quicksight-dashboard-tags): 
    - Tag
  [ThemeArn](#cfn-quicksight-dashboard-themearn): String
  [ValidationStrategy](#cfn-quicksight-dashboard-validationstrategy): 
    ValidationStrategy
  [VersionDescription](#cfn-quicksight-dashboard-versiondescription): String
```

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

`AwsAccountId`  <a name="cfn-quicksight-dashboard-awsaccountid"></a>
The ID of the AWS account where you want to create the dashboard.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[0-9]{12}$`  
*Minimum*: `12`  
*Maximum*: `12`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`DashboardId`  <a name="cfn-quicksight-dashboard-dashboardid"></a>
The ID for the dashboard, also added to the IAM policy.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*Minimum*: `1`  
*Maximum*: `512`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`DashboardPublishOptions`  <a name="cfn-quicksight-dashboard-dashboardpublishoptions"></a>
Options for publishing the dashboard when you create it:  
+ `AvailabilityStatus` for `AdHocFilteringOption` - This status can be either `ENABLED` or `DISABLED`. When this is set to `DISABLED`, Amazon Quick Sight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is `ENABLED` by default. 
+ `AvailabilityStatus` for `ExportToCSVOption` - This status can be either `ENABLED` or `DISABLED`. The visual option to export data to .CSV format isn't enabled when this is set to `DISABLED`. This option is `ENABLED` by default. 
+ `VisibilityState` for `SheetControlsOption` - This visibility state can be either `COLLAPSED` or `EXPANDED`. This option is `COLLAPSED` by default. 
+ `AvailabilityStatus` for `QuickSuiteActionsOption` - This status can be either `ENABLED` or `DISABLED`. Features related to Actions in Amazon Quick Suite on dashboards are disabled when this is set to `DISABLED`. This option is `DISABLED` by default.
+ `AvailabilityStatus` for `ExecutiveSummaryOption` - This status can be either `ENABLED` or `DISABLED`. The option to build an executive summary is disabled when this is set to `DISABLED`. This option is `ENABLED` by default.
+ `AvailabilityStatus` for `DataStoriesSharingOption` - This status can be either `ENABLED` or `DISABLED`. The option to share a data story is disabled when this is set to `DISABLED`. This option is `ENABLED` by default.
*Required*: No  
*Type*: [DashboardPublishOptions](aws-properties-quicksight-dashboard-dashboardpublishoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Definition`  <a name="cfn-quicksight-dashboard-definition"></a>
Property description not available.  
*Required*: No  
*Type*: [DashboardVersionDefinition](aws-properties-quicksight-dashboard-dashboardversiondefinition.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FolderArns`  <a name="cfn-quicksight-dashboard-folderarns"></a>
Property description not available.  
*Required*: No  
*Type*: Array of String  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LinkEntities`  <a name="cfn-quicksight-dashboard-linkentities"></a>
A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.  
*Required*: No  
*Type*: Array of String  
*Minimum*: `1 | 0`  
*Maximum*: `1024 | 5`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LinkSharingConfiguration`  <a name="cfn-quicksight-dashboard-linksharingconfiguration"></a>
A structure that contains the link sharing configurations that you want to apply overrides to.  
*Required*: No  
*Type*: [LinkSharingConfiguration](aws-properties-quicksight-dashboard-linksharingconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

`Parameters`  <a name="cfn-quicksight-dashboard-parameters"></a>
The parameters for the creation of the dashboard, which you want to use to override the default settings. A dashboard can have any type of parameters, and some parameters might accept multiple values.   
*Required*: No  
*Type*: [Parameters](aws-properties-quicksight-dashboard-parameters.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Permissions`  <a name="cfn-quicksight-dashboard-permissions"></a>
A structure that contains the permissions of the dashboard. You can use this structure for granting permissions by providing a list of IAM action information for each principal ARN.   
To specify no permissions, omit the permissions list.  
*Required*: No  
*Type*: Array of [ResourcePermission](aws-properties-quicksight-dashboard-resourcepermission.md)  
*Minimum*: `1`  
*Maximum*: `64`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SourceEntity`  <a name="cfn-quicksight-dashboard-sourceentity"></a>
The entity that you are using as a source when you create the dashboard. In `SourceEntity`, you specify the type of object that you want to use. You can only create a dashboard from a template, so you use a `SourceTemplate` entity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using the `CreateTemplate` API operation. For `SourceTemplate`, specify the Amazon Resource Name (ARN) of the source template. The `SourceTemplate`ARN can contain any AWS account; and any QuickSight-supported AWS Region.   
Use the `DataSetReferences` entity within `SourceTemplate` to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.   
*Required*: No  
*Type*: [DashboardSourceEntity](aws-properties-quicksight-dashboard-dashboardsourceentity.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tags`  <a name="cfn-quicksight-dashboard-tags"></a>
Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.  
*Required*: No  
*Type*: Array of [Tag](aws-properties-quicksight-dashboard-tag.md)  
*Minimum*: `1`  
*Maximum*: `200`  
*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-themearn"></a>
The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If you add a value for this field, it overrides the value that is used in the source entity. The theme ARN must exist in the same AWS account where you create 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)

`ValidationStrategy`  <a name="cfn-quicksight-dashboard-validationstrategy"></a>
The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to `LENIENT`, validation is skipped for specific errors.  
*Required*: No  
*Type*: [ValidationStrategy](aws-properties-quicksight-dashboard-validationstrategy.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VersionDescription`  <a name="cfn-quicksight-dashboard-versiondescription"></a>
A description for the first version of the dashboard being created.  
*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)

## Return values
<a name="aws-resource-quicksight-dashboard-return-values"></a>

### Fn::GetAtt
<a name="aws-resource-quicksight-dashboard-return-values-fn--getatt"></a>

#### 
<a name="aws-resource-quicksight-dashboard-return-values-fn--getatt-fn--getatt"></a>

`Arn`  <a name="Arn-fn::getatt"></a>
The Amazon Resource Name (ARN) of the dashboard.

`CreatedTime`  <a name="CreatedTime-fn::getatt"></a>
The time this dashboard version was created.

`LastPublishedTime`  <a name="LastPublishedTime-fn::getatt"></a>
The time that the dashboard was last published.

`LastUpdatedTime`  <a name="LastUpdatedTime-fn::getatt"></a>
The time that the dashboard was last updated.

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

An ad hoc (one-time) filtering option.

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

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

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

```
{
  "[AvailabilityStatus](#cfn-quicksight-dashboard-adhocfilteringoption-availabilitystatus)" : String
}
```

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

```
  [AvailabilityStatus](#cfn-quicksight-dashboard-adhocfilteringoption-availabilitystatus): String
```

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

`AvailabilityStatus`  <a name="cfn-quicksight-dashboard-adhocfilteringoption-availabilitystatus"></a>
Availability status.  
*Required*: No  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

An aggregation function aggregates values from a dimension or measure.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

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

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

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

```
{
  "[AttributeAggregationFunction](#cfn-quicksight-dashboard-aggregationfunction-attributeaggregationfunction)" : AttributeAggregationFunction,
  "[CategoricalAggregationFunction](#cfn-quicksight-dashboard-aggregationfunction-categoricalaggregationfunction)" : String,
  "[DateAggregationFunction](#cfn-quicksight-dashboard-aggregationfunction-dateaggregationfunction)" : String,
  "[NumericalAggregationFunction](#cfn-quicksight-dashboard-aggregationfunction-numericalaggregationfunction)" : NumericalAggregationFunction
}
```

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

```
  [AttributeAggregationFunction](#cfn-quicksight-dashboard-aggregationfunction-attributeaggregationfunction): 
    AttributeAggregationFunction
  [CategoricalAggregationFunction](#cfn-quicksight-dashboard-aggregationfunction-categoricalaggregationfunction): String
  [DateAggregationFunction](#cfn-quicksight-dashboard-aggregationfunction-dateaggregationfunction): String
  [NumericalAggregationFunction](#cfn-quicksight-dashboard-aggregationfunction-numericalaggregationfunction): 
    NumericalAggregationFunction
```

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

`AttributeAggregationFunction`  <a name="cfn-quicksight-dashboard-aggregationfunction-attributeaggregationfunction"></a>
Aggregation for attributes.  
*Required*: No  
*Type*: [AttributeAggregationFunction](aws-properties-quicksight-dashboard-attributeaggregationfunction.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CategoricalAggregationFunction`  <a name="cfn-quicksight-dashboard-aggregationfunction-categoricalaggregationfunction"></a>
Aggregation for categorical values.  
+ `COUNT`: Aggregate by the total number of values, including duplicates.
+ `DISTINCT_COUNT`: Aggregate by the total number of distinct values.
*Required*: No  
*Type*: String  
*Allowed values*: `COUNT | DISTINCT_COUNT`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DateAggregationFunction`  <a name="cfn-quicksight-dashboard-aggregationfunction-dateaggregationfunction"></a>
Aggregation for date values.  
+ `COUNT`: Aggregate by the total number of values, including duplicates.
+ `DISTINCT_COUNT`: Aggregate by the total number of distinct values.
+ `MIN`: Select the smallest date value.
+ `MAX`: Select the largest date value.
*Required*: No  
*Type*: String  
*Allowed values*: `COUNT | DISTINCT_COUNT | MIN | MAX`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NumericalAggregationFunction`  <a name="cfn-quicksight-dashboard-aggregationfunction-numericalaggregationfunction"></a>
Aggregation for numerical values.  
*Required*: No  
*Type*: [NumericalAggregationFunction](aws-properties-quicksight-dashboard-numericalaggregationfunction.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The configuration options to sort aggregated values.

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

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

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

```
{
  "[AggregationFunction](#cfn-quicksight-dashboard-aggregationsortconfiguration-aggregationfunction)" : AggregationFunction,
  "[Column](#cfn-quicksight-dashboard-aggregationsortconfiguration-column)" : ColumnIdentifier,
  "[SortDirection](#cfn-quicksight-dashboard-aggregationsortconfiguration-sortdirection)" : String
}
```

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

```
  [AggregationFunction](#cfn-quicksight-dashboard-aggregationsortconfiguration-aggregationfunction): 
    AggregationFunction
  [Column](#cfn-quicksight-dashboard-aggregationsortconfiguration-column): 
    ColumnIdentifier
  [SortDirection](#cfn-quicksight-dashboard-aggregationsortconfiguration-sortdirection): String
```

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

`AggregationFunction`  <a name="cfn-quicksight-dashboard-aggregationsortconfiguration-aggregationfunction"></a>
The function that aggregates the values in `Column`.  
*Required*: No  
*Type*: [AggregationFunction](aws-properties-quicksight-dashboard-aggregationfunction.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Column`  <a name="cfn-quicksight-dashboard-aggregationsortconfiguration-column"></a>
The column that determines the sort order of aggregated values.  
*Required*: Yes  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SortDirection`  <a name="cfn-quicksight-dashboard-aggregationsortconfiguration-sortdirection"></a>
The sort direction of values.  
+ `ASC`: Sort in ascending order.
+ `DESC`: Sort in descending order.
*Required*: Yes  
*Type*: String  
*Allowed values*: `ASC | DESC`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The configuration for default analysis settings.

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

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

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

```
{
  "[DefaultNewSheetConfiguration](#cfn-quicksight-dashboard-analysisdefaults-defaultnewsheetconfiguration)" : DefaultNewSheetConfiguration
}
```

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

```
  [DefaultNewSheetConfiguration](#cfn-quicksight-dashboard-analysisdefaults-defaultnewsheetconfiguration): 
    DefaultNewSheetConfiguration
```

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

`DefaultNewSheetConfiguration`  <a name="cfn-quicksight-dashboard-analysisdefaults-defaultnewsheetconfiguration"></a>
The configuration for default new sheet settings.  
*Required*: Yes  
*Type*: [DefaultNewSheetConfiguration](aws-properties-quicksight-dashboard-defaultnewsheetconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The date configuration of the filter.

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

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

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

```
{
  "[AnchorOption](#cfn-quicksight-dashboard-anchordateconfiguration-anchoroption)" : String,
  "[ParameterName](#cfn-quicksight-dashboard-anchordateconfiguration-parametername)" : String
}
```

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

```
  [AnchorOption](#cfn-quicksight-dashboard-anchordateconfiguration-anchoroption): String
  [ParameterName](#cfn-quicksight-dashboard-anchordateconfiguration-parametername): String
```

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

`AnchorOption`  <a name="cfn-quicksight-dashboard-anchordateconfiguration-anchoroption"></a>
The options for the date configuration. Choose one of the options below:  
+  `NOW` 
*Required*: No  
*Type*: String  
*Allowed values*: `NOW`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ParameterName`  <a name="cfn-quicksight-dashboard-anchordateconfiguration-parametername"></a>
The name of the parameter that is used for the anchor date configuration.  
*Required*: No  
*Type*: String  
*Pattern*: `^[a-zA-Z0-9]+$`  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The arc axis configuration of a `GaugeChartVisual`.

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

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

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

```
{
  "[Range](#cfn-quicksight-dashboard-arcaxisconfiguration-range)" : ArcAxisDisplayRange,
  "[ReserveRange](#cfn-quicksight-dashboard-arcaxisconfiguration-reserverange)" : Number
}
```

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

```
  [Range](#cfn-quicksight-dashboard-arcaxisconfiguration-range): 
    ArcAxisDisplayRange
  [ReserveRange](#cfn-quicksight-dashboard-arcaxisconfiguration-reserverange): Number
```

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

`Range`  <a name="cfn-quicksight-dashboard-arcaxisconfiguration-range"></a>
The arc axis range of a `GaugeChartVisual`.  
*Required*: No  
*Type*: [ArcAxisDisplayRange](aws-properties-quicksight-dashboard-arcaxisdisplayrange.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ReserveRange`  <a name="cfn-quicksight-dashboard-arcaxisconfiguration-reserverange"></a>
The reserved range of the arc axis.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The arc axis range of a `GaugeChartVisual`.

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

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

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

```
{
  "[Max](#cfn-quicksight-dashboard-arcaxisdisplayrange-max)" : Number,
  "[Min](#cfn-quicksight-dashboard-arcaxisdisplayrange-min)" : Number
}
```

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

```
  [Max](#cfn-quicksight-dashboard-arcaxisdisplayrange-max): Number
  [Min](#cfn-quicksight-dashboard-arcaxisdisplayrange-min): Number
```

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

`Max`  <a name="cfn-quicksight-dashboard-arcaxisdisplayrange-max"></a>
The maximum value of the arc axis range.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Min`  <a name="cfn-quicksight-dashboard-arcaxisdisplayrange-min"></a>
The minimum value of the arc axis range.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The arc configuration of a `GaugeChartVisual`.

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

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

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

```
{
  "[ArcAngle](#cfn-quicksight-dashboard-arcconfiguration-arcangle)" : Number,
  "[ArcThickness](#cfn-quicksight-dashboard-arcconfiguration-arcthickness)" : String
}
```

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

```
  [ArcAngle](#cfn-quicksight-dashboard-arcconfiguration-arcangle): Number
  [ArcThickness](#cfn-quicksight-dashboard-arcconfiguration-arcthickness): String
```

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

`ArcAngle`  <a name="cfn-quicksight-dashboard-arcconfiguration-arcangle"></a>
The option that determines the arc angle of a `GaugeChartVisual`.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ArcThickness`  <a name="cfn-quicksight-dashboard-arcconfiguration-arcthickness"></a>
The options that determine the arc thickness of a `GaugeChartVisual`.  
*Required*: No  
*Type*: String  
*Allowed values*: `SMALL | MEDIUM | LARGE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The options that determine the arc thickness of a `GaugeChartVisual`.

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

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

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

```
{
  "[ArcThickness](#cfn-quicksight-dashboard-arcoptions-arcthickness)" : String
}
```

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

```
  [ArcThickness](#cfn-quicksight-dashboard-arcoptions-arcthickness): String
```

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

`ArcThickness`  <a name="cfn-quicksight-dashboard-arcoptions-arcthickness"></a>
The arc thickness of a `GaugeChartVisual`.  
*Required*: No  
*Type*: String  
*Allowed values*: `SMALL | MEDIUM | LARGE | WHOLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

An array of analysis level configurations.

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

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

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

```
{
  "[ExcludedDataSetArns](#cfn-quicksight-dashboard-assetoptions-excludeddatasetarns)" : [ String, ... ],
  "[QBusinessInsightsStatus](#cfn-quicksight-dashboard-assetoptions-qbusinessinsightsstatus)" : String,
  "[Timezone](#cfn-quicksight-dashboard-assetoptions-timezone)" : String,
  "[WeekStart](#cfn-quicksight-dashboard-assetoptions-weekstart)" : String
}
```

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

```
  [ExcludedDataSetArns](#cfn-quicksight-dashboard-assetoptions-excludeddatasetarns): 
    - String
  [QBusinessInsightsStatus](#cfn-quicksight-dashboard-assetoptions-qbusinessinsightsstatus): String
  [Timezone](#cfn-quicksight-dashboard-assetoptions-timezone): String
  [WeekStart](#cfn-quicksight-dashboard-assetoptions-weekstart): String
```

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

`ExcludedDataSetArns`  <a name="cfn-quicksight-dashboard-assetoptions-excludeddatasetarns"></a>
A list of dataset ARNS to exclude from Dashboard Q&A.  
*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)

`QBusinessInsightsStatus`  <a name="cfn-quicksight-dashboard-assetoptions-qbusinessinsightsstatus"></a>
Determines whether insight summaries from Amazon Q Business are allowed in Dashboard Q&A.  
*Required*: No  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Timezone`  <a name="cfn-quicksight-dashboard-assetoptions-timezone"></a>
Determines the timezone for the analysis.  
*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)

`WeekStart`  <a name="cfn-quicksight-dashboard-assetoptions-weekstart"></a>
Determines the week start day for an analysis.  
*Required*: No  
*Type*: String  
*Allowed values*: `SUNDAY | MONDAY | TUESDAY | WEDNESDAY | THURSDAY | FRIDAY | SATURDAY`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Aggregation for attributes.

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

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

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

```
{
  "[SimpleAttributeAggregation](#cfn-quicksight-dashboard-attributeaggregationfunction-simpleattributeaggregation)" : String,
  "[ValueForMultipleValues](#cfn-quicksight-dashboard-attributeaggregationfunction-valueformultiplevalues)" : String
}
```

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

```
  [SimpleAttributeAggregation](#cfn-quicksight-dashboard-attributeaggregationfunction-simpleattributeaggregation): String
  [ValueForMultipleValues](#cfn-quicksight-dashboard-attributeaggregationfunction-valueformultiplevalues): String
```

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

`SimpleAttributeAggregation`  <a name="cfn-quicksight-dashboard-attributeaggregationfunction-simpleattributeaggregation"></a>
The built-in aggregation functions for attributes.  
+ `UNIQUE_VALUE`: Returns the unique value for a field, aggregated by the dimension fields.
*Required*: No  
*Type*: String  
*Allowed values*: `UNIQUE_VALUE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ValueForMultipleValues`  <a name="cfn-quicksight-dashboard-attributeaggregationfunction-valueformultiplevalues"></a>
Used by the `UNIQUE_VALUE` aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '\$1'.  
*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)

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

The data options for an axis.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

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

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

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

```
{
  "[DateAxisOptions](#cfn-quicksight-dashboard-axisdataoptions-dateaxisoptions)" : DateAxisOptions,
  "[NumericAxisOptions](#cfn-quicksight-dashboard-axisdataoptions-numericaxisoptions)" : NumericAxisOptions
}
```

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

```
  [DateAxisOptions](#cfn-quicksight-dashboard-axisdataoptions-dateaxisoptions): 
    DateAxisOptions
  [NumericAxisOptions](#cfn-quicksight-dashboard-axisdataoptions-numericaxisoptions): 
    NumericAxisOptions
```

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

`DateAxisOptions`  <a name="cfn-quicksight-dashboard-axisdataoptions-dateaxisoptions"></a>
The options for an axis with a date field.  
*Required*: No  
*Type*: [DateAxisOptions](aws-properties-quicksight-dashboard-dateaxisoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NumericAxisOptions`  <a name="cfn-quicksight-dashboard-axisdataoptions-numericaxisoptions"></a>
The options for an axis with a numeric field.  
*Required*: No  
*Type*: [NumericAxisOptions](aws-properties-quicksight-dashboard-numericaxisoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The minimum and maximum setup for an axis display range.

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

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

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

```
{
  "[Maximum](#cfn-quicksight-dashboard-axisdisplayminmaxrange-maximum)" : Number,
  "[Minimum](#cfn-quicksight-dashboard-axisdisplayminmaxrange-minimum)" : Number
}
```

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

```
  [Maximum](#cfn-quicksight-dashboard-axisdisplayminmaxrange-maximum): Number
  [Minimum](#cfn-quicksight-dashboard-axisdisplayminmaxrange-minimum): Number
```

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

`Maximum`  <a name="cfn-quicksight-dashboard-axisdisplayminmaxrange-maximum"></a>
The maximum setup for an axis display range.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Minimum`  <a name="cfn-quicksight-dashboard-axisdisplayminmaxrange-minimum"></a>
The minimum setup for an axis display range.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The display options for the axis label.

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

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

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

```
{
  "[AxisLineVisibility](#cfn-quicksight-dashboard-axisdisplayoptions-axislinevisibility)" : String,
  "[AxisOffset](#cfn-quicksight-dashboard-axisdisplayoptions-axisoffset)" : String,
  "[DataOptions](#cfn-quicksight-dashboard-axisdisplayoptions-dataoptions)" : AxisDataOptions,
  "[GridLineVisibility](#cfn-quicksight-dashboard-axisdisplayoptions-gridlinevisibility)" : String,
  "[ScrollbarOptions](#cfn-quicksight-dashboard-axisdisplayoptions-scrollbaroptions)" : ScrollBarOptions,
  "[TickLabelOptions](#cfn-quicksight-dashboard-axisdisplayoptions-ticklabeloptions)" : AxisTickLabelOptions
}
```

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

```
  [AxisLineVisibility](#cfn-quicksight-dashboard-axisdisplayoptions-axislinevisibility): String
  [AxisOffset](#cfn-quicksight-dashboard-axisdisplayoptions-axisoffset): String
  [DataOptions](#cfn-quicksight-dashboard-axisdisplayoptions-dataoptions): 
    AxisDataOptions
  [GridLineVisibility](#cfn-quicksight-dashboard-axisdisplayoptions-gridlinevisibility): String
  [ScrollbarOptions](#cfn-quicksight-dashboard-axisdisplayoptions-scrollbaroptions): 
    ScrollBarOptions
  [TickLabelOptions](#cfn-quicksight-dashboard-axisdisplayoptions-ticklabeloptions): 
    AxisTickLabelOptions
```

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

`AxisLineVisibility`  <a name="cfn-quicksight-dashboard-axisdisplayoptions-axislinevisibility"></a>
Determines whether or not the axis line is visible.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`AxisOffset`  <a name="cfn-quicksight-dashboard-axisdisplayoptions-axisoffset"></a>
The offset value that determines the starting placement of the axis within a visual's bounds.  
*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)

`DataOptions`  <a name="cfn-quicksight-dashboard-axisdisplayoptions-dataoptions"></a>
The data options for an axis.  
*Required*: No  
*Type*: [AxisDataOptions](aws-properties-quicksight-dashboard-axisdataoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`GridLineVisibility`  <a name="cfn-quicksight-dashboard-axisdisplayoptions-gridlinevisibility"></a>
Determines whether or not the grid line is visible.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ScrollbarOptions`  <a name="cfn-quicksight-dashboard-axisdisplayoptions-scrollbaroptions"></a>
The scroll bar options for an axis.  
*Required*: No  
*Type*: [ScrollBarOptions](aws-properties-quicksight-dashboard-scrollbaroptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TickLabelOptions`  <a name="cfn-quicksight-dashboard-axisdisplayoptions-ticklabeloptions"></a>
The tick label options of an axis.  
*Required*: No  
*Type*: [AxisTickLabelOptions](aws-properties-quicksight-dashboard-axisticklabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The range setup of a numeric axis display range.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

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

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

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

```
{
  "[DataDriven](#cfn-quicksight-dashboard-axisdisplayrange-datadriven)" : Json,
  "[MinMax](#cfn-quicksight-dashboard-axisdisplayrange-minmax)" : AxisDisplayMinMaxRange
}
```

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

```
  [DataDriven](#cfn-quicksight-dashboard-axisdisplayrange-datadriven): Json
  [MinMax](#cfn-quicksight-dashboard-axisdisplayrange-minmax): 
    AxisDisplayMinMaxRange
```

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

`DataDriven`  <a name="cfn-quicksight-dashboard-axisdisplayrange-datadriven"></a>
The data-driven setup of an axis display range.  
*Required*: No  
*Type*: Json  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MinMax`  <a name="cfn-quicksight-dashboard-axisdisplayrange-minmax"></a>
The minimum and maximum setup of an axis display range.  
*Required*: No  
*Type*: [AxisDisplayMinMaxRange](aws-properties-quicksight-dashboard-axisdisplayminmaxrange.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The label options for a chart axis. You must specify the field that the label is targeted to.

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

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

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

```
{
  "[ApplyTo](#cfn-quicksight-dashboard-axislabeloptions-applyto)" : AxisLabelReferenceOptions,
  "[CustomLabel](#cfn-quicksight-dashboard-axislabeloptions-customlabel)" : String,
  "[FontConfiguration](#cfn-quicksight-dashboard-axislabeloptions-fontconfiguration)" : FontConfiguration
}
```

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

```
  [ApplyTo](#cfn-quicksight-dashboard-axislabeloptions-applyto): 
    AxisLabelReferenceOptions
  [CustomLabel](#cfn-quicksight-dashboard-axislabeloptions-customlabel): String
  [FontConfiguration](#cfn-quicksight-dashboard-axislabeloptions-fontconfiguration): 
    FontConfiguration
```

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

`ApplyTo`  <a name="cfn-quicksight-dashboard-axislabeloptions-applyto"></a>
The options that indicate which field the label belongs to.  
*Required*: No  
*Type*: [AxisLabelReferenceOptions](aws-properties-quicksight-dashboard-axislabelreferenceoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CustomLabel`  <a name="cfn-quicksight-dashboard-axislabeloptions-customlabel"></a>
The text for the axis label.  
*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)

`FontConfiguration`  <a name="cfn-quicksight-dashboard-axislabeloptions-fontconfiguration"></a>
The font configuration of the axis label.  
*Required*: No  
*Type*: [FontConfiguration](aws-properties-quicksight-dashboard-fontconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The reference that specifies where the axis label is applied to.

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

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

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

```
{
  "[Column](#cfn-quicksight-dashboard-axislabelreferenceoptions-column)" : ColumnIdentifier,
  "[FieldId](#cfn-quicksight-dashboard-axislabelreferenceoptions-fieldid)" : String
}
```

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

```
  [Column](#cfn-quicksight-dashboard-axislabelreferenceoptions-column): 
    ColumnIdentifier
  [FieldId](#cfn-quicksight-dashboard-axislabelreferenceoptions-fieldid): String
```

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

`Column`  <a name="cfn-quicksight-dashboard-axislabelreferenceoptions-column"></a>
The column that the axis label is targeted to.  
*Required*: Yes  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldId`  <a name="cfn-quicksight-dashboard-axislabelreferenceoptions-fieldid"></a>
The field that the axis label is targeted to.  
*Required*: Yes  
*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)

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

The liner axis scale setup.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

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

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

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

```
{
  "[StepCount](#cfn-quicksight-dashboard-axislinearscale-stepcount)" : Number,
  "[StepSize](#cfn-quicksight-dashboard-axislinearscale-stepsize)" : Number
}
```

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

```
  [StepCount](#cfn-quicksight-dashboard-axislinearscale-stepcount): Number
  [StepSize](#cfn-quicksight-dashboard-axislinearscale-stepsize): Number
```

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

`StepCount`  <a name="cfn-quicksight-dashboard-axislinearscale-stepcount"></a>
The step count setup of a linear axis.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StepSize`  <a name="cfn-quicksight-dashboard-axislinearscale-stepsize"></a>
The step size setup of a linear axis.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The logarithmic axis scale setup.

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

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

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

```
{
  "[Base](#cfn-quicksight-dashboard-axislogarithmicscale-base)" : Number
}
```

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

```
  [Base](#cfn-quicksight-dashboard-axislogarithmicscale-base): Number
```

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

`Base`  <a name="cfn-quicksight-dashboard-axislogarithmicscale-base"></a>
The base setup of a logarithmic axis scale.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The scale setup options for a numeric axis display.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

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

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

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

```
{
  "[Linear](#cfn-quicksight-dashboard-axisscale-linear)" : AxisLinearScale,
  "[Logarithmic](#cfn-quicksight-dashboard-axisscale-logarithmic)" : AxisLogarithmicScale
}
```

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

```
  [Linear](#cfn-quicksight-dashboard-axisscale-linear): 
    AxisLinearScale
  [Logarithmic](#cfn-quicksight-dashboard-axisscale-logarithmic): 
    AxisLogarithmicScale
```

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

`Linear`  <a name="cfn-quicksight-dashboard-axisscale-linear"></a>
The linear axis scale setup.  
*Required*: No  
*Type*: [AxisLinearScale](aws-properties-quicksight-dashboard-axislinearscale.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Logarithmic`  <a name="cfn-quicksight-dashboard-axisscale-logarithmic"></a>
The logarithmic axis scale setup.  
*Required*: No  
*Type*: [AxisLogarithmicScale](aws-properties-quicksight-dashboard-axislogarithmicscale.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The tick label options of an axis.

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

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

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

```
{
  "[LabelOptions](#cfn-quicksight-dashboard-axisticklabeloptions-labeloptions)" : LabelOptions,
  "[RotationAngle](#cfn-quicksight-dashboard-axisticklabeloptions-rotationangle)" : Number
}
```

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

```
  [LabelOptions](#cfn-quicksight-dashboard-axisticklabeloptions-labeloptions): 
    LabelOptions
  [RotationAngle](#cfn-quicksight-dashboard-axisticklabeloptions-rotationangle): Number
```

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

`LabelOptions`  <a name="cfn-quicksight-dashboard-axisticklabeloptions-labeloptions"></a>
Determines whether or not the axis ticks are visible.  
*Required*: No  
*Type*: [LabelOptions](aws-properties-quicksight-dashboard-labeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RotationAngle`  <a name="cfn-quicksight-dashboard-axisticklabeloptions-rotationangle"></a>
The rotation angle of the axis tick labels.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The aggregated field wells of a bar chart.

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

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

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

```
{
  "[Category](#cfn-quicksight-dashboard-barchartaggregatedfieldwells-category)" : [ DimensionField, ... ],
  "[Colors](#cfn-quicksight-dashboard-barchartaggregatedfieldwells-colors)" : [ DimensionField, ... ],
  "[SmallMultiples](#cfn-quicksight-dashboard-barchartaggregatedfieldwells-smallmultiples)" : [ DimensionField, ... ],
  "[Values](#cfn-quicksight-dashboard-barchartaggregatedfieldwells-values)" : [ MeasureField, ... ]
}
```

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

```
  [Category](#cfn-quicksight-dashboard-barchartaggregatedfieldwells-category): 
    - DimensionField
  [Colors](#cfn-quicksight-dashboard-barchartaggregatedfieldwells-colors): 
    - DimensionField
  [SmallMultiples](#cfn-quicksight-dashboard-barchartaggregatedfieldwells-smallmultiples): 
    - DimensionField
  [Values](#cfn-quicksight-dashboard-barchartaggregatedfieldwells-values): 
    - MeasureField
```

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

`Category`  <a name="cfn-quicksight-dashboard-barchartaggregatedfieldwells-category"></a>
The category (y-axis) field well of a bar chart.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Colors`  <a name="cfn-quicksight-dashboard-barchartaggregatedfieldwells-colors"></a>
The color (group/color) field well of a bar chart.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SmallMultiples`  <a name="cfn-quicksight-dashboard-barchartaggregatedfieldwells-smallmultiples"></a>
The small multiples field well of a bar chart.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Values`  <a name="cfn-quicksight-dashboard-barchartaggregatedfieldwells-values"></a>
The value field wells of a bar chart. Values are aggregated by category.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The configuration of a `BarChartVisual`.

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

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

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

```
{
  "[BarsArrangement](#cfn-quicksight-dashboard-barchartconfiguration-barsarrangement)" : String,
  "[CategoryAxis](#cfn-quicksight-dashboard-barchartconfiguration-categoryaxis)" : AxisDisplayOptions,
  "[CategoryLabelOptions](#cfn-quicksight-dashboard-barchartconfiguration-categorylabeloptions)" : ChartAxisLabelOptions,
  "[ColorLabelOptions](#cfn-quicksight-dashboard-barchartconfiguration-colorlabeloptions)" : ChartAxisLabelOptions,
  "[ContributionAnalysisDefaults](#cfn-quicksight-dashboard-barchartconfiguration-contributionanalysisdefaults)" : [ ContributionAnalysisDefault, ... ],
  "[DataLabels](#cfn-quicksight-dashboard-barchartconfiguration-datalabels)" : DataLabelOptions,
  "[FieldWells](#cfn-quicksight-dashboard-barchartconfiguration-fieldwells)" : BarChartFieldWells,
  "[Interactions](#cfn-quicksight-dashboard-barchartconfiguration-interactions)" : VisualInteractionOptions,
  "[Legend](#cfn-quicksight-dashboard-barchartconfiguration-legend)" : LegendOptions,
  "[Orientation](#cfn-quicksight-dashboard-barchartconfiguration-orientation)" : String,
  "[ReferenceLines](#cfn-quicksight-dashboard-barchartconfiguration-referencelines)" : [ ReferenceLine, ... ],
  "[SmallMultiplesOptions](#cfn-quicksight-dashboard-barchartconfiguration-smallmultiplesoptions)" : SmallMultiplesOptions,
  "[SortConfiguration](#cfn-quicksight-dashboard-barchartconfiguration-sortconfiguration)" : BarChartSortConfiguration,
  "[Tooltip](#cfn-quicksight-dashboard-barchartconfiguration-tooltip)" : TooltipOptions,
  "[ValueAxis](#cfn-quicksight-dashboard-barchartconfiguration-valueaxis)" : AxisDisplayOptions,
  "[ValueLabelOptions](#cfn-quicksight-dashboard-barchartconfiguration-valuelabeloptions)" : ChartAxisLabelOptions,
  "[VisualPalette](#cfn-quicksight-dashboard-barchartconfiguration-visualpalette)" : VisualPalette
}
```

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

```
  [BarsArrangement](#cfn-quicksight-dashboard-barchartconfiguration-barsarrangement): String
  [CategoryAxis](#cfn-quicksight-dashboard-barchartconfiguration-categoryaxis): 
    AxisDisplayOptions
  [CategoryLabelOptions](#cfn-quicksight-dashboard-barchartconfiguration-categorylabeloptions): 
    ChartAxisLabelOptions
  [ColorLabelOptions](#cfn-quicksight-dashboard-barchartconfiguration-colorlabeloptions): 
    ChartAxisLabelOptions
  [ContributionAnalysisDefaults](#cfn-quicksight-dashboard-barchartconfiguration-contributionanalysisdefaults): 
    - ContributionAnalysisDefault
  [DataLabels](#cfn-quicksight-dashboard-barchartconfiguration-datalabels): 
    DataLabelOptions
  [FieldWells](#cfn-quicksight-dashboard-barchartconfiguration-fieldwells): 
    BarChartFieldWells
  [Interactions](#cfn-quicksight-dashboard-barchartconfiguration-interactions): 
    VisualInteractionOptions
  [Legend](#cfn-quicksight-dashboard-barchartconfiguration-legend): 
    LegendOptions
  [Orientation](#cfn-quicksight-dashboard-barchartconfiguration-orientation): String
  [ReferenceLines](#cfn-quicksight-dashboard-barchartconfiguration-referencelines): 
    - ReferenceLine
  [SmallMultiplesOptions](#cfn-quicksight-dashboard-barchartconfiguration-smallmultiplesoptions): 
    SmallMultiplesOptions
  [SortConfiguration](#cfn-quicksight-dashboard-barchartconfiguration-sortconfiguration): 
    BarChartSortConfiguration
  [Tooltip](#cfn-quicksight-dashboard-barchartconfiguration-tooltip): 
    TooltipOptions
  [ValueAxis](#cfn-quicksight-dashboard-barchartconfiguration-valueaxis): 
    AxisDisplayOptions
  [ValueLabelOptions](#cfn-quicksight-dashboard-barchartconfiguration-valuelabeloptions): 
    ChartAxisLabelOptions
  [VisualPalette](#cfn-quicksight-dashboard-barchartconfiguration-visualpalette): 
    VisualPalette
```

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

`BarsArrangement`  <a name="cfn-quicksight-dashboard-barchartconfiguration-barsarrangement"></a>
Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.  
*Required*: No  
*Type*: String  
*Allowed values*: `CLUSTERED | STACKED | STACKED_PERCENT`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CategoryAxis`  <a name="cfn-quicksight-dashboard-barchartconfiguration-categoryaxis"></a>
The label display options (grid line, range, scale, axis step) for bar chart category.  
*Required*: No  
*Type*: [AxisDisplayOptions](aws-properties-quicksight-dashboard-axisdisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CategoryLabelOptions`  <a name="cfn-quicksight-dashboard-barchartconfiguration-categorylabeloptions"></a>
The label options (label text, label visibility and sort icon visibility) for a bar chart.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-dashboard-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColorLabelOptions`  <a name="cfn-quicksight-dashboard-barchartconfiguration-colorlabeloptions"></a>
The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-dashboard-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ContributionAnalysisDefaults`  <a name="cfn-quicksight-dashboard-barchartconfiguration-contributionanalysisdefaults"></a>
The contribution analysis (anomaly configuration) setup of the visual.  
*Required*: No  
*Type*: Array of [ContributionAnalysisDefault](aws-properties-quicksight-dashboard-contributionanalysisdefault.md)  
*Minimum*: `1`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataLabels`  <a name="cfn-quicksight-dashboard-barchartconfiguration-datalabels"></a>
The options that determine if visual data labels are displayed.  
*Required*: No  
*Type*: [DataLabelOptions](aws-properties-quicksight-dashboard-datalabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldWells`  <a name="cfn-quicksight-dashboard-barchartconfiguration-fieldwells"></a>
The field wells of the visual.  
*Required*: No  
*Type*: [BarChartFieldWells](aws-properties-quicksight-dashboard-barchartfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Interactions`  <a name="cfn-quicksight-dashboard-barchartconfiguration-interactions"></a>
The general visual interactions setup for a visual.  
*Required*: No  
*Type*: [VisualInteractionOptions](aws-properties-quicksight-dashboard-visualinteractionoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Legend`  <a name="cfn-quicksight-dashboard-barchartconfiguration-legend"></a>
The legend display setup of the visual.  
*Required*: No  
*Type*: [LegendOptions](aws-properties-quicksight-dashboard-legendoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Orientation`  <a name="cfn-quicksight-dashboard-barchartconfiguration-orientation"></a>
The orientation of the bars in a bar chart visual. There are two valid values in this structure:  
+ `HORIZONTAL`: Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.
+ `VERTICAL`: Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
*Required*: No  
*Type*: String  
*Allowed values*: `HORIZONTAL | VERTICAL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ReferenceLines`  <a name="cfn-quicksight-dashboard-barchartconfiguration-referencelines"></a>
The reference line setup of the visual.  
*Required*: No  
*Type*: Array of [ReferenceLine](aws-properties-quicksight-dashboard-referenceline.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)

`SmallMultiplesOptions`  <a name="cfn-quicksight-dashboard-barchartconfiguration-smallmultiplesoptions"></a>
The small multiples setup for the visual.  
*Required*: No  
*Type*: [SmallMultiplesOptions](aws-properties-quicksight-dashboard-smallmultiplesoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SortConfiguration`  <a name="cfn-quicksight-dashboard-barchartconfiguration-sortconfiguration"></a>
The sort configuration of a `BarChartVisual`.  
*Required*: No  
*Type*: [BarChartSortConfiguration](aws-properties-quicksight-dashboard-barchartsortconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tooltip`  <a name="cfn-quicksight-dashboard-barchartconfiguration-tooltip"></a>
The tooltip display setup of the visual.  
*Required*: No  
*Type*: [TooltipOptions](aws-properties-quicksight-dashboard-tooltipoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ValueAxis`  <a name="cfn-quicksight-dashboard-barchartconfiguration-valueaxis"></a>
The label display options (grid line, range, scale, axis step) for a bar chart value.  
*Required*: No  
*Type*: [AxisDisplayOptions](aws-properties-quicksight-dashboard-axisdisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ValueLabelOptions`  <a name="cfn-quicksight-dashboard-barchartconfiguration-valuelabeloptions"></a>
The label options (label text, label visibility and sort icon visibility) for a bar chart value.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-dashboard-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualPalette`  <a name="cfn-quicksight-dashboard-barchartconfiguration-visualpalette"></a>
The palette (chart color) display setup of the visual.  
*Required*: No  
*Type*: [VisualPalette](aws-properties-quicksight-dashboard-visualpalette.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The field wells of a `BarChartVisual`.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

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

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

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

```
{
  "[BarChartAggregatedFieldWells](#cfn-quicksight-dashboard-barchartfieldwells-barchartaggregatedfieldwells)" : BarChartAggregatedFieldWells
}
```

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

```
  [BarChartAggregatedFieldWells](#cfn-quicksight-dashboard-barchartfieldwells-barchartaggregatedfieldwells): 
    BarChartAggregatedFieldWells
```

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

`BarChartAggregatedFieldWells`  <a name="cfn-quicksight-dashboard-barchartfieldwells-barchartaggregatedfieldwells"></a>
The aggregated field wells of a bar chart.  
*Required*: No  
*Type*: [BarChartAggregatedFieldWells](aws-properties-quicksight-dashboard-barchartaggregatedfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

sort-configuration-description

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

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

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

```
{
  "[CategoryItemsLimit](#cfn-quicksight-dashboard-barchartsortconfiguration-categoryitemslimit)" : ItemsLimitConfiguration,
  "[CategorySort](#cfn-quicksight-dashboard-barchartsortconfiguration-categorysort)" : [ FieldSortOptions, ... ],
  "[ColorItemsLimit](#cfn-quicksight-dashboard-barchartsortconfiguration-coloritemslimit)" : ItemsLimitConfiguration,
  "[ColorSort](#cfn-quicksight-dashboard-barchartsortconfiguration-colorsort)" : [ FieldSortOptions, ... ],
  "[SmallMultiplesLimitConfiguration](#cfn-quicksight-dashboard-barchartsortconfiguration-smallmultipleslimitconfiguration)" : ItemsLimitConfiguration,
  "[SmallMultiplesSort](#cfn-quicksight-dashboard-barchartsortconfiguration-smallmultiplessort)" : [ FieldSortOptions, ... ]
}
```

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

```
  [CategoryItemsLimit](#cfn-quicksight-dashboard-barchartsortconfiguration-categoryitemslimit): 
    ItemsLimitConfiguration
  [CategorySort](#cfn-quicksight-dashboard-barchartsortconfiguration-categorysort): 
    - FieldSortOptions
  [ColorItemsLimit](#cfn-quicksight-dashboard-barchartsortconfiguration-coloritemslimit): 
    ItemsLimitConfiguration
  [ColorSort](#cfn-quicksight-dashboard-barchartsortconfiguration-colorsort): 
    - FieldSortOptions
  [SmallMultiplesLimitConfiguration](#cfn-quicksight-dashboard-barchartsortconfiguration-smallmultipleslimitconfiguration): 
    ItemsLimitConfiguration
  [SmallMultiplesSort](#cfn-quicksight-dashboard-barchartsortconfiguration-smallmultiplessort): 
    - FieldSortOptions
```

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

`CategoryItemsLimit`  <a name="cfn-quicksight-dashboard-barchartsortconfiguration-categoryitemslimit"></a>
The limit on the number of categories displayed in a bar chart.  
*Required*: No  
*Type*: [ItemsLimitConfiguration](aws-properties-quicksight-dashboard-itemslimitconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CategorySort`  <a name="cfn-quicksight-dashboard-barchartsortconfiguration-categorysort"></a>
The sort configuration of category fields.  
*Required*: No  
*Type*: Array of [FieldSortOptions](aws-properties-quicksight-dashboard-fieldsortoptions.md)  
*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)

`ColorItemsLimit`  <a name="cfn-quicksight-dashboard-barchartsortconfiguration-coloritemslimit"></a>
The limit on the number of values displayed in a bar chart.  
*Required*: No  
*Type*: [ItemsLimitConfiguration](aws-properties-quicksight-dashboard-itemslimitconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColorSort`  <a name="cfn-quicksight-dashboard-barchartsortconfiguration-colorsort"></a>
The sort configuration of color fields in a bar chart.  
*Required*: No  
*Type*: Array of [FieldSortOptions](aws-properties-quicksight-dashboard-fieldsortoptions.md)  
*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)

`SmallMultiplesLimitConfiguration`  <a name="cfn-quicksight-dashboard-barchartsortconfiguration-smallmultipleslimitconfiguration"></a>
The limit on the number of small multiples panels that are displayed.  
*Required*: No  
*Type*: [ItemsLimitConfiguration](aws-properties-quicksight-dashboard-itemslimitconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SmallMultiplesSort`  <a name="cfn-quicksight-dashboard-barchartsortconfiguration-smallmultiplessort"></a>
The sort configuration of the small multiples field.  
*Required*: No  
*Type*: Array of [FieldSortOptions](aws-properties-quicksight-dashboard-fieldsortoptions.md)  
*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)

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

A bar chart.

The `BarChartVisual` structure describes a visual that is a member of the bar chart family. The following charts can be described using this structure:
+ Horizontal bar chart
+ Vertical bar chart
+ Horizontal stacked bar chart
+ Vertical stacked bar chart
+ Horizontal stacked 100% bar chart
+ Vertical stacked 100% bar chart

For more information, see [Using bar charts](https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html) in the *Amazon Quick Suite User Guide*.

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

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

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

```
{
  "[Actions](#cfn-quicksight-dashboard-barchartvisual-actions)" : [ VisualCustomAction, ... ],
  "[ChartConfiguration](#cfn-quicksight-dashboard-barchartvisual-chartconfiguration)" : BarChartConfiguration,
  "[ColumnHierarchies](#cfn-quicksight-dashboard-barchartvisual-columnhierarchies)" : [ ColumnHierarchy, ... ],
  "[Subtitle](#cfn-quicksight-dashboard-barchartvisual-subtitle)" : VisualSubtitleLabelOptions,
  "[Title](#cfn-quicksight-dashboard-barchartvisual-title)" : VisualTitleLabelOptions,
  "[VisualContentAltText](#cfn-quicksight-dashboard-barchartvisual-visualcontentalttext)" : String,
  "[VisualId](#cfn-quicksight-dashboard-barchartvisual-visualid)" : String
}
```

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

```
  [Actions](#cfn-quicksight-dashboard-barchartvisual-actions): 
    - VisualCustomAction
  [ChartConfiguration](#cfn-quicksight-dashboard-barchartvisual-chartconfiguration): 
    BarChartConfiguration
  [ColumnHierarchies](#cfn-quicksight-dashboard-barchartvisual-columnhierarchies): 
    - ColumnHierarchy
  [Subtitle](#cfn-quicksight-dashboard-barchartvisual-subtitle): 
    VisualSubtitleLabelOptions
  [Title](#cfn-quicksight-dashboard-barchartvisual-title): 
    VisualTitleLabelOptions
  [VisualContentAltText](#cfn-quicksight-dashboard-barchartvisual-visualcontentalttext): String
  [VisualId](#cfn-quicksight-dashboard-barchartvisual-visualid): String
```

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

`Actions`  <a name="cfn-quicksight-dashboard-barchartvisual-actions"></a>
The list of custom actions that are configured for a visual.  
*Required*: No  
*Type*: Array of [VisualCustomAction](aws-properties-quicksight-dashboard-visualcustomaction.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ChartConfiguration`  <a name="cfn-quicksight-dashboard-barchartvisual-chartconfiguration"></a>
The configuration settings of the visual.  
*Required*: No  
*Type*: [BarChartConfiguration](aws-properties-quicksight-dashboard-barchartconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColumnHierarchies`  <a name="cfn-quicksight-dashboard-barchartvisual-columnhierarchies"></a>
The column hierarchy that is used during drill-downs and drill-ups.  
*Required*: No  
*Type*: Array of [ColumnHierarchy](aws-properties-quicksight-dashboard-columnhierarchy.md)  
*Minimum*: `0`  
*Maximum*: `2`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Subtitle`  <a name="cfn-quicksight-dashboard-barchartvisual-subtitle"></a>
The subtitle that is displayed on the visual.  
*Required*: No  
*Type*: [VisualSubtitleLabelOptions](aws-properties-quicksight-dashboard-visualsubtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-barchartvisual-title"></a>
The title that is displayed on the visual.  
*Required*: No  
*Type*: [VisualTitleLabelOptions](aws-properties-quicksight-dashboard-visualtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualContentAltText`  <a name="cfn-quicksight-dashboard-barchartvisual-visualcontentalttext"></a>
The alt text for the visual.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualId`  <a name="cfn-quicksight-dashboard-barchartvisual-visualid"></a>
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

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

The options that determine the bin count of a histogram.

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

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

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

```
{
  "[Value](#cfn-quicksight-dashboard-bincountoptions-value)" : Number
}
```

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

```
  [Value](#cfn-quicksight-dashboard-bincountoptions-value): Number
```

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

`Value`  <a name="cfn-quicksight-dashboard-bincountoptions-value"></a>
The options that determine the bin count value.  
*Required*: No  
*Type*: Number  
*Minimum*: `0`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The options that determine the bin width of a histogram.

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

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

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

```
{
  "[BinCountLimit](#cfn-quicksight-dashboard-binwidthoptions-bincountlimit)" : Number,
  "[Value](#cfn-quicksight-dashboard-binwidthoptions-value)" : Number
}
```

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

```
  [BinCountLimit](#cfn-quicksight-dashboard-binwidthoptions-bincountlimit): Number
  [Value](#cfn-quicksight-dashboard-binwidthoptions-value): Number
```

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

`BinCountLimit`  <a name="cfn-quicksight-dashboard-binwidthoptions-bincountlimit"></a>
The options that determine the bin count limit.  
*Required*: No  
*Type*: Number  
*Minimum*: `0`  
*Maximum*: `1000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-quicksight-dashboard-binwidthoptions-value"></a>
The options that determine the bin width value.  
*Required*: No  
*Type*: Number  
*Minimum*: `0`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The configuration of a body section.

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

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

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

```
{
  "[Content](#cfn-quicksight-dashboard-bodysectionconfiguration-content)" : BodySectionContent,
  "[PageBreakConfiguration](#cfn-quicksight-dashboard-bodysectionconfiguration-pagebreakconfiguration)" : SectionPageBreakConfiguration,
  "[RepeatConfiguration](#cfn-quicksight-dashboard-bodysectionconfiguration-repeatconfiguration)" : BodySectionRepeatConfiguration,
  "[SectionId](#cfn-quicksight-dashboard-bodysectionconfiguration-sectionid)" : String,
  "[Style](#cfn-quicksight-dashboard-bodysectionconfiguration-style)" : SectionStyle
}
```

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

```
  [Content](#cfn-quicksight-dashboard-bodysectionconfiguration-content): 
    BodySectionContent
  [PageBreakConfiguration](#cfn-quicksight-dashboard-bodysectionconfiguration-pagebreakconfiguration): 
    SectionPageBreakConfiguration
  [RepeatConfiguration](#cfn-quicksight-dashboard-bodysectionconfiguration-repeatconfiguration): 
    BodySectionRepeatConfiguration
  [SectionId](#cfn-quicksight-dashboard-bodysectionconfiguration-sectionid): String
  [Style](#cfn-quicksight-dashboard-bodysectionconfiguration-style): 
    SectionStyle
```

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

`Content`  <a name="cfn-quicksight-dashboard-bodysectionconfiguration-content"></a>
The configuration of content in a body section.  
*Required*: Yes  
*Type*: [BodySectionContent](aws-properties-quicksight-dashboard-bodysectioncontent.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PageBreakConfiguration`  <a name="cfn-quicksight-dashboard-bodysectionconfiguration-pagebreakconfiguration"></a>
The configuration of a page break for a section.  
*Required*: No  
*Type*: [SectionPageBreakConfiguration](aws-properties-quicksight-dashboard-sectionpagebreakconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RepeatConfiguration`  <a name="cfn-quicksight-dashboard-bodysectionconfiguration-repeatconfiguration"></a>
Describes the configurations that are required to declare a section as repeating.  
*Required*: No  
*Type*: [BodySectionRepeatConfiguration](aws-properties-quicksight-dashboard-bodysectionrepeatconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SectionId`  <a name="cfn-quicksight-dashboard-bodysectionconfiguration-sectionid"></a>
The unique identifier of a body section.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`Style`  <a name="cfn-quicksight-dashboard-bodysectionconfiguration-style"></a>
The style options of a body section.  
*Required*: No  
*Type*: [SectionStyle](aws-properties-quicksight-dashboard-sectionstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The configuration of content in a body section.

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

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

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

```
{
  "[Layout](#cfn-quicksight-dashboard-bodysectioncontent-layout)" : SectionLayoutConfiguration
}
```

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

```
  [Layout](#cfn-quicksight-dashboard-bodysectioncontent-layout): 
    SectionLayoutConfiguration
```

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

`Layout`  <a name="cfn-quicksight-dashboard-bodysectioncontent-layout"></a>
The layout configuration of a body section.  
*Required*: No  
*Type*: [SectionLayoutConfiguration](aws-properties-quicksight-dashboard-sectionlayoutconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Describes the **Category** dataset column and constraints for the dynamic values used to repeat the contents of a section.

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

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

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

```
{
  "[Column](#cfn-quicksight-dashboard-bodysectiondynamiccategorydimensionconfiguration-column)" : ColumnIdentifier,
  "[Limit](#cfn-quicksight-dashboard-bodysectiondynamiccategorydimensionconfiguration-limit)" : Number,
  "[SortByMetrics](#cfn-quicksight-dashboard-bodysectiondynamiccategorydimensionconfiguration-sortbymetrics)" : [ ColumnSort, ... ]
}
```

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

```
  [Column](#cfn-quicksight-dashboard-bodysectiondynamiccategorydimensionconfiguration-column): 
    ColumnIdentifier
  [Limit](#cfn-quicksight-dashboard-bodysectiondynamiccategorydimensionconfiguration-limit): Number
  [SortByMetrics](#cfn-quicksight-dashboard-bodysectiondynamiccategorydimensionconfiguration-sortbymetrics): 
    - ColumnSort
```

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

`Column`  <a name="cfn-quicksight-dashboard-bodysectiondynamiccategorydimensionconfiguration-column"></a>
Property description not available.  
*Required*: Yes  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Limit`  <a name="cfn-quicksight-dashboard-bodysectiondynamiccategorydimensionconfiguration-limit"></a>
Number of values to use from the column for repetition.  
*Required*: No  
*Type*: Number  
*Minimum*: `1`  
*Maximum*: `1000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SortByMetrics`  <a name="cfn-quicksight-dashboard-bodysectiondynamiccategorydimensionconfiguration-sortbymetrics"></a>
Sort criteria on the column values that you use for repetition.   
*Required*: No  
*Type*: Array of [ColumnSort](aws-properties-quicksight-dashboard-columnsort.md)  
*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)

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

Describes the **Numeric** dataset column and constraints for the dynamic values used to repeat the contents of a section.

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

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

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

```
{
  "[Column](#cfn-quicksight-dashboard-bodysectiondynamicnumericdimensionconfiguration-column)" : ColumnIdentifier,
  "[Limit](#cfn-quicksight-dashboard-bodysectiondynamicnumericdimensionconfiguration-limit)" : Number,
  "[SortByMetrics](#cfn-quicksight-dashboard-bodysectiondynamicnumericdimensionconfiguration-sortbymetrics)" : [ ColumnSort, ... ]
}
```

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

```
  [Column](#cfn-quicksight-dashboard-bodysectiondynamicnumericdimensionconfiguration-column): 
    ColumnIdentifier
  [Limit](#cfn-quicksight-dashboard-bodysectiondynamicnumericdimensionconfiguration-limit): Number
  [SortByMetrics](#cfn-quicksight-dashboard-bodysectiondynamicnumericdimensionconfiguration-sortbymetrics): 
    - ColumnSort
```

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

`Column`  <a name="cfn-quicksight-dashboard-bodysectiondynamicnumericdimensionconfiguration-column"></a>
Property description not available.  
*Required*: Yes  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Limit`  <a name="cfn-quicksight-dashboard-bodysectiondynamicnumericdimensionconfiguration-limit"></a>
Number of values to use from the column for repetition.  
*Required*: No  
*Type*: Number  
*Minimum*: `1`  
*Maximum*: `1000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SortByMetrics`  <a name="cfn-quicksight-dashboard-bodysectiondynamicnumericdimensionconfiguration-sortbymetrics"></a>
Sort criteria on the column values that you use for repetition.   
*Required*: No  
*Type*: Array of [ColumnSort](aws-properties-quicksight-dashboard-columnsort.md)  
*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)

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

Describes the configurations that are required to declare a section as repeating.

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

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

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

```
{
  "[DimensionConfigurations](#cfn-quicksight-dashboard-bodysectionrepeatconfiguration-dimensionconfigurations)" : [ BodySectionRepeatDimensionConfiguration, ... ],
  "[NonRepeatingVisuals](#cfn-quicksight-dashboard-bodysectionrepeatconfiguration-nonrepeatingvisuals)" : [ String, ... ],
  "[PageBreakConfiguration](#cfn-quicksight-dashboard-bodysectionrepeatconfiguration-pagebreakconfiguration)" : BodySectionRepeatPageBreakConfiguration
}
```

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

```
  [DimensionConfigurations](#cfn-quicksight-dashboard-bodysectionrepeatconfiguration-dimensionconfigurations): 
    - BodySectionRepeatDimensionConfiguration
  [NonRepeatingVisuals](#cfn-quicksight-dashboard-bodysectionrepeatconfiguration-nonrepeatingvisuals): 
    - String
  [PageBreakConfiguration](#cfn-quicksight-dashboard-bodysectionrepeatconfiguration-pagebreakconfiguration): 
    BodySectionRepeatPageBreakConfiguration
```

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

`DimensionConfigurations`  <a name="cfn-quicksight-dashboard-bodysectionrepeatconfiguration-dimensionconfigurations"></a>
List of `BodySectionRepeatDimensionConfiguration` values that describe the dataset column and constraints for the column used to repeat the contents of a section.  
*Required*: No  
*Type*: Array of [BodySectionRepeatDimensionConfiguration](aws-properties-quicksight-dashboard-bodysectionrepeatdimensionconfiguration.md)  
*Minimum*: `0`  
*Maximum*: `3`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NonRepeatingVisuals`  <a name="cfn-quicksight-dashboard-bodysectionrepeatconfiguration-nonrepeatingvisuals"></a>
List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.  
*Required*: No  
*Type*: Array of String  
*Minimum*: `1 | 0`  
*Maximum*: `512 | 20`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PageBreakConfiguration`  <a name="cfn-quicksight-dashboard-bodysectionrepeatconfiguration-pagebreakconfiguration"></a>
Page break configuration to apply for each repeating instance.  
*Required*: No  
*Type*: [BodySectionRepeatPageBreakConfiguration](aws-properties-quicksight-dashboard-bodysectionrepeatpagebreakconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Describes the dataset column and constraints for the dynamic values used to repeat the contents of a section. The dataset column is either **Category** or **Numeric** column configuration

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

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

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

```
{
  "[DynamicCategoryDimensionConfiguration](#cfn-quicksight-dashboard-bodysectionrepeatdimensionconfiguration-dynamiccategorydimensionconfiguration)" : BodySectionDynamicCategoryDimensionConfiguration,
  "[DynamicNumericDimensionConfiguration](#cfn-quicksight-dashboard-bodysectionrepeatdimensionconfiguration-dynamicnumericdimensionconfiguration)" : BodySectionDynamicNumericDimensionConfiguration
}
```

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

```
  [DynamicCategoryDimensionConfiguration](#cfn-quicksight-dashboard-bodysectionrepeatdimensionconfiguration-dynamiccategorydimensionconfiguration): 
    BodySectionDynamicCategoryDimensionConfiguration
  [DynamicNumericDimensionConfiguration](#cfn-quicksight-dashboard-bodysectionrepeatdimensionconfiguration-dynamicnumericdimensionconfiguration): 
    BodySectionDynamicNumericDimensionConfiguration
```

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

`DynamicCategoryDimensionConfiguration`  <a name="cfn-quicksight-dashboard-bodysectionrepeatdimensionconfiguration-dynamiccategorydimensionconfiguration"></a>
Describes the **Category** dataset column and constraints around the dynamic values that will be used in repeating the section contents.  
*Required*: No  
*Type*: [BodySectionDynamicCategoryDimensionConfiguration](aws-properties-quicksight-dashboard-bodysectiondynamiccategorydimensionconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DynamicNumericDimensionConfiguration`  <a name="cfn-quicksight-dashboard-bodysectionrepeatdimensionconfiguration-dynamicnumericdimensionconfiguration"></a>
Describes the **Numeric** dataset column and constraints around the dynamic values used to repeat the contents of a section.  
*Required*: No  
*Type*: [BodySectionDynamicNumericDimensionConfiguration](aws-properties-quicksight-dashboard-bodysectiondynamicnumericdimensionconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The page break configuration to apply for each repeating instance.

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

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

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

```
{
  "[After](#cfn-quicksight-dashboard-bodysectionrepeatpagebreakconfiguration-after)" : SectionAfterPageBreak
}
```

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

```
  [After](#cfn-quicksight-dashboard-bodysectionrepeatpagebreakconfiguration-after): 
    SectionAfterPageBreak
```

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

`After`  <a name="cfn-quicksight-dashboard-bodysectionrepeatpagebreakconfiguration-after"></a>
Property description not available.  
*Required*: No  
*Type*: [SectionAfterPageBreak](aws-properties-quicksight-dashboard-sectionafterpagebreak.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The aggregated field well for a box plot.

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

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

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

```
{
  "[GroupBy](#cfn-quicksight-dashboard-boxplotaggregatedfieldwells-groupby)" : [ DimensionField, ... ],
  "[Values](#cfn-quicksight-dashboard-boxplotaggregatedfieldwells-values)" : [ MeasureField, ... ]
}
```

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

```
  [GroupBy](#cfn-quicksight-dashboard-boxplotaggregatedfieldwells-groupby): 
    - DimensionField
  [Values](#cfn-quicksight-dashboard-boxplotaggregatedfieldwells-values): 
    - MeasureField
```

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

`GroupBy`  <a name="cfn-quicksight-dashboard-boxplotaggregatedfieldwells-groupby"></a>
The group by field well of a box plot chart. Values are grouped based on group by fields.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Values`  <a name="cfn-quicksight-dashboard-boxplotaggregatedfieldwells-values"></a>
The value field well of a box plot chart. Values are aggregated based on group by fields.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `5`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The configuration of a `BoxPlotVisual`.

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

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

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

```
{
  "[BoxPlotOptions](#cfn-quicksight-dashboard-boxplotchartconfiguration-boxplotoptions)" : BoxPlotOptions,
  "[CategoryAxis](#cfn-quicksight-dashboard-boxplotchartconfiguration-categoryaxis)" : AxisDisplayOptions,
  "[CategoryLabelOptions](#cfn-quicksight-dashboard-boxplotchartconfiguration-categorylabeloptions)" : ChartAxisLabelOptions,
  "[FieldWells](#cfn-quicksight-dashboard-boxplotchartconfiguration-fieldwells)" : BoxPlotFieldWells,
  "[Interactions](#cfn-quicksight-dashboard-boxplotchartconfiguration-interactions)" : VisualInteractionOptions,
  "[Legend](#cfn-quicksight-dashboard-boxplotchartconfiguration-legend)" : LegendOptions,
  "[PrimaryYAxisDisplayOptions](#cfn-quicksight-dashboard-boxplotchartconfiguration-primaryyaxisdisplayoptions)" : AxisDisplayOptions,
  "[PrimaryYAxisLabelOptions](#cfn-quicksight-dashboard-boxplotchartconfiguration-primaryyaxislabeloptions)" : ChartAxisLabelOptions,
  "[ReferenceLines](#cfn-quicksight-dashboard-boxplotchartconfiguration-referencelines)" : [ ReferenceLine, ... ],
  "[SortConfiguration](#cfn-quicksight-dashboard-boxplotchartconfiguration-sortconfiguration)" : BoxPlotSortConfiguration,
  "[Tooltip](#cfn-quicksight-dashboard-boxplotchartconfiguration-tooltip)" : TooltipOptions,
  "[VisualPalette](#cfn-quicksight-dashboard-boxplotchartconfiguration-visualpalette)" : VisualPalette
}
```

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

```
  [BoxPlotOptions](#cfn-quicksight-dashboard-boxplotchartconfiguration-boxplotoptions): 
    BoxPlotOptions
  [CategoryAxis](#cfn-quicksight-dashboard-boxplotchartconfiguration-categoryaxis): 
    AxisDisplayOptions
  [CategoryLabelOptions](#cfn-quicksight-dashboard-boxplotchartconfiguration-categorylabeloptions): 
    ChartAxisLabelOptions
  [FieldWells](#cfn-quicksight-dashboard-boxplotchartconfiguration-fieldwells): 
    BoxPlotFieldWells
  [Interactions](#cfn-quicksight-dashboard-boxplotchartconfiguration-interactions): 
    VisualInteractionOptions
  [Legend](#cfn-quicksight-dashboard-boxplotchartconfiguration-legend): 
    LegendOptions
  [PrimaryYAxisDisplayOptions](#cfn-quicksight-dashboard-boxplotchartconfiguration-primaryyaxisdisplayoptions): 
    AxisDisplayOptions
  [PrimaryYAxisLabelOptions](#cfn-quicksight-dashboard-boxplotchartconfiguration-primaryyaxislabeloptions): 
    ChartAxisLabelOptions
  [ReferenceLines](#cfn-quicksight-dashboard-boxplotchartconfiguration-referencelines): 
    - ReferenceLine
  [SortConfiguration](#cfn-quicksight-dashboard-boxplotchartconfiguration-sortconfiguration): 
    BoxPlotSortConfiguration
  [Tooltip](#cfn-quicksight-dashboard-boxplotchartconfiguration-tooltip): 
    TooltipOptions
  [VisualPalette](#cfn-quicksight-dashboard-boxplotchartconfiguration-visualpalette): 
    VisualPalette
```

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

`BoxPlotOptions`  <a name="cfn-quicksight-dashboard-boxplotchartconfiguration-boxplotoptions"></a>
The box plot chart options for a box plot visual  
*Required*: No  
*Type*: [BoxPlotOptions](aws-properties-quicksight-dashboard-boxplotoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CategoryAxis`  <a name="cfn-quicksight-dashboard-boxplotchartconfiguration-categoryaxis"></a>
The label display options (grid line, range, scale, axis step) of a box plot category.  
*Required*: No  
*Type*: [AxisDisplayOptions](aws-properties-quicksight-dashboard-axisdisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CategoryLabelOptions`  <a name="cfn-quicksight-dashboard-boxplotchartconfiguration-categorylabeloptions"></a>
The label options (label text, label visibility and sort Icon visibility) of a box plot category.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-dashboard-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldWells`  <a name="cfn-quicksight-dashboard-boxplotchartconfiguration-fieldwells"></a>
The field wells of the visual.  
*Required*: No  
*Type*: [BoxPlotFieldWells](aws-properties-quicksight-dashboard-boxplotfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Interactions`  <a name="cfn-quicksight-dashboard-boxplotchartconfiguration-interactions"></a>
The general visual interactions setup for a visual.  
*Required*: No  
*Type*: [VisualInteractionOptions](aws-properties-quicksight-dashboard-visualinteractionoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Legend`  <a name="cfn-quicksight-dashboard-boxplotchartconfiguration-legend"></a>
Property description not available.  
*Required*: No  
*Type*: [LegendOptions](aws-properties-quicksight-dashboard-legendoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PrimaryYAxisDisplayOptions`  <a name="cfn-quicksight-dashboard-boxplotchartconfiguration-primaryyaxisdisplayoptions"></a>
The label display options (grid line, range, scale, axis step) of a box plot category.  
*Required*: No  
*Type*: [AxisDisplayOptions](aws-properties-quicksight-dashboard-axisdisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PrimaryYAxisLabelOptions`  <a name="cfn-quicksight-dashboard-boxplotchartconfiguration-primaryyaxislabeloptions"></a>
The label options (label text, label visibility and sort icon visibility) of a box plot value.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-dashboard-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ReferenceLines`  <a name="cfn-quicksight-dashboard-boxplotchartconfiguration-referencelines"></a>
The reference line setup of the visual.  
*Required*: No  
*Type*: Array of [ReferenceLine](aws-properties-quicksight-dashboard-referenceline.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)

`SortConfiguration`  <a name="cfn-quicksight-dashboard-boxplotchartconfiguration-sortconfiguration"></a>
The sort configuration of a `BoxPlotVisual`.  
*Required*: No  
*Type*: [BoxPlotSortConfiguration](aws-properties-quicksight-dashboard-boxplotsortconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tooltip`  <a name="cfn-quicksight-dashboard-boxplotchartconfiguration-tooltip"></a>
The tooltip display setup of the visual.  
*Required*: No  
*Type*: [TooltipOptions](aws-properties-quicksight-dashboard-tooltipoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualPalette`  <a name="cfn-quicksight-dashboard-boxplotchartconfiguration-visualpalette"></a>
The palette (chart color) display setup of the visual.  
*Required*: No  
*Type*: [VisualPalette](aws-properties-quicksight-dashboard-visualpalette.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The field wells of a `BoxPlotVisual`.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

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

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

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

```
{
  "[BoxPlotAggregatedFieldWells](#cfn-quicksight-dashboard-boxplotfieldwells-boxplotaggregatedfieldwells)" : BoxPlotAggregatedFieldWells
}
```

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

```
  [BoxPlotAggregatedFieldWells](#cfn-quicksight-dashboard-boxplotfieldwells-boxplotaggregatedfieldwells): 
    BoxPlotAggregatedFieldWells
```

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

`BoxPlotAggregatedFieldWells`  <a name="cfn-quicksight-dashboard-boxplotfieldwells-boxplotaggregatedfieldwells"></a>
The aggregated field wells of a box plot.  
*Required*: No  
*Type*: [BoxPlotAggregatedFieldWells](aws-properties-quicksight-dashboard-boxplotaggregatedfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The options of a box plot visual.

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

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

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

```
{
  "[AllDataPointsVisibility](#cfn-quicksight-dashboard-boxplotoptions-alldatapointsvisibility)" : String,
  "[OutlierVisibility](#cfn-quicksight-dashboard-boxplotoptions-outliervisibility)" : String,
  "[StyleOptions](#cfn-quicksight-dashboard-boxplotoptions-styleoptions)" : BoxPlotStyleOptions
}
```

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

```
  [AllDataPointsVisibility](#cfn-quicksight-dashboard-boxplotoptions-alldatapointsvisibility): String
  [OutlierVisibility](#cfn-quicksight-dashboard-boxplotoptions-outliervisibility): String
  [StyleOptions](#cfn-quicksight-dashboard-boxplotoptions-styleoptions): 
    BoxPlotStyleOptions
```

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

`AllDataPointsVisibility`  <a name="cfn-quicksight-dashboard-boxplotoptions-alldatapointsvisibility"></a>
Determines the visibility of all data points of the box plot.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`OutlierVisibility`  <a name="cfn-quicksight-dashboard-boxplotoptions-outliervisibility"></a>
Determines the visibility of the outlier in a box plot.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StyleOptions`  <a name="cfn-quicksight-dashboard-boxplotoptions-styleoptions"></a>
The style options of the box plot.  
*Required*: No  
*Type*: [BoxPlotStyleOptions](aws-properties-quicksight-dashboard-boxplotstyleoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The sort configuration of a `BoxPlotVisual`.

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

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

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

```
{
  "[CategorySort](#cfn-quicksight-dashboard-boxplotsortconfiguration-categorysort)" : [ FieldSortOptions, ... ],
  "[PaginationConfiguration](#cfn-quicksight-dashboard-boxplotsortconfiguration-paginationconfiguration)" : PaginationConfiguration
}
```

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

```
  [CategorySort](#cfn-quicksight-dashboard-boxplotsortconfiguration-categorysort): 
    - FieldSortOptions
  [PaginationConfiguration](#cfn-quicksight-dashboard-boxplotsortconfiguration-paginationconfiguration): 
    PaginationConfiguration
```

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

`CategorySort`  <a name="cfn-quicksight-dashboard-boxplotsortconfiguration-categorysort"></a>
The sort configuration of a group by fields.  
*Required*: No  
*Type*: Array of [FieldSortOptions](aws-properties-quicksight-dashboard-fieldsortoptions.md)  
*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)

`PaginationConfiguration`  <a name="cfn-quicksight-dashboard-boxplotsortconfiguration-paginationconfiguration"></a>
The pagination configuration of a table visual or box plot.  
*Required*: No  
*Type*: [PaginationConfiguration](aws-properties-quicksight-dashboard-paginationconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The style options of the box plot.

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

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

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

```
{
  "[FillStyle](#cfn-quicksight-dashboard-boxplotstyleoptions-fillstyle)" : String
}
```

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

```
  [FillStyle](#cfn-quicksight-dashboard-boxplotstyleoptions-fillstyle): String
```

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

`FillStyle`  <a name="cfn-quicksight-dashboard-boxplotstyleoptions-fillstyle"></a>
The fill styles (solid, transparent) of the box plot.  
*Required*: No  
*Type*: String  
*Allowed values*: `SOLID | TRANSPARENT`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

A box plot.

For more information, see [Using box plots](https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html) in the *Amazon Quick Suite User Guide*.

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

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

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

```
{
  "[Actions](#cfn-quicksight-dashboard-boxplotvisual-actions)" : [ VisualCustomAction, ... ],
  "[ChartConfiguration](#cfn-quicksight-dashboard-boxplotvisual-chartconfiguration)" : BoxPlotChartConfiguration,
  "[ColumnHierarchies](#cfn-quicksight-dashboard-boxplotvisual-columnhierarchies)" : [ ColumnHierarchy, ... ],
  "[Subtitle](#cfn-quicksight-dashboard-boxplotvisual-subtitle)" : VisualSubtitleLabelOptions,
  "[Title](#cfn-quicksight-dashboard-boxplotvisual-title)" : VisualTitleLabelOptions,
  "[VisualContentAltText](#cfn-quicksight-dashboard-boxplotvisual-visualcontentalttext)" : String,
  "[VisualId](#cfn-quicksight-dashboard-boxplotvisual-visualid)" : String
}
```

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

```
  [Actions](#cfn-quicksight-dashboard-boxplotvisual-actions): 
    - VisualCustomAction
  [ChartConfiguration](#cfn-quicksight-dashboard-boxplotvisual-chartconfiguration): 
    BoxPlotChartConfiguration
  [ColumnHierarchies](#cfn-quicksight-dashboard-boxplotvisual-columnhierarchies): 
    - ColumnHierarchy
  [Subtitle](#cfn-quicksight-dashboard-boxplotvisual-subtitle): 
    VisualSubtitleLabelOptions
  [Title](#cfn-quicksight-dashboard-boxplotvisual-title): 
    VisualTitleLabelOptions
  [VisualContentAltText](#cfn-quicksight-dashboard-boxplotvisual-visualcontentalttext): String
  [VisualId](#cfn-quicksight-dashboard-boxplotvisual-visualid): String
```

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

`Actions`  <a name="cfn-quicksight-dashboard-boxplotvisual-actions"></a>
The list of custom actions that are configured for a visual.  
*Required*: No  
*Type*: Array of [VisualCustomAction](aws-properties-quicksight-dashboard-visualcustomaction.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ChartConfiguration`  <a name="cfn-quicksight-dashboard-boxplotvisual-chartconfiguration"></a>
The configuration settings of the visual.  
*Required*: No  
*Type*: [BoxPlotChartConfiguration](aws-properties-quicksight-dashboard-boxplotchartconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColumnHierarchies`  <a name="cfn-quicksight-dashboard-boxplotvisual-columnhierarchies"></a>
The column hierarchy that is used during drill-downs and drill-ups.  
*Required*: No  
*Type*: Array of [ColumnHierarchy](aws-properties-quicksight-dashboard-columnhierarchy.md)  
*Minimum*: `0`  
*Maximum*: `2`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Subtitle`  <a name="cfn-quicksight-dashboard-boxplotvisual-subtitle"></a>
The subtitle that is displayed on the visual.  
*Required*: No  
*Type*: [VisualSubtitleLabelOptions](aws-properties-quicksight-dashboard-visualsubtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-boxplotvisual-title"></a>
The title that is displayed on the visual.  
*Required*: No  
*Type*: [VisualTitleLabelOptions](aws-properties-quicksight-dashboard-visualtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualContentAltText`  <a name="cfn-quicksight-dashboard-boxplotvisual-visualcontentalttext"></a>
The alt text for the visual.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualId`  <a name="cfn-quicksight-dashboard-boxplotvisual-visualid"></a>
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

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

The calculated field of an analysis.

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

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

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

```
{
  "[DataSetIdentifier](#cfn-quicksight-dashboard-calculatedfield-datasetidentifier)" : String,
  "[Expression](#cfn-quicksight-dashboard-calculatedfield-expression)" : String,
  "[Name](#cfn-quicksight-dashboard-calculatedfield-name)" : String
}
```

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

```
  [DataSetIdentifier](#cfn-quicksight-dashboard-calculatedfield-datasetidentifier): String
  [Expression](#cfn-quicksight-dashboard-calculatedfield-expression): String
  [Name](#cfn-quicksight-dashboard-calculatedfield-name): String
```

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

`DataSetIdentifier`  <a name="cfn-quicksight-dashboard-calculatedfield-datasetidentifier"></a>
The data set that is used in this calculated field.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Expression`  <a name="cfn-quicksight-dashboard-calculatedfield-expression"></a>
The expression of the calculated field.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `32000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-quicksight-dashboard-calculatedfield-name"></a>
The name of the calculated field.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `127`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The table calculation measure field for pivot tables.

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

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

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

```
{
  "[Expression](#cfn-quicksight-dashboard-calculatedmeasurefield-expression)" : String,
  "[FieldId](#cfn-quicksight-dashboard-calculatedmeasurefield-fieldid)" : String
}
```

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

```
  [Expression](#cfn-quicksight-dashboard-calculatedmeasurefield-expression): String
  [FieldId](#cfn-quicksight-dashboard-calculatedmeasurefield-fieldid): String
```

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

`Expression`  <a name="cfn-quicksight-dashboard-calculatedmeasurefield-expression"></a>
The expression in the table calculation.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `4096`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldId`  <a name="cfn-quicksight-dashboard-calculatedmeasurefield-fieldid"></a>
The custom field ID.  
*Required*: Yes  
*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)

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

The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.

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

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

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

```
{
  "[SourceControls](#cfn-quicksight-dashboard-cascadingcontrolconfiguration-sourcecontrols)" : [ CascadingControlSource, ... ]
}
```

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

```
  [SourceControls](#cfn-quicksight-dashboard-cascadingcontrolconfiguration-sourcecontrols): 
    - CascadingControlSource
```

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

`SourceControls`  <a name="cfn-quicksight-dashboard-cascadingcontrolconfiguration-sourcecontrols"></a>
A list of source controls that determine the values that are used in the current control.  
*Required*: No  
*Type*: Array of [CascadingControlSource](aws-properties-quicksight-dashboard-cascadingcontrolsource.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The source controls that are used in a `CascadingControlConfiguration`.

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

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

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

```
{
  "[ColumnToMatch](#cfn-quicksight-dashboard-cascadingcontrolsource-columntomatch)" : ColumnIdentifier,
  "[SourceSheetControlId](#cfn-quicksight-dashboard-cascadingcontrolsource-sourcesheetcontrolid)" : String
}
```

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

```
  [ColumnToMatch](#cfn-quicksight-dashboard-cascadingcontrolsource-columntomatch): 
    ColumnIdentifier
  [SourceSheetControlId](#cfn-quicksight-dashboard-cascadingcontrolsource-sourcesheetcontrolid): String
```

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

`ColumnToMatch`  <a name="cfn-quicksight-dashboard-cascadingcontrolsource-columntomatch"></a>
The column identifier that determines which column to look up for the source sheet control.  
*Required*: No  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SourceSheetControlId`  <a name="cfn-quicksight-dashboard-cascadingcontrolsource-sourcesheetcontrolid"></a>
The source sheet control ID of a `CascadingControlSource`.  
*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)

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

The dimension type field with categorical type columns..

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

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

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

```
{
  "[Column](#cfn-quicksight-dashboard-categoricaldimensionfield-column)" : ColumnIdentifier,
  "[FieldId](#cfn-quicksight-dashboard-categoricaldimensionfield-fieldid)" : String,
  "[FormatConfiguration](#cfn-quicksight-dashboard-categoricaldimensionfield-formatconfiguration)" : StringFormatConfiguration,
  "[HierarchyId](#cfn-quicksight-dashboard-categoricaldimensionfield-hierarchyid)" : String
}
```

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

```
  [Column](#cfn-quicksight-dashboard-categoricaldimensionfield-column): 
    ColumnIdentifier
  [FieldId](#cfn-quicksight-dashboard-categoricaldimensionfield-fieldid): String
  [FormatConfiguration](#cfn-quicksight-dashboard-categoricaldimensionfield-formatconfiguration): 
    StringFormatConfiguration
  [HierarchyId](#cfn-quicksight-dashboard-categoricaldimensionfield-hierarchyid): String
```

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

`Column`  <a name="cfn-quicksight-dashboard-categoricaldimensionfield-column"></a>
The column that is used in the `CategoricalDimensionField`.  
*Required*: Yes  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldId`  <a name="cfn-quicksight-dashboard-categoricaldimensionfield-fieldid"></a>
The custom field ID.  
*Required*: Yes  
*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)

`FormatConfiguration`  <a name="cfn-quicksight-dashboard-categoricaldimensionfield-formatconfiguration"></a>
The format configuration of the field.  
*Required*: No  
*Type*: [StringFormatConfiguration](aws-properties-quicksight-dashboard-stringformatconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`HierarchyId`  <a name="cfn-quicksight-dashboard-categoricaldimensionfield-hierarchyid"></a>
The custom hierarchy ID.  
*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)

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

The measure type field with categorical type columns.

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

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

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

```
{
  "[AggregationFunction](#cfn-quicksight-dashboard-categoricalmeasurefield-aggregationfunction)" : String,
  "[Column](#cfn-quicksight-dashboard-categoricalmeasurefield-column)" : ColumnIdentifier,
  "[FieldId](#cfn-quicksight-dashboard-categoricalmeasurefield-fieldid)" : String,
  "[FormatConfiguration](#cfn-quicksight-dashboard-categoricalmeasurefield-formatconfiguration)" : StringFormatConfiguration
}
```

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

```
  [AggregationFunction](#cfn-quicksight-dashboard-categoricalmeasurefield-aggregationfunction): String
  [Column](#cfn-quicksight-dashboard-categoricalmeasurefield-column): 
    ColumnIdentifier
  [FieldId](#cfn-quicksight-dashboard-categoricalmeasurefield-fieldid): String
  [FormatConfiguration](#cfn-quicksight-dashboard-categoricalmeasurefield-formatconfiguration): 
    StringFormatConfiguration
```

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

`AggregationFunction`  <a name="cfn-quicksight-dashboard-categoricalmeasurefield-aggregationfunction"></a>
The aggregation function of the measure field.  
*Required*: No  
*Type*: [String](aws-properties-quicksight-dashboard-aggregationfunction.md)  
*Allowed values*: `COUNT | DISTINCT_COUNT`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Column`  <a name="cfn-quicksight-dashboard-categoricalmeasurefield-column"></a>
The column that is used in the `CategoricalMeasureField`.  
*Required*: Yes  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldId`  <a name="cfn-quicksight-dashboard-categoricalmeasurefield-fieldid"></a>
The custom field ID.  
*Required*: Yes  
*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)

`FormatConfiguration`  <a name="cfn-quicksight-dashboard-categoricalmeasurefield-formatconfiguration"></a>
The format configuration of the field.  
*Required*: No  
*Type*: [StringFormatConfiguration](aws-properties-quicksight-dashboard-stringformatconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The category drill down filter.

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

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

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

```
{
  "[CategoryValues](#cfn-quicksight-dashboard-categorydrilldownfilter-categoryvalues)" : [ String, ... ],
  "[Column](#cfn-quicksight-dashboard-categorydrilldownfilter-column)" : ColumnIdentifier
}
```

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

```
  [CategoryValues](#cfn-quicksight-dashboard-categorydrilldownfilter-categoryvalues): 
    - String
  [Column](#cfn-quicksight-dashboard-categorydrilldownfilter-column): 
    ColumnIdentifier
```

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

`CategoryValues`  <a name="cfn-quicksight-dashboard-categorydrilldownfilter-categoryvalues"></a>
A list of the string inputs that are the values of the category drill down filter.  
*Required*: Yes  
*Type*: Array of String  
*Minimum*: `0 | 0`  
*Maximum*: `512 | 100000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Column`  <a name="cfn-quicksight-dashboard-categorydrilldownfilter-column"></a>
The column that the filter is applied to.  
*Required*: Yes  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

A `CategoryFilter` filters text values.

For more information, see [Adding text filters](https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html) in the *Amazon Quick Suite User Guide*.

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

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

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

```
{
  "[Column](#cfn-quicksight-dashboard-categoryfilter-column)" : ColumnIdentifier,
  "[Configuration](#cfn-quicksight-dashboard-categoryfilter-configuration)" : CategoryFilterConfiguration,
  "[DefaultFilterControlConfiguration](#cfn-quicksight-dashboard-categoryfilter-defaultfiltercontrolconfiguration)" : DefaultFilterControlConfiguration,
  "[FilterId](#cfn-quicksight-dashboard-categoryfilter-filterid)" : String
}
```

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

```
  [Column](#cfn-quicksight-dashboard-categoryfilter-column): 
    ColumnIdentifier
  [Configuration](#cfn-quicksight-dashboard-categoryfilter-configuration): 
    CategoryFilterConfiguration
  [DefaultFilterControlConfiguration](#cfn-quicksight-dashboard-categoryfilter-defaultfiltercontrolconfiguration): 
    DefaultFilterControlConfiguration
  [FilterId](#cfn-quicksight-dashboard-categoryfilter-filterid): String
```

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

`Column`  <a name="cfn-quicksight-dashboard-categoryfilter-column"></a>
The column that the filter is applied to.  
*Required*: Yes  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Configuration`  <a name="cfn-quicksight-dashboard-categoryfilter-configuration"></a>
The configuration for a `CategoryFilter`.  
*Required*: Yes  
*Type*: [CategoryFilterConfiguration](aws-properties-quicksight-dashboard-categoryfilterconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DefaultFilterControlConfiguration`  <a name="cfn-quicksight-dashboard-categoryfilter-defaultfiltercontrolconfiguration"></a>
The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.  
*Required*: No  
*Type*: [DefaultFilterControlConfiguration](aws-properties-quicksight-dashboard-defaultfiltercontrolconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FilterId`  <a name="cfn-quicksight-dashboard-categoryfilter-filterid"></a>
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

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

The configuration for a `CategoryFilter`.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

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

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

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

```
{
  "[CustomFilterConfiguration](#cfn-quicksight-dashboard-categoryfilterconfiguration-customfilterconfiguration)" : CustomFilterConfiguration,
  "[CustomFilterListConfiguration](#cfn-quicksight-dashboard-categoryfilterconfiguration-customfilterlistconfiguration)" : CustomFilterListConfiguration,
  "[FilterListConfiguration](#cfn-quicksight-dashboard-categoryfilterconfiguration-filterlistconfiguration)" : FilterListConfiguration
}
```

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

```
  [CustomFilterConfiguration](#cfn-quicksight-dashboard-categoryfilterconfiguration-customfilterconfiguration): 
    CustomFilterConfiguration
  [CustomFilterListConfiguration](#cfn-quicksight-dashboard-categoryfilterconfiguration-customfilterlistconfiguration): 
    CustomFilterListConfiguration
  [FilterListConfiguration](#cfn-quicksight-dashboard-categoryfilterconfiguration-filterlistconfiguration): 
    FilterListConfiguration
```

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

`CustomFilterConfiguration`  <a name="cfn-quicksight-dashboard-categoryfilterconfiguration-customfilterconfiguration"></a>
A custom filter that filters based on a single value. This filter can be partially matched.  
*Required*: No  
*Type*: [CustomFilterConfiguration](aws-properties-quicksight-dashboard-customfilterconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CustomFilterListConfiguration`  <a name="cfn-quicksight-dashboard-categoryfilterconfiguration-customfilterlistconfiguration"></a>
A list of custom filter values. In the Quick Sight console, this filter type is called a custom filter list.  
*Required*: No  
*Type*: [CustomFilterListConfiguration](aws-properties-quicksight-dashboard-customfilterlistconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FilterListConfiguration`  <a name="cfn-quicksight-dashboard-categoryfilterconfiguration-filterlistconfiguration"></a>
A list of filter configurations. In the Quick Sight console, this filter type is called a filter list.  
*Required*: No  
*Type*: [FilterListConfiguration](aws-properties-quicksight-dashboard-filterlistconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

A `CategoryInnerFilter` filters text values for the `NestedFilter`.

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

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

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

```
{
  "[Column](#cfn-quicksight-dashboard-categoryinnerfilter-column)" : ColumnIdentifier,
  "[Configuration](#cfn-quicksight-dashboard-categoryinnerfilter-configuration)" : CategoryFilterConfiguration,
  "[DefaultFilterControlConfiguration](#cfn-quicksight-dashboard-categoryinnerfilter-defaultfiltercontrolconfiguration)" : DefaultFilterControlConfiguration
}
```

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

```
  [Column](#cfn-quicksight-dashboard-categoryinnerfilter-column): 
    ColumnIdentifier
  [Configuration](#cfn-quicksight-dashboard-categoryinnerfilter-configuration): 
    CategoryFilterConfiguration
  [DefaultFilterControlConfiguration](#cfn-quicksight-dashboard-categoryinnerfilter-defaultfiltercontrolconfiguration): 
    DefaultFilterControlConfiguration
```

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

`Column`  <a name="cfn-quicksight-dashboard-categoryinnerfilter-column"></a>
Property description not available.  
*Required*: Yes  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Configuration`  <a name="cfn-quicksight-dashboard-categoryinnerfilter-configuration"></a>
Property description not available.  
*Required*: Yes  
*Type*: [CategoryFilterConfiguration](aws-properties-quicksight-dashboard-categoryfilterconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DefaultFilterControlConfiguration`  <a name="cfn-quicksight-dashboard-categoryinnerfilter-defaultfiltercontrolconfiguration"></a>
Property description not available.  
*Required*: No  
*Type*: [DefaultFilterControlConfiguration](aws-properties-quicksight-dashboard-defaultfiltercontrolconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The label options for an axis on a chart.

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

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

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

```
{
  "[AxisLabelOptions](#cfn-quicksight-dashboard-chartaxislabeloptions-axislabeloptions)" : [ AxisLabelOptions, ... ],
  "[SortIconVisibility](#cfn-quicksight-dashboard-chartaxislabeloptions-sorticonvisibility)" : String,
  "[Visibility](#cfn-quicksight-dashboard-chartaxislabeloptions-visibility)" : String
}
```

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

```
  [AxisLabelOptions](#cfn-quicksight-dashboard-chartaxislabeloptions-axislabeloptions): 
    - AxisLabelOptions
  [SortIconVisibility](#cfn-quicksight-dashboard-chartaxislabeloptions-sorticonvisibility): String
  [Visibility](#cfn-quicksight-dashboard-chartaxislabeloptions-visibility): String
```

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

`AxisLabelOptions`  <a name="cfn-quicksight-dashboard-chartaxislabeloptions-axislabeloptions"></a>
The label options for a chart axis.  
*Required*: No  
*Type*: [Array](aws-properties-quicksight-dashboard-axislabeloptions.md) of [AxisLabelOptions](aws-properties-quicksight-dashboard-axislabeloptions.md)  
*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)

`SortIconVisibility`  <a name="cfn-quicksight-dashboard-chartaxislabeloptions-sorticonvisibility"></a>
The visibility configuration of the sort icon on a chart's axis label.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Visibility`  <a name="cfn-quicksight-dashboard-chartaxislabeloptions-visibility"></a>
The visibility of an axis label on a chart. Choose one of the following options:  
+ `VISIBLE`: Shows the axis.
+ `HIDDEN`: Hides the axis.
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The cluster marker that is a part of the cluster marker configuration.

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

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

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

```
{
  "[SimpleClusterMarker](#cfn-quicksight-dashboard-clustermarker-simpleclustermarker)" : SimpleClusterMarker
}
```

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

```
  [SimpleClusterMarker](#cfn-quicksight-dashboard-clustermarker-simpleclustermarker): 
    SimpleClusterMarker
```

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

`SimpleClusterMarker`  <a name="cfn-quicksight-dashboard-clustermarker-simpleclustermarker"></a>
The simple cluster marker of the cluster marker.  
*Required*: No  
*Type*: [SimpleClusterMarker](aws-properties-quicksight-dashboard-simpleclustermarker.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The cluster marker configuration of the geospatial map selected point style.

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

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

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

```
{
  "[ClusterMarker](#cfn-quicksight-dashboard-clustermarkerconfiguration-clustermarker)" : ClusterMarker
}
```

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

```
  [ClusterMarker](#cfn-quicksight-dashboard-clustermarkerconfiguration-clustermarker): 
    ClusterMarker
```

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

`ClusterMarker`  <a name="cfn-quicksight-dashboard-clustermarkerconfiguration-clustermarker"></a>
The cluster marker that is a part of the cluster marker configuration.  
*Required*: No  
*Type*: [ClusterMarker](aws-properties-quicksight-dashboard-clustermarker.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Determines the color scale that is applied to the visual.

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

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

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

```
{
  "[ColorFillType](#cfn-quicksight-dashboard-colorscale-colorfilltype)" : String,
  "[Colors](#cfn-quicksight-dashboard-colorscale-colors)" : [ DataColor, ... ],
  "[NullValueColor](#cfn-quicksight-dashboard-colorscale-nullvaluecolor)" : DataColor
}
```

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

```
  [ColorFillType](#cfn-quicksight-dashboard-colorscale-colorfilltype): String
  [Colors](#cfn-quicksight-dashboard-colorscale-colors): 
    - DataColor
  [NullValueColor](#cfn-quicksight-dashboard-colorscale-nullvaluecolor): 
    DataColor
```

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

`ColorFillType`  <a name="cfn-quicksight-dashboard-colorscale-colorfilltype"></a>
Determines the color fill type.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `DISCRETE | GRADIENT`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Colors`  <a name="cfn-quicksight-dashboard-colorscale-colors"></a>
Determines the list of colors that are applied to the visual.  
*Required*: Yes  
*Type*: Array of [DataColor](aws-properties-quicksight-dashboard-datacolor.md)  
*Minimum*: `2`  
*Maximum*: `3`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NullValueColor`  <a name="cfn-quicksight-dashboard-colorscale-nullvaluecolor"></a>
Determines the color that is applied to null values.  
*Required*: No  
*Type*: [DataColor](aws-properties-quicksight-dashboard-datacolor.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The color configurations for a column.

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

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

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

```
{
  "[CustomColors](#cfn-quicksight-dashboard-colorsconfiguration-customcolors)" : [ CustomColor, ... ]
}
```

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

```
  [CustomColors](#cfn-quicksight-dashboard-colorsconfiguration-customcolors): 
    - CustomColor
```

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

`CustomColors`  <a name="cfn-quicksight-dashboard-colorsconfiguration-customcolors"></a>
A list of up to 50 custom colors.  
*Required*: No  
*Type*: Array of [CustomColor](aws-properties-quicksight-dashboard-customcolor.md)  
*Minimum*: `0`  
*Maximum*: `50`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The general configuration of a column.

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

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

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

```
{
  "[ColorsConfiguration](#cfn-quicksight-dashboard-columnconfiguration-colorsconfiguration)" : ColorsConfiguration,
  "[Column](#cfn-quicksight-dashboard-columnconfiguration-column)" : ColumnIdentifier,
  "[FormatConfiguration](#cfn-quicksight-dashboard-columnconfiguration-formatconfiguration)" : FormatConfiguration,
  "[Role](#cfn-quicksight-dashboard-columnconfiguration-role)" : String
}
```

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

```
  [ColorsConfiguration](#cfn-quicksight-dashboard-columnconfiguration-colorsconfiguration): 
    ColorsConfiguration
  [Column](#cfn-quicksight-dashboard-columnconfiguration-column): 
    ColumnIdentifier
  [FormatConfiguration](#cfn-quicksight-dashboard-columnconfiguration-formatconfiguration): 
    FormatConfiguration
  [Role](#cfn-quicksight-dashboard-columnconfiguration-role): String
```

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

`ColorsConfiguration`  <a name="cfn-quicksight-dashboard-columnconfiguration-colorsconfiguration"></a>
The color configurations of the column.  
*Required*: No  
*Type*: [ColorsConfiguration](aws-properties-quicksight-dashboard-colorsconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Column`  <a name="cfn-quicksight-dashboard-columnconfiguration-column"></a>
The column.  
*Required*: Yes  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FormatConfiguration`  <a name="cfn-quicksight-dashboard-columnconfiguration-formatconfiguration"></a>
The format configuration of a column.  
*Required*: No  
*Type*: [FormatConfiguration](aws-properties-quicksight-dashboard-formatconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Role`  <a name="cfn-quicksight-dashboard-columnconfiguration-role"></a>
The role of the column.  
*Required*: No  
*Type*: String  
*Allowed values*: `DIMENSION | MEASURE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The option that determines the hierarchy of the fields for a visual element.

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

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

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

```
{
  "[DateTimeHierarchy](#cfn-quicksight-dashboard-columnhierarchy-datetimehierarchy)" : DateTimeHierarchy,
  "[ExplicitHierarchy](#cfn-quicksight-dashboard-columnhierarchy-explicithierarchy)" : ExplicitHierarchy,
  "[PredefinedHierarchy](#cfn-quicksight-dashboard-columnhierarchy-predefinedhierarchy)" : PredefinedHierarchy
}
```

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

```
  [DateTimeHierarchy](#cfn-quicksight-dashboard-columnhierarchy-datetimehierarchy): 
    DateTimeHierarchy
  [ExplicitHierarchy](#cfn-quicksight-dashboard-columnhierarchy-explicithierarchy): 
    ExplicitHierarchy
  [PredefinedHierarchy](#cfn-quicksight-dashboard-columnhierarchy-predefinedhierarchy): 
    PredefinedHierarchy
```

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

`DateTimeHierarchy`  <a name="cfn-quicksight-dashboard-columnhierarchy-datetimehierarchy"></a>
The option that determines the hierarchy of any `DateTime` fields.  
*Required*: No  
*Type*: [DateTimeHierarchy](aws-properties-quicksight-dashboard-datetimehierarchy.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ExplicitHierarchy`  <a name="cfn-quicksight-dashboard-columnhierarchy-explicithierarchy"></a>
The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.  
*Required*: No  
*Type*: [ExplicitHierarchy](aws-properties-quicksight-dashboard-explicithierarchy.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PredefinedHierarchy`  <a name="cfn-quicksight-dashboard-columnhierarchy-predefinedhierarchy"></a>
The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.  
*Required*: No  
*Type*: [PredefinedHierarchy](aws-properties-quicksight-dashboard-predefinedhierarchy.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

A column of a data set.

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

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

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

```
{
  "[ColumnName](#cfn-quicksight-dashboard-columnidentifier-columnname)" : String,
  "[DataSetIdentifier](#cfn-quicksight-dashboard-columnidentifier-datasetidentifier)" : String
}
```

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

```
  [ColumnName](#cfn-quicksight-dashboard-columnidentifier-columnname): String
  [DataSetIdentifier](#cfn-quicksight-dashboard-columnidentifier-datasetidentifier): String
```

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

`ColumnName`  <a name="cfn-quicksight-dashboard-columnidentifier-columnname"></a>
The name of the column.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `127`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataSetIdentifier`  <a name="cfn-quicksight-dashboard-columnidentifier-datasetidentifier"></a>
The data set that the column belongs to.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The sort configuration for a column that is not used in a field well.

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

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

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

```
{
  "[AggregationFunction](#cfn-quicksight-dashboard-columnsort-aggregationfunction)" : AggregationFunction,
  "[Direction](#cfn-quicksight-dashboard-columnsort-direction)" : String,
  "[SortBy](#cfn-quicksight-dashboard-columnsort-sortby)" : ColumnIdentifier
}
```

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

```
  [AggregationFunction](#cfn-quicksight-dashboard-columnsort-aggregationfunction): 
    AggregationFunction
  [Direction](#cfn-quicksight-dashboard-columnsort-direction): String
  [SortBy](#cfn-quicksight-dashboard-columnsort-sortby): 
    ColumnIdentifier
```

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

`AggregationFunction`  <a name="cfn-quicksight-dashboard-columnsort-aggregationfunction"></a>
The aggregation function that is defined in the column sort.  
*Required*: No  
*Type*: [AggregationFunction](aws-properties-quicksight-dashboard-aggregationfunction.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Direction`  <a name="cfn-quicksight-dashboard-columnsort-direction"></a>
The sort direction.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `ASC | DESC`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SortBy`  <a name="cfn-quicksight-dashboard-columnsort-sortby"></a>
Property description not available.  
*Required*: Yes  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The tooltip item for the columns that are not part of a field well.

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

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

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

```
{
  "[Aggregation](#cfn-quicksight-dashboard-columntooltipitem-aggregation)" : AggregationFunction,
  "[Column](#cfn-quicksight-dashboard-columntooltipitem-column)" : ColumnIdentifier,
  "[Label](#cfn-quicksight-dashboard-columntooltipitem-label)" : String,
  "[TooltipTarget](#cfn-quicksight-dashboard-columntooltipitem-tooltiptarget)" : String,
  "[Visibility](#cfn-quicksight-dashboard-columntooltipitem-visibility)" : String
}
```

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

```
  [Aggregation](#cfn-quicksight-dashboard-columntooltipitem-aggregation): 
    AggregationFunction
  [Column](#cfn-quicksight-dashboard-columntooltipitem-column): 
    ColumnIdentifier
  [Label](#cfn-quicksight-dashboard-columntooltipitem-label): String
  [TooltipTarget](#cfn-quicksight-dashboard-columntooltipitem-tooltiptarget): String
  [Visibility](#cfn-quicksight-dashboard-columntooltipitem-visibility): String
```

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

`Aggregation`  <a name="cfn-quicksight-dashboard-columntooltipitem-aggregation"></a>
The aggregation function of the column tooltip item.  
*Required*: No  
*Type*: [AggregationFunction](aws-properties-quicksight-dashboard-aggregationfunction.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Column`  <a name="cfn-quicksight-dashboard-columntooltipitem-column"></a>
The target column of the tooltip item.  
*Required*: Yes  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Label`  <a name="cfn-quicksight-dashboard-columntooltipitem-label"></a>
The label of the tooltip item.  
*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)

`TooltipTarget`  <a name="cfn-quicksight-dashboard-columntooltipitem-tooltiptarget"></a>
Determines the target of the column tooltip item in a combo chart visual.  
*Required*: No  
*Type*: String  
*Allowed values*: `BOTH | BAR | LINE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Visibility`  <a name="cfn-quicksight-dashboard-columntooltipitem-visibility"></a>
The visibility of the tooltip item.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The aggregated field wells of a combo chart.

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

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

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

```
{
  "[BarValues](#cfn-quicksight-dashboard-combochartaggregatedfieldwells-barvalues)" : [ MeasureField, ... ],
  "[Category](#cfn-quicksight-dashboard-combochartaggregatedfieldwells-category)" : [ DimensionField, ... ],
  "[Colors](#cfn-quicksight-dashboard-combochartaggregatedfieldwells-colors)" : [ DimensionField, ... ],
  "[LineValues](#cfn-quicksight-dashboard-combochartaggregatedfieldwells-linevalues)" : [ MeasureField, ... ]
}
```

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

```
  [BarValues](#cfn-quicksight-dashboard-combochartaggregatedfieldwells-barvalues): 
    - MeasureField
  [Category](#cfn-quicksight-dashboard-combochartaggregatedfieldwells-category): 
    - DimensionField
  [Colors](#cfn-quicksight-dashboard-combochartaggregatedfieldwells-colors): 
    - DimensionField
  [LineValues](#cfn-quicksight-dashboard-combochartaggregatedfieldwells-linevalues): 
    - MeasureField
```

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

`BarValues`  <a name="cfn-quicksight-dashboard-combochartaggregatedfieldwells-barvalues"></a>
The aggregated `BarValues` field well of a combo chart.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Category`  <a name="cfn-quicksight-dashboard-combochartaggregatedfieldwells-category"></a>
The aggregated category field wells of a combo chart.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Colors`  <a name="cfn-quicksight-dashboard-combochartaggregatedfieldwells-colors"></a>
The aggregated colors field well of a combo chart.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LineValues`  <a name="cfn-quicksight-dashboard-combochartaggregatedfieldwells-linevalues"></a>
The aggregated `LineValues` field well of a combo chart.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The configuration of a `ComboChartVisual`.

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

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

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

```
{
  "[BarDataLabels](#cfn-quicksight-dashboard-combochartconfiguration-bardatalabels)" : DataLabelOptions,
  "[BarsArrangement](#cfn-quicksight-dashboard-combochartconfiguration-barsarrangement)" : String,
  "[CategoryAxis](#cfn-quicksight-dashboard-combochartconfiguration-categoryaxis)" : AxisDisplayOptions,
  "[CategoryLabelOptions](#cfn-quicksight-dashboard-combochartconfiguration-categorylabeloptions)" : ChartAxisLabelOptions,
  "[ColorLabelOptions](#cfn-quicksight-dashboard-combochartconfiguration-colorlabeloptions)" : ChartAxisLabelOptions,
  "[FieldWells](#cfn-quicksight-dashboard-combochartconfiguration-fieldwells)" : ComboChartFieldWells,
  "[Interactions](#cfn-quicksight-dashboard-combochartconfiguration-interactions)" : VisualInteractionOptions,
  "[Legend](#cfn-quicksight-dashboard-combochartconfiguration-legend)" : LegendOptions,
  "[LineDataLabels](#cfn-quicksight-dashboard-combochartconfiguration-linedatalabels)" : DataLabelOptions,
  "[PrimaryYAxisDisplayOptions](#cfn-quicksight-dashboard-combochartconfiguration-primaryyaxisdisplayoptions)" : AxisDisplayOptions,
  "[PrimaryYAxisLabelOptions](#cfn-quicksight-dashboard-combochartconfiguration-primaryyaxislabeloptions)" : ChartAxisLabelOptions,
  "[ReferenceLines](#cfn-quicksight-dashboard-combochartconfiguration-referencelines)" : [ ReferenceLine, ... ],
  "[SecondaryYAxisDisplayOptions](#cfn-quicksight-dashboard-combochartconfiguration-secondaryyaxisdisplayoptions)" : AxisDisplayOptions,
  "[SecondaryYAxisLabelOptions](#cfn-quicksight-dashboard-combochartconfiguration-secondaryyaxislabeloptions)" : ChartAxisLabelOptions,
  "[SingleAxisOptions](#cfn-quicksight-dashboard-combochartconfiguration-singleaxisoptions)" : SingleAxisOptions,
  "[SortConfiguration](#cfn-quicksight-dashboard-combochartconfiguration-sortconfiguration)" : ComboChartSortConfiguration,
  "[Tooltip](#cfn-quicksight-dashboard-combochartconfiguration-tooltip)" : TooltipOptions,
  "[VisualPalette](#cfn-quicksight-dashboard-combochartconfiguration-visualpalette)" : VisualPalette
}
```

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

```
  [BarDataLabels](#cfn-quicksight-dashboard-combochartconfiguration-bardatalabels): 
    DataLabelOptions
  [BarsArrangement](#cfn-quicksight-dashboard-combochartconfiguration-barsarrangement): String
  [CategoryAxis](#cfn-quicksight-dashboard-combochartconfiguration-categoryaxis): 
    AxisDisplayOptions
  [CategoryLabelOptions](#cfn-quicksight-dashboard-combochartconfiguration-categorylabeloptions): 
    ChartAxisLabelOptions
  [ColorLabelOptions](#cfn-quicksight-dashboard-combochartconfiguration-colorlabeloptions): 
    ChartAxisLabelOptions
  [FieldWells](#cfn-quicksight-dashboard-combochartconfiguration-fieldwells): 
    ComboChartFieldWells
  [Interactions](#cfn-quicksight-dashboard-combochartconfiguration-interactions): 
    VisualInteractionOptions
  [Legend](#cfn-quicksight-dashboard-combochartconfiguration-legend): 
    LegendOptions
  [LineDataLabels](#cfn-quicksight-dashboard-combochartconfiguration-linedatalabels): 
    DataLabelOptions
  [PrimaryYAxisDisplayOptions](#cfn-quicksight-dashboard-combochartconfiguration-primaryyaxisdisplayoptions): 
    AxisDisplayOptions
  [PrimaryYAxisLabelOptions](#cfn-quicksight-dashboard-combochartconfiguration-primaryyaxislabeloptions): 
    ChartAxisLabelOptions
  [ReferenceLines](#cfn-quicksight-dashboard-combochartconfiguration-referencelines): 
    - ReferenceLine
  [SecondaryYAxisDisplayOptions](#cfn-quicksight-dashboard-combochartconfiguration-secondaryyaxisdisplayoptions): 
    AxisDisplayOptions
  [SecondaryYAxisLabelOptions](#cfn-quicksight-dashboard-combochartconfiguration-secondaryyaxislabeloptions): 
    ChartAxisLabelOptions
  [SingleAxisOptions](#cfn-quicksight-dashboard-combochartconfiguration-singleaxisoptions): 
    SingleAxisOptions
  [SortConfiguration](#cfn-quicksight-dashboard-combochartconfiguration-sortconfiguration): 
    ComboChartSortConfiguration
  [Tooltip](#cfn-quicksight-dashboard-combochartconfiguration-tooltip): 
    TooltipOptions
  [VisualPalette](#cfn-quicksight-dashboard-combochartconfiguration-visualpalette): 
    VisualPalette
```

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

`BarDataLabels`  <a name="cfn-quicksight-dashboard-combochartconfiguration-bardatalabels"></a>
The options that determine if visual data labels are displayed.  
The data label options for a bar in a combo chart.  
*Required*: No  
*Type*: [DataLabelOptions](aws-properties-quicksight-dashboard-datalabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`BarsArrangement`  <a name="cfn-quicksight-dashboard-combochartconfiguration-barsarrangement"></a>
Determines the bar arrangement in a combo chart. The following are valid values in this structure:  
+ `CLUSTERED`: For clustered bar combo charts.
+ `STACKED`: For stacked bar combo charts.
+ `STACKED_PERCENT`: Do not use. If you use this value, the operation returns a validation error.
*Required*: No  
*Type*: String  
*Allowed values*: `CLUSTERED | STACKED | STACKED_PERCENT`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CategoryAxis`  <a name="cfn-quicksight-dashboard-combochartconfiguration-categoryaxis"></a>
The category axis of a combo chart.  
*Required*: No  
*Type*: [AxisDisplayOptions](aws-properties-quicksight-dashboard-axisdisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CategoryLabelOptions`  <a name="cfn-quicksight-dashboard-combochartconfiguration-categorylabeloptions"></a>
The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-dashboard-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColorLabelOptions`  <a name="cfn-quicksight-dashboard-combochartconfiguration-colorlabeloptions"></a>
The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-dashboard-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldWells`  <a name="cfn-quicksight-dashboard-combochartconfiguration-fieldwells"></a>
The field wells of the visual.  
*Required*: No  
*Type*: [ComboChartFieldWells](aws-properties-quicksight-dashboard-combochartfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Interactions`  <a name="cfn-quicksight-dashboard-combochartconfiguration-interactions"></a>
The general visual interactions setup for a visual.  
*Required*: No  
*Type*: [VisualInteractionOptions](aws-properties-quicksight-dashboard-visualinteractionoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Legend`  <a name="cfn-quicksight-dashboard-combochartconfiguration-legend"></a>
The legend display setup of the visual.  
*Required*: No  
*Type*: [LegendOptions](aws-properties-quicksight-dashboard-legendoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LineDataLabels`  <a name="cfn-quicksight-dashboard-combochartconfiguration-linedatalabels"></a>
The options that determine if visual data labels are displayed.  
The data label options for a line in a combo chart.  
*Required*: No  
*Type*: [DataLabelOptions](aws-properties-quicksight-dashboard-datalabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PrimaryYAxisDisplayOptions`  <a name="cfn-quicksight-dashboard-combochartconfiguration-primaryyaxisdisplayoptions"></a>
The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.  
*Required*: No  
*Type*: [AxisDisplayOptions](aws-properties-quicksight-dashboard-axisdisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PrimaryYAxisLabelOptions`  <a name="cfn-quicksight-dashboard-combochartconfiguration-primaryyaxislabeloptions"></a>
The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-dashboard-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ReferenceLines`  <a name="cfn-quicksight-dashboard-combochartconfiguration-referencelines"></a>
The reference line setup of the visual.  
*Required*: No  
*Type*: Array of [ReferenceLine](aws-properties-quicksight-dashboard-referenceline.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)

`SecondaryYAxisDisplayOptions`  <a name="cfn-quicksight-dashboard-combochartconfiguration-secondaryyaxisdisplayoptions"></a>
The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.  
*Required*: No  
*Type*: [AxisDisplayOptions](aws-properties-quicksight-dashboard-axisdisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SecondaryYAxisLabelOptions`  <a name="cfn-quicksight-dashboard-combochartconfiguration-secondaryyaxislabeloptions"></a>
The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-dashboard-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SingleAxisOptions`  <a name="cfn-quicksight-dashboard-combochartconfiguration-singleaxisoptions"></a>
Property description not available.  
*Required*: No  
*Type*: [SingleAxisOptions](aws-properties-quicksight-dashboard-singleaxisoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SortConfiguration`  <a name="cfn-quicksight-dashboard-combochartconfiguration-sortconfiguration"></a>
The sort configuration of a `ComboChartVisual`.  
*Required*: No  
*Type*: [ComboChartSortConfiguration](aws-properties-quicksight-dashboard-combochartsortconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tooltip`  <a name="cfn-quicksight-dashboard-combochartconfiguration-tooltip"></a>
The legend display setup of the visual.  
*Required*: No  
*Type*: [TooltipOptions](aws-properties-quicksight-dashboard-tooltipoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualPalette`  <a name="cfn-quicksight-dashboard-combochartconfiguration-visualpalette"></a>
The palette (chart color) display setup of the visual.  
*Required*: No  
*Type*: [VisualPalette](aws-properties-quicksight-dashboard-visualpalette.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The field wells of the visual.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

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

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

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

```
{
  "[ComboChartAggregatedFieldWells](#cfn-quicksight-dashboard-combochartfieldwells-combochartaggregatedfieldwells)" : ComboChartAggregatedFieldWells
}
```

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

```
  [ComboChartAggregatedFieldWells](#cfn-quicksight-dashboard-combochartfieldwells-combochartaggregatedfieldwells): 
    ComboChartAggregatedFieldWells
```

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

`ComboChartAggregatedFieldWells`  <a name="cfn-quicksight-dashboard-combochartfieldwells-combochartaggregatedfieldwells"></a>
The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.  
*Required*: No  
*Type*: [ComboChartAggregatedFieldWells](aws-properties-quicksight-dashboard-combochartaggregatedfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The sort configuration of a `ComboChartVisual`.

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

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

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

```
{
  "[CategoryItemsLimit](#cfn-quicksight-dashboard-combochartsortconfiguration-categoryitemslimit)" : ItemsLimitConfiguration,
  "[CategorySort](#cfn-quicksight-dashboard-combochartsortconfiguration-categorysort)" : [ FieldSortOptions, ... ],
  "[ColorItemsLimit](#cfn-quicksight-dashboard-combochartsortconfiguration-coloritemslimit)" : ItemsLimitConfiguration,
  "[ColorSort](#cfn-quicksight-dashboard-combochartsortconfiguration-colorsort)" : [ FieldSortOptions, ... ]
}
```

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

```
  [CategoryItemsLimit](#cfn-quicksight-dashboard-combochartsortconfiguration-categoryitemslimit): 
    ItemsLimitConfiguration
  [CategorySort](#cfn-quicksight-dashboard-combochartsortconfiguration-categorysort): 
    - FieldSortOptions
  [ColorItemsLimit](#cfn-quicksight-dashboard-combochartsortconfiguration-coloritemslimit): 
    ItemsLimitConfiguration
  [ColorSort](#cfn-quicksight-dashboard-combochartsortconfiguration-colorsort): 
    - FieldSortOptions
```

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

`CategoryItemsLimit`  <a name="cfn-quicksight-dashboard-combochartsortconfiguration-categoryitemslimit"></a>
The item limit configuration for the category field well of a combo chart.  
*Required*: No  
*Type*: [ItemsLimitConfiguration](aws-properties-quicksight-dashboard-itemslimitconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CategorySort`  <a name="cfn-quicksight-dashboard-combochartsortconfiguration-categorysort"></a>
The sort configuration of the category field well in a combo chart.  
*Required*: No  
*Type*: Array of [FieldSortOptions](aws-properties-quicksight-dashboard-fieldsortoptions.md)  
*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)

`ColorItemsLimit`  <a name="cfn-quicksight-dashboard-combochartsortconfiguration-coloritemslimit"></a>
The item limit configuration of the color field well in a combo chart.  
*Required*: No  
*Type*: [ItemsLimitConfiguration](aws-properties-quicksight-dashboard-itemslimitconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColorSort`  <a name="cfn-quicksight-dashboard-combochartsortconfiguration-colorsort"></a>
The sort configuration of the color field well in a combo chart.  
*Required*: No  
*Type*: Array of [FieldSortOptions](aws-properties-quicksight-dashboard-fieldsortoptions.md)  
*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)

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

A combo chart.

The `ComboChartVisual` includes stacked bar combo charts and clustered bar combo charts

For more information, see [Using combo charts](https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html) in the *Amazon Quick Suite User Guide*.

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

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

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

```
{
  "[Actions](#cfn-quicksight-dashboard-combochartvisual-actions)" : [ VisualCustomAction, ... ],
  "[ChartConfiguration](#cfn-quicksight-dashboard-combochartvisual-chartconfiguration)" : ComboChartConfiguration,
  "[ColumnHierarchies](#cfn-quicksight-dashboard-combochartvisual-columnhierarchies)" : [ ColumnHierarchy, ... ],
  "[Subtitle](#cfn-quicksight-dashboard-combochartvisual-subtitle)" : VisualSubtitleLabelOptions,
  "[Title](#cfn-quicksight-dashboard-combochartvisual-title)" : VisualTitleLabelOptions,
  "[VisualContentAltText](#cfn-quicksight-dashboard-combochartvisual-visualcontentalttext)" : String,
  "[VisualId](#cfn-quicksight-dashboard-combochartvisual-visualid)" : String
}
```

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

```
  [Actions](#cfn-quicksight-dashboard-combochartvisual-actions): 
    - VisualCustomAction
  [ChartConfiguration](#cfn-quicksight-dashboard-combochartvisual-chartconfiguration): 
    ComboChartConfiguration
  [ColumnHierarchies](#cfn-quicksight-dashboard-combochartvisual-columnhierarchies): 
    - ColumnHierarchy
  [Subtitle](#cfn-quicksight-dashboard-combochartvisual-subtitle): 
    VisualSubtitleLabelOptions
  [Title](#cfn-quicksight-dashboard-combochartvisual-title): 
    VisualTitleLabelOptions
  [VisualContentAltText](#cfn-quicksight-dashboard-combochartvisual-visualcontentalttext): String
  [VisualId](#cfn-quicksight-dashboard-combochartvisual-visualid): String
```

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

`Actions`  <a name="cfn-quicksight-dashboard-combochartvisual-actions"></a>
The list of custom actions that are configured for a visual.  
*Required*: No  
*Type*: Array of [VisualCustomAction](aws-properties-quicksight-dashboard-visualcustomaction.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ChartConfiguration`  <a name="cfn-quicksight-dashboard-combochartvisual-chartconfiguration"></a>
The configuration settings of the visual.  
*Required*: No  
*Type*: [ComboChartConfiguration](aws-properties-quicksight-dashboard-combochartconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColumnHierarchies`  <a name="cfn-quicksight-dashboard-combochartvisual-columnhierarchies"></a>
The column hierarchy that is used during drill-downs and drill-ups.  
*Required*: No  
*Type*: Array of [ColumnHierarchy](aws-properties-quicksight-dashboard-columnhierarchy.md)  
*Minimum*: `0`  
*Maximum*: `2`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Subtitle`  <a name="cfn-quicksight-dashboard-combochartvisual-subtitle"></a>
The subtitle that is displayed on the visual.  
*Required*: No  
*Type*: [VisualSubtitleLabelOptions](aws-properties-quicksight-dashboard-visualsubtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-combochartvisual-title"></a>
The title that is displayed on the visual.  
*Required*: No  
*Type*: [VisualTitleLabelOptions](aws-properties-quicksight-dashboard-visualtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualContentAltText`  <a name="cfn-quicksight-dashboard-combochartvisual-visualcontentalttext"></a>
The alt text for the visual.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualId`  <a name="cfn-quicksight-dashboard-combochartvisual-visualid"></a>
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

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

The comparison display configuration of a KPI or gauge chart.

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

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

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

```
{
  "[ComparisonFormat](#cfn-quicksight-dashboard-comparisonconfiguration-comparisonformat)" : ComparisonFormatConfiguration,
  "[ComparisonMethod](#cfn-quicksight-dashboard-comparisonconfiguration-comparisonmethod)" : String
}
```

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

```
  [ComparisonFormat](#cfn-quicksight-dashboard-comparisonconfiguration-comparisonformat): 
    ComparisonFormatConfiguration
  [ComparisonMethod](#cfn-quicksight-dashboard-comparisonconfiguration-comparisonmethod): String
```

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

`ComparisonFormat`  <a name="cfn-quicksight-dashboard-comparisonconfiguration-comparisonformat"></a>
The format of the comparison.  
*Required*: No  
*Type*: [ComparisonFormatConfiguration](aws-properties-quicksight-dashboard-comparisonformatconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ComparisonMethod`  <a name="cfn-quicksight-dashboard-comparisonconfiguration-comparisonmethod"></a>
The method of the comparison. Choose from the following options:  
+  `DIFFERENCE` 
+  `PERCENT_DIFFERENCE` 
+  `PERCENT` 
*Required*: No  
*Type*: String  
*Allowed values*: `DIFFERENCE | PERCENT_DIFFERENCE | PERCENT`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The format of the comparison.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

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

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

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

```
{
  "[NumberDisplayFormatConfiguration](#cfn-quicksight-dashboard-comparisonformatconfiguration-numberdisplayformatconfiguration)" : NumberDisplayFormatConfiguration,
  "[PercentageDisplayFormatConfiguration](#cfn-quicksight-dashboard-comparisonformatconfiguration-percentagedisplayformatconfiguration)" : PercentageDisplayFormatConfiguration
}
```

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

```
  [NumberDisplayFormatConfiguration](#cfn-quicksight-dashboard-comparisonformatconfiguration-numberdisplayformatconfiguration): 
    NumberDisplayFormatConfiguration
  [PercentageDisplayFormatConfiguration](#cfn-quicksight-dashboard-comparisonformatconfiguration-percentagedisplayformatconfiguration): 
    PercentageDisplayFormatConfiguration
```

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

`NumberDisplayFormatConfiguration`  <a name="cfn-quicksight-dashboard-comparisonformatconfiguration-numberdisplayformatconfiguration"></a>
The number display format.  
*Required*: No  
*Type*: [NumberDisplayFormatConfiguration](aws-properties-quicksight-dashboard-numberdisplayformatconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PercentageDisplayFormatConfiguration`  <a name="cfn-quicksight-dashboard-comparisonformatconfiguration-percentagedisplayformatconfiguration"></a>
The percentage display format.  
*Required*: No  
*Type*: [PercentageDisplayFormatConfiguration](aws-properties-quicksight-dashboard-percentagedisplayformatconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The computation union that is used in an insight visual.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

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

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

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

```
{
  "[Forecast](#cfn-quicksight-dashboard-computation-forecast)" : ForecastComputation,
  "[GrowthRate](#cfn-quicksight-dashboard-computation-growthrate)" : GrowthRateComputation,
  "[MaximumMinimum](#cfn-quicksight-dashboard-computation-maximumminimum)" : MaximumMinimumComputation,
  "[MetricComparison](#cfn-quicksight-dashboard-computation-metriccomparison)" : MetricComparisonComputation,
  "[PeriodOverPeriod](#cfn-quicksight-dashboard-computation-periodoverperiod)" : PeriodOverPeriodComputation,
  "[PeriodToDate](#cfn-quicksight-dashboard-computation-periodtodate)" : PeriodToDateComputation,
  "[TopBottomMovers](#cfn-quicksight-dashboard-computation-topbottommovers)" : TopBottomMoversComputation,
  "[TopBottomRanked](#cfn-quicksight-dashboard-computation-topbottomranked)" : TopBottomRankedComputation,
  "[TotalAggregation](#cfn-quicksight-dashboard-computation-totalaggregation)" : TotalAggregationComputation,
  "[UniqueValues](#cfn-quicksight-dashboard-computation-uniquevalues)" : UniqueValuesComputation
}
```

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

```
  [Forecast](#cfn-quicksight-dashboard-computation-forecast): 
    ForecastComputation
  [GrowthRate](#cfn-quicksight-dashboard-computation-growthrate): 
    GrowthRateComputation
  [MaximumMinimum](#cfn-quicksight-dashboard-computation-maximumminimum): 
    MaximumMinimumComputation
  [MetricComparison](#cfn-quicksight-dashboard-computation-metriccomparison): 
    MetricComparisonComputation
  [PeriodOverPeriod](#cfn-quicksight-dashboard-computation-periodoverperiod): 
    PeriodOverPeriodComputation
  [PeriodToDate](#cfn-quicksight-dashboard-computation-periodtodate): 
    PeriodToDateComputation
  [TopBottomMovers](#cfn-quicksight-dashboard-computation-topbottommovers): 
    TopBottomMoversComputation
  [TopBottomRanked](#cfn-quicksight-dashboard-computation-topbottomranked): 
    TopBottomRankedComputation
  [TotalAggregation](#cfn-quicksight-dashboard-computation-totalaggregation): 
    TotalAggregationComputation
  [UniqueValues](#cfn-quicksight-dashboard-computation-uniquevalues): 
    UniqueValuesComputation
```

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

`Forecast`  <a name="cfn-quicksight-dashboard-computation-forecast"></a>
The forecast computation configuration.  
*Required*: No  
*Type*: [ForecastComputation](aws-properties-quicksight-dashboard-forecastcomputation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`GrowthRate`  <a name="cfn-quicksight-dashboard-computation-growthrate"></a>
The growth rate computation configuration.  
*Required*: No  
*Type*: [GrowthRateComputation](aws-properties-quicksight-dashboard-growthratecomputation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MaximumMinimum`  <a name="cfn-quicksight-dashboard-computation-maximumminimum"></a>
The maximum and minimum computation configuration.  
*Required*: No  
*Type*: [MaximumMinimumComputation](aws-properties-quicksight-dashboard-maximumminimumcomputation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MetricComparison`  <a name="cfn-quicksight-dashboard-computation-metriccomparison"></a>
The metric comparison computation configuration.  
*Required*: No  
*Type*: [MetricComparisonComputation](aws-properties-quicksight-dashboard-metriccomparisoncomputation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PeriodOverPeriod`  <a name="cfn-quicksight-dashboard-computation-periodoverperiod"></a>
The period over period computation configuration.  
*Required*: No  
*Type*: [PeriodOverPeriodComputation](aws-properties-quicksight-dashboard-periodoverperiodcomputation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PeriodToDate`  <a name="cfn-quicksight-dashboard-computation-periodtodate"></a>
The period to `DataSetIdentifier` computation configuration.  
*Required*: No  
*Type*: [PeriodToDateComputation](aws-properties-quicksight-dashboard-periodtodatecomputation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TopBottomMovers`  <a name="cfn-quicksight-dashboard-computation-topbottommovers"></a>
The top movers and bottom movers computation configuration.  
*Required*: No  
*Type*: [TopBottomMoversComputation](aws-properties-quicksight-dashboard-topbottommoverscomputation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TopBottomRanked`  <a name="cfn-quicksight-dashboard-computation-topbottomranked"></a>
The top ranked and bottom ranked computation configuration.  
*Required*: No  
*Type*: [TopBottomRankedComputation](aws-properties-quicksight-dashboard-topbottomrankedcomputation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TotalAggregation`  <a name="cfn-quicksight-dashboard-computation-totalaggregation"></a>
The total aggregation computation configuration.  
*Required*: No  
*Type*: [TotalAggregationComputation](aws-properties-quicksight-dashboard-totalaggregationcomputation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`UniqueValues`  <a name="cfn-quicksight-dashboard-computation-uniquevalues"></a>
The unique values computation configuration.  
*Required*: No  
*Type*: [UniqueValuesComputation](aws-properties-quicksight-dashboard-uniquevaluescomputation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The formatting configuration for the color.

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

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

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

```
{
  "[Gradient](#cfn-quicksight-dashboard-conditionalformattingcolor-gradient)" : ConditionalFormattingGradientColor,
  "[Solid](#cfn-quicksight-dashboard-conditionalformattingcolor-solid)" : ConditionalFormattingSolidColor
}
```

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

```
  [Gradient](#cfn-quicksight-dashboard-conditionalformattingcolor-gradient): 
    ConditionalFormattingGradientColor
  [Solid](#cfn-quicksight-dashboard-conditionalformattingcolor-solid): 
    ConditionalFormattingSolidColor
```

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

`Gradient`  <a name="cfn-quicksight-dashboard-conditionalformattingcolor-gradient"></a>
Formatting configuration for gradient color.  
*Required*: No  
*Type*: [ConditionalFormattingGradientColor](aws-properties-quicksight-dashboard-conditionalformattinggradientcolor.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Solid`  <a name="cfn-quicksight-dashboard-conditionalformattingcolor-solid"></a>
Formatting configuration for solid color.  
*Required*: No  
*Type*: [ConditionalFormattingSolidColor](aws-properties-quicksight-dashboard-conditionalformattingsolidcolor.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Determines the custom condition for an icon set.

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

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

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

```
{
  "[Color](#cfn-quicksight-dashboard-conditionalformattingcustomiconcondition-color)" : String,
  "[DisplayConfiguration](#cfn-quicksight-dashboard-conditionalformattingcustomiconcondition-displayconfiguration)" : ConditionalFormattingIconDisplayConfiguration,
  "[Expression](#cfn-quicksight-dashboard-conditionalformattingcustomiconcondition-expression)" : String,
  "[IconOptions](#cfn-quicksight-dashboard-conditionalformattingcustomiconcondition-iconoptions)" : ConditionalFormattingCustomIconOptions
}
```

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

```
  [Color](#cfn-quicksight-dashboard-conditionalformattingcustomiconcondition-color): String
  [DisplayConfiguration](#cfn-quicksight-dashboard-conditionalformattingcustomiconcondition-displayconfiguration): 
    ConditionalFormattingIconDisplayConfiguration
  [Expression](#cfn-quicksight-dashboard-conditionalformattingcustomiconcondition-expression): String
  [IconOptions](#cfn-quicksight-dashboard-conditionalformattingcustomiconcondition-iconoptions): 
    ConditionalFormattingCustomIconOptions
```

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

`Color`  <a name="cfn-quicksight-dashboard-conditionalformattingcustomiconcondition-color"></a>
Determines the color of the icon.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DisplayConfiguration`  <a name="cfn-quicksight-dashboard-conditionalformattingcustomiconcondition-displayconfiguration"></a>
Determines the icon display configuration.  
*Required*: No  
*Type*: [ConditionalFormattingIconDisplayConfiguration](aws-properties-quicksight-dashboard-conditionalformattingicondisplayconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Expression`  <a name="cfn-quicksight-dashboard-conditionalformattingcustomiconcondition-expression"></a>
The expression that determines the condition of the icon set.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `4096`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`IconOptions`  <a name="cfn-quicksight-dashboard-conditionalformattingcustomiconcondition-iconoptions"></a>
Custom icon options for an icon set.  
*Required*: Yes  
*Type*: [ConditionalFormattingCustomIconOptions](aws-properties-quicksight-dashboard-conditionalformattingcustomiconoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Custom icon options for an icon set.

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

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

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

```
{
  "[Icon](#cfn-quicksight-dashboard-conditionalformattingcustomiconoptions-icon)" : String,
  "[UnicodeIcon](#cfn-quicksight-dashboard-conditionalformattingcustomiconoptions-unicodeicon)" : String
}
```

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

```
  [Icon](#cfn-quicksight-dashboard-conditionalformattingcustomiconoptions-icon): String
  [UnicodeIcon](#cfn-quicksight-dashboard-conditionalformattingcustomiconoptions-unicodeicon): String
```

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

`Icon`  <a name="cfn-quicksight-dashboard-conditionalformattingcustomiconoptions-icon"></a>
Determines the type of icon.  
*Required*: No  
*Type*: String  
*Allowed values*: `CARET_UP | CARET_DOWN | PLUS | MINUS | ARROW_UP | ARROW_DOWN | ARROW_LEFT | ARROW_UP_LEFT | ARROW_DOWN_LEFT | ARROW_RIGHT | ARROW_UP_RIGHT | ARROW_DOWN_RIGHT | FACE_UP | FACE_DOWN | FACE_FLAT | ONE_BAR | TWO_BAR | THREE_BAR | CIRCLE | TRIANGLE | SQUARE | FLAG | THUMBS_UP | THUMBS_DOWN | CHECKMARK | X`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`UnicodeIcon`  <a name="cfn-quicksight-dashboard-conditionalformattingcustomiconoptions-unicodeicon"></a>
Determines the Unicode icon type.  
*Required*: No  
*Type*: String  
*Pattern*: `^[^\u0000-\u00FF]$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Formatting configuration for gradient color.

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

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

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

```
{
  "[Color](#cfn-quicksight-dashboard-conditionalformattinggradientcolor-color)" : GradientColor,
  "[Expression](#cfn-quicksight-dashboard-conditionalformattinggradientcolor-expression)" : String
}
```

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

```
  [Color](#cfn-quicksight-dashboard-conditionalformattinggradientcolor-color): 
    GradientColor
  [Expression](#cfn-quicksight-dashboard-conditionalformattinggradientcolor-expression): String
```

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

`Color`  <a name="cfn-quicksight-dashboard-conditionalformattinggradientcolor-color"></a>
Determines the color.  
*Required*: Yes  
*Type*: [GradientColor](aws-properties-quicksight-dashboard-gradientcolor.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Expression`  <a name="cfn-quicksight-dashboard-conditionalformattinggradientcolor-expression"></a>
The expression that determines the formatting configuration for gradient color.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `4096`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The formatting configuration for the icon.

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

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

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

```
{
  "[CustomCondition](#cfn-quicksight-dashboard-conditionalformattingicon-customcondition)" : ConditionalFormattingCustomIconCondition,
  "[IconSet](#cfn-quicksight-dashboard-conditionalformattingicon-iconset)" : ConditionalFormattingIconSet
}
```

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

```
  [CustomCondition](#cfn-quicksight-dashboard-conditionalformattingicon-customcondition): 
    ConditionalFormattingCustomIconCondition
  [IconSet](#cfn-quicksight-dashboard-conditionalformattingicon-iconset): 
    ConditionalFormattingIconSet
```

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

`CustomCondition`  <a name="cfn-quicksight-dashboard-conditionalformattingicon-customcondition"></a>
Determines the custom condition for an icon set.  
*Required*: No  
*Type*: [ConditionalFormattingCustomIconCondition](aws-properties-quicksight-dashboard-conditionalformattingcustomiconcondition.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`IconSet`  <a name="cfn-quicksight-dashboard-conditionalformattingicon-iconset"></a>
Formatting configuration for icon set.  
*Required*: No  
*Type*: [ConditionalFormattingIconSet](aws-properties-quicksight-dashboard-conditionalformattingiconset.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Determines the icon display configuration.

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

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

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

```
{
  "[IconDisplayOption](#cfn-quicksight-dashboard-conditionalformattingicondisplayconfiguration-icondisplayoption)" : String
}
```

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

```
  [IconDisplayOption](#cfn-quicksight-dashboard-conditionalformattingicondisplayconfiguration-icondisplayoption): String
```

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

`IconDisplayOption`  <a name="cfn-quicksight-dashboard-conditionalformattingicondisplayconfiguration-icondisplayoption"></a>
Determines the icon display configuration.  
*Required*: No  
*Type*: String  
*Allowed values*: `ICON_ONLY`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Formatting configuration for icon set.

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

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

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

```
{
  "[Expression](#cfn-quicksight-dashboard-conditionalformattingiconset-expression)" : String,
  "[IconSetType](#cfn-quicksight-dashboard-conditionalformattingiconset-iconsettype)" : String
}
```

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

```
  [Expression](#cfn-quicksight-dashboard-conditionalformattingiconset-expression): String
  [IconSetType](#cfn-quicksight-dashboard-conditionalformattingiconset-iconsettype): String
```

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

`Expression`  <a name="cfn-quicksight-dashboard-conditionalformattingiconset-expression"></a>
The expression that determines the formatting configuration for the icon set.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `4096`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`IconSetType`  <a name="cfn-quicksight-dashboard-conditionalformattingiconset-iconsettype"></a>
Determines the icon set type.  
*Required*: No  
*Type*: String  
*Allowed values*: `PLUS_MINUS | CHECK_X | THREE_COLOR_ARROW | THREE_GRAY_ARROW | CARET_UP_MINUS_DOWN | THREE_SHAPE | THREE_CIRCLE | FLAGS | BARS | FOUR_COLOR_ARROW | FOUR_GRAY_ARROW`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Formatting configuration for solid color.

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

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

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

```
{
  "[Color](#cfn-quicksight-dashboard-conditionalformattingsolidcolor-color)" : String,
  "[Expression](#cfn-quicksight-dashboard-conditionalformattingsolidcolor-expression)" : String
}
```

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

```
  [Color](#cfn-quicksight-dashboard-conditionalformattingsolidcolor-color): String
  [Expression](#cfn-quicksight-dashboard-conditionalformattingsolidcolor-expression): String
```

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

`Color`  <a name="cfn-quicksight-dashboard-conditionalformattingsolidcolor-color"></a>
Determines the color.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Expression`  <a name="cfn-quicksight-dashboard-conditionalformattingsolidcolor-expression"></a>
The expression that determines the formatting configuration for solid color.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `4096`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The context menu options for a visual's interactions.

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

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

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

```
{
  "[AvailabilityStatus](#cfn-quicksight-dashboard-contextmenuoption-availabilitystatus)" : String
}
```

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

```
  [AvailabilityStatus](#cfn-quicksight-dashboard-contextmenuoption-availabilitystatus): String
```

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

`AvailabilityStatus`  <a name="cfn-quicksight-dashboard-contextmenuoption-availabilitystatus"></a>
The availability status of the context menu options. If the value of this property is set to `ENABLED`, dashboard readers can interact with the context menu.  
*Required*: No  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The contribution analysis visual display for a line, pie, or bar chart.

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

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

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

```
{
  "[ContributorDimensions](#cfn-quicksight-dashboard-contributionanalysisdefault-contributordimensions)" : [ ColumnIdentifier, ... ],
  "[MeasureFieldId](#cfn-quicksight-dashboard-contributionanalysisdefault-measurefieldid)" : String
}
```

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

```
  [ContributorDimensions](#cfn-quicksight-dashboard-contributionanalysisdefault-contributordimensions): 
    - ColumnIdentifier
  [MeasureFieldId](#cfn-quicksight-dashboard-contributionanalysisdefault-measurefieldid): String
```

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

`ContributorDimensions`  <a name="cfn-quicksight-dashboard-contributionanalysisdefault-contributordimensions"></a>
The dimensions columns that are used in the contribution analysis, usually a list of `ColumnIdentifiers`.  
*Required*: Yes  
*Type*: Array of [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Minimum*: `1`  
*Maximum*: `4`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MeasureFieldId`  <a name="cfn-quicksight-dashboard-contributionanalysisdefault-measurefieldid"></a>
The measure field that is used in the contribution analysis.  
*Required*: Yes  
*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)

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

The options that determine the currency display format configuration.

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

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

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

```
{
  "[DecimalPlacesConfiguration](#cfn-quicksight-dashboard-currencydisplayformatconfiguration-decimalplacesconfiguration)" : DecimalPlacesConfiguration,
  "[NegativeValueConfiguration](#cfn-quicksight-dashboard-currencydisplayformatconfiguration-negativevalueconfiguration)" : NegativeValueConfiguration,
  "[NullValueFormatConfiguration](#cfn-quicksight-dashboard-currencydisplayformatconfiguration-nullvalueformatconfiguration)" : NullValueFormatConfiguration,
  "[NumberScale](#cfn-quicksight-dashboard-currencydisplayformatconfiguration-numberscale)" : String,
  "[Prefix](#cfn-quicksight-dashboard-currencydisplayformatconfiguration-prefix)" : String,
  "[SeparatorConfiguration](#cfn-quicksight-dashboard-currencydisplayformatconfiguration-separatorconfiguration)" : NumericSeparatorConfiguration,
  "[Suffix](#cfn-quicksight-dashboard-currencydisplayformatconfiguration-suffix)" : String,
  "[Symbol](#cfn-quicksight-dashboard-currencydisplayformatconfiguration-symbol)" : String
}
```

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

```
  [DecimalPlacesConfiguration](#cfn-quicksight-dashboard-currencydisplayformatconfiguration-decimalplacesconfiguration): 
    DecimalPlacesConfiguration
  [NegativeValueConfiguration](#cfn-quicksight-dashboard-currencydisplayformatconfiguration-negativevalueconfiguration): 
    NegativeValueConfiguration
  [NullValueFormatConfiguration](#cfn-quicksight-dashboard-currencydisplayformatconfiguration-nullvalueformatconfiguration): 
    NullValueFormatConfiguration
  [NumberScale](#cfn-quicksight-dashboard-currencydisplayformatconfiguration-numberscale): String
  [Prefix](#cfn-quicksight-dashboard-currencydisplayformatconfiguration-prefix): String
  [SeparatorConfiguration](#cfn-quicksight-dashboard-currencydisplayformatconfiguration-separatorconfiguration): 
    NumericSeparatorConfiguration
  [Suffix](#cfn-quicksight-dashboard-currencydisplayformatconfiguration-suffix): String
  [Symbol](#cfn-quicksight-dashboard-currencydisplayformatconfiguration-symbol): String
```

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

`DecimalPlacesConfiguration`  <a name="cfn-quicksight-dashboard-currencydisplayformatconfiguration-decimalplacesconfiguration"></a>
The option that determines the decimal places configuration.  
*Required*: No  
*Type*: [DecimalPlacesConfiguration](aws-properties-quicksight-dashboard-decimalplacesconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NegativeValueConfiguration`  <a name="cfn-quicksight-dashboard-currencydisplayformatconfiguration-negativevalueconfiguration"></a>
The options that determine the negative value configuration.  
*Required*: No  
*Type*: [NegativeValueConfiguration](aws-properties-quicksight-dashboard-negativevalueconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NullValueFormatConfiguration`  <a name="cfn-quicksight-dashboard-currencydisplayformatconfiguration-nullvalueformatconfiguration"></a>
The options that determine the null value format configuration.  
*Required*: No  
*Type*: [NullValueFormatConfiguration](aws-properties-quicksight-dashboard-nullvalueformatconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NumberScale`  <a name="cfn-quicksight-dashboard-currencydisplayformatconfiguration-numberscale"></a>
Determines the number scale value for the currency format.  
*Required*: No  
*Type*: String  
*Allowed values*: `NONE | AUTO | THOUSANDS | MILLIONS | BILLIONS | TRILLIONS | LAKHS | CRORES`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Prefix`  <a name="cfn-quicksight-dashboard-currencydisplayformatconfiguration-prefix"></a>
Determines the prefix value of the currency format.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `128`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SeparatorConfiguration`  <a name="cfn-quicksight-dashboard-currencydisplayformatconfiguration-separatorconfiguration"></a>
The options that determine the numeric separator configuration.  
*Required*: No  
*Type*: [NumericSeparatorConfiguration](aws-properties-quicksight-dashboard-numericseparatorconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Suffix`  <a name="cfn-quicksight-dashboard-currencydisplayformatconfiguration-suffix"></a>
Determines the suffix value of the currency format.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `128`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Symbol`  <a name="cfn-quicksight-dashboard-currencydisplayformatconfiguration-symbol"></a>
Determines the symbol for the currency format.  
*Required*: No  
*Type*: String  
*Pattern*: `^[A-Z]{3}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The filter operation that filters data included in a visual or in an entire sheet.

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

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

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

```
{
  "[SelectedFieldsConfiguration](#cfn-quicksight-dashboard-customactionfilteroperation-selectedfieldsconfiguration)" : FilterOperationSelectedFieldsConfiguration,
  "[TargetVisualsConfiguration](#cfn-quicksight-dashboard-customactionfilteroperation-targetvisualsconfiguration)" : FilterOperationTargetVisualsConfiguration
}
```

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

```
  [SelectedFieldsConfiguration](#cfn-quicksight-dashboard-customactionfilteroperation-selectedfieldsconfiguration): 
    FilterOperationSelectedFieldsConfiguration
  [TargetVisualsConfiguration](#cfn-quicksight-dashboard-customactionfilteroperation-targetvisualsconfiguration): 
    FilterOperationTargetVisualsConfiguration
```

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

`SelectedFieldsConfiguration`  <a name="cfn-quicksight-dashboard-customactionfilteroperation-selectedfieldsconfiguration"></a>
The configuration that chooses the fields to be filtered.  
*Required*: Yes  
*Type*: [FilterOperationSelectedFieldsConfiguration](aws-properties-quicksight-dashboard-filteroperationselectedfieldsconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TargetVisualsConfiguration`  <a name="cfn-quicksight-dashboard-customactionfilteroperation-targetvisualsconfiguration"></a>
The configuration that chooses the target visuals to be filtered.  
*Required*: Yes  
*Type*: [FilterOperationTargetVisualsConfiguration](aws-properties-quicksight-dashboard-filteroperationtargetvisualsconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The navigation operation that navigates between different sheets in the same analysis.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

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

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

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

```
{
  "[LocalNavigationConfiguration](#cfn-quicksight-dashboard-customactionnavigationoperation-localnavigationconfiguration)" : LocalNavigationConfiguration
}
```

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

```
  [LocalNavigationConfiguration](#cfn-quicksight-dashboard-customactionnavigationoperation-localnavigationconfiguration): 
    LocalNavigationConfiguration
```

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

`LocalNavigationConfiguration`  <a name="cfn-quicksight-dashboard-customactionnavigationoperation-localnavigationconfiguration"></a>
The configuration that chooses the navigation target.  
*Required*: No  
*Type*: [LocalNavigationConfiguration](aws-properties-quicksight-dashboard-localnavigationconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The set parameter operation that sets parameters in custom action.

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

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

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

```
{
  "[ParameterValueConfigurations](#cfn-quicksight-dashboard-customactionsetparametersoperation-parametervalueconfigurations)" : [ SetParameterValueConfiguration, ... ]
}
```

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

```
  [ParameterValueConfigurations](#cfn-quicksight-dashboard-customactionsetparametersoperation-parametervalueconfigurations): 
    - SetParameterValueConfiguration
```

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

`ParameterValueConfigurations`  <a name="cfn-quicksight-dashboard-customactionsetparametersoperation-parametervalueconfigurations"></a>
The parameter that determines the value configuration.  
*Required*: Yes  
*Type*: Array of [SetParameterValueConfiguration](aws-properties-quicksight-dashboard-setparametervalueconfiguration.md)  
*Minimum*: `1`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The URL operation that opens a link to another webpage.

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

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

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

```
{
  "[URLTarget](#cfn-quicksight-dashboard-customactionurloperation-urltarget)" : String,
  "[URLTemplate](#cfn-quicksight-dashboard-customactionurloperation-urltemplate)" : String
}
```

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

```
  [URLTarget](#cfn-quicksight-dashboard-customactionurloperation-urltarget): String
  [URLTemplate](#cfn-quicksight-dashboard-customactionurloperation-urltemplate): String
```

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

`URLTarget`  <a name="cfn-quicksight-dashboard-customactionurloperation-urltarget"></a>
The target of the `CustomActionURLOperation`.  
Valid values are defined as follows:  
+ `NEW_TAB`: Opens the target URL in a new browser tab.
+ `NEW_WINDOW`: Opens the target URL in a new browser window.
+ `SAME_TAB`: Opens the target URL in the same browser tab.
*Required*: Yes  
*Type*: String  
*Allowed values*: `NEW_TAB | NEW_WINDOW | SAME_TAB`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`URLTemplate`  <a name="cfn-quicksight-dashboard-customactionurloperation-urltemplate"></a>
THe URL link of the `CustomActionURLOperation`.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Determines the color that's applied to a particular data value in a column.

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

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

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

```
{
  "[Color](#cfn-quicksight-dashboard-customcolor-color)" : String,
  "[FieldValue](#cfn-quicksight-dashboard-customcolor-fieldvalue)" : String,
  "[SpecialValue](#cfn-quicksight-dashboard-customcolor-specialvalue)" : String
}
```

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

```
  [Color](#cfn-quicksight-dashboard-customcolor-color): String
  [FieldValue](#cfn-quicksight-dashboard-customcolor-fieldvalue): String
  [SpecialValue](#cfn-quicksight-dashboard-customcolor-specialvalue): String
```

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

`Color`  <a name="cfn-quicksight-dashboard-customcolor-color"></a>
The color that is applied to the data value.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldValue`  <a name="cfn-quicksight-dashboard-customcolor-fieldvalue"></a>
The data value that the color is applied to.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SpecialValue`  <a name="cfn-quicksight-dashboard-customcolor-specialvalue"></a>
The value of a special data value.  
*Required*: No  
*Type*: String  
*Allowed values*: `EMPTY | NULL | OTHER`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The configuration of a `CustomContentVisual`.

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

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

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

```
{
  "[ContentType](#cfn-quicksight-dashboard-customcontentconfiguration-contenttype)" : String,
  "[ContentUrl](#cfn-quicksight-dashboard-customcontentconfiguration-contenturl)" : String,
  "[ImageScaling](#cfn-quicksight-dashboard-customcontentconfiguration-imagescaling)" : String,
  "[Interactions](#cfn-quicksight-dashboard-customcontentconfiguration-interactions)" : VisualInteractionOptions
}
```

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

```
  [ContentType](#cfn-quicksight-dashboard-customcontentconfiguration-contenttype): String
  [ContentUrl](#cfn-quicksight-dashboard-customcontentconfiguration-contenturl): String
  [ImageScaling](#cfn-quicksight-dashboard-customcontentconfiguration-imagescaling): String
  [Interactions](#cfn-quicksight-dashboard-customcontentconfiguration-interactions): 
    VisualInteractionOptions
```

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

`ContentType`  <a name="cfn-quicksight-dashboard-customcontentconfiguration-contenttype"></a>
The content type of the custom content visual. You can use this to have the visual render as an image.  
*Required*: No  
*Type*: String  
*Allowed values*: `IMAGE | OTHER_EMBEDDED_CONTENT`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ContentUrl`  <a name="cfn-quicksight-dashboard-customcontentconfiguration-contenturl"></a>
The input URL that links to the custom content that you want in the custom visual.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ImageScaling`  <a name="cfn-quicksight-dashboard-customcontentconfiguration-imagescaling"></a>
The sizing options for the size of the custom content visual. This structure is required when the `ContentType` of the visual is `'IMAGE'`.  
*Required*: No  
*Type*: String  
*Allowed values*: `FIT_TO_HEIGHT | FIT_TO_WIDTH | DO_NOT_SCALE | SCALE_TO_VISUAL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Interactions`  <a name="cfn-quicksight-dashboard-customcontentconfiguration-interactions"></a>
The general visual interactions setup for a visual.  
*Required*: No  
*Type*: [VisualInteractionOptions](aws-properties-quicksight-dashboard-visualinteractionoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

A visual that contains custom content.

For more information, see [Using custom visual content](https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html) in the *Amazon Quick Suite User Guide*.

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

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

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

```
{
  "[Actions](#cfn-quicksight-dashboard-customcontentvisual-actions)" : [ VisualCustomAction, ... ],
  "[ChartConfiguration](#cfn-quicksight-dashboard-customcontentvisual-chartconfiguration)" : CustomContentConfiguration,
  "[DataSetIdentifier](#cfn-quicksight-dashboard-customcontentvisual-datasetidentifier)" : String,
  "[Subtitle](#cfn-quicksight-dashboard-customcontentvisual-subtitle)" : VisualSubtitleLabelOptions,
  "[Title](#cfn-quicksight-dashboard-customcontentvisual-title)" : VisualTitleLabelOptions,
  "[VisualContentAltText](#cfn-quicksight-dashboard-customcontentvisual-visualcontentalttext)" : String,
  "[VisualId](#cfn-quicksight-dashboard-customcontentvisual-visualid)" : String
}
```

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

```
  [Actions](#cfn-quicksight-dashboard-customcontentvisual-actions): 
    - VisualCustomAction
  [ChartConfiguration](#cfn-quicksight-dashboard-customcontentvisual-chartconfiguration): 
    CustomContentConfiguration
  [DataSetIdentifier](#cfn-quicksight-dashboard-customcontentvisual-datasetidentifier): String
  [Subtitle](#cfn-quicksight-dashboard-customcontentvisual-subtitle): 
    VisualSubtitleLabelOptions
  [Title](#cfn-quicksight-dashboard-customcontentvisual-title): 
    VisualTitleLabelOptions
  [VisualContentAltText](#cfn-quicksight-dashboard-customcontentvisual-visualcontentalttext): String
  [VisualId](#cfn-quicksight-dashboard-customcontentvisual-visualid): String
```

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

`Actions`  <a name="cfn-quicksight-dashboard-customcontentvisual-actions"></a>
The list of custom actions that are configured for a visual.  
*Required*: No  
*Type*: Array of [VisualCustomAction](aws-properties-quicksight-dashboard-visualcustomaction.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ChartConfiguration`  <a name="cfn-quicksight-dashboard-customcontentvisual-chartconfiguration"></a>
The configuration of a `CustomContentVisual`.  
*Required*: No  
*Type*: [CustomContentConfiguration](aws-properties-quicksight-dashboard-customcontentconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataSetIdentifier`  <a name="cfn-quicksight-dashboard-customcontentvisual-datasetidentifier"></a>
The dataset that is used to create the custom content visual. You can't create a visual without a dataset.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Subtitle`  <a name="cfn-quicksight-dashboard-customcontentvisual-subtitle"></a>
The subtitle that is displayed on the visual.  
*Required*: No  
*Type*: [VisualSubtitleLabelOptions](aws-properties-quicksight-dashboard-visualsubtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-customcontentvisual-title"></a>
The title that is displayed on the visual.  
*Required*: No  
*Type*: [VisualTitleLabelOptions](aws-properties-quicksight-dashboard-visualtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualContentAltText`  <a name="cfn-quicksight-dashboard-customcontentvisual-visualcontentalttext"></a>
The alt text for the visual.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualId`  <a name="cfn-quicksight-dashboard-customcontentvisual-visualid"></a>
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

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

A custom filter that filters based on a single value. This filter can be partially matched.

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

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

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

```
{
  "[CategoryValue](#cfn-quicksight-dashboard-customfilterconfiguration-categoryvalue)" : String,
  "[MatchOperator](#cfn-quicksight-dashboard-customfilterconfiguration-matchoperator)" : String,
  "[NullOption](#cfn-quicksight-dashboard-customfilterconfiguration-nulloption)" : String,
  "[ParameterName](#cfn-quicksight-dashboard-customfilterconfiguration-parametername)" : String,
  "[SelectAllOptions](#cfn-quicksight-dashboard-customfilterconfiguration-selectalloptions)" : String
}
```

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

```
  [CategoryValue](#cfn-quicksight-dashboard-customfilterconfiguration-categoryvalue): String
  [MatchOperator](#cfn-quicksight-dashboard-customfilterconfiguration-matchoperator): String
  [NullOption](#cfn-quicksight-dashboard-customfilterconfiguration-nulloption): String
  [ParameterName](#cfn-quicksight-dashboard-customfilterconfiguration-parametername): String
  [SelectAllOptions](#cfn-quicksight-dashboard-customfilterconfiguration-selectalloptions): String
```

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

`CategoryValue`  <a name="cfn-quicksight-dashboard-customfilterconfiguration-categoryvalue"></a>
The category value for the filter.  
This field is mutually exclusive to `ParameterName`.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `512`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MatchOperator`  <a name="cfn-quicksight-dashboard-customfilterconfiguration-matchoperator"></a>
The match operator that is used to determine if a filter should be applied.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `EQUALS | DOES_NOT_EQUAL | CONTAINS | DOES_NOT_CONTAIN | STARTS_WITH | ENDS_WITH`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NullOption`  <a name="cfn-quicksight-dashboard-customfilterconfiguration-nulloption"></a>
This option determines how null values should be treated when filtering data.  
+ `ALL_VALUES`: Include null values in filtered results.
+ `NULLS_ONLY`: Only include null values in filtered results.
+ `NON_NULLS_ONLY`: Exclude null values from filtered results.
*Required*: Yes  
*Type*: String  
*Allowed values*: `ALL_VALUES | NULLS_ONLY | NON_NULLS_ONLY`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ParameterName`  <a name="cfn-quicksight-dashboard-customfilterconfiguration-parametername"></a>
The parameter whose value should be used for the filter value.  
This field is mutually exclusive to `CategoryValue`.  
*Required*: No  
*Type*: String  
*Pattern*: `^[a-zA-Z0-9]+$`  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SelectAllOptions`  <a name="cfn-quicksight-dashboard-customfilterconfiguration-selectalloptions"></a>
Select all of the values. Null is not the assigned value of select all.  
+  `FILTER_ALL_VALUES` 
*Required*: No  
*Type*: String  
*Allowed values*: `FILTER_ALL_VALUES`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

A list of custom filter values.

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

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

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

```
{
  "[CategoryValues](#cfn-quicksight-dashboard-customfilterlistconfiguration-categoryvalues)" : [ String, ... ],
  "[MatchOperator](#cfn-quicksight-dashboard-customfilterlistconfiguration-matchoperator)" : String,
  "[NullOption](#cfn-quicksight-dashboard-customfilterlistconfiguration-nulloption)" : String,
  "[SelectAllOptions](#cfn-quicksight-dashboard-customfilterlistconfiguration-selectalloptions)" : String
}
```

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

```
  [CategoryValues](#cfn-quicksight-dashboard-customfilterlistconfiguration-categoryvalues): 
    - String
  [MatchOperator](#cfn-quicksight-dashboard-customfilterlistconfiguration-matchoperator): String
  [NullOption](#cfn-quicksight-dashboard-customfilterlistconfiguration-nulloption): String
  [SelectAllOptions](#cfn-quicksight-dashboard-customfilterlistconfiguration-selectalloptions): String
```

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

`CategoryValues`  <a name="cfn-quicksight-dashboard-customfilterlistconfiguration-categoryvalues"></a>
The list of category values for the filter.  
*Required*: No  
*Type*: Array of String  
*Minimum*: `0 | 0`  
*Maximum*: `512 | 100000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MatchOperator`  <a name="cfn-quicksight-dashboard-customfilterlistconfiguration-matchoperator"></a>
The match operator that is used to determine if a filter should be applied.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `EQUALS | DOES_NOT_EQUAL | CONTAINS | DOES_NOT_CONTAIN | STARTS_WITH | ENDS_WITH`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NullOption`  <a name="cfn-quicksight-dashboard-customfilterlistconfiguration-nulloption"></a>
This option determines how null values should be treated when filtering data.  
+ `ALL_VALUES`: Include null values in filtered results.
+ `NULLS_ONLY`: Only include null values in filtered results.
+ `NON_NULLS_ONLY`: Exclude null values from filtered results.
*Required*: Yes  
*Type*: String  
*Allowed values*: `ALL_VALUES | NULLS_ONLY | NON_NULLS_ONLY`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SelectAllOptions`  <a name="cfn-quicksight-dashboard-customfilterlistconfiguration-selectalloptions"></a>
Select all of the values. Null is not the assigned value of select all.  
+  `FILTER_ALL_VALUES` 
*Required*: No  
*Type*: String  
*Allowed values*: `FILTER_ALL_VALUES`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The custom narrative options.

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

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

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

```
{
  "[Narrative](#cfn-quicksight-dashboard-customnarrativeoptions-narrative)" : String
}
```

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

```
  [Narrative](#cfn-quicksight-dashboard-customnarrativeoptions-narrative): String
```

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

`Narrative`  <a name="cfn-quicksight-dashboard-customnarrativeoptions-narrative"></a>
The string input of custom narrative.  
*Required*: Yes  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `150000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The customized parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

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

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

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

```
{
  "[DateTimeValues](#cfn-quicksight-dashboard-customparametervalues-datetimevalues)" : [ String, ... ],
  "[DecimalValues](#cfn-quicksight-dashboard-customparametervalues-decimalvalues)" : [ Number, ... ],
  "[IntegerValues](#cfn-quicksight-dashboard-customparametervalues-integervalues)" : [ Number, ... ],
  "[StringValues](#cfn-quicksight-dashboard-customparametervalues-stringvalues)" : [ String, ... ]
}
```

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

```
  [DateTimeValues](#cfn-quicksight-dashboard-customparametervalues-datetimevalues): 
    - String
  [DecimalValues](#cfn-quicksight-dashboard-customparametervalues-decimalvalues): 
    - Number
  [IntegerValues](#cfn-quicksight-dashboard-customparametervalues-integervalues): 
    - Number
  [StringValues](#cfn-quicksight-dashboard-customparametervalues-stringvalues): 
    - String
```

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

`DateTimeValues`  <a name="cfn-quicksight-dashboard-customparametervalues-datetimevalues"></a>
A list of datetime-type parameter values.  
*Required*: No  
*Type*: Array of String  
*Minimum*: `0`  
*Maximum*: `50000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DecimalValues`  <a name="cfn-quicksight-dashboard-customparametervalues-decimalvalues"></a>
A list of decimal-type parameter values.  
*Required*: No  
*Type*: Array of Number  
*Minimum*: `0`  
*Maximum*: `50000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`IntegerValues`  <a name="cfn-quicksight-dashboard-customparametervalues-integervalues"></a>
A list of integer-type parameter values.  
*Required*: No  
*Type*: Array of Number  
*Minimum*: `0`  
*Maximum*: `50000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StringValues`  <a name="cfn-quicksight-dashboard-customparametervalues-stringvalues"></a>
A list of string-type parameter values.  
*Required*: No  
*Type*: Array of String  
*Minimum*: `0`  
*Maximum*: `50000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The configuration of custom values for the destination parameter in `DestinationParameterValueConfiguration`.

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

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

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

```
{
  "[CustomValues](#cfn-quicksight-dashboard-customvaluesconfiguration-customvalues)" : CustomParameterValues,
  "[IncludeNullValue](#cfn-quicksight-dashboard-customvaluesconfiguration-includenullvalue)" : Boolean
}
```

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

```
  [CustomValues](#cfn-quicksight-dashboard-customvaluesconfiguration-customvalues): 
    CustomParameterValues
  [IncludeNullValue](#cfn-quicksight-dashboard-customvaluesconfiguration-includenullvalue): Boolean
```

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

`CustomValues`  <a name="cfn-quicksight-dashboard-customvaluesconfiguration-customvalues"></a>
Property description not available.  
*Required*: Yes  
*Type*: [CustomParameterValues](aws-properties-quicksight-dashboard-customparametervalues.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`IncludeNullValue`  <a name="cfn-quicksight-dashboard-customvaluesconfiguration-includenullvalue"></a>
Includes the null value in custom action parameter values.  
*Required*: No  
*Type*: Boolean  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Dashboard error.

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

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

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

```
{
  "[Message](#cfn-quicksight-dashboard-dashboarderror-message)" : String,
  "[Type](#cfn-quicksight-dashboard-dashboarderror-type)" : String,
  "[ViolatedEntities](#cfn-quicksight-dashboard-dashboarderror-violatedentities)" : [ Entity, ... ]
}
```

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

```
  [Message](#cfn-quicksight-dashboard-dashboarderror-message): String
  [Type](#cfn-quicksight-dashboard-dashboarderror-type): String
  [ViolatedEntities](#cfn-quicksight-dashboard-dashboarderror-violatedentities): 
    - Entity
```

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

`Message`  <a name="cfn-quicksight-dashboard-dashboarderror-message"></a>
Message.  
*Required*: No  
*Type*: String  
*Pattern*: `\S`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Type`  <a name="cfn-quicksight-dashboard-dashboarderror-type"></a>
Type.  
*Required*: No  
*Type*: String  
*Allowed values*: `ACCESS_DENIED | SOURCE_NOT_FOUND | DATA_SET_NOT_FOUND | INTERNAL_FAILURE | PARAMETER_VALUE_INCOMPATIBLE | PARAMETER_TYPE_INVALID | PARAMETER_NOT_FOUND | COLUMN_TYPE_MISMATCH | COLUMN_GEOGRAPHIC_ROLE_MISMATCH | COLUMN_REPLACEMENT_MISSING`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ViolatedEntities`  <a name="cfn-quicksight-dashboard-dashboarderror-violatedentities"></a>
Lists the violated entities that caused the dashboard error.  
*Required*: No  
*Type*: Array of [Entity](aws-properties-quicksight-dashboard-entity.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Dashboard publish options:
+ `AvailabilityStatus` for `AdHocFilteringOption` - This status can be either `ENABLED` or `DISABLED`. When this is set to `DISABLED`, Amazon Quick Sight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is `ENABLED` by default. 
+ `AvailabilityStatus` for `ExportToCSVOption` - This status can be either `ENABLED` or `DISABLED`. The visual option to export data to .CSV format isn't enabled when this is set to `DISABLED`. This option is `ENABLED` by default. 
+ `VisibilityState` for `SheetControlsOption` - This visibility state can be either `COLLAPSED` or `EXPANDED`. This option is `COLLAPSED` by default. 
+ `AvailabilityStatus` for `QuickSuiteActionsOption` - This status can be either `ENABLED` or `DISABLED`. Features related to Actions in Amazon Quick Suite on dashboards are disabled when this is set to `DISABLED`. This option is `DISABLED` by default.
+ `AvailabilityStatus` for `ExecutiveSummaryOption` - This status can be either `ENABLED` or `DISABLED`. The option to build an executive summary is disabled when this is set to `DISABLED`. This option is `ENABLED` by default.
+ `AvailabilityStatus` for `DataStoriesSharingOption` - This status can be either `ENABLED` or `DISABLED`. The option to share a data story is disabled when this is set to `DISABLED`. This option is `ENABLED` by default.

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

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

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

```
{
  "[AdHocFilteringOption](#cfn-quicksight-dashboard-dashboardpublishoptions-adhocfilteringoption)" : AdHocFilteringOption,
  "[DataPointDrillUpDownOption](#cfn-quicksight-dashboard-dashboardpublishoptions-datapointdrillupdownoption)" : DataPointDrillUpDownOption,
  "[DataPointMenuLabelOption](#cfn-quicksight-dashboard-dashboardpublishoptions-datapointmenulabeloption)" : DataPointMenuLabelOption,
  "[DataPointTooltipOption](#cfn-quicksight-dashboard-dashboardpublishoptions-datapointtooltipoption)" : DataPointTooltipOption,
  "[DataQAEnabledOption](#cfn-quicksight-dashboard-dashboardpublishoptions-dataqaenabledoption)" : DataQAEnabledOption,
  "[DataStoriesSharingOption](#cfn-quicksight-dashboard-dashboardpublishoptions-datastoriessharingoption)" : DataStoriesSharingOption,
  "[ExecutiveSummaryOption](#cfn-quicksight-dashboard-dashboardpublishoptions-executivesummaryoption)" : ExecutiveSummaryOption,
  "[ExportToCSVOption](#cfn-quicksight-dashboard-dashboardpublishoptions-exporttocsvoption)" : ExportToCSVOption,
  "[ExportWithHiddenFieldsOption](#cfn-quicksight-dashboard-dashboardpublishoptions-exportwithhiddenfieldsoption)" : ExportWithHiddenFieldsOption,
  "[QuickSuiteActionsOption](#cfn-quicksight-dashboard-dashboardpublishoptions-quicksuiteactionsoption)" : QuickSuiteActionsOption,
  "[SheetControlsOption](#cfn-quicksight-dashboard-dashboardpublishoptions-sheetcontrolsoption)" : SheetControlsOption,
  "[SheetLayoutElementMaximizationOption](#cfn-quicksight-dashboard-dashboardpublishoptions-sheetlayoutelementmaximizationoption)" : SheetLayoutElementMaximizationOption,
  "[VisualAxisSortOption](#cfn-quicksight-dashboard-dashboardpublishoptions-visualaxissortoption)" : VisualAxisSortOption,
  "[VisualMenuOption](#cfn-quicksight-dashboard-dashboardpublishoptions-visualmenuoption)" : VisualMenuOption,
  "[VisualPublishOptions](#cfn-quicksight-dashboard-dashboardpublishoptions-visualpublishoptions)" : DashboardVisualPublishOptions
}
```

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

```
  [AdHocFilteringOption](#cfn-quicksight-dashboard-dashboardpublishoptions-adhocfilteringoption): 
    AdHocFilteringOption
  [DataPointDrillUpDownOption](#cfn-quicksight-dashboard-dashboardpublishoptions-datapointdrillupdownoption): 
    DataPointDrillUpDownOption
  [DataPointMenuLabelOption](#cfn-quicksight-dashboard-dashboardpublishoptions-datapointmenulabeloption): 
    DataPointMenuLabelOption
  [DataPointTooltipOption](#cfn-quicksight-dashboard-dashboardpublishoptions-datapointtooltipoption): 
    DataPointTooltipOption
  [DataQAEnabledOption](#cfn-quicksight-dashboard-dashboardpublishoptions-dataqaenabledoption): 
    DataQAEnabledOption
  [DataStoriesSharingOption](#cfn-quicksight-dashboard-dashboardpublishoptions-datastoriessharingoption): 
    DataStoriesSharingOption
  [ExecutiveSummaryOption](#cfn-quicksight-dashboard-dashboardpublishoptions-executivesummaryoption): 
    ExecutiveSummaryOption
  [ExportToCSVOption](#cfn-quicksight-dashboard-dashboardpublishoptions-exporttocsvoption): 
    ExportToCSVOption
  [ExportWithHiddenFieldsOption](#cfn-quicksight-dashboard-dashboardpublishoptions-exportwithhiddenfieldsoption): 
    ExportWithHiddenFieldsOption
  [QuickSuiteActionsOption](#cfn-quicksight-dashboard-dashboardpublishoptions-quicksuiteactionsoption): 
    QuickSuiteActionsOption
  [SheetControlsOption](#cfn-quicksight-dashboard-dashboardpublishoptions-sheetcontrolsoption): 
    SheetControlsOption
  [SheetLayoutElementMaximizationOption](#cfn-quicksight-dashboard-dashboardpublishoptions-sheetlayoutelementmaximizationoption): 
    SheetLayoutElementMaximizationOption
  [VisualAxisSortOption](#cfn-quicksight-dashboard-dashboardpublishoptions-visualaxissortoption): 
    VisualAxisSortOption
  [VisualMenuOption](#cfn-quicksight-dashboard-dashboardpublishoptions-visualmenuoption): 
    VisualMenuOption
  [VisualPublishOptions](#cfn-quicksight-dashboard-dashboardpublishoptions-visualpublishoptions): 
    DashboardVisualPublishOptions
```

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

`AdHocFilteringOption`  <a name="cfn-quicksight-dashboard-dashboardpublishoptions-adhocfilteringoption"></a>
Ad hoc (one-time) filtering option.  
*Required*: No  
*Type*: [AdHocFilteringOption](aws-properties-quicksight-dashboard-adhocfilteringoption.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataPointDrillUpDownOption`  <a name="cfn-quicksight-dashboard-dashboardpublishoptions-datapointdrillupdownoption"></a>
The drill-down options of data points in a dashboard.  
*Required*: No  
*Type*: [DataPointDrillUpDownOption](aws-properties-quicksight-dashboard-datapointdrillupdownoption.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataPointMenuLabelOption`  <a name="cfn-quicksight-dashboard-dashboardpublishoptions-datapointmenulabeloption"></a>
The data point menu label options of a dashboard.  
*Required*: No  
*Type*: [DataPointMenuLabelOption](aws-properties-quicksight-dashboard-datapointmenulabeloption.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataPointTooltipOption`  <a name="cfn-quicksight-dashboard-dashboardpublishoptions-datapointtooltipoption"></a>
The data point tool tip options of a dashboard.  
*Required*: No  
*Type*: [DataPointTooltipOption](aws-properties-quicksight-dashboard-datapointtooltipoption.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataQAEnabledOption`  <a name="cfn-quicksight-dashboard-dashboardpublishoptions-dataqaenabledoption"></a>
Adds Q&A capabilities to an Quick Sight dashboard. If no topic is linked, Dashboard Q&A uses the data values that are rendered on the dashboard. End users can use Dashboard Q&A to ask for different slices of the data that they see on the dashboard. If a topic is linked, Topic Q&A is used.  
*Required*: No  
*Type*: [DataQAEnabledOption](aws-properties-quicksight-dashboard-dataqaenabledoption.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataStoriesSharingOption`  <a name="cfn-quicksight-dashboard-dashboardpublishoptions-datastoriessharingoption"></a>
Data stories sharing option.  
*Required*: No  
*Type*: [DataStoriesSharingOption](aws-properties-quicksight-dashboard-datastoriessharingoption.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ExecutiveSummaryOption`  <a name="cfn-quicksight-dashboard-dashboardpublishoptions-executivesummaryoption"></a>
Executive summary option.  
*Required*: No  
*Type*: [ExecutiveSummaryOption](aws-properties-quicksight-dashboard-executivesummaryoption.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ExportToCSVOption`  <a name="cfn-quicksight-dashboard-dashboardpublishoptions-exporttocsvoption"></a>
Export to .csv option.  
*Required*: No  
*Type*: [ExportToCSVOption](aws-properties-quicksight-dashboard-exporttocsvoption.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ExportWithHiddenFieldsOption`  <a name="cfn-quicksight-dashboard-dashboardpublishoptions-exportwithhiddenfieldsoption"></a>
Determines if hidden fields are exported with a dashboard.  
*Required*: No  
*Type*: [ExportWithHiddenFieldsOption](aws-properties-quicksight-dashboard-exportwithhiddenfieldsoption.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`QuickSuiteActionsOption`  <a name="cfn-quicksight-dashboard-dashboardpublishoptions-quicksuiteactionsoption"></a>
Determines if Actions in Amazon Quick Suite are enabled in a dashboard.  
*Required*: No  
*Type*: [QuickSuiteActionsOption](aws-properties-quicksight-dashboard-quicksuiteactionsoption.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SheetControlsOption`  <a name="cfn-quicksight-dashboard-dashboardpublishoptions-sheetcontrolsoption"></a>
Sheet controls option.  
*Required*: No  
*Type*: [SheetControlsOption](aws-properties-quicksight-dashboard-sheetcontrolsoption.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SheetLayoutElementMaximizationOption`  <a name="cfn-quicksight-dashboard-dashboardpublishoptions-sheetlayoutelementmaximizationoption"></a>
The sheet layout maximization options of a dashbaord.  
*Required*: No  
*Type*: [SheetLayoutElementMaximizationOption](aws-properties-quicksight-dashboard-sheetlayoutelementmaximizationoption.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualAxisSortOption`  <a name="cfn-quicksight-dashboard-dashboardpublishoptions-visualaxissortoption"></a>
The axis sort options of a dashboard.  
*Required*: No  
*Type*: [VisualAxisSortOption](aws-properties-quicksight-dashboard-visualaxissortoption.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualMenuOption`  <a name="cfn-quicksight-dashboard-dashboardpublishoptions-visualmenuoption"></a>
The menu options of a visual in a dashboard.  
*Required*: No  
*Type*: [VisualMenuOption](aws-properties-quicksight-dashboard-visualmenuoption.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualPublishOptions`  <a name="cfn-quicksight-dashboard-dashboardpublishoptions-visualpublishoptions"></a>
The visual publish options of a visual in a dashboard.  
*Required*: No  
*Type*: [DashboardVisualPublishOptions](aws-properties-quicksight-dashboard-dashboardvisualpublishoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Dashboard source entity.

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

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

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

```
{
  "[SourceTemplate](#cfn-quicksight-dashboard-dashboardsourceentity-sourcetemplate)" : DashboardSourceTemplate
}
```

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

```
  [SourceTemplate](#cfn-quicksight-dashboard-dashboardsourceentity-sourcetemplate): 
    DashboardSourceTemplate
```

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

`SourceTemplate`  <a name="cfn-quicksight-dashboard-dashboardsourceentity-sourcetemplate"></a>
Source template.  
*Required*: No  
*Type*: [DashboardSourceTemplate](aws-properties-quicksight-dashboard-dashboardsourcetemplate.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Dashboard source template.

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

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

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

```
{
  "[Arn](#cfn-quicksight-dashboard-dashboardsourcetemplate-arn)" : String,
  "[DataSetReferences](#cfn-quicksight-dashboard-dashboardsourcetemplate-datasetreferences)" : [ DataSetReference, ... ]
}
```

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

```
  [Arn](#cfn-quicksight-dashboard-dashboardsourcetemplate-arn): String
  [DataSetReferences](#cfn-quicksight-dashboard-dashboardsourcetemplate-datasetreferences): 
    - DataSetReference
```

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

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

`DataSetReferences`  <a name="cfn-quicksight-dashboard-dashboardsourcetemplate-datasetreferences"></a>
Dataset references.  
*Required*: Yes  
*Type*: Array of [DataSetReference](aws-properties-quicksight-dashboard-datasetreference.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)

# 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)

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

The contents of a dashboard.

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

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

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

```
{
  "[AnalysisDefaults](#cfn-quicksight-dashboard-dashboardversiondefinition-analysisdefaults)" : AnalysisDefaults,
  "[CalculatedFields](#cfn-quicksight-dashboard-dashboardversiondefinition-calculatedfields)" : [ CalculatedField, ... ],
  "[ColumnConfigurations](#cfn-quicksight-dashboard-dashboardversiondefinition-columnconfigurations)" : [ ColumnConfiguration, ... ],
  "[DataSetIdentifierDeclarations](#cfn-quicksight-dashboard-dashboardversiondefinition-datasetidentifierdeclarations)" : [ DataSetIdentifierDeclaration, ... ],
  "[FilterGroups](#cfn-quicksight-dashboard-dashboardversiondefinition-filtergroups)" : [ FilterGroup, ... ],
  "[Options](#cfn-quicksight-dashboard-dashboardversiondefinition-options)" : AssetOptions,
  "[ParameterDeclarations](#cfn-quicksight-dashboard-dashboardversiondefinition-parameterdeclarations)" : [ ParameterDeclaration, ... ],
  "[Sheets](#cfn-quicksight-dashboard-dashboardversiondefinition-sheets)" : [ SheetDefinition, ... ],
  "[StaticFiles](#cfn-quicksight-dashboard-dashboardversiondefinition-staticfiles)" : [ StaticFile, ... ]
}
```

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

```
  [AnalysisDefaults](#cfn-quicksight-dashboard-dashboardversiondefinition-analysisdefaults): 
    AnalysisDefaults
  [CalculatedFields](#cfn-quicksight-dashboard-dashboardversiondefinition-calculatedfields): 
    - CalculatedField
  [ColumnConfigurations](#cfn-quicksight-dashboard-dashboardversiondefinition-columnconfigurations): 
    - ColumnConfiguration
  [DataSetIdentifierDeclarations](#cfn-quicksight-dashboard-dashboardversiondefinition-datasetidentifierdeclarations): 
    - DataSetIdentifierDeclaration
  [FilterGroups](#cfn-quicksight-dashboard-dashboardversiondefinition-filtergroups): 
    - FilterGroup
  [Options](#cfn-quicksight-dashboard-dashboardversiondefinition-options): 
    AssetOptions
  [ParameterDeclarations](#cfn-quicksight-dashboard-dashboardversiondefinition-parameterdeclarations): 
    - ParameterDeclaration
  [Sheets](#cfn-quicksight-dashboard-dashboardversiondefinition-sheets): 
    - SheetDefinition
  [StaticFiles](#cfn-quicksight-dashboard-dashboardversiondefinition-staticfiles): 
    - StaticFile
```

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

`AnalysisDefaults`  <a name="cfn-quicksight-dashboard-dashboardversiondefinition-analysisdefaults"></a>
Property description not available.  
*Required*: No  
*Type*: [AnalysisDefaults](aws-properties-quicksight-dashboard-analysisdefaults.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CalculatedFields`  <a name="cfn-quicksight-dashboard-dashboardversiondefinition-calculatedfields"></a>
An array of calculated field definitions for the dashboard.  
*Required*: No  
*Type*: Array of [CalculatedField](aws-properties-quicksight-dashboard-calculatedfield.md)  
*Minimum*: `0`  
*Maximum*: `500`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColumnConfigurations`  <a name="cfn-quicksight-dashboard-dashboardversiondefinition-columnconfigurations"></a>
An array of dashboard-level column configurations. Column configurations are used to set the default formatting for a column that is used throughout a dashboard.   
*Required*: No  
*Type*: Array of [ColumnConfiguration](aws-properties-quicksight-dashboard-columnconfiguration.md)  
*Minimum*: `0`  
*Maximum*: `2000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataSetIdentifierDeclarations`  <a name="cfn-quicksight-dashboard-dashboardversiondefinition-datasetidentifierdeclarations"></a>
An array of dataset identifier declarations. With this mapping,you can use dataset identifiers instead of dataset Amazon Resource Names (ARNs) throughout the dashboard's sub-structures.  
*Required*: Yes  
*Type*: Array of [DataSetIdentifierDeclaration](aws-properties-quicksight-dashboard-datasetidentifierdeclaration.md)  
*Minimum*: `1`  
*Maximum*: `50`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FilterGroups`  <a name="cfn-quicksight-dashboard-dashboardversiondefinition-filtergroups"></a>
The filter definitions for a dashboard.  
For more information, see [Filtering Data in Amazon Quick Sight](https://docs.aws.amazon.com/quicksight/latest/user/adding-a-filter.html) in the *Amazon Quick Suite User Guide*.  
*Required*: No  
*Type*: Array of [FilterGroup](aws-properties-quicksight-dashboard-filtergroup.md)  
*Minimum*: `0`  
*Maximum*: `2000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Options`  <a name="cfn-quicksight-dashboard-dashboardversiondefinition-options"></a>
An array of option definitions for a dashboard.  
*Required*: No  
*Type*: [AssetOptions](aws-properties-quicksight-dashboard-assetoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ParameterDeclarations`  <a name="cfn-quicksight-dashboard-dashboardversiondefinition-parameterdeclarations"></a>
The parameter declarations for a dashboard. Parameters are named variables that can transfer a value for use by an action or an object.  
For more information, see [Parameters in Amazon Quick Sight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html) in the *Amazon Quick Suite User Guide*.  
*Required*: No  
*Type*: Array of [ParameterDeclaration](aws-properties-quicksight-dashboard-parameterdeclaration.md)  
*Minimum*: `0`  
*Maximum*: `400`  
*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-dashboardversiondefinition-sheets"></a>
An array of sheet definitions for a dashboard.  
*Required*: No  
*Type*: Array of [SheetDefinition](aws-properties-quicksight-dashboard-sheetdefinition.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)

`StaticFiles`  <a name="cfn-quicksight-dashboard-dashboardversiondefinition-staticfiles"></a>
The static files for the definition.  
*Required*: No  
*Type*: Array of [StaticFile](aws-properties-quicksight-dashboard-staticfile.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The visual publish options of a visual in a dashboard

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

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

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

```
{
  "[ExportHiddenFieldsOption](#cfn-quicksight-dashboard-dashboardvisualpublishoptions-exporthiddenfieldsoption)" : ExportHiddenFieldsOption
}
```

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

```
  [ExportHiddenFieldsOption](#cfn-quicksight-dashboard-dashboardvisualpublishoptions-exporthiddenfieldsoption): 
    ExportHiddenFieldsOption
```

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

`ExportHiddenFieldsOption`  <a name="cfn-quicksight-dashboard-dashboardvisualpublishoptions-exporthiddenfieldsoption"></a>
Determines if hidden fields are included in an exported dashboard.  
*Required*: No  
*Type*: [ExportHiddenFieldsOption](aws-properties-quicksight-dashboard-exporthiddenfieldsoption.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The options for data bars.

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

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

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

```
{
  "[FieldId](#cfn-quicksight-dashboard-databarsoptions-fieldid)" : String,
  "[NegativeColor](#cfn-quicksight-dashboard-databarsoptions-negativecolor)" : String,
  "[PositiveColor](#cfn-quicksight-dashboard-databarsoptions-positivecolor)" : String
}
```

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

```
  [FieldId](#cfn-quicksight-dashboard-databarsoptions-fieldid): String
  [NegativeColor](#cfn-quicksight-dashboard-databarsoptions-negativecolor): String
  [PositiveColor](#cfn-quicksight-dashboard-databarsoptions-positivecolor): String
```

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

`FieldId`  <a name="cfn-quicksight-dashboard-databarsoptions-fieldid"></a>
The field ID for the data bars options.  
*Required*: Yes  
*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)

`NegativeColor`  <a name="cfn-quicksight-dashboard-databarsoptions-negativecolor"></a>
The color of the negative data bar.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PositiveColor`  <a name="cfn-quicksight-dashboard-databarsoptions-positivecolor"></a>
The color of the positive data bar.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Determines the color that is applied to a particular data value.

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

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

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

```
{
  "[Color](#cfn-quicksight-dashboard-datacolor-color)" : String,
  "[DataValue](#cfn-quicksight-dashboard-datacolor-datavalue)" : Number
}
```

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

```
  [Color](#cfn-quicksight-dashboard-datacolor-color): String
  [DataValue](#cfn-quicksight-dashboard-datacolor-datavalue): Number
```

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

`Color`  <a name="cfn-quicksight-dashboard-datacolor-color"></a>
The color that is applied to the data value.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataValue`  <a name="cfn-quicksight-dashboard-datacolor-datavalue"></a>
The data value that the color is applied to.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The data field series item configuration of a line chart.

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

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

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

```
{
  "[AxisBinding](#cfn-quicksight-dashboard-datafieldseriesitem-axisbinding)" : String,
  "[FieldId](#cfn-quicksight-dashboard-datafieldseriesitem-fieldid)" : String,
  "[FieldValue](#cfn-quicksight-dashboard-datafieldseriesitem-fieldvalue)" : String,
  "[Settings](#cfn-quicksight-dashboard-datafieldseriesitem-settings)" : LineChartSeriesSettings
}
```

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

```
  [AxisBinding](#cfn-quicksight-dashboard-datafieldseriesitem-axisbinding): String
  [FieldId](#cfn-quicksight-dashboard-datafieldseriesitem-fieldid): String
  [FieldValue](#cfn-quicksight-dashboard-datafieldseriesitem-fieldvalue): String
  [Settings](#cfn-quicksight-dashboard-datafieldseriesitem-settings): 
    LineChartSeriesSettings
```

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

`AxisBinding`  <a name="cfn-quicksight-dashboard-datafieldseriesitem-axisbinding"></a>
The axis that you are binding the field to.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `PRIMARY_YAXIS | SECONDARY_YAXIS`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldId`  <a name="cfn-quicksight-dashboard-datafieldseriesitem-fieldid"></a>
The field ID of the field that you are setting the axis binding to.  
*Required*: Yes  
*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)

`FieldValue`  <a name="cfn-quicksight-dashboard-datafieldseriesitem-fieldvalue"></a>
The field value of the field that you are setting the axis binding to.  
*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)

`Settings`  <a name="cfn-quicksight-dashboard-datafieldseriesitem-settings"></a>
The options that determine the presentation of line series associated to the field.  
*Required*: No  
*Type*: [LineChartSeriesSettings](aws-properties-quicksight-dashboard-linechartseriessettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The options that determine the presentation of the data labels.

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

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

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

```
{
  "[CategoryLabelVisibility](#cfn-quicksight-dashboard-datalabeloptions-categorylabelvisibility)" : String,
  "[DataLabelTypes](#cfn-quicksight-dashboard-datalabeloptions-datalabeltypes)" : [ DataLabelType, ... ],
  "[LabelColor](#cfn-quicksight-dashboard-datalabeloptions-labelcolor)" : String,
  "[LabelContent](#cfn-quicksight-dashboard-datalabeloptions-labelcontent)" : String,
  "[LabelFontConfiguration](#cfn-quicksight-dashboard-datalabeloptions-labelfontconfiguration)" : FontConfiguration,
  "[MeasureLabelVisibility](#cfn-quicksight-dashboard-datalabeloptions-measurelabelvisibility)" : String,
  "[Overlap](#cfn-quicksight-dashboard-datalabeloptions-overlap)" : String,
  "[Position](#cfn-quicksight-dashboard-datalabeloptions-position)" : String,
  "[TotalsVisibility](#cfn-quicksight-dashboard-datalabeloptions-totalsvisibility)" : String,
  "[Visibility](#cfn-quicksight-dashboard-datalabeloptions-visibility)" : String
}
```

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

```
  [CategoryLabelVisibility](#cfn-quicksight-dashboard-datalabeloptions-categorylabelvisibility): String
  [DataLabelTypes](#cfn-quicksight-dashboard-datalabeloptions-datalabeltypes): 
    - DataLabelType
  [LabelColor](#cfn-quicksight-dashboard-datalabeloptions-labelcolor): String
  [LabelContent](#cfn-quicksight-dashboard-datalabeloptions-labelcontent): String
  [LabelFontConfiguration](#cfn-quicksight-dashboard-datalabeloptions-labelfontconfiguration): 
    FontConfiguration
  [MeasureLabelVisibility](#cfn-quicksight-dashboard-datalabeloptions-measurelabelvisibility): String
  [Overlap](#cfn-quicksight-dashboard-datalabeloptions-overlap): String
  [Position](#cfn-quicksight-dashboard-datalabeloptions-position): String
  [TotalsVisibility](#cfn-quicksight-dashboard-datalabeloptions-totalsvisibility): String
  [Visibility](#cfn-quicksight-dashboard-datalabeloptions-visibility): String
```

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

`CategoryLabelVisibility`  <a name="cfn-quicksight-dashboard-datalabeloptions-categorylabelvisibility"></a>
Determines the visibility of the category field labels.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataLabelTypes`  <a name="cfn-quicksight-dashboard-datalabeloptions-datalabeltypes"></a>
The option that determines the data label type.  
*Required*: No  
*Type*: Array of [DataLabelType](aws-properties-quicksight-dashboard-datalabeltype.md)  
*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)

`LabelColor`  <a name="cfn-quicksight-dashboard-datalabeloptions-labelcolor"></a>
Determines the color of the data labels.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LabelContent`  <a name="cfn-quicksight-dashboard-datalabeloptions-labelcontent"></a>
Determines the content of the data labels.  
*Required*: No  
*Type*: String  
*Allowed values*: `VALUE | PERCENT | VALUE_AND_PERCENT`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LabelFontConfiguration`  <a name="cfn-quicksight-dashboard-datalabeloptions-labelfontconfiguration"></a>
Determines the font configuration of the data labels.  
*Required*: No  
*Type*: [FontConfiguration](aws-properties-quicksight-dashboard-fontconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MeasureLabelVisibility`  <a name="cfn-quicksight-dashboard-datalabeloptions-measurelabelvisibility"></a>
Determines the visibility of the measure field labels.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Overlap`  <a name="cfn-quicksight-dashboard-datalabeloptions-overlap"></a>
Determines whether overlap is enabled or disabled for the data labels.  
*Required*: No  
*Type*: String  
*Allowed values*: `DISABLE_OVERLAP | ENABLE_OVERLAP`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Position`  <a name="cfn-quicksight-dashboard-datalabeloptions-position"></a>
Determines the position of the data labels.  
*Required*: No  
*Type*: String  
*Allowed values*: `INSIDE | OUTSIDE | LEFT | TOP | BOTTOM | RIGHT`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TotalsVisibility`  <a name="cfn-quicksight-dashboard-datalabeloptions-totalsvisibility"></a>
Determines the visibility of the total.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Visibility`  <a name="cfn-quicksight-dashboard-datalabeloptions-visibility"></a>
Determines the visibility of the data labels.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The option that determines the data label type.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

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

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

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

```
{
  "[DataPathLabelType](#cfn-quicksight-dashboard-datalabeltype-datapathlabeltype)" : DataPathLabelType,
  "[FieldLabelType](#cfn-quicksight-dashboard-datalabeltype-fieldlabeltype)" : FieldLabelType,
  "[MaximumLabelType](#cfn-quicksight-dashboard-datalabeltype-maximumlabeltype)" : MaximumLabelType,
  "[MinimumLabelType](#cfn-quicksight-dashboard-datalabeltype-minimumlabeltype)" : MinimumLabelType,
  "[RangeEndsLabelType](#cfn-quicksight-dashboard-datalabeltype-rangeendslabeltype)" : RangeEndsLabelType
}
```

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

```
  [DataPathLabelType](#cfn-quicksight-dashboard-datalabeltype-datapathlabeltype): 
    DataPathLabelType
  [FieldLabelType](#cfn-quicksight-dashboard-datalabeltype-fieldlabeltype): 
    FieldLabelType
  [MaximumLabelType](#cfn-quicksight-dashboard-datalabeltype-maximumlabeltype): 
    MaximumLabelType
  [MinimumLabelType](#cfn-quicksight-dashboard-datalabeltype-minimumlabeltype): 
    MinimumLabelType
  [RangeEndsLabelType](#cfn-quicksight-dashboard-datalabeltype-rangeendslabeltype): 
    RangeEndsLabelType
```

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

`DataPathLabelType`  <a name="cfn-quicksight-dashboard-datalabeltype-datapathlabeltype"></a>
The option that specifies individual data values for labels.  
*Required*: No  
*Type*: [DataPathLabelType](aws-properties-quicksight-dashboard-datapathlabeltype.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldLabelType`  <a name="cfn-quicksight-dashboard-datalabeltype-fieldlabeltype"></a>
Determines the label configuration for the entire field.  
*Required*: No  
*Type*: [FieldLabelType](aws-properties-quicksight-dashboard-fieldlabeltype.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MaximumLabelType`  <a name="cfn-quicksight-dashboard-datalabeltype-maximumlabeltype"></a>
Determines the label configuration for the maximum value in a visual.  
*Required*: No  
*Type*: [MaximumLabelType](aws-properties-quicksight-dashboard-maximumlabeltype.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MinimumLabelType`  <a name="cfn-quicksight-dashboard-datalabeltype-minimumlabeltype"></a>
Determines the label configuration for the minimum value in a visual.  
*Required*: No  
*Type*: [MinimumLabelType](aws-properties-quicksight-dashboard-minimumlabeltype.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RangeEndsLabelType`  <a name="cfn-quicksight-dashboard-datalabeltype-rangeendslabeltype"></a>
Determines the label configuration for range end value in a visual.  
*Required*: No  
*Type*: [RangeEndsLabelType](aws-properties-quicksight-dashboard-rangeendslabeltype.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The color map that determines the color options for a particular element.

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

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

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

```
{
  "[Color](#cfn-quicksight-dashboard-datapathcolor-color)" : String,
  "[Element](#cfn-quicksight-dashboard-datapathcolor-element)" : DataPathValue,
  "[TimeGranularity](#cfn-quicksight-dashboard-datapathcolor-timegranularity)" : String
}
```

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

```
  [Color](#cfn-quicksight-dashboard-datapathcolor-color): String
  [Element](#cfn-quicksight-dashboard-datapathcolor-element): 
    DataPathValue
  [TimeGranularity](#cfn-quicksight-dashboard-datapathcolor-timegranularity): String
```

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

`Color`  <a name="cfn-quicksight-dashboard-datapathcolor-color"></a>
The color that needs to be applied to the element.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Element`  <a name="cfn-quicksight-dashboard-datapathcolor-element"></a>
The element that the color needs to be applied to.  
*Required*: Yes  
*Type*: [DataPathValue](aws-properties-quicksight-dashboard-datapathvalue.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TimeGranularity`  <a name="cfn-quicksight-dashboard-datapathcolor-timegranularity"></a>
The time granularity of the field that the color needs to be applied to.  
*Required*: No  
*Type*: String  
*Allowed values*: `YEAR | QUARTER | MONTH | WEEK | DAY | HOUR | MINUTE | SECOND | MILLISECOND`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The option that specifies individual data values for labels.

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

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

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

```
{
  "[FieldId](#cfn-quicksight-dashboard-datapathlabeltype-fieldid)" : String,
  "[FieldValue](#cfn-quicksight-dashboard-datapathlabeltype-fieldvalue)" : String,
  "[Visibility](#cfn-quicksight-dashboard-datapathlabeltype-visibility)" : String
}
```

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

```
  [FieldId](#cfn-quicksight-dashboard-datapathlabeltype-fieldid): String
  [FieldValue](#cfn-quicksight-dashboard-datapathlabeltype-fieldvalue): String
  [Visibility](#cfn-quicksight-dashboard-datapathlabeltype-visibility): String
```

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

`FieldId`  <a name="cfn-quicksight-dashboard-datapathlabeltype-fieldid"></a>
The field ID of the field that the data label needs to be applied to.  
*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)

`FieldValue`  <a name="cfn-quicksight-dashboard-datapathlabeltype-fieldvalue"></a>
The actual value of the field that is labeled.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Visibility`  <a name="cfn-quicksight-dashboard-datapathlabeltype-visibility"></a>
The visibility of the data label.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Allows data paths to be sorted by a specific data value.

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

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

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

```
{
  "[Direction](#cfn-quicksight-dashboard-datapathsort-direction)" : String,
  "[SortPaths](#cfn-quicksight-dashboard-datapathsort-sortpaths)" : [ DataPathValue, ... ]
}
```

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

```
  [Direction](#cfn-quicksight-dashboard-datapathsort-direction): String
  [SortPaths](#cfn-quicksight-dashboard-datapathsort-sortpaths): 
    - DataPathValue
```

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

`Direction`  <a name="cfn-quicksight-dashboard-datapathsort-direction"></a>
Determines the sort direction.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `ASC | DESC`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SortPaths`  <a name="cfn-quicksight-dashboard-datapathsort-sortpaths"></a>
The list of data paths that need to be sorted.  
*Required*: Yes  
*Type*: Array of [DataPathValue](aws-properties-quicksight-dashboard-datapathvalue.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)

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

The type of the data path value.

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

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

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

```
{
  "[PivotTableDataPathType](#cfn-quicksight-dashboard-datapathtype-pivottabledatapathtype)" : String
}
```

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

```
  [PivotTableDataPathType](#cfn-quicksight-dashboard-datapathtype-pivottabledatapathtype): String
```

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

`PivotTableDataPathType`  <a name="cfn-quicksight-dashboard-datapathtype-pivottabledatapathtype"></a>
The type of data path value utilized in a pivot table. Choose one of the following options:  
+ `HIERARCHY_ROWS_LAYOUT_COLUMN` - The type of data path for the rows layout column, when `RowsLayout` is set to `HIERARCHY`.
+ `MULTIPLE_ROW_METRICS_COLUMN` - The type of data path for the metric column when the row is set to Metric Placement.
+ `EMPTY_COLUMN_HEADER` - The type of data path for the column with empty column header, when there is no field in `ColumnsFieldWell` and the row is set to Metric Placement.
+ `COUNT_METRIC_COLUMN` - The type of data path for the column with `COUNT` as the metric, when there is no field in the `ValuesFieldWell`.
*Required*: No  
*Type*: String  
*Allowed values*: `HIERARCHY_ROWS_LAYOUT_COLUMN | MULTIPLE_ROW_METRICS_COLUMN | EMPTY_COLUMN_HEADER | COUNT_METRIC_COLUMN`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The data path that needs to be sorted.

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

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

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

```
{
  "[DataPathType](#cfn-quicksight-dashboard-datapathvalue-datapathtype)" : DataPathType,
  "[FieldId](#cfn-quicksight-dashboard-datapathvalue-fieldid)" : String,
  "[FieldValue](#cfn-quicksight-dashboard-datapathvalue-fieldvalue)" : String
}
```

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

```
  [DataPathType](#cfn-quicksight-dashboard-datapathvalue-datapathtype): 
    DataPathType
  [FieldId](#cfn-quicksight-dashboard-datapathvalue-fieldid): String
  [FieldValue](#cfn-quicksight-dashboard-datapathvalue-fieldvalue): String
```

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

`DataPathType`  <a name="cfn-quicksight-dashboard-datapathvalue-datapathtype"></a>
The type configuration of the field.  
*Required*: No  
*Type*: [DataPathType](aws-properties-quicksight-dashboard-datapathtype.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldId`  <a name="cfn-quicksight-dashboard-datapathvalue-fieldid"></a>
The field ID of the field that needs to be sorted.  
*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)

`FieldValue`  <a name="cfn-quicksight-dashboard-datapathvalue-fieldvalue"></a>
The actual value of the field that needs to be sorted.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The drill down options for data points in a dashbaord.

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

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

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

```
{
  "[AvailabilityStatus](#cfn-quicksight-dashboard-datapointdrillupdownoption-availabilitystatus)" : String
}
```

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

```
  [AvailabilityStatus](#cfn-quicksight-dashboard-datapointdrillupdownoption-availabilitystatus): String
```

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

`AvailabilityStatus`  <a name="cfn-quicksight-dashboard-datapointdrillupdownoption-availabilitystatus"></a>
The status of the drill down options of data points.  
*Required*: No  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The data point menu options of a dashboard.

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

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

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

```
{
  "[AvailabilityStatus](#cfn-quicksight-dashboard-datapointmenulabeloption-availabilitystatus)" : String
}
```

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

```
  [AvailabilityStatus](#cfn-quicksight-dashboard-datapointmenulabeloption-availabilitystatus): String
```

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

`AvailabilityStatus`  <a name="cfn-quicksight-dashboard-datapointmenulabeloption-availabilitystatus"></a>
The status of the data point menu options.  
*Required*: No  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The data point tooltip options.

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

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

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

```
{
  "[AvailabilityStatus](#cfn-quicksight-dashboard-datapointtooltipoption-availabilitystatus)" : String
}
```

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

```
  [AvailabilityStatus](#cfn-quicksight-dashboard-datapointtooltipoption-availabilitystatus): String
```

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

`AvailabilityStatus`  <a name="cfn-quicksight-dashboard-datapointtooltipoption-availabilitystatus"></a>
The status of the data point tool tip options.  
*Required*: No  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Adds Q&A capabilities to a dashboard. If no topic is linked, Dashboard Q&A uses the data values that are rendered on the dashboard. End users can use Dashboard Q&A to ask for different slices of the data that they see on the dashboard. If a topic is linked, Topic Q&A is enabled.

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

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

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

```
{
  "[AvailabilityStatus](#cfn-quicksight-dashboard-dataqaenabledoption-availabilitystatus)" : String
}
```

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

```
  [AvailabilityStatus](#cfn-quicksight-dashboard-dataqaenabledoption-availabilitystatus): String
```

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

`AvailabilityStatus`  <a name="cfn-quicksight-dashboard-dataqaenabledoption-availabilitystatus"></a>
The status of the Data Q&A option on the dashboard.  
*Required*: No  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

A data set.

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

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

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

```
{
  "[DataSetArn](#cfn-quicksight-dashboard-datasetidentifierdeclaration-datasetarn)" : String,
  "[Identifier](#cfn-quicksight-dashboard-datasetidentifierdeclaration-identifier)" : String
}
```

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

```
  [DataSetArn](#cfn-quicksight-dashboard-datasetidentifierdeclaration-datasetarn): String
  [Identifier](#cfn-quicksight-dashboard-datasetidentifierdeclaration-identifier): String
```

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

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

`Identifier`  <a name="cfn-quicksight-dashboard-datasetidentifierdeclaration-identifier"></a>
The identifier of the data set, typically the data set's name.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Dataset reference.

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

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

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

```
{
  "[DataSetArn](#cfn-quicksight-dashboard-datasetreference-datasetarn)" : String,
  "[DataSetPlaceholder](#cfn-quicksight-dashboard-datasetreference-datasetplaceholder)" : String
}
```

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

```
  [DataSetArn](#cfn-quicksight-dashboard-datasetreference-datasetarn): String
  [DataSetPlaceholder](#cfn-quicksight-dashboard-datasetreference-datasetplaceholder): String
```

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

`DataSetArn`  <a name="cfn-quicksight-dashboard-datasetreference-datasetarn"></a>
Dataset Amazon Resource Name (ARN).  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataSetPlaceholder`  <a name="cfn-quicksight-dashboard-datasetreference-datasetplaceholder"></a>
Dataset placeholder.  
*Required*: Yes  
*Type*: String  
*Pattern*: `\S`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Executive summary option.

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

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

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

```
{
  "[AvailabilityStatus](#cfn-quicksight-dashboard-datastoriessharingoption-availabilitystatus)" : String
}
```

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

```
  [AvailabilityStatus](#cfn-quicksight-dashboard-datastoriessharingoption-availabilitystatus): String
```

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

`AvailabilityStatus`  <a name="cfn-quicksight-dashboard-datastoriessharingoption-availabilitystatus"></a>
Availability status.  
*Required*: No  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The options that determine how a date axis is displayed.

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

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

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

```
{
  "[MissingDateVisibility](#cfn-quicksight-dashboard-dateaxisoptions-missingdatevisibility)" : String
}
```

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

```
  [MissingDateVisibility](#cfn-quicksight-dashboard-dateaxisoptions-missingdatevisibility): String
```

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

`MissingDateVisibility`  <a name="cfn-quicksight-dashboard-dateaxisoptions-missingdatevisibility"></a>
Determines whether or not missing dates are displayed.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The dimension type field with date type columns.

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

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

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

```
{
  "[Column](#cfn-quicksight-dashboard-datedimensionfield-column)" : ColumnIdentifier,
  "[DateGranularity](#cfn-quicksight-dashboard-datedimensionfield-dategranularity)" : String,
  "[FieldId](#cfn-quicksight-dashboard-datedimensionfield-fieldid)" : String,
  "[FormatConfiguration](#cfn-quicksight-dashboard-datedimensionfield-formatconfiguration)" : DateTimeFormatConfiguration,
  "[HierarchyId](#cfn-quicksight-dashboard-datedimensionfield-hierarchyid)" : String
}
```

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

```
  [Column](#cfn-quicksight-dashboard-datedimensionfield-column): 
    ColumnIdentifier
  [DateGranularity](#cfn-quicksight-dashboard-datedimensionfield-dategranularity): String
  [FieldId](#cfn-quicksight-dashboard-datedimensionfield-fieldid): String
  [FormatConfiguration](#cfn-quicksight-dashboard-datedimensionfield-formatconfiguration): 
    DateTimeFormatConfiguration
  [HierarchyId](#cfn-quicksight-dashboard-datedimensionfield-hierarchyid): String
```

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

`Column`  <a name="cfn-quicksight-dashboard-datedimensionfield-column"></a>
The column that is used in the `DateDimensionField`.  
*Required*: Yes  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DateGranularity`  <a name="cfn-quicksight-dashboard-datedimensionfield-dategranularity"></a>
The date granularity of the `DateDimensionField`. Choose one of the following options:  
+  `YEAR` 
+  `QUARTER` 
+  `MONTH` 
+  `WEEK` 
+  `DAY` 
+  `HOUR` 
+  `MINUTE` 
+  `SECOND` 
+  `MILLISECOND` 
*Required*: No  
*Type*: String  
*Allowed values*: `YEAR | QUARTER | MONTH | WEEK | DAY | HOUR | MINUTE | SECOND | MILLISECOND`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldId`  <a name="cfn-quicksight-dashboard-datedimensionfield-fieldid"></a>
The custom field ID.  
*Required*: Yes  
*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)

`FormatConfiguration`  <a name="cfn-quicksight-dashboard-datedimensionfield-formatconfiguration"></a>
The format configuration of the field.  
*Required*: No  
*Type*: [DateTimeFormatConfiguration](aws-properties-quicksight-dashboard-datetimeformatconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`HierarchyId`  <a name="cfn-quicksight-dashboard-datedimensionfield-hierarchyid"></a>
The custom hierarchy ID.  
*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)

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

The measure type field with date type columns.

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

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

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

```
{
  "[AggregationFunction](#cfn-quicksight-dashboard-datemeasurefield-aggregationfunction)" : String,
  "[Column](#cfn-quicksight-dashboard-datemeasurefield-column)" : ColumnIdentifier,
  "[FieldId](#cfn-quicksight-dashboard-datemeasurefield-fieldid)" : String,
  "[FormatConfiguration](#cfn-quicksight-dashboard-datemeasurefield-formatconfiguration)" : DateTimeFormatConfiguration
}
```

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

```
  [AggregationFunction](#cfn-quicksight-dashboard-datemeasurefield-aggregationfunction): String
  [Column](#cfn-quicksight-dashboard-datemeasurefield-column): 
    ColumnIdentifier
  [FieldId](#cfn-quicksight-dashboard-datemeasurefield-fieldid): String
  [FormatConfiguration](#cfn-quicksight-dashboard-datemeasurefield-formatconfiguration): 
    DateTimeFormatConfiguration
```

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

`AggregationFunction`  <a name="cfn-quicksight-dashboard-datemeasurefield-aggregationfunction"></a>
The aggregation function of the measure field.  
*Required*: No  
*Type*: [String](aws-properties-quicksight-dashboard-aggregationfunction.md)  
*Allowed values*: `COUNT | DISTINCT_COUNT | MIN | MAX`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Column`  <a name="cfn-quicksight-dashboard-datemeasurefield-column"></a>
The column that is used in the `DateMeasureField`.  
*Required*: Yes  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldId`  <a name="cfn-quicksight-dashboard-datemeasurefield-fieldid"></a>
The custom field ID.  
*Required*: Yes  
*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)

`FormatConfiguration`  <a name="cfn-quicksight-dashboard-datemeasurefield-formatconfiguration"></a>
The format configuration of the field.  
*Required*: No  
*Type*: [DateTimeFormatConfiguration](aws-properties-quicksight-dashboard-datetimeformatconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The default values of the `DateTimeParameterDeclaration`.

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

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

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

```
{
  "[DynamicValue](#cfn-quicksight-dashboard-datetimedefaultvalues-dynamicvalue)" : DynamicDefaultValue,
  "[RollingDate](#cfn-quicksight-dashboard-datetimedefaultvalues-rollingdate)" : RollingDateConfiguration,
  "[StaticValues](#cfn-quicksight-dashboard-datetimedefaultvalues-staticvalues)" : [ String, ... ]
}
```

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

```
  [DynamicValue](#cfn-quicksight-dashboard-datetimedefaultvalues-dynamicvalue): 
    DynamicDefaultValue
  [RollingDate](#cfn-quicksight-dashboard-datetimedefaultvalues-rollingdate): 
    RollingDateConfiguration
  [StaticValues](#cfn-quicksight-dashboard-datetimedefaultvalues-staticvalues): 
    - String
```

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

`DynamicValue`  <a name="cfn-quicksight-dashboard-datetimedefaultvalues-dynamicvalue"></a>
The dynamic value of the `DataTimeDefaultValues`. Different defaults are displayed according to users, groups, and values mapping.  
*Required*: No  
*Type*: [DynamicDefaultValue](aws-properties-quicksight-dashboard-dynamicdefaultvalue.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RollingDate`  <a name="cfn-quicksight-dashboard-datetimedefaultvalues-rollingdate"></a>
The rolling date of the `DataTimeDefaultValues`. The date is determined from the dataset based on input expression.  
*Required*: No  
*Type*: [RollingDateConfiguration](aws-properties-quicksight-dashboard-rollingdateconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StaticValues`  <a name="cfn-quicksight-dashboard-datetimedefaultvalues-staticvalues"></a>
The static values of the `DataTimeDefaultValues`.  
*Required*: No  
*Type*: Array of String  
*Minimum*: `0`  
*Maximum*: `50000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

Formatting configuration for `DateTime` fields.

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

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

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

```
{
  "[DateTimeFormat](#cfn-quicksight-dashboard-datetimeformatconfiguration-datetimeformat)" : String,
  "[NullValueFormatConfiguration](#cfn-quicksight-dashboard-datetimeformatconfiguration-nullvalueformatconfiguration)" : NullValueFormatConfiguration,
  "[NumericFormatConfiguration](#cfn-quicksight-dashboard-datetimeformatconfiguration-numericformatconfiguration)" : NumericFormatConfiguration
}
```

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

```
  [DateTimeFormat](#cfn-quicksight-dashboard-datetimeformatconfiguration-datetimeformat): String
  [NullValueFormatConfiguration](#cfn-quicksight-dashboard-datetimeformatconfiguration-nullvalueformatconfiguration): 
    NullValueFormatConfiguration
  [NumericFormatConfiguration](#cfn-quicksight-dashboard-datetimeformatconfiguration-numericformatconfiguration): 
    NumericFormatConfiguration
```

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

`DateTimeFormat`  <a name="cfn-quicksight-dashboard-datetimeformatconfiguration-datetimeformat"></a>
Determines the `DateTime` format.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `128`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NullValueFormatConfiguration`  <a name="cfn-quicksight-dashboard-datetimeformatconfiguration-nullvalueformatconfiguration"></a>
The options that determine the null value format configuration.  
*Required*: No  
*Type*: [NullValueFormatConfiguration](aws-properties-quicksight-dashboard-nullvalueformatconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NumericFormatConfiguration`  <a name="cfn-quicksight-dashboard-datetimeformatconfiguration-numericformatconfiguration"></a>
The formatting configuration for numeric `DateTime` fields.  
*Required*: No  
*Type*: [NumericFormatConfiguration](aws-properties-quicksight-dashboard-numericformatconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The option that determines the hierarchy of any `DateTime` fields.

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

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

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

```
{
  "[DrillDownFilters](#cfn-quicksight-dashboard-datetimehierarchy-drilldownfilters)" : [ DrillDownFilter, ... ],
  "[HierarchyId](#cfn-quicksight-dashboard-datetimehierarchy-hierarchyid)" : String
}
```

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

```
  [DrillDownFilters](#cfn-quicksight-dashboard-datetimehierarchy-drilldownfilters): 
    - DrillDownFilter
  [HierarchyId](#cfn-quicksight-dashboard-datetimehierarchy-hierarchyid): String
```

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

`DrillDownFilters`  <a name="cfn-quicksight-dashboard-datetimehierarchy-drilldownfilters"></a>
The option that determines the drill down filters for the `DateTime` hierarchy.  
*Required*: No  
*Type*: Array of [DrillDownFilter](aws-properties-quicksight-dashboard-drilldownfilter.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`HierarchyId`  <a name="cfn-quicksight-dashboard-datetimehierarchy-hierarchyid"></a>
The hierarchy ID of the `DateTime` hierarchy.  
*Required*: Yes  
*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)

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

A date-time parameter.

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

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

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

```
{
  "[Name](#cfn-quicksight-dashboard-datetimeparameter-name)" : String,
  "[Values](#cfn-quicksight-dashboard-datetimeparameter-values)" : [ String, ... ]
}
```

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

```
  [Name](#cfn-quicksight-dashboard-datetimeparameter-name): String
  [Values](#cfn-quicksight-dashboard-datetimeparameter-values): 
    - String
```

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

`Name`  <a name="cfn-quicksight-dashboard-datetimeparameter-name"></a>
A display name for the date-time parameter.  
*Required*: Yes  
*Type*: String  
*Pattern*: `\S`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Values`  <a name="cfn-quicksight-dashboard-datetimeparameter-values"></a>
The values for the date-time parameter.  
*Required*: Yes  
*Type*: Array of String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

A parameter declaration for the `DateTime` data type.

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

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

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

```
{
  "[DefaultValues](#cfn-quicksight-dashboard-datetimeparameterdeclaration-defaultvalues)" : DateTimeDefaultValues,
  "[MappedDataSetParameters](#cfn-quicksight-dashboard-datetimeparameterdeclaration-mappeddatasetparameters)" : [ MappedDataSetParameter, ... ],
  "[Name](#cfn-quicksight-dashboard-datetimeparameterdeclaration-name)" : String,
  "[TimeGranularity](#cfn-quicksight-dashboard-datetimeparameterdeclaration-timegranularity)" : String,
  "[ValueWhenUnset](#cfn-quicksight-dashboard-datetimeparameterdeclaration-valuewhenunset)" : DateTimeValueWhenUnsetConfiguration
}
```

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

```
  [DefaultValues](#cfn-quicksight-dashboard-datetimeparameterdeclaration-defaultvalues): 
    DateTimeDefaultValues
  [MappedDataSetParameters](#cfn-quicksight-dashboard-datetimeparameterdeclaration-mappeddatasetparameters): 
    - MappedDataSetParameter
  [Name](#cfn-quicksight-dashboard-datetimeparameterdeclaration-name): String
  [TimeGranularity](#cfn-quicksight-dashboard-datetimeparameterdeclaration-timegranularity): String
  [ValueWhenUnset](#cfn-quicksight-dashboard-datetimeparameterdeclaration-valuewhenunset): 
    DateTimeValueWhenUnsetConfiguration
```

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

`DefaultValues`  <a name="cfn-quicksight-dashboard-datetimeparameterdeclaration-defaultvalues"></a>
The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.  
*Required*: No  
*Type*: [DateTimeDefaultValues](aws-properties-quicksight-dashboard-datetimedefaultvalues.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MappedDataSetParameters`  <a name="cfn-quicksight-dashboard-datetimeparameterdeclaration-mappeddatasetparameters"></a>
Property description not available.  
*Required*: No  
*Type*: Array of [MappedDataSetParameter](aws-properties-quicksight-dashboard-mappeddatasetparameter.md)  
*Minimum*: `0`  
*Maximum*: `150`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-quicksight-dashboard-datetimeparameterdeclaration-name"></a>
The name of the parameter that is being declared.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[a-zA-Z0-9]+$`  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TimeGranularity`  <a name="cfn-quicksight-dashboard-datetimeparameterdeclaration-timegranularity"></a>
The level of time precision that is used to aggregate `DateTime` values.  
*Required*: No  
*Type*: String  
*Allowed values*: `YEAR | QUARTER | MONTH | WEEK | DAY | HOUR | MINUTE | SECOND | MILLISECOND`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ValueWhenUnset`  <a name="cfn-quicksight-dashboard-datetimeparameterdeclaration-valuewhenunset"></a>
The configuration that defines the default value of a `DateTime` parameter when a value has not been set.  
*Required*: No  
*Type*: [DateTimeValueWhenUnsetConfiguration](aws-properties-quicksight-dashboard-datetimevaluewhenunsetconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The display options of a control.

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

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

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

```
{
  "[DateIconVisibility](#cfn-quicksight-dashboard-datetimepickercontroldisplayoptions-dateiconvisibility)" : String,
  "[DateTimeFormat](#cfn-quicksight-dashboard-datetimepickercontroldisplayoptions-datetimeformat)" : String,
  "[HelperTextVisibility](#cfn-quicksight-dashboard-datetimepickercontroldisplayoptions-helpertextvisibility)" : String,
  "[InfoIconLabelOptions](#cfn-quicksight-dashboard-datetimepickercontroldisplayoptions-infoiconlabeloptions)" : SheetControlInfoIconLabelOptions,
  "[TitleOptions](#cfn-quicksight-dashboard-datetimepickercontroldisplayoptions-titleoptions)" : LabelOptions
}
```

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

```
  [DateIconVisibility](#cfn-quicksight-dashboard-datetimepickercontroldisplayoptions-dateiconvisibility): String
  [DateTimeFormat](#cfn-quicksight-dashboard-datetimepickercontroldisplayoptions-datetimeformat): String
  [HelperTextVisibility](#cfn-quicksight-dashboard-datetimepickercontroldisplayoptions-helpertextvisibility): String
  [InfoIconLabelOptions](#cfn-quicksight-dashboard-datetimepickercontroldisplayoptions-infoiconlabeloptions): 
    SheetControlInfoIconLabelOptions
  [TitleOptions](#cfn-quicksight-dashboard-datetimepickercontroldisplayoptions-titleoptions): 
    LabelOptions
```

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

`DateIconVisibility`  <a name="cfn-quicksight-dashboard-datetimepickercontroldisplayoptions-dateiconvisibility"></a>
The date icon visibility of the `DateTimePickerControlDisplayOptions`.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DateTimeFormat`  <a name="cfn-quicksight-dashboard-datetimepickercontroldisplayoptions-datetimeformat"></a>
Customize how dates are formatted in controls.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `128`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`HelperTextVisibility`  <a name="cfn-quicksight-dashboard-datetimepickercontroldisplayoptions-helpertextvisibility"></a>
The helper text visibility of the `DateTimePickerControlDisplayOptions`.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`InfoIconLabelOptions`  <a name="cfn-quicksight-dashboard-datetimepickercontroldisplayoptions-infoiconlabeloptions"></a>
The configuration of info icon label options.  
*Required*: No  
*Type*: [SheetControlInfoIconLabelOptions](aws-properties-quicksight-dashboard-sheetcontrolinfoiconlabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TitleOptions`  <a name="cfn-quicksight-dashboard-datetimepickercontroldisplayoptions-titleoptions"></a>
The options to configure the title visibility, name, and font size.  
*Required*: No  
*Type*: [LabelOptions](aws-properties-quicksight-dashboard-labeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The configuration that defines the default value of a `DateTime` parameter when a value has not been set.

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

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

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

```
{
  "[CustomValue](#cfn-quicksight-dashboard-datetimevaluewhenunsetconfiguration-customvalue)" : String,
  "[ValueWhenUnsetOption](#cfn-quicksight-dashboard-datetimevaluewhenunsetconfiguration-valuewhenunsetoption)" : String
}
```

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

```
  [CustomValue](#cfn-quicksight-dashboard-datetimevaluewhenunsetconfiguration-customvalue): String
  [ValueWhenUnsetOption](#cfn-quicksight-dashboard-datetimevaluewhenunsetconfiguration-valuewhenunsetoption): String
```

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

`CustomValue`  <a name="cfn-quicksight-dashboard-datetimevaluewhenunsetconfiguration-customvalue"></a>
A custom value that's used when the value of a parameter isn't set.  
*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)

`ValueWhenUnsetOption`  <a name="cfn-quicksight-dashboard-datetimevaluewhenunsetconfiguration-valuewhenunsetoption"></a>
The built-in options for default values. The value can be one of the following:  
+ `RECOMMENDED`: The recommended value.
+ `NULL`: The `NULL` value.
*Required*: No  
*Type*: String  
*Allowed values*: `RECOMMENDED_VALUE | NULL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The default values of the `DecimalParameterDeclaration`.

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

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

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

```
{
  "[DynamicValue](#cfn-quicksight-dashboard-decimaldefaultvalues-dynamicvalue)" : DynamicDefaultValue,
  "[StaticValues](#cfn-quicksight-dashboard-decimaldefaultvalues-staticvalues)" : [ Number, ... ]
}
```

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

```
  [DynamicValue](#cfn-quicksight-dashboard-decimaldefaultvalues-dynamicvalue): 
    DynamicDefaultValue
  [StaticValues](#cfn-quicksight-dashboard-decimaldefaultvalues-staticvalues): 
    - Number
```

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

`DynamicValue`  <a name="cfn-quicksight-dashboard-decimaldefaultvalues-dynamicvalue"></a>
The dynamic value of the `DecimalDefaultValues`. Different defaults are displayed according to users, groups, and values mapping.  
*Required*: No  
*Type*: [DynamicDefaultValue](aws-properties-quicksight-dashboard-dynamicdefaultvalue.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StaticValues`  <a name="cfn-quicksight-dashboard-decimaldefaultvalues-staticvalues"></a>
The static values of the `DecimalDefaultValues`.  
*Required*: No  
*Type*: Array of Number  
*Minimum*: `0`  
*Maximum*: `50000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

A decimal parameter.

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

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

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

```
{
  "[Name](#cfn-quicksight-dashboard-decimalparameter-name)" : String,
  "[Values](#cfn-quicksight-dashboard-decimalparameter-values)" : [ Number, ... ]
}
```

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

```
  [Name](#cfn-quicksight-dashboard-decimalparameter-name): String
  [Values](#cfn-quicksight-dashboard-decimalparameter-values): 
    - Number
```

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

`Name`  <a name="cfn-quicksight-dashboard-decimalparameter-name"></a>
A display name for the decimal parameter.  
*Required*: Yes  
*Type*: String  
*Pattern*: `\S`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Values`  <a name="cfn-quicksight-dashboard-decimalparameter-values"></a>
The values for the decimal parameter.  
*Required*: Yes  
*Type*: Array of Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

A parameter declaration for the `Decimal` data type.

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

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

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

```
{
  "[DefaultValues](#cfn-quicksight-dashboard-decimalparameterdeclaration-defaultvalues)" : DecimalDefaultValues,
  "[MappedDataSetParameters](#cfn-quicksight-dashboard-decimalparameterdeclaration-mappeddatasetparameters)" : [ MappedDataSetParameter, ... ],
  "[Name](#cfn-quicksight-dashboard-decimalparameterdeclaration-name)" : String,
  "[ParameterValueType](#cfn-quicksight-dashboard-decimalparameterdeclaration-parametervaluetype)" : String,
  "[ValueWhenUnset](#cfn-quicksight-dashboard-decimalparameterdeclaration-valuewhenunset)" : DecimalValueWhenUnsetConfiguration
}
```

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

```
  [DefaultValues](#cfn-quicksight-dashboard-decimalparameterdeclaration-defaultvalues): 
    DecimalDefaultValues
  [MappedDataSetParameters](#cfn-quicksight-dashboard-decimalparameterdeclaration-mappeddatasetparameters): 
    - MappedDataSetParameter
  [Name](#cfn-quicksight-dashboard-decimalparameterdeclaration-name): String
  [ParameterValueType](#cfn-quicksight-dashboard-decimalparameterdeclaration-parametervaluetype): String
  [ValueWhenUnset](#cfn-quicksight-dashboard-decimalparameterdeclaration-valuewhenunset): 
    DecimalValueWhenUnsetConfiguration
```

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

`DefaultValues`  <a name="cfn-quicksight-dashboard-decimalparameterdeclaration-defaultvalues"></a>
The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.  
*Required*: No  
*Type*: [DecimalDefaultValues](aws-properties-quicksight-dashboard-decimaldefaultvalues.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MappedDataSetParameters`  <a name="cfn-quicksight-dashboard-decimalparameterdeclaration-mappeddatasetparameters"></a>
Property description not available.  
*Required*: No  
*Type*: Array of [MappedDataSetParameter](aws-properties-quicksight-dashboard-mappeddatasetparameter.md)  
*Minimum*: `0`  
*Maximum*: `150`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-quicksight-dashboard-decimalparameterdeclaration-name"></a>
The name of the parameter that is being declared.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[a-zA-Z0-9]+$`  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ParameterValueType`  <a name="cfn-quicksight-dashboard-decimalparameterdeclaration-parametervaluetype"></a>
The value type determines whether the parameter is a single-value or multi-value parameter.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `MULTI_VALUED | SINGLE_VALUED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ValueWhenUnset`  <a name="cfn-quicksight-dashboard-decimalparameterdeclaration-valuewhenunset"></a>
The configuration that defines the default value of a `Decimal` parameter when a value has not been set.  
*Required*: No  
*Type*: [DecimalValueWhenUnsetConfiguration](aws-properties-quicksight-dashboard-decimalvaluewhenunsetconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The option that determines the decimal places configuration.

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

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

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

```
{
  "[DecimalPlaces](#cfn-quicksight-dashboard-decimalplacesconfiguration-decimalplaces)" : Number
}
```

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

```
  [DecimalPlaces](#cfn-quicksight-dashboard-decimalplacesconfiguration-decimalplaces): Number
```

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

`DecimalPlaces`  <a name="cfn-quicksight-dashboard-decimalplacesconfiguration-decimalplaces"></a>
The values of the decimal places.  
*Required*: Yes  
*Type*: Number  
*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)

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

The configuration that defines the default value of a `Decimal` parameter when a value has not been set.

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

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

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

```
{
  "[CustomValue](#cfn-quicksight-dashboard-decimalvaluewhenunsetconfiguration-customvalue)" : Number,
  "[ValueWhenUnsetOption](#cfn-quicksight-dashboard-decimalvaluewhenunsetconfiguration-valuewhenunsetoption)" : String
}
```

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

```
  [CustomValue](#cfn-quicksight-dashboard-decimalvaluewhenunsetconfiguration-customvalue): Number
  [ValueWhenUnsetOption](#cfn-quicksight-dashboard-decimalvaluewhenunsetconfiguration-valuewhenunsetoption): String
```

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

`CustomValue`  <a name="cfn-quicksight-dashboard-decimalvaluewhenunsetconfiguration-customvalue"></a>
A custom value that's used when the value of a parameter isn't set.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ValueWhenUnsetOption`  <a name="cfn-quicksight-dashboard-decimalvaluewhenunsetconfiguration-valuewhenunsetoption"></a>
The built-in options for default values. The value can be one of the following:  
+ `RECOMMENDED`: The recommended value.
+ `NULL`: The `NULL` value.
*Required*: No  
*Type*: String  
*Allowed values*: `RECOMMENDED_VALUE | NULL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

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

The default options that correspond to the filter control type of a `DateTimePicker`.

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

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

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

```
{
  "[CommitMode](#cfn-quicksight-dashboard-defaultdatetimepickercontroloptions-commitmode)" : String,
  "[DisplayOptions](#cfn-quicksight-dashboard-defaultdatetimepickercontroloptions-displayoptions)" : DateTimePickerControlDisplayOptions,
  "[Type](#cfn-quicksight-dashboard-defaultdatetimepickercontroloptions-type)" : String
}
```

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

```
  [CommitMode](#cfn-quicksight-dashboard-defaultdatetimepickercontroloptions-commitmode): String
  [DisplayOptions](#cfn-quicksight-dashboard-defaultdatetimepickercontroloptions-displayoptions): 
    DateTimePickerControlDisplayOptions
  [Type](#cfn-quicksight-dashboard-defaultdatetimepickercontroloptions-type): String
```

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

`CommitMode`  <a name="cfn-quicksight-dashboard-defaultdatetimepickercontroloptions-commitmode"></a>
The visibility configuration of the Apply button on a `DateTimePickerControl`.  
*Required*: No  
*Type*: String  
*Allowed values*: `AUTO | MANUAL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DisplayOptions`  <a name="cfn-quicksight-dashboard-defaultdatetimepickercontroloptions-displayoptions"></a>
The display options of a control.  
*Required*: No  
*Type*: [DateTimePickerControlDisplayOptions](aws-properties-quicksight-dashboard-datetimepickercontroldisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Type`  <a name="cfn-quicksight-dashboard-defaultdatetimepickercontroloptions-type"></a>
The date time picker type of the `DefaultDateTimePickerControlOptions`. Choose one of the following options:  
+ `SINGLE_VALUED`: The filter condition is a fixed date.
+ `DATE_RANGE`: The filter condition is a date time range.
*Required*: No  
*Type*: String  
*Allowed values*: `SINGLE_VALUED | DATE_RANGE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard DefaultFilterControlConfiguration
<a name="aws-properties-quicksight-dashboard-defaultfiltercontrolconfiguration"></a>

The default configuration for all dependent controls of the filter.

## Syntax
<a name="aws-properties-quicksight-dashboard-defaultfiltercontrolconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-defaultfiltercontrolconfiguration-syntax.json"></a>

```
{
  "[ControlOptions](#cfn-quicksight-dashboard-defaultfiltercontrolconfiguration-controloptions)" : DefaultFilterControlOptions,
  "[Title](#cfn-quicksight-dashboard-defaultfiltercontrolconfiguration-title)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-defaultfiltercontrolconfiguration-syntax.yaml"></a>

```
  [ControlOptions](#cfn-quicksight-dashboard-defaultfiltercontrolconfiguration-controloptions): 
    DefaultFilterControlOptions
  [Title](#cfn-quicksight-dashboard-defaultfiltercontrolconfiguration-title): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-defaultfiltercontrolconfiguration-properties"></a>

`ControlOptions`  <a name="cfn-quicksight-dashboard-defaultfiltercontrolconfiguration-controloptions"></a>
The control option for the `DefaultFilterControlConfiguration`.  
*Required*: Yes  
*Type*: [DefaultFilterControlOptions](aws-properties-quicksight-dashboard-defaultfiltercontroloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-defaultfiltercontrolconfiguration-title"></a>
The title of the `DefaultFilterControlConfiguration`. This title is shared by all controls that are tied to this filter.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard DefaultFilterControlOptions
<a name="aws-properties-quicksight-dashboard-defaultfiltercontroloptions"></a>

The option that corresponds to the control type of the filter.

## Syntax
<a name="aws-properties-quicksight-dashboard-defaultfiltercontroloptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-defaultfiltercontroloptions-syntax.json"></a>

```
{
  "[DefaultDateTimePickerOptions](#cfn-quicksight-dashboard-defaultfiltercontroloptions-defaultdatetimepickeroptions)" : DefaultDateTimePickerControlOptions,
  "[DefaultDropdownOptions](#cfn-quicksight-dashboard-defaultfiltercontroloptions-defaultdropdownoptions)" : DefaultFilterDropDownControlOptions,
  "[DefaultListOptions](#cfn-quicksight-dashboard-defaultfiltercontroloptions-defaultlistoptions)" : DefaultFilterListControlOptions,
  "[DefaultRelativeDateTimeOptions](#cfn-quicksight-dashboard-defaultfiltercontroloptions-defaultrelativedatetimeoptions)" : DefaultRelativeDateTimeControlOptions,
  "[DefaultSliderOptions](#cfn-quicksight-dashboard-defaultfiltercontroloptions-defaultslideroptions)" : DefaultSliderControlOptions,
  "[DefaultTextAreaOptions](#cfn-quicksight-dashboard-defaultfiltercontroloptions-defaulttextareaoptions)" : DefaultTextAreaControlOptions,
  "[DefaultTextFieldOptions](#cfn-quicksight-dashboard-defaultfiltercontroloptions-defaulttextfieldoptions)" : DefaultTextFieldControlOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-defaultfiltercontroloptions-syntax.yaml"></a>

```
  [DefaultDateTimePickerOptions](#cfn-quicksight-dashboard-defaultfiltercontroloptions-defaultdatetimepickeroptions): 
    DefaultDateTimePickerControlOptions
  [DefaultDropdownOptions](#cfn-quicksight-dashboard-defaultfiltercontroloptions-defaultdropdownoptions): 
    DefaultFilterDropDownControlOptions
  [DefaultListOptions](#cfn-quicksight-dashboard-defaultfiltercontroloptions-defaultlistoptions): 
    DefaultFilterListControlOptions
  [DefaultRelativeDateTimeOptions](#cfn-quicksight-dashboard-defaultfiltercontroloptions-defaultrelativedatetimeoptions): 
    DefaultRelativeDateTimeControlOptions
  [DefaultSliderOptions](#cfn-quicksight-dashboard-defaultfiltercontroloptions-defaultslideroptions): 
    DefaultSliderControlOptions
  [DefaultTextAreaOptions](#cfn-quicksight-dashboard-defaultfiltercontroloptions-defaulttextareaoptions): 
    DefaultTextAreaControlOptions
  [DefaultTextFieldOptions](#cfn-quicksight-dashboard-defaultfiltercontroloptions-defaulttextfieldoptions): 
    DefaultTextFieldControlOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-defaultfiltercontroloptions-properties"></a>

`DefaultDateTimePickerOptions`  <a name="cfn-quicksight-dashboard-defaultfiltercontroloptions-defaultdatetimepickeroptions"></a>
The default options that correspond to the filter control type of a `DateTimePicker`.  
*Required*: No  
*Type*: [DefaultDateTimePickerControlOptions](aws-properties-quicksight-dashboard-defaultdatetimepickercontroloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DefaultDropdownOptions`  <a name="cfn-quicksight-dashboard-defaultfiltercontroloptions-defaultdropdownoptions"></a>
The default options that correspond to the `Dropdown` filter control type.  
*Required*: No  
*Type*: [DefaultFilterDropDownControlOptions](aws-properties-quicksight-dashboard-defaultfilterdropdowncontroloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DefaultListOptions`  <a name="cfn-quicksight-dashboard-defaultfiltercontroloptions-defaultlistoptions"></a>
The default options that correspond to the `List` filter control type.  
*Required*: No  
*Type*: [DefaultFilterListControlOptions](aws-properties-quicksight-dashboard-defaultfilterlistcontroloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DefaultRelativeDateTimeOptions`  <a name="cfn-quicksight-dashboard-defaultfiltercontroloptions-defaultrelativedatetimeoptions"></a>
The default options that correspond to the `RelativeDateTime` filter control type.  
*Required*: No  
*Type*: [DefaultRelativeDateTimeControlOptions](aws-properties-quicksight-dashboard-defaultrelativedatetimecontroloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DefaultSliderOptions`  <a name="cfn-quicksight-dashboard-defaultfiltercontroloptions-defaultslideroptions"></a>
The default options that correspond to the `Slider` filter control type.  
*Required*: No  
*Type*: [DefaultSliderControlOptions](aws-properties-quicksight-dashboard-defaultslidercontroloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DefaultTextAreaOptions`  <a name="cfn-quicksight-dashboard-defaultfiltercontroloptions-defaulttextareaoptions"></a>
The default options that correspond to the `TextArea` filter control type.  
*Required*: No  
*Type*: [DefaultTextAreaControlOptions](aws-properties-quicksight-dashboard-defaulttextareacontroloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DefaultTextFieldOptions`  <a name="cfn-quicksight-dashboard-defaultfiltercontroloptions-defaulttextfieldoptions"></a>
The default options that correspond to the `TextField` filter control type.  
*Required*: No  
*Type*: [DefaultTextFieldControlOptions](aws-properties-quicksight-dashboard-defaulttextfieldcontroloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard DefaultFilterDropDownControlOptions
<a name="aws-properties-quicksight-dashboard-defaultfilterdropdowncontroloptions"></a>

The default options that correspond to the `Dropdown` filter control type.

## Syntax
<a name="aws-properties-quicksight-dashboard-defaultfilterdropdowncontroloptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-defaultfilterdropdowncontroloptions-syntax.json"></a>

```
{
  "[CommitMode](#cfn-quicksight-dashboard-defaultfilterdropdowncontroloptions-commitmode)" : String,
  "[DisplayOptions](#cfn-quicksight-dashboard-defaultfilterdropdowncontroloptions-displayoptions)" : DropDownControlDisplayOptions,
  "[SelectableValues](#cfn-quicksight-dashboard-defaultfilterdropdowncontroloptions-selectablevalues)" : FilterSelectableValues,
  "[Type](#cfn-quicksight-dashboard-defaultfilterdropdowncontroloptions-type)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-defaultfilterdropdowncontroloptions-syntax.yaml"></a>

```
  [CommitMode](#cfn-quicksight-dashboard-defaultfilterdropdowncontroloptions-commitmode): String
  [DisplayOptions](#cfn-quicksight-dashboard-defaultfilterdropdowncontroloptions-displayoptions): 
    DropDownControlDisplayOptions
  [SelectableValues](#cfn-quicksight-dashboard-defaultfilterdropdowncontroloptions-selectablevalues): 
    FilterSelectableValues
  [Type](#cfn-quicksight-dashboard-defaultfilterdropdowncontroloptions-type): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-defaultfilterdropdowncontroloptions-properties"></a>

`CommitMode`  <a name="cfn-quicksight-dashboard-defaultfilterdropdowncontroloptions-commitmode"></a>
The visibility configuration of the Apply button on a `FilterDropDownControl`.  
*Required*: No  
*Type*: String  
*Allowed values*: `AUTO | MANUAL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DisplayOptions`  <a name="cfn-quicksight-dashboard-defaultfilterdropdowncontroloptions-displayoptions"></a>
The display options of a control.  
*Required*: No  
*Type*: [DropDownControlDisplayOptions](aws-properties-quicksight-dashboard-dropdowncontroldisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SelectableValues`  <a name="cfn-quicksight-dashboard-defaultfilterdropdowncontroloptions-selectablevalues"></a>
A list of selectable values that are used in a control.  
*Required*: No  
*Type*: [FilterSelectableValues](aws-properties-quicksight-dashboard-filterselectablevalues.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Type`  <a name="cfn-quicksight-dashboard-defaultfilterdropdowncontroloptions-type"></a>
The type of the `FilterDropDownControl`. Choose one of the following options:  
+ `MULTI_SELECT`: The user can select multiple entries from a dropdown menu.
+ `SINGLE_SELECT`: The user can select a single entry from a dropdown menu.
*Required*: No  
*Type*: String  
*Allowed values*: `MULTI_SELECT | SINGLE_SELECT`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard DefaultFilterListControlOptions
<a name="aws-properties-quicksight-dashboard-defaultfilterlistcontroloptions"></a>

The default options that correspond to the `List` filter control type.

## Syntax
<a name="aws-properties-quicksight-dashboard-defaultfilterlistcontroloptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-defaultfilterlistcontroloptions-syntax.json"></a>

```
{
  "[DisplayOptions](#cfn-quicksight-dashboard-defaultfilterlistcontroloptions-displayoptions)" : ListControlDisplayOptions,
  "[SelectableValues](#cfn-quicksight-dashboard-defaultfilterlistcontroloptions-selectablevalues)" : FilterSelectableValues,
  "[Type](#cfn-quicksight-dashboard-defaultfilterlistcontroloptions-type)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-defaultfilterlistcontroloptions-syntax.yaml"></a>

```
  [DisplayOptions](#cfn-quicksight-dashboard-defaultfilterlistcontroloptions-displayoptions): 
    ListControlDisplayOptions
  [SelectableValues](#cfn-quicksight-dashboard-defaultfilterlistcontroloptions-selectablevalues): 
    FilterSelectableValues
  [Type](#cfn-quicksight-dashboard-defaultfilterlistcontroloptions-type): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-defaultfilterlistcontroloptions-properties"></a>

`DisplayOptions`  <a name="cfn-quicksight-dashboard-defaultfilterlistcontroloptions-displayoptions"></a>
The display options of a control.  
*Required*: No  
*Type*: [ListControlDisplayOptions](aws-properties-quicksight-dashboard-listcontroldisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SelectableValues`  <a name="cfn-quicksight-dashboard-defaultfilterlistcontroloptions-selectablevalues"></a>
A list of selectable values that are used in a control.  
*Required*: No  
*Type*: [FilterSelectableValues](aws-properties-quicksight-dashboard-filterselectablevalues.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Type`  <a name="cfn-quicksight-dashboard-defaultfilterlistcontroloptions-type"></a>
The type of the `DefaultFilterListControlOptions`. Choose one of the following options:  
+ `MULTI_SELECT`: The user can select multiple entries from the list.
+ `SINGLE_SELECT`: The user can select a single entry from the list.
*Required*: No  
*Type*: String  
*Allowed values*: `MULTI_SELECT | SINGLE_SELECT`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard DefaultFreeFormLayoutConfiguration
<a name="aws-properties-quicksight-dashboard-defaultfreeformlayoutconfiguration"></a>

The options that determine the default settings of a free-form layout configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-defaultfreeformlayoutconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-defaultfreeformlayoutconfiguration-syntax.json"></a>

```
{
  "[CanvasSizeOptions](#cfn-quicksight-dashboard-defaultfreeformlayoutconfiguration-canvassizeoptions)" : FreeFormLayoutCanvasSizeOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-defaultfreeformlayoutconfiguration-syntax.yaml"></a>

```
  [CanvasSizeOptions](#cfn-quicksight-dashboard-defaultfreeformlayoutconfiguration-canvassizeoptions): 
    FreeFormLayoutCanvasSizeOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-defaultfreeformlayoutconfiguration-properties"></a>

`CanvasSizeOptions`  <a name="cfn-quicksight-dashboard-defaultfreeformlayoutconfiguration-canvassizeoptions"></a>
Determines the screen canvas size options for a free-form layout.  
*Required*: Yes  
*Type*: [FreeFormLayoutCanvasSizeOptions](aws-properties-quicksight-dashboard-freeformlayoutcanvassizeoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard DefaultGridLayoutConfiguration
<a name="aws-properties-quicksight-dashboard-defaultgridlayoutconfiguration"></a>

The options that determine the default settings for a grid layout configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-defaultgridlayoutconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-defaultgridlayoutconfiguration-syntax.json"></a>

```
{
  "[CanvasSizeOptions](#cfn-quicksight-dashboard-defaultgridlayoutconfiguration-canvassizeoptions)" : GridLayoutCanvasSizeOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-defaultgridlayoutconfiguration-syntax.yaml"></a>

```
  [CanvasSizeOptions](#cfn-quicksight-dashboard-defaultgridlayoutconfiguration-canvassizeoptions): 
    GridLayoutCanvasSizeOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-defaultgridlayoutconfiguration-properties"></a>

`CanvasSizeOptions`  <a name="cfn-quicksight-dashboard-defaultgridlayoutconfiguration-canvassizeoptions"></a>
Determines the screen canvas size options for a grid layout.  
*Required*: Yes  
*Type*: [GridLayoutCanvasSizeOptions](aws-properties-quicksight-dashboard-gridlayoutcanvassizeoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard DefaultInteractiveLayoutConfiguration
<a name="aws-properties-quicksight-dashboard-defaultinteractivelayoutconfiguration"></a>

The options that determine the default settings for interactive layout configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-defaultinteractivelayoutconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-defaultinteractivelayoutconfiguration-syntax.json"></a>

```
{
  "[FreeForm](#cfn-quicksight-dashboard-defaultinteractivelayoutconfiguration-freeform)" : DefaultFreeFormLayoutConfiguration,
  "[Grid](#cfn-quicksight-dashboard-defaultinteractivelayoutconfiguration-grid)" : DefaultGridLayoutConfiguration
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-defaultinteractivelayoutconfiguration-syntax.yaml"></a>

```
  [FreeForm](#cfn-quicksight-dashboard-defaultinteractivelayoutconfiguration-freeform): 
    DefaultFreeFormLayoutConfiguration
  [Grid](#cfn-quicksight-dashboard-defaultinteractivelayoutconfiguration-grid): 
    DefaultGridLayoutConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-defaultinteractivelayoutconfiguration-properties"></a>

`FreeForm`  <a name="cfn-quicksight-dashboard-defaultinteractivelayoutconfiguration-freeform"></a>
The options that determine the default settings of a free-form layout configuration.  
*Required*: No  
*Type*: [DefaultFreeFormLayoutConfiguration](aws-properties-quicksight-dashboard-defaultfreeformlayoutconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Grid`  <a name="cfn-quicksight-dashboard-defaultinteractivelayoutconfiguration-grid"></a>
The options that determine the default settings for a grid layout configuration.  
*Required*: No  
*Type*: [DefaultGridLayoutConfiguration](aws-properties-quicksight-dashboard-defaultgridlayoutconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard DefaultNewSheetConfiguration
<a name="aws-properties-quicksight-dashboard-defaultnewsheetconfiguration"></a>

The configuration for default new sheet settings.

## Syntax
<a name="aws-properties-quicksight-dashboard-defaultnewsheetconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-defaultnewsheetconfiguration-syntax.json"></a>

```
{
  "[InteractiveLayoutConfiguration](#cfn-quicksight-dashboard-defaultnewsheetconfiguration-interactivelayoutconfiguration)" : DefaultInteractiveLayoutConfiguration,
  "[PaginatedLayoutConfiguration](#cfn-quicksight-dashboard-defaultnewsheetconfiguration-paginatedlayoutconfiguration)" : DefaultPaginatedLayoutConfiguration,
  "[SheetContentType](#cfn-quicksight-dashboard-defaultnewsheetconfiguration-sheetcontenttype)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-defaultnewsheetconfiguration-syntax.yaml"></a>

```
  [InteractiveLayoutConfiguration](#cfn-quicksight-dashboard-defaultnewsheetconfiguration-interactivelayoutconfiguration): 
    DefaultInteractiveLayoutConfiguration
  [PaginatedLayoutConfiguration](#cfn-quicksight-dashboard-defaultnewsheetconfiguration-paginatedlayoutconfiguration): 
    DefaultPaginatedLayoutConfiguration
  [SheetContentType](#cfn-quicksight-dashboard-defaultnewsheetconfiguration-sheetcontenttype): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-defaultnewsheetconfiguration-properties"></a>

`InteractiveLayoutConfiguration`  <a name="cfn-quicksight-dashboard-defaultnewsheetconfiguration-interactivelayoutconfiguration"></a>
The options that determine the default settings for interactive layout configuration.  
*Required*: No  
*Type*: [DefaultInteractiveLayoutConfiguration](aws-properties-quicksight-dashboard-defaultinteractivelayoutconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PaginatedLayoutConfiguration`  <a name="cfn-quicksight-dashboard-defaultnewsheetconfiguration-paginatedlayoutconfiguration"></a>
The options that determine the default settings for a paginated layout configuration.  
*Required*: No  
*Type*: [DefaultPaginatedLayoutConfiguration](aws-properties-quicksight-dashboard-defaultpaginatedlayoutconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SheetContentType`  <a name="cfn-quicksight-dashboard-defaultnewsheetconfiguration-sheetcontenttype"></a>
The option that determines the sheet content type.  
*Required*: No  
*Type*: String  
*Allowed values*: `PAGINATED | INTERACTIVE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard DefaultPaginatedLayoutConfiguration
<a name="aws-properties-quicksight-dashboard-defaultpaginatedlayoutconfiguration"></a>

The options that determine the default settings for a paginated layout configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-defaultpaginatedlayoutconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-defaultpaginatedlayoutconfiguration-syntax.json"></a>

```
{
  "[SectionBased](#cfn-quicksight-dashboard-defaultpaginatedlayoutconfiguration-sectionbased)" : DefaultSectionBasedLayoutConfiguration
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-defaultpaginatedlayoutconfiguration-syntax.yaml"></a>

```
  [SectionBased](#cfn-quicksight-dashboard-defaultpaginatedlayoutconfiguration-sectionbased): 
    DefaultSectionBasedLayoutConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-defaultpaginatedlayoutconfiguration-properties"></a>

`SectionBased`  <a name="cfn-quicksight-dashboard-defaultpaginatedlayoutconfiguration-sectionbased"></a>
The options that determine the default settings for a section-based layout configuration.  
*Required*: No  
*Type*: [DefaultSectionBasedLayoutConfiguration](aws-properties-quicksight-dashboard-defaultsectionbasedlayoutconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard DefaultRelativeDateTimeControlOptions
<a name="aws-properties-quicksight-dashboard-defaultrelativedatetimecontroloptions"></a>

The default options that correspond to the `RelativeDateTime` filter control type.

## Syntax
<a name="aws-properties-quicksight-dashboard-defaultrelativedatetimecontroloptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-defaultrelativedatetimecontroloptions-syntax.json"></a>

```
{
  "[CommitMode](#cfn-quicksight-dashboard-defaultrelativedatetimecontroloptions-commitmode)" : String,
  "[DisplayOptions](#cfn-quicksight-dashboard-defaultrelativedatetimecontroloptions-displayoptions)" : RelativeDateTimeControlDisplayOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-defaultrelativedatetimecontroloptions-syntax.yaml"></a>

```
  [CommitMode](#cfn-quicksight-dashboard-defaultrelativedatetimecontroloptions-commitmode): String
  [DisplayOptions](#cfn-quicksight-dashboard-defaultrelativedatetimecontroloptions-displayoptions): 
    RelativeDateTimeControlDisplayOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-defaultrelativedatetimecontroloptions-properties"></a>

`CommitMode`  <a name="cfn-quicksight-dashboard-defaultrelativedatetimecontroloptions-commitmode"></a>
The visibility configuration of the Apply button on a `RelativeDateTimeControl`.  
*Required*: No  
*Type*: String  
*Allowed values*: `AUTO | MANUAL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DisplayOptions`  <a name="cfn-quicksight-dashboard-defaultrelativedatetimecontroloptions-displayoptions"></a>
The display options of a control.  
*Required*: No  
*Type*: [RelativeDateTimeControlDisplayOptions](aws-properties-quicksight-dashboard-relativedatetimecontroldisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard DefaultSectionBasedLayoutConfiguration
<a name="aws-properties-quicksight-dashboard-defaultsectionbasedlayoutconfiguration"></a>

The options that determine the default settings for a section-based layout configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-defaultsectionbasedlayoutconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-defaultsectionbasedlayoutconfiguration-syntax.json"></a>

```
{
  "[CanvasSizeOptions](#cfn-quicksight-dashboard-defaultsectionbasedlayoutconfiguration-canvassizeoptions)" : SectionBasedLayoutCanvasSizeOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-defaultsectionbasedlayoutconfiguration-syntax.yaml"></a>

```
  [CanvasSizeOptions](#cfn-quicksight-dashboard-defaultsectionbasedlayoutconfiguration-canvassizeoptions): 
    SectionBasedLayoutCanvasSizeOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-defaultsectionbasedlayoutconfiguration-properties"></a>

`CanvasSizeOptions`  <a name="cfn-quicksight-dashboard-defaultsectionbasedlayoutconfiguration-canvassizeoptions"></a>
Determines the screen canvas size options for a section-based layout.  
*Required*: Yes  
*Type*: [SectionBasedLayoutCanvasSizeOptions](aws-properties-quicksight-dashboard-sectionbasedlayoutcanvassizeoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard DefaultSliderControlOptions
<a name="aws-properties-quicksight-dashboard-defaultslidercontroloptions"></a>

The default options that correspond to the `Slider` filter control type.

## Syntax
<a name="aws-properties-quicksight-dashboard-defaultslidercontroloptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-defaultslidercontroloptions-syntax.json"></a>

```
{
  "[DisplayOptions](#cfn-quicksight-dashboard-defaultslidercontroloptions-displayoptions)" : SliderControlDisplayOptions,
  "[MaximumValue](#cfn-quicksight-dashboard-defaultslidercontroloptions-maximumvalue)" : Number,
  "[MinimumValue](#cfn-quicksight-dashboard-defaultslidercontroloptions-minimumvalue)" : Number,
  "[StepSize](#cfn-quicksight-dashboard-defaultslidercontroloptions-stepsize)" : Number,
  "[Type](#cfn-quicksight-dashboard-defaultslidercontroloptions-type)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-defaultslidercontroloptions-syntax.yaml"></a>

```
  [DisplayOptions](#cfn-quicksight-dashboard-defaultslidercontroloptions-displayoptions): 
    SliderControlDisplayOptions
  [MaximumValue](#cfn-quicksight-dashboard-defaultslidercontroloptions-maximumvalue): Number
  [MinimumValue](#cfn-quicksight-dashboard-defaultslidercontroloptions-minimumvalue): Number
  [StepSize](#cfn-quicksight-dashboard-defaultslidercontroloptions-stepsize): Number
  [Type](#cfn-quicksight-dashboard-defaultslidercontroloptions-type): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-defaultslidercontroloptions-properties"></a>

`DisplayOptions`  <a name="cfn-quicksight-dashboard-defaultslidercontroloptions-displayoptions"></a>
The display options of a control.  
*Required*: No  
*Type*: [SliderControlDisplayOptions](aws-properties-quicksight-dashboard-slidercontroldisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MaximumValue`  <a name="cfn-quicksight-dashboard-defaultslidercontroloptions-maximumvalue"></a>
The larger value that is displayed at the right of the slider.  
*Required*: Yes  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MinimumValue`  <a name="cfn-quicksight-dashboard-defaultslidercontroloptions-minimumvalue"></a>
The smaller value that is displayed at the left of the slider.  
*Required*: Yes  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StepSize`  <a name="cfn-quicksight-dashboard-defaultslidercontroloptions-stepsize"></a>
The number of increments that the slider bar is divided into.  
*Required*: Yes  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Type`  <a name="cfn-quicksight-dashboard-defaultslidercontroloptions-type"></a>
The type of the `DefaultSliderControlOptions`. Choose one of the following options:  
+ `SINGLE_POINT`: Filter against(equals) a single data point.
+ `RANGE`: Filter data that is in a specified range.
*Required*: No  
*Type*: String  
*Allowed values*: `SINGLE_POINT | RANGE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard DefaultTextAreaControlOptions
<a name="aws-properties-quicksight-dashboard-defaulttextareacontroloptions"></a>

The default options that correspond to the `TextArea` filter control type.

## Syntax
<a name="aws-properties-quicksight-dashboard-defaulttextareacontroloptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-defaulttextareacontroloptions-syntax.json"></a>

```
{
  "[Delimiter](#cfn-quicksight-dashboard-defaulttextareacontroloptions-delimiter)" : String,
  "[DisplayOptions](#cfn-quicksight-dashboard-defaulttextareacontroloptions-displayoptions)" : TextAreaControlDisplayOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-defaulttextareacontroloptions-syntax.yaml"></a>

```
  [Delimiter](#cfn-quicksight-dashboard-defaulttextareacontroloptions-delimiter): String
  [DisplayOptions](#cfn-quicksight-dashboard-defaulttextareacontroloptions-displayoptions): 
    TextAreaControlDisplayOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-defaulttextareacontroloptions-properties"></a>

`Delimiter`  <a name="cfn-quicksight-dashboard-defaulttextareacontroloptions-delimiter"></a>
The delimiter that is used to separate the lines in text.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DisplayOptions`  <a name="cfn-quicksight-dashboard-defaulttextareacontroloptions-displayoptions"></a>
The display options of a control.  
*Required*: No  
*Type*: [TextAreaControlDisplayOptions](aws-properties-quicksight-dashboard-textareacontroldisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard DefaultTextFieldControlOptions
<a name="aws-properties-quicksight-dashboard-defaulttextfieldcontroloptions"></a>

The default options that correspond to the `TextField` filter control type.

## Syntax
<a name="aws-properties-quicksight-dashboard-defaulttextfieldcontroloptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-defaulttextfieldcontroloptions-syntax.json"></a>

```
{
  "[DisplayOptions](#cfn-quicksight-dashboard-defaulttextfieldcontroloptions-displayoptions)" : TextFieldControlDisplayOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-defaulttextfieldcontroloptions-syntax.yaml"></a>

```
  [DisplayOptions](#cfn-quicksight-dashboard-defaulttextfieldcontroloptions-displayoptions): 
    TextFieldControlDisplayOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-defaulttextfieldcontroloptions-properties"></a>

`DisplayOptions`  <a name="cfn-quicksight-dashboard-defaulttextfieldcontroloptions-displayoptions"></a>
The display options of a control.  
*Required*: No  
*Type*: [TextFieldControlDisplayOptions](aws-properties-quicksight-dashboard-textfieldcontroldisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard DestinationParameterValueConfiguration
<a name="aws-properties-quicksight-dashboard-destinationparametervalueconfiguration"></a>

The configuration of destination parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-destinationparametervalueconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-destinationparametervalueconfiguration-syntax.json"></a>

```
{
  "[CustomValuesConfiguration](#cfn-quicksight-dashboard-destinationparametervalueconfiguration-customvaluesconfiguration)" : CustomValuesConfiguration,
  "[SelectAllValueOptions](#cfn-quicksight-dashboard-destinationparametervalueconfiguration-selectallvalueoptions)" : String,
  "[SourceColumn](#cfn-quicksight-dashboard-destinationparametervalueconfiguration-sourcecolumn)" : ColumnIdentifier,
  "[SourceField](#cfn-quicksight-dashboard-destinationparametervalueconfiguration-sourcefield)" : String,
  "[SourceParameterName](#cfn-quicksight-dashboard-destinationparametervalueconfiguration-sourceparametername)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-destinationparametervalueconfiguration-syntax.yaml"></a>

```
  [CustomValuesConfiguration](#cfn-quicksight-dashboard-destinationparametervalueconfiguration-customvaluesconfiguration): 
    CustomValuesConfiguration
  [SelectAllValueOptions](#cfn-quicksight-dashboard-destinationparametervalueconfiguration-selectallvalueoptions): String
  [SourceColumn](#cfn-quicksight-dashboard-destinationparametervalueconfiguration-sourcecolumn): 
    ColumnIdentifier
  [SourceField](#cfn-quicksight-dashboard-destinationparametervalueconfiguration-sourcefield): String
  [SourceParameterName](#cfn-quicksight-dashboard-destinationparametervalueconfiguration-sourceparametername): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-destinationparametervalueconfiguration-properties"></a>

`CustomValuesConfiguration`  <a name="cfn-quicksight-dashboard-destinationparametervalueconfiguration-customvaluesconfiguration"></a>
The configuration of custom values for destination parameter in `DestinationParameterValueConfiguration`.  
*Required*: No  
*Type*: [CustomValuesConfiguration](aws-properties-quicksight-dashboard-customvaluesconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SelectAllValueOptions`  <a name="cfn-quicksight-dashboard-destinationparametervalueconfiguration-selectallvalueoptions"></a>
The configuration that selects all options.  
*Required*: No  
*Type*: String  
*Allowed values*: `ALL_VALUES`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SourceColumn`  <a name="cfn-quicksight-dashboard-destinationparametervalueconfiguration-sourcecolumn"></a>
A column of a data set.  
*Required*: No  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SourceField`  <a name="cfn-quicksight-dashboard-destinationparametervalueconfiguration-sourcefield"></a>
The source field ID of the destination parameter.  
*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)

`SourceParameterName`  <a name="cfn-quicksight-dashboard-destinationparametervalueconfiguration-sourceparametername"></a>
The source parameter name of the destination parameter.  
*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)

# AWS::QuickSight::Dashboard DimensionField
<a name="aws-properties-quicksight-dashboard-dimensionfield"></a>

The dimension type field.

## Syntax
<a name="aws-properties-quicksight-dashboard-dimensionfield-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-dimensionfield-syntax.json"></a>

```
{
  "[CategoricalDimensionField](#cfn-quicksight-dashboard-dimensionfield-categoricaldimensionfield)" : CategoricalDimensionField,
  "[DateDimensionField](#cfn-quicksight-dashboard-dimensionfield-datedimensionfield)" : DateDimensionField,
  "[NumericalDimensionField](#cfn-quicksight-dashboard-dimensionfield-numericaldimensionfield)" : NumericalDimensionField
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-dimensionfield-syntax.yaml"></a>

```
  [CategoricalDimensionField](#cfn-quicksight-dashboard-dimensionfield-categoricaldimensionfield): 
    CategoricalDimensionField
  [DateDimensionField](#cfn-quicksight-dashboard-dimensionfield-datedimensionfield): 
    DateDimensionField
  [NumericalDimensionField](#cfn-quicksight-dashboard-dimensionfield-numericaldimensionfield): 
    NumericalDimensionField
```

## Properties
<a name="aws-properties-quicksight-dashboard-dimensionfield-properties"></a>

`CategoricalDimensionField`  <a name="cfn-quicksight-dashboard-dimensionfield-categoricaldimensionfield"></a>
The dimension type field with categorical type columns.  
*Required*: No  
*Type*: [CategoricalDimensionField](aws-properties-quicksight-dashboard-categoricaldimensionfield.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DateDimensionField`  <a name="cfn-quicksight-dashboard-dimensionfield-datedimensionfield"></a>
The dimension type field with date type columns.  
*Required*: No  
*Type*: [DateDimensionField](aws-properties-quicksight-dashboard-datedimensionfield.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NumericalDimensionField`  <a name="cfn-quicksight-dashboard-dimensionfield-numericaldimensionfield"></a>
The dimension type field with numerical type columns.  
*Required*: No  
*Type*: [NumericalDimensionField](aws-properties-quicksight-dashboard-numericaldimensionfield.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard DonutCenterOptions
<a name="aws-properties-quicksight-dashboard-donutcenteroptions"></a>

The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.

## Syntax
<a name="aws-properties-quicksight-dashboard-donutcenteroptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-donutcenteroptions-syntax.json"></a>

```
{
  "[LabelVisibility](#cfn-quicksight-dashboard-donutcenteroptions-labelvisibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-donutcenteroptions-syntax.yaml"></a>

```
  [LabelVisibility](#cfn-quicksight-dashboard-donutcenteroptions-labelvisibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-donutcenteroptions-properties"></a>

`LabelVisibility`  <a name="cfn-quicksight-dashboard-donutcenteroptions-labelvisibility"></a>
Determines the visibility of the label in a donut chart. In the Quick Sight console, this option is called `'Show total'`.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard DonutOptions
<a name="aws-properties-quicksight-dashboard-donutoptions"></a>

The options for configuring a donut chart or pie chart.

## Syntax
<a name="aws-properties-quicksight-dashboard-donutoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-donutoptions-syntax.json"></a>

```
{
  "[ArcOptions](#cfn-quicksight-dashboard-donutoptions-arcoptions)" : ArcOptions,
  "[DonutCenterOptions](#cfn-quicksight-dashboard-donutoptions-donutcenteroptions)" : DonutCenterOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-donutoptions-syntax.yaml"></a>

```
  [ArcOptions](#cfn-quicksight-dashboard-donutoptions-arcoptions): 
    ArcOptions
  [DonutCenterOptions](#cfn-quicksight-dashboard-donutoptions-donutcenteroptions): 
    DonutCenterOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-donutoptions-properties"></a>

`ArcOptions`  <a name="cfn-quicksight-dashboard-donutoptions-arcoptions"></a>
The option for define the arc of the chart shape. Valid values are as follows:  
+ `WHOLE` - A pie chart
+ `SMALL`- A small-sized donut chart
+ `MEDIUM`- A medium-sized donut chart
+ `LARGE`- A large-sized donut chart
*Required*: No  
*Type*: [ArcOptions](aws-properties-quicksight-dashboard-arcoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DonutCenterOptions`  <a name="cfn-quicksight-dashboard-donutoptions-donutcenteroptions"></a>
The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.  
*Required*: No  
*Type*: [DonutCenterOptions](aws-properties-quicksight-dashboard-donutcenteroptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard DrillDownFilter
<a name="aws-properties-quicksight-dashboard-drilldownfilter"></a>

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-drilldownfilter-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-drilldownfilter-syntax.json"></a>

```
{
  "[CategoryFilter](#cfn-quicksight-dashboard-drilldownfilter-categoryfilter)" : CategoryDrillDownFilter,
  "[NumericEqualityFilter](#cfn-quicksight-dashboard-drilldownfilter-numericequalityfilter)" : NumericEqualityDrillDownFilter,
  "[TimeRangeFilter](#cfn-quicksight-dashboard-drilldownfilter-timerangefilter)" : TimeRangeDrillDownFilter
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-drilldownfilter-syntax.yaml"></a>

```
  [CategoryFilter](#cfn-quicksight-dashboard-drilldownfilter-categoryfilter): 
    CategoryDrillDownFilter
  [NumericEqualityFilter](#cfn-quicksight-dashboard-drilldownfilter-numericequalityfilter): 
    NumericEqualityDrillDownFilter
  [TimeRangeFilter](#cfn-quicksight-dashboard-drilldownfilter-timerangefilter): 
    TimeRangeDrillDownFilter
```

## Properties
<a name="aws-properties-quicksight-dashboard-drilldownfilter-properties"></a>

`CategoryFilter`  <a name="cfn-quicksight-dashboard-drilldownfilter-categoryfilter"></a>
The category type drill down filter. This filter is used for string type columns.  
*Required*: No  
*Type*: [CategoryDrillDownFilter](aws-properties-quicksight-dashboard-categorydrilldownfilter.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NumericEqualityFilter`  <a name="cfn-quicksight-dashboard-drilldownfilter-numericequalityfilter"></a>
The numeric equality type drill down filter. This filter is used for number type columns.  
*Required*: No  
*Type*: [NumericEqualityDrillDownFilter](aws-properties-quicksight-dashboard-numericequalitydrilldownfilter.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TimeRangeFilter`  <a name="cfn-quicksight-dashboard-drilldownfilter-timerangefilter"></a>
The time range drill down filter. This filter is used for date time columns.  
*Required*: No  
*Type*: [TimeRangeDrillDownFilter](aws-properties-quicksight-dashboard-timerangedrilldownfilter.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard DropDownControlDisplayOptions
<a name="aws-properties-quicksight-dashboard-dropdowncontroldisplayoptions"></a>

The display options of a control.

## Syntax
<a name="aws-properties-quicksight-dashboard-dropdowncontroldisplayoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-dropdowncontroldisplayoptions-syntax.json"></a>

```
{
  "[InfoIconLabelOptions](#cfn-quicksight-dashboard-dropdowncontroldisplayoptions-infoiconlabeloptions)" : SheetControlInfoIconLabelOptions,
  "[SelectAllOptions](#cfn-quicksight-dashboard-dropdowncontroldisplayoptions-selectalloptions)" : ListControlSelectAllOptions,
  "[TitleOptions](#cfn-quicksight-dashboard-dropdowncontroldisplayoptions-titleoptions)" : LabelOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-dropdowncontroldisplayoptions-syntax.yaml"></a>

```
  [InfoIconLabelOptions](#cfn-quicksight-dashboard-dropdowncontroldisplayoptions-infoiconlabeloptions): 
    SheetControlInfoIconLabelOptions
  [SelectAllOptions](#cfn-quicksight-dashboard-dropdowncontroldisplayoptions-selectalloptions): 
    ListControlSelectAllOptions
  [TitleOptions](#cfn-quicksight-dashboard-dropdowncontroldisplayoptions-titleoptions): 
    LabelOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-dropdowncontroldisplayoptions-properties"></a>

`InfoIconLabelOptions`  <a name="cfn-quicksight-dashboard-dropdowncontroldisplayoptions-infoiconlabeloptions"></a>
The configuration of info icon label options.  
*Required*: No  
*Type*: [SheetControlInfoIconLabelOptions](aws-properties-quicksight-dashboard-sheetcontrolinfoiconlabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SelectAllOptions`  <a name="cfn-quicksight-dashboard-dropdowncontroldisplayoptions-selectalloptions"></a>
The configuration of the `Select all` options in a dropdown control.  
*Required*: No  
*Type*: [ListControlSelectAllOptions](aws-properties-quicksight-dashboard-listcontrolselectalloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TitleOptions`  <a name="cfn-quicksight-dashboard-dropdowncontroldisplayoptions-titleoptions"></a>
The options to configure the title visibility, name, and font size.  
*Required*: No  
*Type*: [LabelOptions](aws-properties-quicksight-dashboard-labeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard DynamicDefaultValue
<a name="aws-properties-quicksight-dashboard-dynamicdefaultvalue"></a>

Defines different defaults to the users or groups based on mapping.

## Syntax
<a name="aws-properties-quicksight-dashboard-dynamicdefaultvalue-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-dynamicdefaultvalue-syntax.json"></a>

```
{
  "[DefaultValueColumn](#cfn-quicksight-dashboard-dynamicdefaultvalue-defaultvaluecolumn)" : ColumnIdentifier,
  "[GroupNameColumn](#cfn-quicksight-dashboard-dynamicdefaultvalue-groupnamecolumn)" : ColumnIdentifier,
  "[UserNameColumn](#cfn-quicksight-dashboard-dynamicdefaultvalue-usernamecolumn)" : ColumnIdentifier
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-dynamicdefaultvalue-syntax.yaml"></a>

```
  [DefaultValueColumn](#cfn-quicksight-dashboard-dynamicdefaultvalue-defaultvaluecolumn): 
    ColumnIdentifier
  [GroupNameColumn](#cfn-quicksight-dashboard-dynamicdefaultvalue-groupnamecolumn): 
    ColumnIdentifier
  [UserNameColumn](#cfn-quicksight-dashboard-dynamicdefaultvalue-usernamecolumn): 
    ColumnIdentifier
```

## Properties
<a name="aws-properties-quicksight-dashboard-dynamicdefaultvalue-properties"></a>

`DefaultValueColumn`  <a name="cfn-quicksight-dashboard-dynamicdefaultvalue-defaultvaluecolumn"></a>
The column that contains the default value of each user or group.  
*Required*: Yes  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`GroupNameColumn`  <a name="cfn-quicksight-dashboard-dynamicdefaultvalue-groupnamecolumn"></a>
The column that contains the group name.  
*Required*: No  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`UserNameColumn`  <a name="cfn-quicksight-dashboard-dynamicdefaultvalue-usernamecolumn"></a>
The column that contains the username.  
*Required*: No  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard EmptyVisual
<a name="aws-properties-quicksight-dashboard-emptyvisual"></a>

An empty visual.

Empty visuals are used in layouts but have not been configured to show any data. A new visual created in the Quick Sight console is considered an `EmptyVisual` until a visual type is selected.

## Syntax
<a name="aws-properties-quicksight-dashboard-emptyvisual-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-emptyvisual-syntax.json"></a>

```
{
  "[Actions](#cfn-quicksight-dashboard-emptyvisual-actions)" : [ VisualCustomAction, ... ],
  "[DataSetIdentifier](#cfn-quicksight-dashboard-emptyvisual-datasetidentifier)" : String,
  "[VisualId](#cfn-quicksight-dashboard-emptyvisual-visualid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-emptyvisual-syntax.yaml"></a>

```
  [Actions](#cfn-quicksight-dashboard-emptyvisual-actions): 
    - VisualCustomAction
  [DataSetIdentifier](#cfn-quicksight-dashboard-emptyvisual-datasetidentifier): String
  [VisualId](#cfn-quicksight-dashboard-emptyvisual-visualid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-emptyvisual-properties"></a>

`Actions`  <a name="cfn-quicksight-dashboard-emptyvisual-actions"></a>
The list of custom actions that are configured for a visual.  
*Required*: No  
*Type*: Array of [VisualCustomAction](aws-properties-quicksight-dashboard-visualcustomaction.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataSetIdentifier`  <a name="cfn-quicksight-dashboard-emptyvisual-datasetidentifier"></a>
The data set that is used in the empty visual. Every visual requires a dataset to render.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualId`  <a name="cfn-quicksight-dashboard-emptyvisual-visualid"></a>
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

# AWS::QuickSight::Dashboard Entity
<a name="aws-properties-quicksight-dashboard-entity"></a>

An object, structure, or sub-structure of an analysis, template, or dashboard.

## Syntax
<a name="aws-properties-quicksight-dashboard-entity-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-entity-syntax.json"></a>

```
{
  "[Path](#cfn-quicksight-dashboard-entity-path)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-entity-syntax.yaml"></a>

```
  [Path](#cfn-quicksight-dashboard-entity-path): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-entity-properties"></a>

`Path`  <a name="cfn-quicksight-dashboard-entity-path"></a>
The hierarchical path of the entity within the analysis, template, or dashboard definition tree.  
*Required*: No  
*Type*: String  
*Pattern*: `\S`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ExcludePeriodConfiguration
<a name="aws-properties-quicksight-dashboard-excludeperiodconfiguration"></a>

The exclude period of `TimeRangeFilter` or `RelativeDatesFilter`.

## Syntax
<a name="aws-properties-quicksight-dashboard-excludeperiodconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-excludeperiodconfiguration-syntax.json"></a>

```
{
  "[Amount](#cfn-quicksight-dashboard-excludeperiodconfiguration-amount)" : Number,
  "[Granularity](#cfn-quicksight-dashboard-excludeperiodconfiguration-granularity)" : String,
  "[Status](#cfn-quicksight-dashboard-excludeperiodconfiguration-status)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-excludeperiodconfiguration-syntax.yaml"></a>

```
  [Amount](#cfn-quicksight-dashboard-excludeperiodconfiguration-amount): Number
  [Granularity](#cfn-quicksight-dashboard-excludeperiodconfiguration-granularity): String
  [Status](#cfn-quicksight-dashboard-excludeperiodconfiguration-status): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-excludeperiodconfiguration-properties"></a>

`Amount`  <a name="cfn-quicksight-dashboard-excludeperiodconfiguration-amount"></a>
The amount or number of the exclude period.  
*Required*: Yes  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Granularity`  <a name="cfn-quicksight-dashboard-excludeperiodconfiguration-granularity"></a>
The granularity or unit (day, month, year) of the exclude period.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `YEAR | QUARTER | MONTH | WEEK | DAY | HOUR | MINUTE | SECOND | MILLISECOND`  
*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-excludeperiodconfiguration-status"></a>
The status of the exclude period. Choose from the following options:  
+  `ENABLED` 
+  `DISABLED` 
*Required*: No  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ExecutiveSummaryOption
<a name="aws-properties-quicksight-dashboard-executivesummaryoption"></a>

Data stories sharing option.

## Syntax
<a name="aws-properties-quicksight-dashboard-executivesummaryoption-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-executivesummaryoption-syntax.json"></a>

```
{
  "[AvailabilityStatus](#cfn-quicksight-dashboard-executivesummaryoption-availabilitystatus)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-executivesummaryoption-syntax.yaml"></a>

```
  [AvailabilityStatus](#cfn-quicksight-dashboard-executivesummaryoption-availabilitystatus): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-executivesummaryoption-properties"></a>

`AvailabilityStatus`  <a name="cfn-quicksight-dashboard-executivesummaryoption-availabilitystatus"></a>
Availability status.  
*Required*: No  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ExplicitHierarchy
<a name="aws-properties-quicksight-dashboard-explicithierarchy"></a>

The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.

## Syntax
<a name="aws-properties-quicksight-dashboard-explicithierarchy-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-explicithierarchy-syntax.json"></a>

```
{
  "[Columns](#cfn-quicksight-dashboard-explicithierarchy-columns)" : [ ColumnIdentifier, ... ],
  "[DrillDownFilters](#cfn-quicksight-dashboard-explicithierarchy-drilldownfilters)" : [ DrillDownFilter, ... ],
  "[HierarchyId](#cfn-quicksight-dashboard-explicithierarchy-hierarchyid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-explicithierarchy-syntax.yaml"></a>

```
  [Columns](#cfn-quicksight-dashboard-explicithierarchy-columns): 
    - ColumnIdentifier
  [DrillDownFilters](#cfn-quicksight-dashboard-explicithierarchy-drilldownfilters): 
    - DrillDownFilter
  [HierarchyId](#cfn-quicksight-dashboard-explicithierarchy-hierarchyid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-explicithierarchy-properties"></a>

`Columns`  <a name="cfn-quicksight-dashboard-explicithierarchy-columns"></a>
The list of columns that define the explicit hierarchy.  
*Required*: Yes  
*Type*: Array of [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Minimum*: `2`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DrillDownFilters`  <a name="cfn-quicksight-dashboard-explicithierarchy-drilldownfilters"></a>
The option that determines the drill down filters for the explicit hierarchy.  
*Required*: No  
*Type*: Array of [DrillDownFilter](aws-properties-quicksight-dashboard-drilldownfilter.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`HierarchyId`  <a name="cfn-quicksight-dashboard-explicithierarchy-hierarchyid"></a>
The hierarchy ID of the explicit hierarchy.  
*Required*: Yes  
*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)

# AWS::QuickSight::Dashboard ExportHiddenFieldsOption
<a name="aws-properties-quicksight-dashboard-exporthiddenfieldsoption"></a>

Determines if hidden fields are included in an exported dashboard.

## Syntax
<a name="aws-properties-quicksight-dashboard-exporthiddenfieldsoption-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-exporthiddenfieldsoption-syntax.json"></a>

```
{
  "[AvailabilityStatus](#cfn-quicksight-dashboard-exporthiddenfieldsoption-availabilitystatus)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-exporthiddenfieldsoption-syntax.yaml"></a>

```
  [AvailabilityStatus](#cfn-quicksight-dashboard-exporthiddenfieldsoption-availabilitystatus): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-exporthiddenfieldsoption-properties"></a>

`AvailabilityStatus`  <a name="cfn-quicksight-dashboard-exporthiddenfieldsoption-availabilitystatus"></a>
The status of the export hidden fields options of a dashbaord.  
*Required*: No  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ExportToCSVOption
<a name="aws-properties-quicksight-dashboard-exporttocsvoption"></a>

Export to .csv option.

## Syntax
<a name="aws-properties-quicksight-dashboard-exporttocsvoption-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-exporttocsvoption-syntax.json"></a>

```
{
  "[AvailabilityStatus](#cfn-quicksight-dashboard-exporttocsvoption-availabilitystatus)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-exporttocsvoption-syntax.yaml"></a>

```
  [AvailabilityStatus](#cfn-quicksight-dashboard-exporttocsvoption-availabilitystatus): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-exporttocsvoption-properties"></a>

`AvailabilityStatus`  <a name="cfn-quicksight-dashboard-exporttocsvoption-availabilitystatus"></a>
Availability status.  
*Required*: No  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ExportWithHiddenFieldsOption
<a name="aws-properties-quicksight-dashboard-exportwithhiddenfieldsoption"></a>

Determines whether or not hidden fields are visible on exported dashbaords.

## Syntax
<a name="aws-properties-quicksight-dashboard-exportwithhiddenfieldsoption-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-exportwithhiddenfieldsoption-syntax.json"></a>

```
{
  "[AvailabilityStatus](#cfn-quicksight-dashboard-exportwithhiddenfieldsoption-availabilitystatus)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-exportwithhiddenfieldsoption-syntax.yaml"></a>

```
  [AvailabilityStatus](#cfn-quicksight-dashboard-exportwithhiddenfieldsoption-availabilitystatus): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-exportwithhiddenfieldsoption-properties"></a>

`AvailabilityStatus`  <a name="cfn-quicksight-dashboard-exportwithhiddenfieldsoption-availabilitystatus"></a>
The status of the export with hidden fields options.  
*Required*: No  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FieldBasedTooltip
<a name="aws-properties-quicksight-dashboard-fieldbasedtooltip"></a>

The setup for the detailed tooltip.

## Syntax
<a name="aws-properties-quicksight-dashboard-fieldbasedtooltip-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-fieldbasedtooltip-syntax.json"></a>

```
{
  "[AggregationVisibility](#cfn-quicksight-dashboard-fieldbasedtooltip-aggregationvisibility)" : String,
  "[TooltipFields](#cfn-quicksight-dashboard-fieldbasedtooltip-tooltipfields)" : [ TooltipItem, ... ],
  "[TooltipTitleType](#cfn-quicksight-dashboard-fieldbasedtooltip-tooltiptitletype)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-fieldbasedtooltip-syntax.yaml"></a>

```
  [AggregationVisibility](#cfn-quicksight-dashboard-fieldbasedtooltip-aggregationvisibility): String
  [TooltipFields](#cfn-quicksight-dashboard-fieldbasedtooltip-tooltipfields): 
    - TooltipItem
  [TooltipTitleType](#cfn-quicksight-dashboard-fieldbasedtooltip-tooltiptitletype): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-fieldbasedtooltip-properties"></a>

`AggregationVisibility`  <a name="cfn-quicksight-dashboard-fieldbasedtooltip-aggregationvisibility"></a>
The visibility of `Show aggregations`.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TooltipFields`  <a name="cfn-quicksight-dashboard-fieldbasedtooltip-tooltipfields"></a>
The fields configuration in the tooltip.  
*Required*: No  
*Type*: Array of [TooltipItem](aws-properties-quicksight-dashboard-tooltipitem.md)  
*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)

`TooltipTitleType`  <a name="cfn-quicksight-dashboard-fieldbasedtooltip-tooltiptitletype"></a>
The type for the >tooltip title. Choose one of the following options:  
+ `NONE`: Doesn't use the primary value as the title.
+ `PRIMARY_VALUE`: Uses primary value as the title.
*Required*: No  
*Type*: String  
*Allowed values*: `NONE | PRIMARY_VALUE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FieldLabelType
<a name="aws-properties-quicksight-dashboard-fieldlabeltype"></a>

The field label type.

## Syntax
<a name="aws-properties-quicksight-dashboard-fieldlabeltype-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-fieldlabeltype-syntax.json"></a>

```
{
  "[FieldId](#cfn-quicksight-dashboard-fieldlabeltype-fieldid)" : String,
  "[Visibility](#cfn-quicksight-dashboard-fieldlabeltype-visibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-fieldlabeltype-syntax.yaml"></a>

```
  [FieldId](#cfn-quicksight-dashboard-fieldlabeltype-fieldid): String
  [Visibility](#cfn-quicksight-dashboard-fieldlabeltype-visibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-fieldlabeltype-properties"></a>

`FieldId`  <a name="cfn-quicksight-dashboard-fieldlabeltype-fieldid"></a>
Indicates the field that is targeted by the field label.  
*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)

`Visibility`  <a name="cfn-quicksight-dashboard-fieldlabeltype-visibility"></a>
The visibility of the field label.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FieldSeriesItem
<a name="aws-properties-quicksight-dashboard-fieldseriesitem"></a>

The field series item configuration of a line chart.

## Syntax
<a name="aws-properties-quicksight-dashboard-fieldseriesitem-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-fieldseriesitem-syntax.json"></a>

```
{
  "[AxisBinding](#cfn-quicksight-dashboard-fieldseriesitem-axisbinding)" : String,
  "[FieldId](#cfn-quicksight-dashboard-fieldseriesitem-fieldid)" : String,
  "[Settings](#cfn-quicksight-dashboard-fieldseriesitem-settings)" : LineChartSeriesSettings
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-fieldseriesitem-syntax.yaml"></a>

```
  [AxisBinding](#cfn-quicksight-dashboard-fieldseriesitem-axisbinding): String
  [FieldId](#cfn-quicksight-dashboard-fieldseriesitem-fieldid): String
  [Settings](#cfn-quicksight-dashboard-fieldseriesitem-settings): 
    LineChartSeriesSettings
```

## Properties
<a name="aws-properties-quicksight-dashboard-fieldseriesitem-properties"></a>

`AxisBinding`  <a name="cfn-quicksight-dashboard-fieldseriesitem-axisbinding"></a>
The axis that you are binding the field to.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `PRIMARY_YAXIS | SECONDARY_YAXIS`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldId`  <a name="cfn-quicksight-dashboard-fieldseriesitem-fieldid"></a>
The field ID of the field for which you are setting the axis binding.  
*Required*: Yes  
*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)

`Settings`  <a name="cfn-quicksight-dashboard-fieldseriesitem-settings"></a>
The options that determine the presentation of line series associated to the field.  
*Required*: No  
*Type*: [LineChartSeriesSettings](aws-properties-quicksight-dashboard-linechartseriessettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FieldSort
<a name="aws-properties-quicksight-dashboard-fieldsort"></a>

The sort configuration for a field in a field well.

## Syntax
<a name="aws-properties-quicksight-dashboard-fieldsort-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-fieldsort-syntax.json"></a>

```
{
  "[Direction](#cfn-quicksight-dashboard-fieldsort-direction)" : String,
  "[FieldId](#cfn-quicksight-dashboard-fieldsort-fieldid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-fieldsort-syntax.yaml"></a>

```
  [Direction](#cfn-quicksight-dashboard-fieldsort-direction): String
  [FieldId](#cfn-quicksight-dashboard-fieldsort-fieldid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-fieldsort-properties"></a>

`Direction`  <a name="cfn-quicksight-dashboard-fieldsort-direction"></a>
The sort direction. Choose one of the following options:  
+ `ASC`: Ascending
+ `DESC`: Descending
*Required*: Yes  
*Type*: String  
*Allowed values*: `ASC | DESC`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldId`  <a name="cfn-quicksight-dashboard-fieldsort-fieldid"></a>
The sort configuration target field.  
*Required*: Yes  
*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)

# AWS::QuickSight::Dashboard FieldSortOptions
<a name="aws-properties-quicksight-dashboard-fieldsortoptions"></a>

The field sort options in a chart configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-fieldsortoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-fieldsortoptions-syntax.json"></a>

```
{
  "[ColumnSort](#cfn-quicksight-dashboard-fieldsortoptions-columnsort)" : ColumnSort,
  "[FieldSort](#cfn-quicksight-dashboard-fieldsortoptions-fieldsort)" : FieldSort
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-fieldsortoptions-syntax.yaml"></a>

```
  [ColumnSort](#cfn-quicksight-dashboard-fieldsortoptions-columnsort): 
    ColumnSort
  [FieldSort](#cfn-quicksight-dashboard-fieldsortoptions-fieldsort): 
    FieldSort
```

## Properties
<a name="aws-properties-quicksight-dashboard-fieldsortoptions-properties"></a>

`ColumnSort`  <a name="cfn-quicksight-dashboard-fieldsortoptions-columnsort"></a>
The sort configuration for a column that is not used in a field well.  
*Required*: No  
*Type*: [ColumnSort](aws-properties-quicksight-dashboard-columnsort.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldSort`  <a name="cfn-quicksight-dashboard-fieldsortoptions-fieldsort"></a>
The sort configuration for a field in a field well.  
*Required*: No  
*Type*: [FieldSort](aws-properties-quicksight-dashboard-fieldsort.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FieldTooltipItem
<a name="aws-properties-quicksight-dashboard-fieldtooltipitem"></a>

The tooltip item for the fields.

## Syntax
<a name="aws-properties-quicksight-dashboard-fieldtooltipitem-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-fieldtooltipitem-syntax.json"></a>

```
{
  "[FieldId](#cfn-quicksight-dashboard-fieldtooltipitem-fieldid)" : String,
  "[Label](#cfn-quicksight-dashboard-fieldtooltipitem-label)" : String,
  "[TooltipTarget](#cfn-quicksight-dashboard-fieldtooltipitem-tooltiptarget)" : String,
  "[Visibility](#cfn-quicksight-dashboard-fieldtooltipitem-visibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-fieldtooltipitem-syntax.yaml"></a>

```
  [FieldId](#cfn-quicksight-dashboard-fieldtooltipitem-fieldid): String
  [Label](#cfn-quicksight-dashboard-fieldtooltipitem-label): String
  [TooltipTarget](#cfn-quicksight-dashboard-fieldtooltipitem-tooltiptarget): String
  [Visibility](#cfn-quicksight-dashboard-fieldtooltipitem-visibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-fieldtooltipitem-properties"></a>

`FieldId`  <a name="cfn-quicksight-dashboard-fieldtooltipitem-fieldid"></a>
The unique ID of the field that is targeted by the tooltip.  
*Required*: Yes  
*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)

`Label`  <a name="cfn-quicksight-dashboard-fieldtooltipitem-label"></a>
The label of the tooltip item.  
*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)

`TooltipTarget`  <a name="cfn-quicksight-dashboard-fieldtooltipitem-tooltiptarget"></a>
Determines the target of the field tooltip item in a combo chart visual.  
*Required*: No  
*Type*: String  
*Allowed values*: `BOTH | BAR | LINE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Visibility`  <a name="cfn-quicksight-dashboard-fieldtooltipitem-visibility"></a>
The visibility of the tooltip item.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FilledMapAggregatedFieldWells
<a name="aws-properties-quicksight-dashboard-filledmapaggregatedfieldwells"></a>

The aggregated field well of the filled map.

## Syntax
<a name="aws-properties-quicksight-dashboard-filledmapaggregatedfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-filledmapaggregatedfieldwells-syntax.json"></a>

```
{
  "[Geospatial](#cfn-quicksight-dashboard-filledmapaggregatedfieldwells-geospatial)" : [ DimensionField, ... ],
  "[Values](#cfn-quicksight-dashboard-filledmapaggregatedfieldwells-values)" : [ MeasureField, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-filledmapaggregatedfieldwells-syntax.yaml"></a>

```
  [Geospatial](#cfn-quicksight-dashboard-filledmapaggregatedfieldwells-geospatial): 
    - DimensionField
  [Values](#cfn-quicksight-dashboard-filledmapaggregatedfieldwells-values): 
    - MeasureField
```

## Properties
<a name="aws-properties-quicksight-dashboard-filledmapaggregatedfieldwells-properties"></a>

`Geospatial`  <a name="cfn-quicksight-dashboard-filledmapaggregatedfieldwells-geospatial"></a>
The aggregated location field well of the filled map. Values are grouped by location fields.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Values`  <a name="cfn-quicksight-dashboard-filledmapaggregatedfieldwells-values"></a>
The aggregated color field well of a filled map. Values are aggregated based on location fields.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FilledMapConditionalFormatting
<a name="aws-properties-quicksight-dashboard-filledmapconditionalformatting"></a>

The conditional formatting of a `FilledMapVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-filledmapconditionalformatting-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-filledmapconditionalformatting-syntax.json"></a>

```
{
  "[ConditionalFormattingOptions](#cfn-quicksight-dashboard-filledmapconditionalformatting-conditionalformattingoptions)" : [ FilledMapConditionalFormattingOption, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-filledmapconditionalformatting-syntax.yaml"></a>

```
  [ConditionalFormattingOptions](#cfn-quicksight-dashboard-filledmapconditionalformatting-conditionalformattingoptions): 
    - FilledMapConditionalFormattingOption
```

## Properties
<a name="aws-properties-quicksight-dashboard-filledmapconditionalformatting-properties"></a>

`ConditionalFormattingOptions`  <a name="cfn-quicksight-dashboard-filledmapconditionalformatting-conditionalformattingoptions"></a>
Conditional formatting options of a `FilledMapVisual`.  
*Required*: Yes  
*Type*: Array of [FilledMapConditionalFormattingOption](aws-properties-quicksight-dashboard-filledmapconditionalformattingoption.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FilledMapConditionalFormattingOption
<a name="aws-properties-quicksight-dashboard-filledmapconditionalformattingoption"></a>

Conditional formatting options of a `FilledMapVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-filledmapconditionalformattingoption-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-filledmapconditionalformattingoption-syntax.json"></a>

```
{
  "[Shape](#cfn-quicksight-dashboard-filledmapconditionalformattingoption-shape)" : FilledMapShapeConditionalFormatting
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-filledmapconditionalformattingoption-syntax.yaml"></a>

```
  [Shape](#cfn-quicksight-dashboard-filledmapconditionalformattingoption-shape): 
    FilledMapShapeConditionalFormatting
```

## Properties
<a name="aws-properties-quicksight-dashboard-filledmapconditionalformattingoption-properties"></a>

`Shape`  <a name="cfn-quicksight-dashboard-filledmapconditionalformattingoption-shape"></a>
The conditional formatting that determines the shape of the filled map.  
*Required*: Yes  
*Type*: [FilledMapShapeConditionalFormatting](aws-properties-quicksight-dashboard-filledmapshapeconditionalformatting.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FilledMapConfiguration
<a name="aws-properties-quicksight-dashboard-filledmapconfiguration"></a>

The configuration for a `FilledMapVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-filledmapconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-filledmapconfiguration-syntax.json"></a>

```
{
  "[FieldWells](#cfn-quicksight-dashboard-filledmapconfiguration-fieldwells)" : FilledMapFieldWells,
  "[Interactions](#cfn-quicksight-dashboard-filledmapconfiguration-interactions)" : VisualInteractionOptions,
  "[Legend](#cfn-quicksight-dashboard-filledmapconfiguration-legend)" : LegendOptions,
  "[MapStyleOptions](#cfn-quicksight-dashboard-filledmapconfiguration-mapstyleoptions)" : GeospatialMapStyleOptions,
  "[SortConfiguration](#cfn-quicksight-dashboard-filledmapconfiguration-sortconfiguration)" : FilledMapSortConfiguration,
  "[Tooltip](#cfn-quicksight-dashboard-filledmapconfiguration-tooltip)" : TooltipOptions,
  "[WindowOptions](#cfn-quicksight-dashboard-filledmapconfiguration-windowoptions)" : GeospatialWindowOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-filledmapconfiguration-syntax.yaml"></a>

```
  [FieldWells](#cfn-quicksight-dashboard-filledmapconfiguration-fieldwells): 
    FilledMapFieldWells
  [Interactions](#cfn-quicksight-dashboard-filledmapconfiguration-interactions): 
    VisualInteractionOptions
  [Legend](#cfn-quicksight-dashboard-filledmapconfiguration-legend): 
    LegendOptions
  [MapStyleOptions](#cfn-quicksight-dashboard-filledmapconfiguration-mapstyleoptions): 
    GeospatialMapStyleOptions
  [SortConfiguration](#cfn-quicksight-dashboard-filledmapconfiguration-sortconfiguration): 
    FilledMapSortConfiguration
  [Tooltip](#cfn-quicksight-dashboard-filledmapconfiguration-tooltip): 
    TooltipOptions
  [WindowOptions](#cfn-quicksight-dashboard-filledmapconfiguration-windowoptions): 
    GeospatialWindowOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-filledmapconfiguration-properties"></a>

`FieldWells`  <a name="cfn-quicksight-dashboard-filledmapconfiguration-fieldwells"></a>
The field wells of the visual.  
*Required*: No  
*Type*: [FilledMapFieldWells](aws-properties-quicksight-dashboard-filledmapfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Interactions`  <a name="cfn-quicksight-dashboard-filledmapconfiguration-interactions"></a>
The general visual interactions setup for a visual.  
*Required*: No  
*Type*: [VisualInteractionOptions](aws-properties-quicksight-dashboard-visualinteractionoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Legend`  <a name="cfn-quicksight-dashboard-filledmapconfiguration-legend"></a>
The legend display setup of the visual.  
*Required*: No  
*Type*: [LegendOptions](aws-properties-quicksight-dashboard-legendoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MapStyleOptions`  <a name="cfn-quicksight-dashboard-filledmapconfiguration-mapstyleoptions"></a>
The map style options of the filled map visual.  
*Required*: No  
*Type*: [GeospatialMapStyleOptions](aws-properties-quicksight-dashboard-geospatialmapstyleoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SortConfiguration`  <a name="cfn-quicksight-dashboard-filledmapconfiguration-sortconfiguration"></a>
The sort configuration of a `FilledMapVisual`.  
*Required*: No  
*Type*: [FilledMapSortConfiguration](aws-properties-quicksight-dashboard-filledmapsortconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tooltip`  <a name="cfn-quicksight-dashboard-filledmapconfiguration-tooltip"></a>
The tooltip display setup of the visual.  
*Required*: No  
*Type*: [TooltipOptions](aws-properties-quicksight-dashboard-tooltipoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`WindowOptions`  <a name="cfn-quicksight-dashboard-filledmapconfiguration-windowoptions"></a>
The window options of the filled map visual.  
*Required*: No  
*Type*: [GeospatialWindowOptions](aws-properties-quicksight-dashboard-geospatialwindowoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FilledMapFieldWells
<a name="aws-properties-quicksight-dashboard-filledmapfieldwells"></a>

The field wells of a `FilledMapVisual`.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-filledmapfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-filledmapfieldwells-syntax.json"></a>

```
{
  "[FilledMapAggregatedFieldWells](#cfn-quicksight-dashboard-filledmapfieldwells-filledmapaggregatedfieldwells)" : FilledMapAggregatedFieldWells
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-filledmapfieldwells-syntax.yaml"></a>

```
  [FilledMapAggregatedFieldWells](#cfn-quicksight-dashboard-filledmapfieldwells-filledmapaggregatedfieldwells): 
    FilledMapAggregatedFieldWells
```

## Properties
<a name="aws-properties-quicksight-dashboard-filledmapfieldwells-properties"></a>

`FilledMapAggregatedFieldWells`  <a name="cfn-quicksight-dashboard-filledmapfieldwells-filledmapaggregatedfieldwells"></a>
The aggregated field well of the filled map.  
*Required*: No  
*Type*: [FilledMapAggregatedFieldWells](aws-properties-quicksight-dashboard-filledmapaggregatedfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FilledMapShapeConditionalFormatting
<a name="aws-properties-quicksight-dashboard-filledmapshapeconditionalformatting"></a>

The conditional formatting that determines the shape of the filled map.

## Syntax
<a name="aws-properties-quicksight-dashboard-filledmapshapeconditionalformatting-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-filledmapshapeconditionalformatting-syntax.json"></a>

```
{
  "[FieldId](#cfn-quicksight-dashboard-filledmapshapeconditionalformatting-fieldid)" : String,
  "[Format](#cfn-quicksight-dashboard-filledmapshapeconditionalformatting-format)" : ShapeConditionalFormat
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-filledmapshapeconditionalformatting-syntax.yaml"></a>

```
  [FieldId](#cfn-quicksight-dashboard-filledmapshapeconditionalformatting-fieldid): String
  [Format](#cfn-quicksight-dashboard-filledmapshapeconditionalformatting-format): 
    ShapeConditionalFormat
```

## Properties
<a name="aws-properties-quicksight-dashboard-filledmapshapeconditionalformatting-properties"></a>

`FieldId`  <a name="cfn-quicksight-dashboard-filledmapshapeconditionalformatting-fieldid"></a>
The field ID of the filled map shape.  
*Required*: Yes  
*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)

`Format`  <a name="cfn-quicksight-dashboard-filledmapshapeconditionalformatting-format"></a>
The conditional formatting that determines the background color of a filled map's shape.  
*Required*: No  
*Type*: [ShapeConditionalFormat](aws-properties-quicksight-dashboard-shapeconditionalformat.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FilledMapSortConfiguration
<a name="aws-properties-quicksight-dashboard-filledmapsortconfiguration"></a>

The sort configuration of a `FilledMapVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-filledmapsortconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-filledmapsortconfiguration-syntax.json"></a>

```
{
  "[CategorySort](#cfn-quicksight-dashboard-filledmapsortconfiguration-categorysort)" : [ FieldSortOptions, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-filledmapsortconfiguration-syntax.yaml"></a>

```
  [CategorySort](#cfn-quicksight-dashboard-filledmapsortconfiguration-categorysort): 
    - FieldSortOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-filledmapsortconfiguration-properties"></a>

`CategorySort`  <a name="cfn-quicksight-dashboard-filledmapsortconfiguration-categorysort"></a>
The sort configuration of the location fields.  
*Required*: No  
*Type*: Array of [FieldSortOptions](aws-properties-quicksight-dashboard-fieldsortoptions.md)  
*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)

# AWS::QuickSight::Dashboard FilledMapVisual
<a name="aws-properties-quicksight-dashboard-filledmapvisual"></a>

A filled map.

For more information, see [Creating filled maps](https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html) in the *Amazon Quick Suite User Guide*.

## Syntax
<a name="aws-properties-quicksight-dashboard-filledmapvisual-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-filledmapvisual-syntax.json"></a>

```
{
  "[Actions](#cfn-quicksight-dashboard-filledmapvisual-actions)" : [ VisualCustomAction, ... ],
  "[ChartConfiguration](#cfn-quicksight-dashboard-filledmapvisual-chartconfiguration)" : FilledMapConfiguration,
  "[ColumnHierarchies](#cfn-quicksight-dashboard-filledmapvisual-columnhierarchies)" : [ ColumnHierarchy, ... ],
  "[ConditionalFormatting](#cfn-quicksight-dashboard-filledmapvisual-conditionalformatting)" : FilledMapConditionalFormatting,
  "[Subtitle](#cfn-quicksight-dashboard-filledmapvisual-subtitle)" : VisualSubtitleLabelOptions,
  "[Title](#cfn-quicksight-dashboard-filledmapvisual-title)" : VisualTitleLabelOptions,
  "[VisualContentAltText](#cfn-quicksight-dashboard-filledmapvisual-visualcontentalttext)" : String,
  "[VisualId](#cfn-quicksight-dashboard-filledmapvisual-visualid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-filledmapvisual-syntax.yaml"></a>

```
  [Actions](#cfn-quicksight-dashboard-filledmapvisual-actions): 
    - VisualCustomAction
  [ChartConfiguration](#cfn-quicksight-dashboard-filledmapvisual-chartconfiguration): 
    FilledMapConfiguration
  [ColumnHierarchies](#cfn-quicksight-dashboard-filledmapvisual-columnhierarchies): 
    - ColumnHierarchy
  [ConditionalFormatting](#cfn-quicksight-dashboard-filledmapvisual-conditionalformatting): 
    FilledMapConditionalFormatting
  [Subtitle](#cfn-quicksight-dashboard-filledmapvisual-subtitle): 
    VisualSubtitleLabelOptions
  [Title](#cfn-quicksight-dashboard-filledmapvisual-title): 
    VisualTitleLabelOptions
  [VisualContentAltText](#cfn-quicksight-dashboard-filledmapvisual-visualcontentalttext): String
  [VisualId](#cfn-quicksight-dashboard-filledmapvisual-visualid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-filledmapvisual-properties"></a>

`Actions`  <a name="cfn-quicksight-dashboard-filledmapvisual-actions"></a>
The list of custom actions that are configured for a visual.  
*Required*: No  
*Type*: Array of [VisualCustomAction](aws-properties-quicksight-dashboard-visualcustomaction.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ChartConfiguration`  <a name="cfn-quicksight-dashboard-filledmapvisual-chartconfiguration"></a>
The configuration settings of the visual.  
*Required*: No  
*Type*: [FilledMapConfiguration](aws-properties-quicksight-dashboard-filledmapconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColumnHierarchies`  <a name="cfn-quicksight-dashboard-filledmapvisual-columnhierarchies"></a>
The column hierarchy that is used during drill-downs and drill-ups.  
*Required*: No  
*Type*: Array of [ColumnHierarchy](aws-properties-quicksight-dashboard-columnhierarchy.md)  
*Minimum*: `0`  
*Maximum*: `2`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ConditionalFormatting`  <a name="cfn-quicksight-dashboard-filledmapvisual-conditionalformatting"></a>
The conditional formatting of a `FilledMapVisual`.  
*Required*: No  
*Type*: [FilledMapConditionalFormatting](aws-properties-quicksight-dashboard-filledmapconditionalformatting.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Subtitle`  <a name="cfn-quicksight-dashboard-filledmapvisual-subtitle"></a>
The subtitle that is displayed on the visual.  
*Required*: No  
*Type*: [VisualSubtitleLabelOptions](aws-properties-quicksight-dashboard-visualsubtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-filledmapvisual-title"></a>
The title that is displayed on the visual.  
*Required*: No  
*Type*: [VisualTitleLabelOptions](aws-properties-quicksight-dashboard-visualtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualContentAltText`  <a name="cfn-quicksight-dashboard-filledmapvisual-visualcontentalttext"></a>
The alt text for the visual.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualId`  <a name="cfn-quicksight-dashboard-filledmapvisual-visualid"></a>
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

# AWS::QuickSight::Dashboard Filter
<a name="aws-properties-quicksight-dashboard-filter"></a>

With a `Filter`, you can remove portions of data from a particular visual or view.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-filter-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-filter-syntax.json"></a>

```
{
  "[CategoryFilter](#cfn-quicksight-dashboard-filter-categoryfilter)" : CategoryFilter,
  "[NestedFilter](#cfn-quicksight-dashboard-filter-nestedfilter)" : NestedFilter,
  "[NumericEqualityFilter](#cfn-quicksight-dashboard-filter-numericequalityfilter)" : NumericEqualityFilter,
  "[NumericRangeFilter](#cfn-quicksight-dashboard-filter-numericrangefilter)" : NumericRangeFilter,
  "[RelativeDatesFilter](#cfn-quicksight-dashboard-filter-relativedatesfilter)" : RelativeDatesFilter,
  "[TimeEqualityFilter](#cfn-quicksight-dashboard-filter-timeequalityfilter)" : TimeEqualityFilter,
  "[TimeRangeFilter](#cfn-quicksight-dashboard-filter-timerangefilter)" : TimeRangeFilter,
  "[TopBottomFilter](#cfn-quicksight-dashboard-filter-topbottomfilter)" : TopBottomFilter
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-filter-syntax.yaml"></a>

```
  [CategoryFilter](#cfn-quicksight-dashboard-filter-categoryfilter): 
    CategoryFilter
  [NestedFilter](#cfn-quicksight-dashboard-filter-nestedfilter): 
    NestedFilter
  [NumericEqualityFilter](#cfn-quicksight-dashboard-filter-numericequalityfilter): 
    NumericEqualityFilter
  [NumericRangeFilter](#cfn-quicksight-dashboard-filter-numericrangefilter): 
    NumericRangeFilter
  [RelativeDatesFilter](#cfn-quicksight-dashboard-filter-relativedatesfilter): 
    RelativeDatesFilter
  [TimeEqualityFilter](#cfn-quicksight-dashboard-filter-timeequalityfilter): 
    TimeEqualityFilter
  [TimeRangeFilter](#cfn-quicksight-dashboard-filter-timerangefilter): 
    TimeRangeFilter
  [TopBottomFilter](#cfn-quicksight-dashboard-filter-topbottomfilter): 
    TopBottomFilter
```

## Properties
<a name="aws-properties-quicksight-dashboard-filter-properties"></a>

`CategoryFilter`  <a name="cfn-quicksight-dashboard-filter-categoryfilter"></a>
A `CategoryFilter` filters text values.  
For more information, see [Adding text filters](https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html) in the *Amazon Quick Suite User Guide*.  
*Required*: No  
*Type*: [CategoryFilter](aws-properties-quicksight-dashboard-categoryfilter.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NestedFilter`  <a name="cfn-quicksight-dashboard-filter-nestedfilter"></a>
A `NestedFilter` filters data with a subset of data that is defined by the nested inner filter.  
*Required*: No  
*Type*: [NestedFilter](aws-properties-quicksight-dashboard-nestedfilter.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NumericEqualityFilter`  <a name="cfn-quicksight-dashboard-filter-numericequalityfilter"></a>
A `NumericEqualityFilter` filters numeric values that equal or do not equal a given numeric value.  
*Required*: No  
*Type*: [NumericEqualityFilter](aws-properties-quicksight-dashboard-numericequalityfilter.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NumericRangeFilter`  <a name="cfn-quicksight-dashboard-filter-numericrangefilter"></a>
A `NumericRangeFilter` filters numeric values that are either inside or outside a given numeric range.  
*Required*: No  
*Type*: [NumericRangeFilter](aws-properties-quicksight-dashboard-numericrangefilter.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RelativeDatesFilter`  <a name="cfn-quicksight-dashboard-filter-relativedatesfilter"></a>
A `RelativeDatesFilter` filters date values that are relative to a given date.  
*Required*: No  
*Type*: [RelativeDatesFilter](aws-properties-quicksight-dashboard-relativedatesfilter.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TimeEqualityFilter`  <a name="cfn-quicksight-dashboard-filter-timeequalityfilter"></a>
A `TimeEqualityFilter` filters date-time values that equal or do not equal a given date/time value.  
*Required*: No  
*Type*: [TimeEqualityFilter](aws-properties-quicksight-dashboard-timeequalityfilter.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TimeRangeFilter`  <a name="cfn-quicksight-dashboard-filter-timerangefilter"></a>
A `TimeRangeFilter` filters date-time values that are either inside or outside a given date/time range.  
*Required*: No  
*Type*: [TimeRangeFilter](aws-properties-quicksight-dashboard-timerangefilter.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TopBottomFilter`  <a name="cfn-quicksight-dashboard-filter-topbottomfilter"></a>
A `TopBottomFilter` filters data to the top or bottom values for a given column.  
*Required*: No  
*Type*: [TopBottomFilter](aws-properties-quicksight-dashboard-topbottomfilter.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FilterControl
<a name="aws-properties-quicksight-dashboard-filtercontrol"></a>

The control of a filter that is used to interact with a dashboard or an analysis.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-filtercontrol-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-filtercontrol-syntax.json"></a>

```
{
  "[CrossSheet](#cfn-quicksight-dashboard-filtercontrol-crosssheet)" : FilterCrossSheetControl,
  "[DateTimePicker](#cfn-quicksight-dashboard-filtercontrol-datetimepicker)" : FilterDateTimePickerControl,
  "[Dropdown](#cfn-quicksight-dashboard-filtercontrol-dropdown)" : FilterDropDownControl,
  "[List](#cfn-quicksight-dashboard-filtercontrol-list)" : FilterListControl,
  "[RelativeDateTime](#cfn-quicksight-dashboard-filtercontrol-relativedatetime)" : FilterRelativeDateTimeControl,
  "[Slider](#cfn-quicksight-dashboard-filtercontrol-slider)" : FilterSliderControl,
  "[TextArea](#cfn-quicksight-dashboard-filtercontrol-textarea)" : FilterTextAreaControl,
  "[TextField](#cfn-quicksight-dashboard-filtercontrol-textfield)" : FilterTextFieldControl
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-filtercontrol-syntax.yaml"></a>

```
  [CrossSheet](#cfn-quicksight-dashboard-filtercontrol-crosssheet): 
    FilterCrossSheetControl
  [DateTimePicker](#cfn-quicksight-dashboard-filtercontrol-datetimepicker): 
    FilterDateTimePickerControl
  [Dropdown](#cfn-quicksight-dashboard-filtercontrol-dropdown): 
    FilterDropDownControl
  [List](#cfn-quicksight-dashboard-filtercontrol-list): 
    FilterListControl
  [RelativeDateTime](#cfn-quicksight-dashboard-filtercontrol-relativedatetime): 
    FilterRelativeDateTimeControl
  [Slider](#cfn-quicksight-dashboard-filtercontrol-slider): 
    FilterSliderControl
  [TextArea](#cfn-quicksight-dashboard-filtercontrol-textarea): 
    FilterTextAreaControl
  [TextField](#cfn-quicksight-dashboard-filtercontrol-textfield): 
    FilterTextFieldControl
```

## Properties
<a name="aws-properties-quicksight-dashboard-filtercontrol-properties"></a>

`CrossSheet`  <a name="cfn-quicksight-dashboard-filtercontrol-crosssheet"></a>
A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet  
*Required*: No  
*Type*: [FilterCrossSheetControl](aws-properties-quicksight-dashboard-filtercrosssheetcontrol.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DateTimePicker`  <a name="cfn-quicksight-dashboard-filtercontrol-datetimepicker"></a>
A control from a date filter that is used to specify date and time.  
*Required*: No  
*Type*: [FilterDateTimePickerControl](aws-properties-quicksight-dashboard-filterdatetimepickercontrol.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Dropdown`  <a name="cfn-quicksight-dashboard-filtercontrol-dropdown"></a>
A control to display a dropdown list with buttons that are used to select a single value.  
*Required*: No  
*Type*: [FilterDropDownControl](aws-properties-quicksight-dashboard-filterdropdowncontrol.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`List`  <a name="cfn-quicksight-dashboard-filtercontrol-list"></a>
A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.  
*Required*: No  
*Type*: [FilterListControl](aws-properties-quicksight-dashboard-filterlistcontrol.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RelativeDateTime`  <a name="cfn-quicksight-dashboard-filtercontrol-relativedatetime"></a>
A control from a date filter that is used to specify the relative date.  
*Required*: No  
*Type*: [FilterRelativeDateTimeControl](aws-properties-quicksight-dashboard-filterrelativedatetimecontrol.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Slider`  <a name="cfn-quicksight-dashboard-filtercontrol-slider"></a>
A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.  
*Required*: No  
*Type*: [FilterSliderControl](aws-properties-quicksight-dashboard-filterslidercontrol.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TextArea`  <a name="cfn-quicksight-dashboard-filtercontrol-textarea"></a>
A control to display a text box that is used to enter multiple entries.  
*Required*: No  
*Type*: [FilterTextAreaControl](aws-properties-quicksight-dashboard-filtertextareacontrol.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TextField`  <a name="cfn-quicksight-dashboard-filtercontrol-textfield"></a>
A control to display a text box that is used to enter a single entry.  
*Required*: No  
*Type*: [FilterTextFieldControl](aws-properties-quicksight-dashboard-filtertextfieldcontrol.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FilterCrossSheetControl
<a name="aws-properties-quicksight-dashboard-filtercrosssheetcontrol"></a>

A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet

## Syntax
<a name="aws-properties-quicksight-dashboard-filtercrosssheetcontrol-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-filtercrosssheetcontrol-syntax.json"></a>

```
{
  "[CascadingControlConfiguration](#cfn-quicksight-dashboard-filtercrosssheetcontrol-cascadingcontrolconfiguration)" : CascadingControlConfiguration,
  "[FilterControlId](#cfn-quicksight-dashboard-filtercrosssheetcontrol-filtercontrolid)" : String,
  "[SourceFilterId](#cfn-quicksight-dashboard-filtercrosssheetcontrol-sourcefilterid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-filtercrosssheetcontrol-syntax.yaml"></a>

```
  [CascadingControlConfiguration](#cfn-quicksight-dashboard-filtercrosssheetcontrol-cascadingcontrolconfiguration): 
    CascadingControlConfiguration
  [FilterControlId](#cfn-quicksight-dashboard-filtercrosssheetcontrol-filtercontrolid): String
  [SourceFilterId](#cfn-quicksight-dashboard-filtercrosssheetcontrol-sourcefilterid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-filtercrosssheetcontrol-properties"></a>

`CascadingControlConfiguration`  <a name="cfn-quicksight-dashboard-filtercrosssheetcontrol-cascadingcontrolconfiguration"></a>
The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.  
*Required*: No  
*Type*: [CascadingControlConfiguration](aws-properties-quicksight-dashboard-cascadingcontrolconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FilterControlId`  <a name="cfn-quicksight-dashboard-filtercrosssheetcontrol-filtercontrolid"></a>
The ID of the `FilterCrossSheetControl`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`SourceFilterId`  <a name="cfn-quicksight-dashboard-filtercrosssheetcontrol-sourcefilterid"></a>
The source filter ID of the `FilterCrossSheetControl`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

# AWS::QuickSight::Dashboard FilterDateTimePickerControl
<a name="aws-properties-quicksight-dashboard-filterdatetimepickercontrol"></a>

A control from a date filter that is used to specify date and time.

## Syntax
<a name="aws-properties-quicksight-dashboard-filterdatetimepickercontrol-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-filterdatetimepickercontrol-syntax.json"></a>

```
{
  "[CommitMode](#cfn-quicksight-dashboard-filterdatetimepickercontrol-commitmode)" : String,
  "[DisplayOptions](#cfn-quicksight-dashboard-filterdatetimepickercontrol-displayoptions)" : DateTimePickerControlDisplayOptions,
  "[FilterControlId](#cfn-quicksight-dashboard-filterdatetimepickercontrol-filtercontrolid)" : String,
  "[SourceFilterId](#cfn-quicksight-dashboard-filterdatetimepickercontrol-sourcefilterid)" : String,
  "[Title](#cfn-quicksight-dashboard-filterdatetimepickercontrol-title)" : String,
  "[Type](#cfn-quicksight-dashboard-filterdatetimepickercontrol-type)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-filterdatetimepickercontrol-syntax.yaml"></a>

```
  [CommitMode](#cfn-quicksight-dashboard-filterdatetimepickercontrol-commitmode): String
  [DisplayOptions](#cfn-quicksight-dashboard-filterdatetimepickercontrol-displayoptions): 
    DateTimePickerControlDisplayOptions
  [FilterControlId](#cfn-quicksight-dashboard-filterdatetimepickercontrol-filtercontrolid): String
  [SourceFilterId](#cfn-quicksight-dashboard-filterdatetimepickercontrol-sourcefilterid): String
  [Title](#cfn-quicksight-dashboard-filterdatetimepickercontrol-title): String
  [Type](#cfn-quicksight-dashboard-filterdatetimepickercontrol-type): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-filterdatetimepickercontrol-properties"></a>

`CommitMode`  <a name="cfn-quicksight-dashboard-filterdatetimepickercontrol-commitmode"></a>
The visibility configurationof the Apply button on a `DateTimePickerControl`.  
*Required*: No  
*Type*: String  
*Allowed values*: `AUTO | MANUAL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DisplayOptions`  <a name="cfn-quicksight-dashboard-filterdatetimepickercontrol-displayoptions"></a>
The display options of a control.  
*Required*: No  
*Type*: [DateTimePickerControlDisplayOptions](aws-properties-quicksight-dashboard-datetimepickercontroldisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FilterControlId`  <a name="cfn-quicksight-dashboard-filterdatetimepickercontrol-filtercontrolid"></a>
The ID of the `FilterDateTimePickerControl`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`SourceFilterId`  <a name="cfn-quicksight-dashboard-filterdatetimepickercontrol-sourcefilterid"></a>
The source filter ID of the `FilterDateTimePickerControl`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`Title`  <a name="cfn-quicksight-dashboard-filterdatetimepickercontrol-title"></a>
The title of the `FilterDateTimePickerControl`.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Type`  <a name="cfn-quicksight-dashboard-filterdatetimepickercontrol-type"></a>
The type of the `FilterDropDownControl`. Choose one of the following options:  
+ `MULTI_SELECT`: The user can select multiple entries from a dropdown menu.
+ `SINGLE_SELECT`: The user can select a single entry from a dropdown menu.
*Required*: No  
*Type*: String  
*Allowed values*: `SINGLE_VALUED | DATE_RANGE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FilterDropDownControl
<a name="aws-properties-quicksight-dashboard-filterdropdowncontrol"></a>

A control to display a dropdown list with buttons that are used to select a single value.

## Syntax
<a name="aws-properties-quicksight-dashboard-filterdropdowncontrol-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-filterdropdowncontrol-syntax.json"></a>

```
{
  "[CascadingControlConfiguration](#cfn-quicksight-dashboard-filterdropdowncontrol-cascadingcontrolconfiguration)" : CascadingControlConfiguration,
  "[CommitMode](#cfn-quicksight-dashboard-filterdropdowncontrol-commitmode)" : String,
  "[DisplayOptions](#cfn-quicksight-dashboard-filterdropdowncontrol-displayoptions)" : DropDownControlDisplayOptions,
  "[FilterControlId](#cfn-quicksight-dashboard-filterdropdowncontrol-filtercontrolid)" : String,
  "[SelectableValues](#cfn-quicksight-dashboard-filterdropdowncontrol-selectablevalues)" : FilterSelectableValues,
  "[SourceFilterId](#cfn-quicksight-dashboard-filterdropdowncontrol-sourcefilterid)" : String,
  "[Title](#cfn-quicksight-dashboard-filterdropdowncontrol-title)" : String,
  "[Type](#cfn-quicksight-dashboard-filterdropdowncontrol-type)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-filterdropdowncontrol-syntax.yaml"></a>

```
  [CascadingControlConfiguration](#cfn-quicksight-dashboard-filterdropdowncontrol-cascadingcontrolconfiguration): 
    CascadingControlConfiguration
  [CommitMode](#cfn-quicksight-dashboard-filterdropdowncontrol-commitmode): String
  [DisplayOptions](#cfn-quicksight-dashboard-filterdropdowncontrol-displayoptions): 
    DropDownControlDisplayOptions
  [FilterControlId](#cfn-quicksight-dashboard-filterdropdowncontrol-filtercontrolid): String
  [SelectableValues](#cfn-quicksight-dashboard-filterdropdowncontrol-selectablevalues): 
    FilterSelectableValues
  [SourceFilterId](#cfn-quicksight-dashboard-filterdropdowncontrol-sourcefilterid): String
  [Title](#cfn-quicksight-dashboard-filterdropdowncontrol-title): String
  [Type](#cfn-quicksight-dashboard-filterdropdowncontrol-type): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-filterdropdowncontrol-properties"></a>

`CascadingControlConfiguration`  <a name="cfn-quicksight-dashboard-filterdropdowncontrol-cascadingcontrolconfiguration"></a>
The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.  
*Required*: No  
*Type*: [CascadingControlConfiguration](aws-properties-quicksight-dashboard-cascadingcontrolconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CommitMode`  <a name="cfn-quicksight-dashboard-filterdropdowncontrol-commitmode"></a>
The visibility configuration of the Apply button on a `FilterDropDownControl`.  
*Required*: No  
*Type*: String  
*Allowed values*: `AUTO | MANUAL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DisplayOptions`  <a name="cfn-quicksight-dashboard-filterdropdowncontrol-displayoptions"></a>
The display options of the `FilterDropDownControl`.  
*Required*: No  
*Type*: [DropDownControlDisplayOptions](aws-properties-quicksight-dashboard-dropdowncontroldisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FilterControlId`  <a name="cfn-quicksight-dashboard-filterdropdowncontrol-filtercontrolid"></a>
The ID of the `FilterDropDownControl`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`SelectableValues`  <a name="cfn-quicksight-dashboard-filterdropdowncontrol-selectablevalues"></a>
A list of selectable values that are used in a control.  
*Required*: No  
*Type*: [FilterSelectableValues](aws-properties-quicksight-dashboard-filterselectablevalues.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SourceFilterId`  <a name="cfn-quicksight-dashboard-filterdropdowncontrol-sourcefilterid"></a>
The source filter ID of the `FilterDropDownControl`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`Title`  <a name="cfn-quicksight-dashboard-filterdropdowncontrol-title"></a>
The title of the `FilterDropDownControl`.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Type`  <a name="cfn-quicksight-dashboard-filterdropdowncontrol-type"></a>
The type of the `FilterDropDownControl`. Choose one of the following options:  
+ `MULTI_SELECT`: The user can select multiple entries from a dropdown menu.
+ `SINGLE_SELECT`: The user can select a single entry from a dropdown menu.
*Required*: No  
*Type*: String  
*Allowed values*: `MULTI_SELECT | SINGLE_SELECT`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FilterGroup
<a name="aws-properties-quicksight-dashboard-filtergroup"></a>

A grouping of individual filters. Filter groups are applied to the same group of visuals.

For more information, see [Adding filter conditions (group filters) with AND and OR operators](https://docs.aws.amazon.com/quicksight/latest/user/add-a-compound-filter.html) in the *Amazon Quick Suite User Guide*.

## Syntax
<a name="aws-properties-quicksight-dashboard-filtergroup-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-filtergroup-syntax.json"></a>

```
{
  "[CrossDataset](#cfn-quicksight-dashboard-filtergroup-crossdataset)" : String,
  "[FilterGroupId](#cfn-quicksight-dashboard-filtergroup-filtergroupid)" : String,
  "[Filters](#cfn-quicksight-dashboard-filtergroup-filters)" : [ Filter, ... ],
  "[ScopeConfiguration](#cfn-quicksight-dashboard-filtergroup-scopeconfiguration)" : FilterScopeConfiguration,
  "[Status](#cfn-quicksight-dashboard-filtergroup-status)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-filtergroup-syntax.yaml"></a>

```
  [CrossDataset](#cfn-quicksight-dashboard-filtergroup-crossdataset): String
  [FilterGroupId](#cfn-quicksight-dashboard-filtergroup-filtergroupid): String
  [Filters](#cfn-quicksight-dashboard-filtergroup-filters): 
    - Filter
  [ScopeConfiguration](#cfn-quicksight-dashboard-filtergroup-scopeconfiguration): 
    FilterScopeConfiguration
  [Status](#cfn-quicksight-dashboard-filtergroup-status): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-filtergroup-properties"></a>

`CrossDataset`  <a name="cfn-quicksight-dashboard-filtergroup-crossdataset"></a>
The filter new feature which can apply filter group to all data sets. Choose one of the following options:  
+  `ALL_DATASETS` 
+  `SINGLE_DATASET` 
*Required*: Yes  
*Type*: String  
*Allowed values*: `ALL_DATASETS | SINGLE_DATASET`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FilterGroupId`  <a name="cfn-quicksight-dashboard-filtergroup-filtergroupid"></a>
The value that uniquely identifies a `FilterGroup` within a dashboard, template, or analysis.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`Filters`  <a name="cfn-quicksight-dashboard-filtergroup-filters"></a>
The list of filters that are present in a `FilterGroup`.  
*Required*: Yes  
*Type*: Array of [Filter](aws-properties-quicksight-dashboard-filter.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)

`ScopeConfiguration`  <a name="cfn-quicksight-dashboard-filtergroup-scopeconfiguration"></a>
The configuration that specifies what scope to apply to a `FilterGroup`.  
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.  
*Required*: Yes  
*Type*: [FilterScopeConfiguration](aws-properties-quicksight-dashboard-filterscopeconfiguration.md)  
*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-filtergroup-status"></a>
The status of the `FilterGroup`.  
*Required*: No  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FilterListConfiguration
<a name="aws-properties-quicksight-dashboard-filterlistconfiguration"></a>

A list of filter configurations.

## Syntax
<a name="aws-properties-quicksight-dashboard-filterlistconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-filterlistconfiguration-syntax.json"></a>

```
{
  "[CategoryValues](#cfn-quicksight-dashboard-filterlistconfiguration-categoryvalues)" : [ String, ... ],
  "[MatchOperator](#cfn-quicksight-dashboard-filterlistconfiguration-matchoperator)" : String,
  "[NullOption](#cfn-quicksight-dashboard-filterlistconfiguration-nulloption)" : String,
  "[SelectAllOptions](#cfn-quicksight-dashboard-filterlistconfiguration-selectalloptions)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-filterlistconfiguration-syntax.yaml"></a>

```
  [CategoryValues](#cfn-quicksight-dashboard-filterlistconfiguration-categoryvalues): 
    - String
  [MatchOperator](#cfn-quicksight-dashboard-filterlistconfiguration-matchoperator): String
  [NullOption](#cfn-quicksight-dashboard-filterlistconfiguration-nulloption): String
  [SelectAllOptions](#cfn-quicksight-dashboard-filterlistconfiguration-selectalloptions): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-filterlistconfiguration-properties"></a>

`CategoryValues`  <a name="cfn-quicksight-dashboard-filterlistconfiguration-categoryvalues"></a>
The list of category values for the filter.  
*Required*: No  
*Type*: Array of String  
*Minimum*: `0 | 0`  
*Maximum*: `512 | 100000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MatchOperator`  <a name="cfn-quicksight-dashboard-filterlistconfiguration-matchoperator"></a>
The match operator that is used to determine if a filter should be applied.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `EQUALS | DOES_NOT_EQUAL | CONTAINS | DOES_NOT_CONTAIN | STARTS_WITH | ENDS_WITH`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NullOption`  <a name="cfn-quicksight-dashboard-filterlistconfiguration-nulloption"></a>
This option determines how null values should be treated when filtering data.  
+ `ALL_VALUES`: Include null values in filtered results.
+ `NULLS_ONLY`: Only include null values in filtered results.
+ `NON_NULLS_ONLY`: Exclude null values from filtered results.
*Required*: No  
*Type*: String  
*Allowed values*: `ALL_VALUES | NULLS_ONLY | NON_NULLS_ONLY`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SelectAllOptions`  <a name="cfn-quicksight-dashboard-filterlistconfiguration-selectalloptions"></a>
Select all of the values. Null is not the assigned value of select all.  
+  `FILTER_ALL_VALUES` 
*Required*: No  
*Type*: String  
*Allowed values*: `FILTER_ALL_VALUES`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FilterListControl
<a name="aws-properties-quicksight-dashboard-filterlistcontrol"></a>

A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.

## Syntax
<a name="aws-properties-quicksight-dashboard-filterlistcontrol-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-filterlistcontrol-syntax.json"></a>

```
{
  "[CascadingControlConfiguration](#cfn-quicksight-dashboard-filterlistcontrol-cascadingcontrolconfiguration)" : CascadingControlConfiguration,
  "[DisplayOptions](#cfn-quicksight-dashboard-filterlistcontrol-displayoptions)" : ListControlDisplayOptions,
  "[FilterControlId](#cfn-quicksight-dashboard-filterlistcontrol-filtercontrolid)" : String,
  "[SelectableValues](#cfn-quicksight-dashboard-filterlistcontrol-selectablevalues)" : FilterSelectableValues,
  "[SourceFilterId](#cfn-quicksight-dashboard-filterlistcontrol-sourcefilterid)" : String,
  "[Title](#cfn-quicksight-dashboard-filterlistcontrol-title)" : String,
  "[Type](#cfn-quicksight-dashboard-filterlistcontrol-type)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-filterlistcontrol-syntax.yaml"></a>

```
  [CascadingControlConfiguration](#cfn-quicksight-dashboard-filterlistcontrol-cascadingcontrolconfiguration): 
    CascadingControlConfiguration
  [DisplayOptions](#cfn-quicksight-dashboard-filterlistcontrol-displayoptions): 
    ListControlDisplayOptions
  [FilterControlId](#cfn-quicksight-dashboard-filterlistcontrol-filtercontrolid): String
  [SelectableValues](#cfn-quicksight-dashboard-filterlistcontrol-selectablevalues): 
    FilterSelectableValues
  [SourceFilterId](#cfn-quicksight-dashboard-filterlistcontrol-sourcefilterid): String
  [Title](#cfn-quicksight-dashboard-filterlistcontrol-title): String
  [Type](#cfn-quicksight-dashboard-filterlistcontrol-type): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-filterlistcontrol-properties"></a>

`CascadingControlConfiguration`  <a name="cfn-quicksight-dashboard-filterlistcontrol-cascadingcontrolconfiguration"></a>
The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.  
*Required*: No  
*Type*: [CascadingControlConfiguration](aws-properties-quicksight-dashboard-cascadingcontrolconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DisplayOptions`  <a name="cfn-quicksight-dashboard-filterlistcontrol-displayoptions"></a>
The display options of a control.  
*Required*: No  
*Type*: [ListControlDisplayOptions](aws-properties-quicksight-dashboard-listcontroldisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FilterControlId`  <a name="cfn-quicksight-dashboard-filterlistcontrol-filtercontrolid"></a>
The ID of the `FilterListControl`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`SelectableValues`  <a name="cfn-quicksight-dashboard-filterlistcontrol-selectablevalues"></a>
A list of selectable values that are used in a control.  
*Required*: No  
*Type*: [FilterSelectableValues](aws-properties-quicksight-dashboard-filterselectablevalues.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SourceFilterId`  <a name="cfn-quicksight-dashboard-filterlistcontrol-sourcefilterid"></a>
The source filter ID of the `FilterListControl`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`Title`  <a name="cfn-quicksight-dashboard-filterlistcontrol-title"></a>
The title of the `FilterListControl`.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Type`  <a name="cfn-quicksight-dashboard-filterlistcontrol-type"></a>
The type of the `FilterListControl`. Choose one of the following options:  
+ `MULTI_SELECT`: The user can select multiple entries from the list.
+ `SINGLE_SELECT`: The user can select a single entry from the list.
*Required*: No  
*Type*: String  
*Allowed values*: `MULTI_SELECT | SINGLE_SELECT`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FilterOperationSelectedFieldsConfiguration
<a name="aws-properties-quicksight-dashboard-filteroperationselectedfieldsconfiguration"></a>

The configuration of selected fields in the`CustomActionFilterOperation`.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-filteroperationselectedfieldsconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-filteroperationselectedfieldsconfiguration-syntax.json"></a>

```
{
  "[SelectedColumns](#cfn-quicksight-dashboard-filteroperationselectedfieldsconfiguration-selectedcolumns)" : [ ColumnIdentifier, ... ],
  "[SelectedFieldOptions](#cfn-quicksight-dashboard-filteroperationselectedfieldsconfiguration-selectedfieldoptions)" : String,
  "[SelectedFields](#cfn-quicksight-dashboard-filteroperationselectedfieldsconfiguration-selectedfields)" : [ String, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-filteroperationselectedfieldsconfiguration-syntax.yaml"></a>

```
  [SelectedColumns](#cfn-quicksight-dashboard-filteroperationselectedfieldsconfiguration-selectedcolumns): 
    - ColumnIdentifier
  [SelectedFieldOptions](#cfn-quicksight-dashboard-filteroperationselectedfieldsconfiguration-selectedfieldoptions): String
  [SelectedFields](#cfn-quicksight-dashboard-filteroperationselectedfieldsconfiguration-selectedfields): 
    - String
```

## Properties
<a name="aws-properties-quicksight-dashboard-filteroperationselectedfieldsconfiguration-properties"></a>

`SelectedColumns`  <a name="cfn-quicksight-dashboard-filteroperationselectedfieldsconfiguration-selectedcolumns"></a>
The selected columns of a dataset.  
*Required*: No  
*Type*: Array of [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SelectedFieldOptions`  <a name="cfn-quicksight-dashboard-filteroperationselectedfieldsconfiguration-selectedfieldoptions"></a>
A structure that contains the options that choose which fields are filtered in the `CustomActionFilterOperation`.  
Valid values are defined as follows:  
+ `ALL_FIELDS`: Applies the filter operation to all fields.
*Required*: No  
*Type*: String  
*Allowed values*: `ALL_FIELDS`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SelectedFields`  <a name="cfn-quicksight-dashboard-filteroperationselectedfieldsconfiguration-selectedfields"></a>
Chooses the fields that are filtered in `CustomActionFilterOperation`.  
*Required*: No  
*Type*: Array of String  
*Minimum*: `1 | 1`  
*Maximum*: `512 | 20`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FilterOperationTargetVisualsConfiguration
<a name="aws-properties-quicksight-dashboard-filteroperationtargetvisualsconfiguration"></a>

The configuration of target visuals that you want to be filtered.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-filteroperationtargetvisualsconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-filteroperationtargetvisualsconfiguration-syntax.json"></a>

```
{
  "[SameSheetTargetVisualConfiguration](#cfn-quicksight-dashboard-filteroperationtargetvisualsconfiguration-samesheettargetvisualconfiguration)" : SameSheetTargetVisualConfiguration
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-filteroperationtargetvisualsconfiguration-syntax.yaml"></a>

```
  [SameSheetTargetVisualConfiguration](#cfn-quicksight-dashboard-filteroperationtargetvisualsconfiguration-samesheettargetvisualconfiguration): 
    SameSheetTargetVisualConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-filteroperationtargetvisualsconfiguration-properties"></a>

`SameSheetTargetVisualConfiguration`  <a name="cfn-quicksight-dashboard-filteroperationtargetvisualsconfiguration-samesheettargetvisualconfiguration"></a>
The configuration of the same-sheet target visuals that you want to be filtered.  
*Required*: No  
*Type*: [SameSheetTargetVisualConfiguration](aws-properties-quicksight-dashboard-samesheettargetvisualconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FilterRelativeDateTimeControl
<a name="aws-properties-quicksight-dashboard-filterrelativedatetimecontrol"></a>

A control from a date filter that is used to specify the relative date.

## Syntax
<a name="aws-properties-quicksight-dashboard-filterrelativedatetimecontrol-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-filterrelativedatetimecontrol-syntax.json"></a>

```
{
  "[CommitMode](#cfn-quicksight-dashboard-filterrelativedatetimecontrol-commitmode)" : String,
  "[DisplayOptions](#cfn-quicksight-dashboard-filterrelativedatetimecontrol-displayoptions)" : RelativeDateTimeControlDisplayOptions,
  "[FilterControlId](#cfn-quicksight-dashboard-filterrelativedatetimecontrol-filtercontrolid)" : String,
  "[SourceFilterId](#cfn-quicksight-dashboard-filterrelativedatetimecontrol-sourcefilterid)" : String,
  "[Title](#cfn-quicksight-dashboard-filterrelativedatetimecontrol-title)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-filterrelativedatetimecontrol-syntax.yaml"></a>

```
  [CommitMode](#cfn-quicksight-dashboard-filterrelativedatetimecontrol-commitmode): String
  [DisplayOptions](#cfn-quicksight-dashboard-filterrelativedatetimecontrol-displayoptions): 
    RelativeDateTimeControlDisplayOptions
  [FilterControlId](#cfn-quicksight-dashboard-filterrelativedatetimecontrol-filtercontrolid): String
  [SourceFilterId](#cfn-quicksight-dashboard-filterrelativedatetimecontrol-sourcefilterid): String
  [Title](#cfn-quicksight-dashboard-filterrelativedatetimecontrol-title): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-filterrelativedatetimecontrol-properties"></a>

`CommitMode`  <a name="cfn-quicksight-dashboard-filterrelativedatetimecontrol-commitmode"></a>
The visibility configuration of the Apply button on a `FilterRelativeDateTimeControl`.  
*Required*: No  
*Type*: String  
*Allowed values*: `AUTO | MANUAL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DisplayOptions`  <a name="cfn-quicksight-dashboard-filterrelativedatetimecontrol-displayoptions"></a>
The display options of a control.  
*Required*: No  
*Type*: [RelativeDateTimeControlDisplayOptions](aws-properties-quicksight-dashboard-relativedatetimecontroldisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FilterControlId`  <a name="cfn-quicksight-dashboard-filterrelativedatetimecontrol-filtercontrolid"></a>
The ID of the `FilterTextAreaControl`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`SourceFilterId`  <a name="cfn-quicksight-dashboard-filterrelativedatetimecontrol-sourcefilterid"></a>
The source filter ID of the `FilterTextAreaControl`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`Title`  <a name="cfn-quicksight-dashboard-filterrelativedatetimecontrol-title"></a>
The title of the `FilterTextAreaControl`.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FilterScopeConfiguration
<a name="aws-properties-quicksight-dashboard-filterscopeconfiguration"></a>

The scope configuration for a `FilterGroup`.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-filterscopeconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-filterscopeconfiguration-syntax.json"></a>

```
{
  "[AllSheets](#cfn-quicksight-dashboard-filterscopeconfiguration-allsheets)" : Json,
  "[SelectedSheets](#cfn-quicksight-dashboard-filterscopeconfiguration-selectedsheets)" : SelectedSheetsFilterScopeConfiguration
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-filterscopeconfiguration-syntax.yaml"></a>

```
  [AllSheets](#cfn-quicksight-dashboard-filterscopeconfiguration-allsheets): Json
  [SelectedSheets](#cfn-quicksight-dashboard-filterscopeconfiguration-selectedsheets): 
    SelectedSheetsFilterScopeConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-filterscopeconfiguration-properties"></a>

`AllSheets`  <a name="cfn-quicksight-dashboard-filterscopeconfiguration-allsheets"></a>
The configuration that applies a filter to all sheets. When you choose `AllSheets` as the value for a `FilterScopeConfiguration`, this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. The `AllSheetsFilterScopeConfiguration` is chosen.  
*Required*: No  
*Type*: Json  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SelectedSheets`  <a name="cfn-quicksight-dashboard-filterscopeconfiguration-selectedsheets"></a>
The configuration for applying a filter to specific sheets.  
*Required*: No  
*Type*: [SelectedSheetsFilterScopeConfiguration](aws-properties-quicksight-dashboard-selectedsheetsfilterscopeconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FilterSelectableValues
<a name="aws-properties-quicksight-dashboard-filterselectablevalues"></a>

A list of selectable values that are used in a control.

## Syntax
<a name="aws-properties-quicksight-dashboard-filterselectablevalues-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-filterselectablevalues-syntax.json"></a>

```
{
  "[Values](#cfn-quicksight-dashboard-filterselectablevalues-values)" : [ String, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-filterselectablevalues-syntax.yaml"></a>

```
  [Values](#cfn-quicksight-dashboard-filterselectablevalues-values): 
    - String
```

## Properties
<a name="aws-properties-quicksight-dashboard-filterselectablevalues-properties"></a>

`Values`  <a name="cfn-quicksight-dashboard-filterselectablevalues-values"></a>
The values that are used in the `FilterSelectableValues`.  
*Required*: No  
*Type*: Array of String  
*Minimum*: `0`  
*Maximum*: `50000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FilterSliderControl
<a name="aws-properties-quicksight-dashboard-filterslidercontrol"></a>

A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.

## Syntax
<a name="aws-properties-quicksight-dashboard-filterslidercontrol-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-filterslidercontrol-syntax.json"></a>

```
{
  "[DisplayOptions](#cfn-quicksight-dashboard-filterslidercontrol-displayoptions)" : SliderControlDisplayOptions,
  "[FilterControlId](#cfn-quicksight-dashboard-filterslidercontrol-filtercontrolid)" : String,
  "[MaximumValue](#cfn-quicksight-dashboard-filterslidercontrol-maximumvalue)" : Number,
  "[MinimumValue](#cfn-quicksight-dashboard-filterslidercontrol-minimumvalue)" : Number,
  "[SourceFilterId](#cfn-quicksight-dashboard-filterslidercontrol-sourcefilterid)" : String,
  "[StepSize](#cfn-quicksight-dashboard-filterslidercontrol-stepsize)" : Number,
  "[Title](#cfn-quicksight-dashboard-filterslidercontrol-title)" : String,
  "[Type](#cfn-quicksight-dashboard-filterslidercontrol-type)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-filterslidercontrol-syntax.yaml"></a>

```
  [DisplayOptions](#cfn-quicksight-dashboard-filterslidercontrol-displayoptions): 
    SliderControlDisplayOptions
  [FilterControlId](#cfn-quicksight-dashboard-filterslidercontrol-filtercontrolid): String
  [MaximumValue](#cfn-quicksight-dashboard-filterslidercontrol-maximumvalue): Number
  [MinimumValue](#cfn-quicksight-dashboard-filterslidercontrol-minimumvalue): Number
  [SourceFilterId](#cfn-quicksight-dashboard-filterslidercontrol-sourcefilterid): String
  [StepSize](#cfn-quicksight-dashboard-filterslidercontrol-stepsize): Number
  [Title](#cfn-quicksight-dashboard-filterslidercontrol-title): String
  [Type](#cfn-quicksight-dashboard-filterslidercontrol-type): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-filterslidercontrol-properties"></a>

`DisplayOptions`  <a name="cfn-quicksight-dashboard-filterslidercontrol-displayoptions"></a>
The display options of a control.  
*Required*: No  
*Type*: [SliderControlDisplayOptions](aws-properties-quicksight-dashboard-slidercontroldisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FilterControlId`  <a name="cfn-quicksight-dashboard-filterslidercontrol-filtercontrolid"></a>
The ID of the `FilterSliderControl`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`MaximumValue`  <a name="cfn-quicksight-dashboard-filterslidercontrol-maximumvalue"></a>
The larger value that is displayed at the right of the slider.  
*Required*: Yes  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MinimumValue`  <a name="cfn-quicksight-dashboard-filterslidercontrol-minimumvalue"></a>
The smaller value that is displayed at the left of the slider.  
*Required*: Yes  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SourceFilterId`  <a name="cfn-quicksight-dashboard-filterslidercontrol-sourcefilterid"></a>
The source filter ID of the `FilterSliderControl`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`StepSize`  <a name="cfn-quicksight-dashboard-filterslidercontrol-stepsize"></a>
The number of increments that the slider bar is divided into.  
*Required*: Yes  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-filterslidercontrol-title"></a>
The title of the `FilterSliderControl`.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Type`  <a name="cfn-quicksight-dashboard-filterslidercontrol-type"></a>
The type of the `FilterSliderControl`. Choose one of the following options:  
+ `SINGLE_POINT`: Filter against(equals) a single data point.
+ `RANGE`: Filter data that is in a specified range.
*Required*: No  
*Type*: String  
*Allowed values*: `SINGLE_POINT | RANGE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FilterTextAreaControl
<a name="aws-properties-quicksight-dashboard-filtertextareacontrol"></a>

A control to display a text box that is used to enter multiple entries.

## Syntax
<a name="aws-properties-quicksight-dashboard-filtertextareacontrol-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-filtertextareacontrol-syntax.json"></a>

```
{
  "[Delimiter](#cfn-quicksight-dashboard-filtertextareacontrol-delimiter)" : String,
  "[DisplayOptions](#cfn-quicksight-dashboard-filtertextareacontrol-displayoptions)" : TextAreaControlDisplayOptions,
  "[FilterControlId](#cfn-quicksight-dashboard-filtertextareacontrol-filtercontrolid)" : String,
  "[SourceFilterId](#cfn-quicksight-dashboard-filtertextareacontrol-sourcefilterid)" : String,
  "[Title](#cfn-quicksight-dashboard-filtertextareacontrol-title)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-filtertextareacontrol-syntax.yaml"></a>

```
  [Delimiter](#cfn-quicksight-dashboard-filtertextareacontrol-delimiter): String
  [DisplayOptions](#cfn-quicksight-dashboard-filtertextareacontrol-displayoptions): 
    TextAreaControlDisplayOptions
  [FilterControlId](#cfn-quicksight-dashboard-filtertextareacontrol-filtercontrolid): String
  [SourceFilterId](#cfn-quicksight-dashboard-filtertextareacontrol-sourcefilterid): String
  [Title](#cfn-quicksight-dashboard-filtertextareacontrol-title): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-filtertextareacontrol-properties"></a>

`Delimiter`  <a name="cfn-quicksight-dashboard-filtertextareacontrol-delimiter"></a>
The delimiter that is used to separate the lines in text.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DisplayOptions`  <a name="cfn-quicksight-dashboard-filtertextareacontrol-displayoptions"></a>
The display options of a control.  
*Required*: No  
*Type*: [TextAreaControlDisplayOptions](aws-properties-quicksight-dashboard-textareacontroldisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FilterControlId`  <a name="cfn-quicksight-dashboard-filtertextareacontrol-filtercontrolid"></a>
The ID of the `FilterTextAreaControl`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`SourceFilterId`  <a name="cfn-quicksight-dashboard-filtertextareacontrol-sourcefilterid"></a>
The source filter ID of the `FilterTextAreaControl`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`Title`  <a name="cfn-quicksight-dashboard-filtertextareacontrol-title"></a>
The title of the `FilterTextAreaControl`.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FilterTextFieldControl
<a name="aws-properties-quicksight-dashboard-filtertextfieldcontrol"></a>

A control to display a text box that is used to enter a single entry.

## Syntax
<a name="aws-properties-quicksight-dashboard-filtertextfieldcontrol-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-filtertextfieldcontrol-syntax.json"></a>

```
{
  "[DisplayOptions](#cfn-quicksight-dashboard-filtertextfieldcontrol-displayoptions)" : TextFieldControlDisplayOptions,
  "[FilterControlId](#cfn-quicksight-dashboard-filtertextfieldcontrol-filtercontrolid)" : String,
  "[SourceFilterId](#cfn-quicksight-dashboard-filtertextfieldcontrol-sourcefilterid)" : String,
  "[Title](#cfn-quicksight-dashboard-filtertextfieldcontrol-title)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-filtertextfieldcontrol-syntax.yaml"></a>

```
  [DisplayOptions](#cfn-quicksight-dashboard-filtertextfieldcontrol-displayoptions): 
    TextFieldControlDisplayOptions
  [FilterControlId](#cfn-quicksight-dashboard-filtertextfieldcontrol-filtercontrolid): String
  [SourceFilterId](#cfn-quicksight-dashboard-filtertextfieldcontrol-sourcefilterid): String
  [Title](#cfn-quicksight-dashboard-filtertextfieldcontrol-title): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-filtertextfieldcontrol-properties"></a>

`DisplayOptions`  <a name="cfn-quicksight-dashboard-filtertextfieldcontrol-displayoptions"></a>
The display options of a control.  
*Required*: No  
*Type*: [TextFieldControlDisplayOptions](aws-properties-quicksight-dashboard-textfieldcontroldisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FilterControlId`  <a name="cfn-quicksight-dashboard-filtertextfieldcontrol-filtercontrolid"></a>
The ID of the `FilterTextFieldControl`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`SourceFilterId`  <a name="cfn-quicksight-dashboard-filtertextfieldcontrol-sourcefilterid"></a>
The source filter ID of the `FilterTextFieldControl`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`Title`  <a name="cfn-quicksight-dashboard-filtertextfieldcontrol-title"></a>
The title of the `FilterTextFieldControl`.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FontConfiguration
<a name="aws-properties-quicksight-dashboard-fontconfiguration"></a>

Configures the display properties of the given text.

## Syntax
<a name="aws-properties-quicksight-dashboard-fontconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-fontconfiguration-syntax.json"></a>

```
{
  "[FontColor](#cfn-quicksight-dashboard-fontconfiguration-fontcolor)" : String,
  "[FontDecoration](#cfn-quicksight-dashboard-fontconfiguration-fontdecoration)" : String,
  "[FontFamily](#cfn-quicksight-dashboard-fontconfiguration-fontfamily)" : String,
  "[FontSize](#cfn-quicksight-dashboard-fontconfiguration-fontsize)" : FontSize,
  "[FontStyle](#cfn-quicksight-dashboard-fontconfiguration-fontstyle)" : String,
  "[FontWeight](#cfn-quicksight-dashboard-fontconfiguration-fontweight)" : FontWeight
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-fontconfiguration-syntax.yaml"></a>

```
  [FontColor](#cfn-quicksight-dashboard-fontconfiguration-fontcolor): String
  [FontDecoration](#cfn-quicksight-dashboard-fontconfiguration-fontdecoration): String
  [FontFamily](#cfn-quicksight-dashboard-fontconfiguration-fontfamily): String
  [FontSize](#cfn-quicksight-dashboard-fontconfiguration-fontsize): 
    FontSize
  [FontStyle](#cfn-quicksight-dashboard-fontconfiguration-fontstyle): String
  [FontWeight](#cfn-quicksight-dashboard-fontconfiguration-fontweight): 
    FontWeight
```

## Properties
<a name="aws-properties-quicksight-dashboard-fontconfiguration-properties"></a>

`FontColor`  <a name="cfn-quicksight-dashboard-fontconfiguration-fontcolor"></a>
Determines the color of the text.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FontDecoration`  <a name="cfn-quicksight-dashboard-fontconfiguration-fontdecoration"></a>
Determines the appearance of decorative lines on the text.  
*Required*: No  
*Type*: String  
*Allowed values*: `UNDERLINE | NONE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FontFamily`  <a name="cfn-quicksight-dashboard-fontconfiguration-fontfamily"></a>
The font family that you want to use.  
*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)

`FontSize`  <a name="cfn-quicksight-dashboard-fontconfiguration-fontsize"></a>
The option that determines the text display size.  
*Required*: No  
*Type*: [FontSize](aws-properties-quicksight-dashboard-fontsize.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FontStyle`  <a name="cfn-quicksight-dashboard-fontconfiguration-fontstyle"></a>
Determines the text display face that is inherited by the given font family.  
*Required*: No  
*Type*: String  
*Allowed values*: `NORMAL | ITALIC`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FontWeight`  <a name="cfn-quicksight-dashboard-fontconfiguration-fontweight"></a>
The option that determines the text display weight, or boldness.  
*Required*: No  
*Type*: [FontWeight](aws-properties-quicksight-dashboard-fontweight.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FontSize
<a name="aws-properties-quicksight-dashboard-fontsize"></a>

The option that determines the text display size.

## Syntax
<a name="aws-properties-quicksight-dashboard-fontsize-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-fontsize-syntax.json"></a>

```
{
  "[Absolute](#cfn-quicksight-dashboard-fontsize-absolute)" : String,
  "[Relative](#cfn-quicksight-dashboard-fontsize-relative)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-fontsize-syntax.yaml"></a>

```
  [Absolute](#cfn-quicksight-dashboard-fontsize-absolute): String
  [Relative](#cfn-quicksight-dashboard-fontsize-relative): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-fontsize-properties"></a>

`Absolute`  <a name="cfn-quicksight-dashboard-fontsize-absolute"></a>
The font size that you want to use in px.  
*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)

`Relative`  <a name="cfn-quicksight-dashboard-fontsize-relative"></a>
The lexical name for the text size, proportional to its surrounding context.  
*Required*: No  
*Type*: String  
*Allowed values*: `EXTRA_SMALL | SMALL | MEDIUM | LARGE | EXTRA_LARGE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FontWeight
<a name="aws-properties-quicksight-dashboard-fontweight"></a>

The option that determines the text display weight, or boldness.

## Syntax
<a name="aws-properties-quicksight-dashboard-fontweight-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-fontweight-syntax.json"></a>

```
{
  "[Name](#cfn-quicksight-dashboard-fontweight-name)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-fontweight-syntax.yaml"></a>

```
  [Name](#cfn-quicksight-dashboard-fontweight-name): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-fontweight-properties"></a>

`Name`  <a name="cfn-quicksight-dashboard-fontweight-name"></a>
The lexical name for the level of boldness of the text display.  
*Required*: No  
*Type*: String  
*Allowed values*: `NORMAL | BOLD`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ForecastComputation
<a name="aws-properties-quicksight-dashboard-forecastcomputation"></a>

The forecast computation configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-forecastcomputation-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-forecastcomputation-syntax.json"></a>

```
{
  "[ComputationId](#cfn-quicksight-dashboard-forecastcomputation-computationid)" : String,
  "[CustomSeasonalityValue](#cfn-quicksight-dashboard-forecastcomputation-customseasonalityvalue)" : Number,
  "[LowerBoundary](#cfn-quicksight-dashboard-forecastcomputation-lowerboundary)" : Number,
  "[Name](#cfn-quicksight-dashboard-forecastcomputation-name)" : String,
  "[PeriodsBackward](#cfn-quicksight-dashboard-forecastcomputation-periodsbackward)" : Number,
  "[PeriodsForward](#cfn-quicksight-dashboard-forecastcomputation-periodsforward)" : Number,
  "[PredictionInterval](#cfn-quicksight-dashboard-forecastcomputation-predictioninterval)" : Number,
  "[Seasonality](#cfn-quicksight-dashboard-forecastcomputation-seasonality)" : String,
  "[Time](#cfn-quicksight-dashboard-forecastcomputation-time)" : DimensionField,
  "[UpperBoundary](#cfn-quicksight-dashboard-forecastcomputation-upperboundary)" : Number,
  "[Value](#cfn-quicksight-dashboard-forecastcomputation-value)" : MeasureField
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-forecastcomputation-syntax.yaml"></a>

```
  [ComputationId](#cfn-quicksight-dashboard-forecastcomputation-computationid): String
  [CustomSeasonalityValue](#cfn-quicksight-dashboard-forecastcomputation-customseasonalityvalue): Number
  [LowerBoundary](#cfn-quicksight-dashboard-forecastcomputation-lowerboundary): Number
  [Name](#cfn-quicksight-dashboard-forecastcomputation-name): String
  [PeriodsBackward](#cfn-quicksight-dashboard-forecastcomputation-periodsbackward): Number
  [PeriodsForward](#cfn-quicksight-dashboard-forecastcomputation-periodsforward): Number
  [PredictionInterval](#cfn-quicksight-dashboard-forecastcomputation-predictioninterval): Number
  [Seasonality](#cfn-quicksight-dashboard-forecastcomputation-seasonality): String
  [Time](#cfn-quicksight-dashboard-forecastcomputation-time): 
    DimensionField
  [UpperBoundary](#cfn-quicksight-dashboard-forecastcomputation-upperboundary): Number
  [Value](#cfn-quicksight-dashboard-forecastcomputation-value): 
    MeasureField
```

## Properties
<a name="aws-properties-quicksight-dashboard-forecastcomputation-properties"></a>

`ComputationId`  <a name="cfn-quicksight-dashboard-forecastcomputation-computationid"></a>
The ID for a computation.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`CustomSeasonalityValue`  <a name="cfn-quicksight-dashboard-forecastcomputation-customseasonalityvalue"></a>
The custom seasonality value setup of a forecast computation.  
*Required*: No  
*Type*: Number  
*Minimum*: `1`  
*Maximum*: `180`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LowerBoundary`  <a name="cfn-quicksight-dashboard-forecastcomputation-lowerboundary"></a>
The lower boundary setup of a forecast computation.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-quicksight-dashboard-forecastcomputation-name"></a>
The name of a computation.  
*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)

`PeriodsBackward`  <a name="cfn-quicksight-dashboard-forecastcomputation-periodsbackward"></a>
The periods backward setup of a forecast computation.  
*Required*: No  
*Type*: Number  
*Minimum*: `0`  
*Maximum*: `1000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PeriodsForward`  <a name="cfn-quicksight-dashboard-forecastcomputation-periodsforward"></a>
The periods forward setup of a forecast computation.  
*Required*: No  
*Type*: Number  
*Minimum*: `1`  
*Maximum*: `1000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PredictionInterval`  <a name="cfn-quicksight-dashboard-forecastcomputation-predictioninterval"></a>
The prediction interval setup of a forecast computation.  
*Required*: No  
*Type*: Number  
*Minimum*: `50`  
*Maximum*: `95`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Seasonality`  <a name="cfn-quicksight-dashboard-forecastcomputation-seasonality"></a>
The seasonality setup of a forecast computation. Choose one of the following options:  
+  `AUTOMATIC` 
+ `CUSTOM`: Checks the custom seasonality value.
*Required*: No  
*Type*: String  
*Allowed values*: `AUTOMATIC | CUSTOM`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Time`  <a name="cfn-quicksight-dashboard-forecastcomputation-time"></a>
The time field that is used in a computation.  
*Required*: No  
*Type*: [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`UpperBoundary`  <a name="cfn-quicksight-dashboard-forecastcomputation-upperboundary"></a>
The upper boundary setup of a forecast computation.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-quicksight-dashboard-forecastcomputation-value"></a>
The value field that is used in a computation.  
*Required*: No  
*Type*: [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ForecastConfiguration
<a name="aws-properties-quicksight-dashboard-forecastconfiguration"></a>

The forecast configuration that is used in a line chart's display properties.

## Syntax
<a name="aws-properties-quicksight-dashboard-forecastconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-forecastconfiguration-syntax.json"></a>

```
{
  "[ForecastProperties](#cfn-quicksight-dashboard-forecastconfiguration-forecastproperties)" : TimeBasedForecastProperties,
  "[Scenario](#cfn-quicksight-dashboard-forecastconfiguration-scenario)" : ForecastScenario
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-forecastconfiguration-syntax.yaml"></a>

```
  [ForecastProperties](#cfn-quicksight-dashboard-forecastconfiguration-forecastproperties): 
    TimeBasedForecastProperties
  [Scenario](#cfn-quicksight-dashboard-forecastconfiguration-scenario): 
    ForecastScenario
```

## Properties
<a name="aws-properties-quicksight-dashboard-forecastconfiguration-properties"></a>

`ForecastProperties`  <a name="cfn-quicksight-dashboard-forecastconfiguration-forecastproperties"></a>
The forecast properties setup of a forecast in the line chart.  
*Required*: No  
*Type*: [TimeBasedForecastProperties](aws-properties-quicksight-dashboard-timebasedforecastproperties.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Scenario`  <a name="cfn-quicksight-dashboard-forecastconfiguration-scenario"></a>
The forecast scenario of a forecast in the line chart.  
*Required*: No  
*Type*: [ForecastScenario](aws-properties-quicksight-dashboard-forecastscenario.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ForecastScenario
<a name="aws-properties-quicksight-dashboard-forecastscenario"></a>

The forecast scenario of a forecast in the line chart.

## Syntax
<a name="aws-properties-quicksight-dashboard-forecastscenario-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-forecastscenario-syntax.json"></a>

```
{
  "[WhatIfPointScenario](#cfn-quicksight-dashboard-forecastscenario-whatifpointscenario)" : WhatIfPointScenario,
  "[WhatIfRangeScenario](#cfn-quicksight-dashboard-forecastscenario-whatifrangescenario)" : WhatIfRangeScenario
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-forecastscenario-syntax.yaml"></a>

```
  [WhatIfPointScenario](#cfn-quicksight-dashboard-forecastscenario-whatifpointscenario): 
    WhatIfPointScenario
  [WhatIfRangeScenario](#cfn-quicksight-dashboard-forecastscenario-whatifrangescenario): 
    WhatIfRangeScenario
```

## Properties
<a name="aws-properties-quicksight-dashboard-forecastscenario-properties"></a>

`WhatIfPointScenario`  <a name="cfn-quicksight-dashboard-forecastscenario-whatifpointscenario"></a>
The what-if analysis forecast setup with the target date.  
*Required*: No  
*Type*: [WhatIfPointScenario](aws-properties-quicksight-dashboard-whatifpointscenario.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`WhatIfRangeScenario`  <a name="cfn-quicksight-dashboard-forecastscenario-whatifrangescenario"></a>
The what-if analysis forecast setup with the date range.  
*Required*: No  
*Type*: [WhatIfRangeScenario](aws-properties-quicksight-dashboard-whatifrangescenario.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FormatConfiguration
<a name="aws-properties-quicksight-dashboard-formatconfiguration"></a>

The formatting configuration for all types of field.

## Syntax
<a name="aws-properties-quicksight-dashboard-formatconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-formatconfiguration-syntax.json"></a>

```
{
  "[DateTimeFormatConfiguration](#cfn-quicksight-dashboard-formatconfiguration-datetimeformatconfiguration)" : DateTimeFormatConfiguration,
  "[NumberFormatConfiguration](#cfn-quicksight-dashboard-formatconfiguration-numberformatconfiguration)" : NumberFormatConfiguration,
  "[StringFormatConfiguration](#cfn-quicksight-dashboard-formatconfiguration-stringformatconfiguration)" : StringFormatConfiguration
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-formatconfiguration-syntax.yaml"></a>

```
  [DateTimeFormatConfiguration](#cfn-quicksight-dashboard-formatconfiguration-datetimeformatconfiguration): 
    DateTimeFormatConfiguration
  [NumberFormatConfiguration](#cfn-quicksight-dashboard-formatconfiguration-numberformatconfiguration): 
    NumberFormatConfiguration
  [StringFormatConfiguration](#cfn-quicksight-dashboard-formatconfiguration-stringformatconfiguration): 
    StringFormatConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-formatconfiguration-properties"></a>

`DateTimeFormatConfiguration`  <a name="cfn-quicksight-dashboard-formatconfiguration-datetimeformatconfiguration"></a>
Formatting configuration for `DateTime` fields.  
*Required*: No  
*Type*: [DateTimeFormatConfiguration](aws-properties-quicksight-dashboard-datetimeformatconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NumberFormatConfiguration`  <a name="cfn-quicksight-dashboard-formatconfiguration-numberformatconfiguration"></a>
Formatting configuration for number fields.  
*Required*: No  
*Type*: [NumberFormatConfiguration](aws-properties-quicksight-dashboard-numberformatconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StringFormatConfiguration`  <a name="cfn-quicksight-dashboard-formatconfiguration-stringformatconfiguration"></a>
Formatting configuration for string fields.  
*Required*: No  
*Type*: [StringFormatConfiguration](aws-properties-quicksight-dashboard-stringformatconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FreeFormLayoutCanvasSizeOptions
<a name="aws-properties-quicksight-dashboard-freeformlayoutcanvassizeoptions"></a>

Configuration options for the canvas of a free-form layout.

## Syntax
<a name="aws-properties-quicksight-dashboard-freeformlayoutcanvassizeoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-freeformlayoutcanvassizeoptions-syntax.json"></a>

```
{
  "[ScreenCanvasSizeOptions](#cfn-quicksight-dashboard-freeformlayoutcanvassizeoptions-screencanvassizeoptions)" : FreeFormLayoutScreenCanvasSizeOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-freeformlayoutcanvassizeoptions-syntax.yaml"></a>

```
  [ScreenCanvasSizeOptions](#cfn-quicksight-dashboard-freeformlayoutcanvassizeoptions-screencanvassizeoptions): 
    FreeFormLayoutScreenCanvasSizeOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-freeformlayoutcanvassizeoptions-properties"></a>

`ScreenCanvasSizeOptions`  <a name="cfn-quicksight-dashboard-freeformlayoutcanvassizeoptions-screencanvassizeoptions"></a>
The options that determine the sizing of the canvas used in a free-form layout.  
*Required*: No  
*Type*: [FreeFormLayoutScreenCanvasSizeOptions](aws-properties-quicksight-dashboard-freeformlayoutscreencanvassizeoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FreeFormLayoutConfiguration
<a name="aws-properties-quicksight-dashboard-freeformlayoutconfiguration"></a>

The configuration of a free-form layout.

## Syntax
<a name="aws-properties-quicksight-dashboard-freeformlayoutconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-freeformlayoutconfiguration-syntax.json"></a>

```
{
  "[CanvasSizeOptions](#cfn-quicksight-dashboard-freeformlayoutconfiguration-canvassizeoptions)" : FreeFormLayoutCanvasSizeOptions,
  "[Elements](#cfn-quicksight-dashboard-freeformlayoutconfiguration-elements)" : [ FreeFormLayoutElement, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-freeformlayoutconfiguration-syntax.yaml"></a>

```
  [CanvasSizeOptions](#cfn-quicksight-dashboard-freeformlayoutconfiguration-canvassizeoptions): 
    FreeFormLayoutCanvasSizeOptions
  [Elements](#cfn-quicksight-dashboard-freeformlayoutconfiguration-elements): 
    - FreeFormLayoutElement
```

## Properties
<a name="aws-properties-quicksight-dashboard-freeformlayoutconfiguration-properties"></a>

`CanvasSizeOptions`  <a name="cfn-quicksight-dashboard-freeformlayoutconfiguration-canvassizeoptions"></a>
Property description not available.  
*Required*: No  
*Type*: [FreeFormLayoutCanvasSizeOptions](aws-properties-quicksight-dashboard-freeformlayoutcanvassizeoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Elements`  <a name="cfn-quicksight-dashboard-freeformlayoutconfiguration-elements"></a>
The elements that are included in a free-form layout.  
*Required*: Yes  
*Type*: Array of [FreeFormLayoutElement](aws-properties-quicksight-dashboard-freeformlayoutelement.md)  
*Minimum*: `0`  
*Maximum*: `430`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FreeFormLayoutElement
<a name="aws-properties-quicksight-dashboard-freeformlayoutelement"></a>

An element within a free-form layout.

## Syntax
<a name="aws-properties-quicksight-dashboard-freeformlayoutelement-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-freeformlayoutelement-syntax.json"></a>

```
{
  "[BackgroundStyle](#cfn-quicksight-dashboard-freeformlayoutelement-backgroundstyle)" : FreeFormLayoutElementBackgroundStyle,
  "[BorderRadius](#cfn-quicksight-dashboard-freeformlayoutelement-borderradius)" : String,
  "[BorderStyle](#cfn-quicksight-dashboard-freeformlayoutelement-borderstyle)" : FreeFormLayoutElementBorderStyle,
  "[ElementId](#cfn-quicksight-dashboard-freeformlayoutelement-elementid)" : String,
  "[ElementType](#cfn-quicksight-dashboard-freeformlayoutelement-elementtype)" : String,
  "[Height](#cfn-quicksight-dashboard-freeformlayoutelement-height)" : String,
  "[LoadingAnimation](#cfn-quicksight-dashboard-freeformlayoutelement-loadinganimation)" : LoadingAnimation,
  "[Padding](#cfn-quicksight-dashboard-freeformlayoutelement-padding)" : String,
  "[RenderingRules](#cfn-quicksight-dashboard-freeformlayoutelement-renderingrules)" : [ SheetElementRenderingRule, ... ],
  "[SelectedBorderStyle](#cfn-quicksight-dashboard-freeformlayoutelement-selectedborderstyle)" : FreeFormLayoutElementBorderStyle,
  "[Visibility](#cfn-quicksight-dashboard-freeformlayoutelement-visibility)" : String,
  "[Width](#cfn-quicksight-dashboard-freeformlayoutelement-width)" : String,
  "[XAxisLocation](#cfn-quicksight-dashboard-freeformlayoutelement-xaxislocation)" : String,
  "[YAxisLocation](#cfn-quicksight-dashboard-freeformlayoutelement-yaxislocation)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-freeformlayoutelement-syntax.yaml"></a>

```
  [BackgroundStyle](#cfn-quicksight-dashboard-freeformlayoutelement-backgroundstyle): 
    FreeFormLayoutElementBackgroundStyle
  [BorderRadius](#cfn-quicksight-dashboard-freeformlayoutelement-borderradius): String
  [BorderStyle](#cfn-quicksight-dashboard-freeformlayoutelement-borderstyle): 
    FreeFormLayoutElementBorderStyle
  [ElementId](#cfn-quicksight-dashboard-freeformlayoutelement-elementid): String
  [ElementType](#cfn-quicksight-dashboard-freeformlayoutelement-elementtype): String
  [Height](#cfn-quicksight-dashboard-freeformlayoutelement-height): String
  [LoadingAnimation](#cfn-quicksight-dashboard-freeformlayoutelement-loadinganimation): 
    LoadingAnimation
  [Padding](#cfn-quicksight-dashboard-freeformlayoutelement-padding): String
  [RenderingRules](#cfn-quicksight-dashboard-freeformlayoutelement-renderingrules): 
    - SheetElementRenderingRule
  [SelectedBorderStyle](#cfn-quicksight-dashboard-freeformlayoutelement-selectedborderstyle): 
    FreeFormLayoutElementBorderStyle
  [Visibility](#cfn-quicksight-dashboard-freeformlayoutelement-visibility): String
  [Width](#cfn-quicksight-dashboard-freeformlayoutelement-width): String
  [XAxisLocation](#cfn-quicksight-dashboard-freeformlayoutelement-xaxislocation): String
  [YAxisLocation](#cfn-quicksight-dashboard-freeformlayoutelement-yaxislocation): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-freeformlayoutelement-properties"></a>

`BackgroundStyle`  <a name="cfn-quicksight-dashboard-freeformlayoutelement-backgroundstyle"></a>
The background style configuration of a free-form layout element.  
*Required*: No  
*Type*: [FreeFormLayoutElementBackgroundStyle](aws-properties-quicksight-dashboard-freeformlayoutelementbackgroundstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`BorderRadius`  <a name="cfn-quicksight-dashboard-freeformlayoutelement-borderradius"></a>
The border radius of a free-form layout element.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `50`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`BorderStyle`  <a name="cfn-quicksight-dashboard-freeformlayoutelement-borderstyle"></a>
The border style configuration of a free-form layout element.  
*Required*: No  
*Type*: [FreeFormLayoutElementBorderStyle](aws-properties-quicksight-dashboard-freeformlayoutelementborderstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ElementId`  <a name="cfn-quicksight-dashboard-freeformlayoutelement-elementid"></a>
A unique identifier for an element within a free-form layout.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`ElementType`  <a name="cfn-quicksight-dashboard-freeformlayoutelement-elementtype"></a>
The type of element.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `VISUAL | FILTER_CONTROL | PARAMETER_CONTROL | TEXT_BOX | IMAGE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Height`  <a name="cfn-quicksight-dashboard-freeformlayoutelement-height"></a>
The height of an element within a free-form layout.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LoadingAnimation`  <a name="cfn-quicksight-dashboard-freeformlayoutelement-loadinganimation"></a>
The loading animation configuration of a free-form layout element.  
*Required*: No  
*Type*: [LoadingAnimation](aws-properties-quicksight-dashboard-loadinganimation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Padding`  <a name="cfn-quicksight-dashboard-freeformlayoutelement-padding"></a>
The padding of a free-form layout element.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RenderingRules`  <a name="cfn-quicksight-dashboard-freeformlayoutelement-renderingrules"></a>
The rendering rules that determine when an element should be displayed within a free-form layout.  
*Required*: No  
*Type*: Array of [SheetElementRenderingRule](aws-properties-quicksight-dashboard-sheetelementrenderingrule.md)  
*Minimum*: `0`  
*Maximum*: `10000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SelectedBorderStyle`  <a name="cfn-quicksight-dashboard-freeformlayoutelement-selectedborderstyle"></a>
The border style configuration of a free-form layout element. This border style is used when the element is selected.  
*Required*: No  
*Type*: [FreeFormLayoutElementBorderStyle](aws-properties-quicksight-dashboard-freeformlayoutelementborderstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Visibility`  <a name="cfn-quicksight-dashboard-freeformlayoutelement-visibility"></a>
The visibility of an element within a free-form layout.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Width`  <a name="cfn-quicksight-dashboard-freeformlayoutelement-width"></a>
The width of an element within a free-form layout.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`XAxisLocation`  <a name="cfn-quicksight-dashboard-freeformlayoutelement-xaxislocation"></a>
The x-axis coordinate of the element.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`YAxisLocation`  <a name="cfn-quicksight-dashboard-freeformlayoutelement-yaxislocation"></a>
The y-axis coordinate of the element.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FreeFormLayoutElementBackgroundStyle
<a name="aws-properties-quicksight-dashboard-freeformlayoutelementbackgroundstyle"></a>

The background style configuration of a free-form layout element.

## Syntax
<a name="aws-properties-quicksight-dashboard-freeformlayoutelementbackgroundstyle-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-freeformlayoutelementbackgroundstyle-syntax.json"></a>

```
{
  "[Color](#cfn-quicksight-dashboard-freeformlayoutelementbackgroundstyle-color)" : String,
  "[Visibility](#cfn-quicksight-dashboard-freeformlayoutelementbackgroundstyle-visibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-freeformlayoutelementbackgroundstyle-syntax.yaml"></a>

```
  [Color](#cfn-quicksight-dashboard-freeformlayoutelementbackgroundstyle-color): String
  [Visibility](#cfn-quicksight-dashboard-freeformlayoutelementbackgroundstyle-visibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-freeformlayoutelementbackgroundstyle-properties"></a>

`Color`  <a name="cfn-quicksight-dashboard-freeformlayoutelementbackgroundstyle-color"></a>
The background color of a free-form layout element.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Visibility`  <a name="cfn-quicksight-dashboard-freeformlayoutelementbackgroundstyle-visibility"></a>
The background visibility of a free-form layout element.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FreeFormLayoutElementBorderStyle
<a name="aws-properties-quicksight-dashboard-freeformlayoutelementborderstyle"></a>

The background style configuration of a free-form layout element.

## Syntax
<a name="aws-properties-quicksight-dashboard-freeformlayoutelementborderstyle-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-freeformlayoutelementborderstyle-syntax.json"></a>

```
{
  "[Color](#cfn-quicksight-dashboard-freeformlayoutelementborderstyle-color)" : String,
  "[Visibility](#cfn-quicksight-dashboard-freeformlayoutelementborderstyle-visibility)" : String,
  "[Width](#cfn-quicksight-dashboard-freeformlayoutelementborderstyle-width)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-freeformlayoutelementborderstyle-syntax.yaml"></a>

```
  [Color](#cfn-quicksight-dashboard-freeformlayoutelementborderstyle-color): String
  [Visibility](#cfn-quicksight-dashboard-freeformlayoutelementborderstyle-visibility): String
  [Width](#cfn-quicksight-dashboard-freeformlayoutelementborderstyle-width): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-freeformlayoutelementborderstyle-properties"></a>

`Color`  <a name="cfn-quicksight-dashboard-freeformlayoutelementborderstyle-color"></a>
The border color of a free-form layout element.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Visibility`  <a name="cfn-quicksight-dashboard-freeformlayoutelementborderstyle-visibility"></a>
The border visibility of a free-form layout element.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Width`  <a name="cfn-quicksight-dashboard-freeformlayoutelementborderstyle-width"></a>
The border width of a free-form layout element.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `50`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FreeFormLayoutScreenCanvasSizeOptions
<a name="aws-properties-quicksight-dashboard-freeformlayoutscreencanvassizeoptions"></a>

The options that determine the sizing of the canvas used in a free-form layout.

## Syntax
<a name="aws-properties-quicksight-dashboard-freeformlayoutscreencanvassizeoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-freeformlayoutscreencanvassizeoptions-syntax.json"></a>

```
{
  "[OptimizedViewPortWidth](#cfn-quicksight-dashboard-freeformlayoutscreencanvassizeoptions-optimizedviewportwidth)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-freeformlayoutscreencanvassizeoptions-syntax.yaml"></a>

```
  [OptimizedViewPortWidth](#cfn-quicksight-dashboard-freeformlayoutscreencanvassizeoptions-optimizedviewportwidth): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-freeformlayoutscreencanvassizeoptions-properties"></a>

`OptimizedViewPortWidth`  <a name="cfn-quicksight-dashboard-freeformlayoutscreencanvassizeoptions-optimizedviewportwidth"></a>
The width that the view port will be optimized for when the layout renders.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FreeFormSectionLayoutConfiguration
<a name="aws-properties-quicksight-dashboard-freeformsectionlayoutconfiguration"></a>

The free-form layout configuration of a section.

## Syntax
<a name="aws-properties-quicksight-dashboard-freeformsectionlayoutconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-freeformsectionlayoutconfiguration-syntax.json"></a>

```
{
  "[Elements](#cfn-quicksight-dashboard-freeformsectionlayoutconfiguration-elements)" : [ FreeFormLayoutElement, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-freeformsectionlayoutconfiguration-syntax.yaml"></a>

```
  [Elements](#cfn-quicksight-dashboard-freeformsectionlayoutconfiguration-elements): 
    - FreeFormLayoutElement
```

## Properties
<a name="aws-properties-quicksight-dashboard-freeformsectionlayoutconfiguration-properties"></a>

`Elements`  <a name="cfn-quicksight-dashboard-freeformsectionlayoutconfiguration-elements"></a>
The elements that are included in the free-form layout.  
*Required*: Yes  
*Type*: Array of [FreeFormLayoutElement](aws-properties-quicksight-dashboard-freeformlayoutelement.md)  
*Minimum*: `0`  
*Maximum*: `430`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FunnelChartAggregatedFieldWells
<a name="aws-properties-quicksight-dashboard-funnelchartaggregatedfieldwells"></a>

The field well configuration of a `FunnelChartVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-funnelchartaggregatedfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-funnelchartaggregatedfieldwells-syntax.json"></a>

```
{
  "[Category](#cfn-quicksight-dashboard-funnelchartaggregatedfieldwells-category)" : [ DimensionField, ... ],
  "[Values](#cfn-quicksight-dashboard-funnelchartaggregatedfieldwells-values)" : [ MeasureField, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-funnelchartaggregatedfieldwells-syntax.yaml"></a>

```
  [Category](#cfn-quicksight-dashboard-funnelchartaggregatedfieldwells-category): 
    - DimensionField
  [Values](#cfn-quicksight-dashboard-funnelchartaggregatedfieldwells-values): 
    - MeasureField
```

## Properties
<a name="aws-properties-quicksight-dashboard-funnelchartaggregatedfieldwells-properties"></a>

`Category`  <a name="cfn-quicksight-dashboard-funnelchartaggregatedfieldwells-category"></a>
The category field wells of a funnel chart. Values are grouped by category fields.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Values`  <a name="cfn-quicksight-dashboard-funnelchartaggregatedfieldwells-values"></a>
The value field wells of a funnel chart. Values are aggregated based on categories.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FunnelChartConfiguration
<a name="aws-properties-quicksight-dashboard-funnelchartconfiguration"></a>

The configuration of a `FunnelChartVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-funnelchartconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-funnelchartconfiguration-syntax.json"></a>

```
{
  "[CategoryLabelOptions](#cfn-quicksight-dashboard-funnelchartconfiguration-categorylabeloptions)" : ChartAxisLabelOptions,
  "[DataLabelOptions](#cfn-quicksight-dashboard-funnelchartconfiguration-datalabeloptions)" : FunnelChartDataLabelOptions,
  "[FieldWells](#cfn-quicksight-dashboard-funnelchartconfiguration-fieldwells)" : FunnelChartFieldWells,
  "[Interactions](#cfn-quicksight-dashboard-funnelchartconfiguration-interactions)" : VisualInteractionOptions,
  "[SortConfiguration](#cfn-quicksight-dashboard-funnelchartconfiguration-sortconfiguration)" : FunnelChartSortConfiguration,
  "[Tooltip](#cfn-quicksight-dashboard-funnelchartconfiguration-tooltip)" : TooltipOptions,
  "[ValueLabelOptions](#cfn-quicksight-dashboard-funnelchartconfiguration-valuelabeloptions)" : ChartAxisLabelOptions,
  "[VisualPalette](#cfn-quicksight-dashboard-funnelchartconfiguration-visualpalette)" : VisualPalette
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-funnelchartconfiguration-syntax.yaml"></a>

```
  [CategoryLabelOptions](#cfn-quicksight-dashboard-funnelchartconfiguration-categorylabeloptions): 
    ChartAxisLabelOptions
  [DataLabelOptions](#cfn-quicksight-dashboard-funnelchartconfiguration-datalabeloptions): 
    FunnelChartDataLabelOptions
  [FieldWells](#cfn-quicksight-dashboard-funnelchartconfiguration-fieldwells): 
    FunnelChartFieldWells
  [Interactions](#cfn-quicksight-dashboard-funnelchartconfiguration-interactions): 
    VisualInteractionOptions
  [SortConfiguration](#cfn-quicksight-dashboard-funnelchartconfiguration-sortconfiguration): 
    FunnelChartSortConfiguration
  [Tooltip](#cfn-quicksight-dashboard-funnelchartconfiguration-tooltip): 
    TooltipOptions
  [ValueLabelOptions](#cfn-quicksight-dashboard-funnelchartconfiguration-valuelabeloptions): 
    ChartAxisLabelOptions
  [VisualPalette](#cfn-quicksight-dashboard-funnelchartconfiguration-visualpalette): 
    VisualPalette
```

## Properties
<a name="aws-properties-quicksight-dashboard-funnelchartconfiguration-properties"></a>

`CategoryLabelOptions`  <a name="cfn-quicksight-dashboard-funnelchartconfiguration-categorylabeloptions"></a>
The label options of the categories that are displayed in a `FunnelChartVisual`.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-dashboard-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataLabelOptions`  <a name="cfn-quicksight-dashboard-funnelchartconfiguration-datalabeloptions"></a>
The options that determine the presentation of the data labels.  
*Required*: No  
*Type*: [FunnelChartDataLabelOptions](aws-properties-quicksight-dashboard-funnelchartdatalabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldWells`  <a name="cfn-quicksight-dashboard-funnelchartconfiguration-fieldwells"></a>
The field well configuration of a `FunnelChartVisual`.  
*Required*: No  
*Type*: [FunnelChartFieldWells](aws-properties-quicksight-dashboard-funnelchartfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Interactions`  <a name="cfn-quicksight-dashboard-funnelchartconfiguration-interactions"></a>
The general visual interactions setup for a visual.  
*Required*: No  
*Type*: [VisualInteractionOptions](aws-properties-quicksight-dashboard-visualinteractionoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SortConfiguration`  <a name="cfn-quicksight-dashboard-funnelchartconfiguration-sortconfiguration"></a>
The sort configuration of a `FunnelChartVisual`.  
*Required*: No  
*Type*: [FunnelChartSortConfiguration](aws-properties-quicksight-dashboard-funnelchartsortconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tooltip`  <a name="cfn-quicksight-dashboard-funnelchartconfiguration-tooltip"></a>
The tooltip configuration of a `FunnelChartVisual`.  
*Required*: No  
*Type*: [TooltipOptions](aws-properties-quicksight-dashboard-tooltipoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ValueLabelOptions`  <a name="cfn-quicksight-dashboard-funnelchartconfiguration-valuelabeloptions"></a>
The label options for the values that are displayed in a `FunnelChartVisual`.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-dashboard-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualPalette`  <a name="cfn-quicksight-dashboard-funnelchartconfiguration-visualpalette"></a>
The visual palette configuration of a `FunnelChartVisual`.  
*Required*: No  
*Type*: [VisualPalette](aws-properties-quicksight-dashboard-visualpalette.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FunnelChartDataLabelOptions
<a name="aws-properties-quicksight-dashboard-funnelchartdatalabeloptions"></a>

The options that determine the presentation of the data labels.

## Syntax
<a name="aws-properties-quicksight-dashboard-funnelchartdatalabeloptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-funnelchartdatalabeloptions-syntax.json"></a>

```
{
  "[CategoryLabelVisibility](#cfn-quicksight-dashboard-funnelchartdatalabeloptions-categorylabelvisibility)" : String,
  "[LabelColor](#cfn-quicksight-dashboard-funnelchartdatalabeloptions-labelcolor)" : String,
  "[LabelFontConfiguration](#cfn-quicksight-dashboard-funnelchartdatalabeloptions-labelfontconfiguration)" : FontConfiguration,
  "[MeasureDataLabelStyle](#cfn-quicksight-dashboard-funnelchartdatalabeloptions-measuredatalabelstyle)" : String,
  "[MeasureLabelVisibility](#cfn-quicksight-dashboard-funnelchartdatalabeloptions-measurelabelvisibility)" : String,
  "[Position](#cfn-quicksight-dashboard-funnelchartdatalabeloptions-position)" : String,
  "[Visibility](#cfn-quicksight-dashboard-funnelchartdatalabeloptions-visibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-funnelchartdatalabeloptions-syntax.yaml"></a>

```
  [CategoryLabelVisibility](#cfn-quicksight-dashboard-funnelchartdatalabeloptions-categorylabelvisibility): String
  [LabelColor](#cfn-quicksight-dashboard-funnelchartdatalabeloptions-labelcolor): String
  [LabelFontConfiguration](#cfn-quicksight-dashboard-funnelchartdatalabeloptions-labelfontconfiguration): 
    FontConfiguration
  [MeasureDataLabelStyle](#cfn-quicksight-dashboard-funnelchartdatalabeloptions-measuredatalabelstyle): String
  [MeasureLabelVisibility](#cfn-quicksight-dashboard-funnelchartdatalabeloptions-measurelabelvisibility): String
  [Position](#cfn-quicksight-dashboard-funnelchartdatalabeloptions-position): String
  [Visibility](#cfn-quicksight-dashboard-funnelchartdatalabeloptions-visibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-funnelchartdatalabeloptions-properties"></a>

`CategoryLabelVisibility`  <a name="cfn-quicksight-dashboard-funnelchartdatalabeloptions-categorylabelvisibility"></a>
The visibility of the category labels within the data labels.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LabelColor`  <a name="cfn-quicksight-dashboard-funnelchartdatalabeloptions-labelcolor"></a>
The color of the data label text.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LabelFontConfiguration`  <a name="cfn-quicksight-dashboard-funnelchartdatalabeloptions-labelfontconfiguration"></a>
The font configuration for the data labels.  
Only the `FontSize` attribute of the font configuration is used for data labels.  
*Required*: No  
*Type*: [FontConfiguration](aws-properties-quicksight-dashboard-fontconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MeasureDataLabelStyle`  <a name="cfn-quicksight-dashboard-funnelchartdatalabeloptions-measuredatalabelstyle"></a>
Determines the style of the metric labels.  
*Required*: No  
*Type*: String  
*Allowed values*: `VALUE_ONLY | PERCENTAGE_BY_FIRST_STAGE | PERCENTAGE_BY_PREVIOUS_STAGE | VALUE_AND_PERCENTAGE_BY_FIRST_STAGE | VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MeasureLabelVisibility`  <a name="cfn-quicksight-dashboard-funnelchartdatalabeloptions-measurelabelvisibility"></a>
The visibility of the measure labels within the data labels.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Position`  <a name="cfn-quicksight-dashboard-funnelchartdatalabeloptions-position"></a>
Determines the positioning of the data label relative to a section of the funnel.  
*Required*: No  
*Type*: String  
*Allowed values*: `INSIDE | OUTSIDE | LEFT | TOP | BOTTOM | RIGHT`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Visibility`  <a name="cfn-quicksight-dashboard-funnelchartdatalabeloptions-visibility"></a>
The visibility option that determines if data labels are displayed.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FunnelChartFieldWells
<a name="aws-properties-quicksight-dashboard-funnelchartfieldwells"></a>

The field well configuration of a `FunnelChartVisual`.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-funnelchartfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-funnelchartfieldwells-syntax.json"></a>

```
{
  "[FunnelChartAggregatedFieldWells](#cfn-quicksight-dashboard-funnelchartfieldwells-funnelchartaggregatedfieldwells)" : FunnelChartAggregatedFieldWells
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-funnelchartfieldwells-syntax.yaml"></a>

```
  [FunnelChartAggregatedFieldWells](#cfn-quicksight-dashboard-funnelchartfieldwells-funnelchartaggregatedfieldwells): 
    FunnelChartAggregatedFieldWells
```

## Properties
<a name="aws-properties-quicksight-dashboard-funnelchartfieldwells-properties"></a>

`FunnelChartAggregatedFieldWells`  <a name="cfn-quicksight-dashboard-funnelchartfieldwells-funnelchartaggregatedfieldwells"></a>
The field well configuration of a `FunnelChartVisual`.  
*Required*: No  
*Type*: [FunnelChartAggregatedFieldWells](aws-properties-quicksight-dashboard-funnelchartaggregatedfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard FunnelChartSortConfiguration
<a name="aws-properties-quicksight-dashboard-funnelchartsortconfiguration"></a>

The sort configuration of a `FunnelChartVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-funnelchartsortconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-funnelchartsortconfiguration-syntax.json"></a>

```
{
  "[CategoryItemsLimit](#cfn-quicksight-dashboard-funnelchartsortconfiguration-categoryitemslimit)" : ItemsLimitConfiguration,
  "[CategorySort](#cfn-quicksight-dashboard-funnelchartsortconfiguration-categorysort)" : [ FieldSortOptions, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-funnelchartsortconfiguration-syntax.yaml"></a>

```
  [CategoryItemsLimit](#cfn-quicksight-dashboard-funnelchartsortconfiguration-categoryitemslimit): 
    ItemsLimitConfiguration
  [CategorySort](#cfn-quicksight-dashboard-funnelchartsortconfiguration-categorysort): 
    - FieldSortOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-funnelchartsortconfiguration-properties"></a>

`CategoryItemsLimit`  <a name="cfn-quicksight-dashboard-funnelchartsortconfiguration-categoryitemslimit"></a>
The limit on the number of categories displayed.  
*Required*: No  
*Type*: [ItemsLimitConfiguration](aws-properties-quicksight-dashboard-itemslimitconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CategorySort`  <a name="cfn-quicksight-dashboard-funnelchartsortconfiguration-categorysort"></a>
The sort configuration of the category fields.  
*Required*: No  
*Type*: Array of [FieldSortOptions](aws-properties-quicksight-dashboard-fieldsortoptions.md)  
*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)

# AWS::QuickSight::Dashboard FunnelChartVisual
<a name="aws-properties-quicksight-dashboard-funnelchartvisual"></a>

A funnel chart.

For more information, see [Using funnel charts](https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html) in the *Amazon Quick Suite User Guide*.

## Syntax
<a name="aws-properties-quicksight-dashboard-funnelchartvisual-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-funnelchartvisual-syntax.json"></a>

```
{
  "[Actions](#cfn-quicksight-dashboard-funnelchartvisual-actions)" : [ VisualCustomAction, ... ],
  "[ChartConfiguration](#cfn-quicksight-dashboard-funnelchartvisual-chartconfiguration)" : FunnelChartConfiguration,
  "[ColumnHierarchies](#cfn-quicksight-dashboard-funnelchartvisual-columnhierarchies)" : [ ColumnHierarchy, ... ],
  "[Subtitle](#cfn-quicksight-dashboard-funnelchartvisual-subtitle)" : VisualSubtitleLabelOptions,
  "[Title](#cfn-quicksight-dashboard-funnelchartvisual-title)" : VisualTitleLabelOptions,
  "[VisualContentAltText](#cfn-quicksight-dashboard-funnelchartvisual-visualcontentalttext)" : String,
  "[VisualId](#cfn-quicksight-dashboard-funnelchartvisual-visualid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-funnelchartvisual-syntax.yaml"></a>

```
  [Actions](#cfn-quicksight-dashboard-funnelchartvisual-actions): 
    - VisualCustomAction
  [ChartConfiguration](#cfn-quicksight-dashboard-funnelchartvisual-chartconfiguration): 
    FunnelChartConfiguration
  [ColumnHierarchies](#cfn-quicksight-dashboard-funnelchartvisual-columnhierarchies): 
    - ColumnHierarchy
  [Subtitle](#cfn-quicksight-dashboard-funnelchartvisual-subtitle): 
    VisualSubtitleLabelOptions
  [Title](#cfn-quicksight-dashboard-funnelchartvisual-title): 
    VisualTitleLabelOptions
  [VisualContentAltText](#cfn-quicksight-dashboard-funnelchartvisual-visualcontentalttext): String
  [VisualId](#cfn-quicksight-dashboard-funnelchartvisual-visualid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-funnelchartvisual-properties"></a>

`Actions`  <a name="cfn-quicksight-dashboard-funnelchartvisual-actions"></a>
The list of custom actions that are configured for a visual.  
*Required*: No  
*Type*: Array of [VisualCustomAction](aws-properties-quicksight-dashboard-visualcustomaction.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ChartConfiguration`  <a name="cfn-quicksight-dashboard-funnelchartvisual-chartconfiguration"></a>
The configuration of a `FunnelChartVisual`.  
*Required*: No  
*Type*: [FunnelChartConfiguration](aws-properties-quicksight-dashboard-funnelchartconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColumnHierarchies`  <a name="cfn-quicksight-dashboard-funnelchartvisual-columnhierarchies"></a>
The column hierarchy that is used during drill-downs and drill-ups.  
*Required*: No  
*Type*: Array of [ColumnHierarchy](aws-properties-quicksight-dashboard-columnhierarchy.md)  
*Minimum*: `0`  
*Maximum*: `2`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Subtitle`  <a name="cfn-quicksight-dashboard-funnelchartvisual-subtitle"></a>
The subtitle that is displayed on the visual.  
*Required*: No  
*Type*: [VisualSubtitleLabelOptions](aws-properties-quicksight-dashboard-visualsubtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-funnelchartvisual-title"></a>
The title that is displayed on the visual.  
*Required*: No  
*Type*: [VisualTitleLabelOptions](aws-properties-quicksight-dashboard-visualtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualContentAltText`  <a name="cfn-quicksight-dashboard-funnelchartvisual-visualcontentalttext"></a>
The alt text for the visual.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualId`  <a name="cfn-quicksight-dashboard-funnelchartvisual-visualid"></a>
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

# AWS::QuickSight::Dashboard GaugeChartArcConditionalFormatting
<a name="aws-properties-quicksight-dashboard-gaugechartarcconditionalformatting"></a>

The options that determine the presentation of the arc of a `GaugeChartVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-gaugechartarcconditionalformatting-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-gaugechartarcconditionalformatting-syntax.json"></a>

```
{
  "[ForegroundColor](#cfn-quicksight-dashboard-gaugechartarcconditionalformatting-foregroundcolor)" : ConditionalFormattingColor
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-gaugechartarcconditionalformatting-syntax.yaml"></a>

```
  [ForegroundColor](#cfn-quicksight-dashboard-gaugechartarcconditionalformatting-foregroundcolor): 
    ConditionalFormattingColor
```

## Properties
<a name="aws-properties-quicksight-dashboard-gaugechartarcconditionalformatting-properties"></a>

`ForegroundColor`  <a name="cfn-quicksight-dashboard-gaugechartarcconditionalformatting-foregroundcolor"></a>
The conditional formatting of the arc foreground color.  
*Required*: No  
*Type*: [ConditionalFormattingColor](aws-properties-quicksight-dashboard-conditionalformattingcolor.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GaugeChartColorConfiguration
<a name="aws-properties-quicksight-dashboard-gaugechartcolorconfiguration"></a>

The color configuration of a `GaugeChartVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-gaugechartcolorconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-gaugechartcolorconfiguration-syntax.json"></a>

```
{
  "[BackgroundColor](#cfn-quicksight-dashboard-gaugechartcolorconfiguration-backgroundcolor)" : String,
  "[ForegroundColor](#cfn-quicksight-dashboard-gaugechartcolorconfiguration-foregroundcolor)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-gaugechartcolorconfiguration-syntax.yaml"></a>

```
  [BackgroundColor](#cfn-quicksight-dashboard-gaugechartcolorconfiguration-backgroundcolor): String
  [ForegroundColor](#cfn-quicksight-dashboard-gaugechartcolorconfiguration-foregroundcolor): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-gaugechartcolorconfiguration-properties"></a>

`BackgroundColor`  <a name="cfn-quicksight-dashboard-gaugechartcolorconfiguration-backgroundcolor"></a>
The background color configuration of a `GaugeChartVisual`.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ForegroundColor`  <a name="cfn-quicksight-dashboard-gaugechartcolorconfiguration-foregroundcolor"></a>
The foreground color configuration of a `GaugeChartVisual`.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GaugeChartConditionalFormatting
<a name="aws-properties-quicksight-dashboard-gaugechartconditionalformatting"></a>

The conditional formatting of a `GaugeChartVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-gaugechartconditionalformatting-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-gaugechartconditionalformatting-syntax.json"></a>

```
{
  "[ConditionalFormattingOptions](#cfn-quicksight-dashboard-gaugechartconditionalformatting-conditionalformattingoptions)" : [ GaugeChartConditionalFormattingOption, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-gaugechartconditionalformatting-syntax.yaml"></a>

```
  [ConditionalFormattingOptions](#cfn-quicksight-dashboard-gaugechartconditionalformatting-conditionalformattingoptions): 
    - GaugeChartConditionalFormattingOption
```

## Properties
<a name="aws-properties-quicksight-dashboard-gaugechartconditionalformatting-properties"></a>

`ConditionalFormattingOptions`  <a name="cfn-quicksight-dashboard-gaugechartconditionalformatting-conditionalformattingoptions"></a>
Conditional formatting options of a `GaugeChartVisual`.  
*Required*: No  
*Type*: Array of [GaugeChartConditionalFormattingOption](aws-properties-quicksight-dashboard-gaugechartconditionalformattingoption.md)  
*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)

# AWS::QuickSight::Dashboard GaugeChartConditionalFormattingOption
<a name="aws-properties-quicksight-dashboard-gaugechartconditionalformattingoption"></a>

Conditional formatting options of a `GaugeChartVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-gaugechartconditionalformattingoption-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-gaugechartconditionalformattingoption-syntax.json"></a>

```
{
  "[Arc](#cfn-quicksight-dashboard-gaugechartconditionalformattingoption-arc)" : GaugeChartArcConditionalFormatting,
  "[PrimaryValue](#cfn-quicksight-dashboard-gaugechartconditionalformattingoption-primaryvalue)" : GaugeChartPrimaryValueConditionalFormatting
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-gaugechartconditionalformattingoption-syntax.yaml"></a>

```
  [Arc](#cfn-quicksight-dashboard-gaugechartconditionalformattingoption-arc): 
    GaugeChartArcConditionalFormatting
  [PrimaryValue](#cfn-quicksight-dashboard-gaugechartconditionalformattingoption-primaryvalue): 
    GaugeChartPrimaryValueConditionalFormatting
```

## Properties
<a name="aws-properties-quicksight-dashboard-gaugechartconditionalformattingoption-properties"></a>

`Arc`  <a name="cfn-quicksight-dashboard-gaugechartconditionalformattingoption-arc"></a>
The options that determine the presentation of the arc of a `GaugeChartVisual`.  
*Required*: No  
*Type*: [GaugeChartArcConditionalFormatting](aws-properties-quicksight-dashboard-gaugechartarcconditionalformatting.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PrimaryValue`  <a name="cfn-quicksight-dashboard-gaugechartconditionalformattingoption-primaryvalue"></a>
The conditional formatting for the primary value of a `GaugeChartVisual`.  
*Required*: No  
*Type*: [GaugeChartPrimaryValueConditionalFormatting](aws-properties-quicksight-dashboard-gaugechartprimaryvalueconditionalformatting.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GaugeChartConfiguration
<a name="aws-properties-quicksight-dashboard-gaugechartconfiguration"></a>

The configuration of a `GaugeChartVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-gaugechartconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-gaugechartconfiguration-syntax.json"></a>

```
{
  "[ColorConfiguration](#cfn-quicksight-dashboard-gaugechartconfiguration-colorconfiguration)" : GaugeChartColorConfiguration,
  "[DataLabels](#cfn-quicksight-dashboard-gaugechartconfiguration-datalabels)" : DataLabelOptions,
  "[FieldWells](#cfn-quicksight-dashboard-gaugechartconfiguration-fieldwells)" : GaugeChartFieldWells,
  "[GaugeChartOptions](#cfn-quicksight-dashboard-gaugechartconfiguration-gaugechartoptions)" : GaugeChartOptions,
  "[Interactions](#cfn-quicksight-dashboard-gaugechartconfiguration-interactions)" : VisualInteractionOptions,
  "[TooltipOptions](#cfn-quicksight-dashboard-gaugechartconfiguration-tooltipoptions)" : TooltipOptions,
  "[VisualPalette](#cfn-quicksight-dashboard-gaugechartconfiguration-visualpalette)" : VisualPalette
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-gaugechartconfiguration-syntax.yaml"></a>

```
  [ColorConfiguration](#cfn-quicksight-dashboard-gaugechartconfiguration-colorconfiguration): 
    GaugeChartColorConfiguration
  [DataLabels](#cfn-quicksight-dashboard-gaugechartconfiguration-datalabels): 
    DataLabelOptions
  [FieldWells](#cfn-quicksight-dashboard-gaugechartconfiguration-fieldwells): 
    GaugeChartFieldWells
  [GaugeChartOptions](#cfn-quicksight-dashboard-gaugechartconfiguration-gaugechartoptions): 
    GaugeChartOptions
  [Interactions](#cfn-quicksight-dashboard-gaugechartconfiguration-interactions): 
    VisualInteractionOptions
  [TooltipOptions](#cfn-quicksight-dashboard-gaugechartconfiguration-tooltipoptions): 
    TooltipOptions
  [VisualPalette](#cfn-quicksight-dashboard-gaugechartconfiguration-visualpalette): 
    VisualPalette
```

## Properties
<a name="aws-properties-quicksight-dashboard-gaugechartconfiguration-properties"></a>

`ColorConfiguration`  <a name="cfn-quicksight-dashboard-gaugechartconfiguration-colorconfiguration"></a>
The color configuration of a `GaugeChartVisual`.  
*Required*: No  
*Type*: [GaugeChartColorConfiguration](aws-properties-quicksight-dashboard-gaugechartcolorconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataLabels`  <a name="cfn-quicksight-dashboard-gaugechartconfiguration-datalabels"></a>
The data label configuration of a `GaugeChartVisual`.  
*Required*: No  
*Type*: [DataLabelOptions](aws-properties-quicksight-dashboard-datalabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldWells`  <a name="cfn-quicksight-dashboard-gaugechartconfiguration-fieldwells"></a>
The field well configuration of a `GaugeChartVisual`.  
*Required*: No  
*Type*: [GaugeChartFieldWells](aws-properties-quicksight-dashboard-gaugechartfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`GaugeChartOptions`  <a name="cfn-quicksight-dashboard-gaugechartconfiguration-gaugechartoptions"></a>
The options that determine the presentation of the `GaugeChartVisual`.  
*Required*: No  
*Type*: [GaugeChartOptions](aws-properties-quicksight-dashboard-gaugechartoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Interactions`  <a name="cfn-quicksight-dashboard-gaugechartconfiguration-interactions"></a>
The general visual interactions setup for a visual.  
*Required*: No  
*Type*: [VisualInteractionOptions](aws-properties-quicksight-dashboard-visualinteractionoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TooltipOptions`  <a name="cfn-quicksight-dashboard-gaugechartconfiguration-tooltipoptions"></a>
The tooltip configuration of a `GaugeChartVisual`.  
*Required*: No  
*Type*: [TooltipOptions](aws-properties-quicksight-dashboard-tooltipoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualPalette`  <a name="cfn-quicksight-dashboard-gaugechartconfiguration-visualpalette"></a>
The visual palette configuration of a `GaugeChartVisual`.  
*Required*: No  
*Type*: [VisualPalette](aws-properties-quicksight-dashboard-visualpalette.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GaugeChartFieldWells
<a name="aws-properties-quicksight-dashboard-gaugechartfieldwells"></a>

The field well configuration of a `GaugeChartVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-gaugechartfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-gaugechartfieldwells-syntax.json"></a>

```
{
  "[TargetValues](#cfn-quicksight-dashboard-gaugechartfieldwells-targetvalues)" : [ MeasureField, ... ],
  "[Values](#cfn-quicksight-dashboard-gaugechartfieldwells-values)" : [ MeasureField, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-gaugechartfieldwells-syntax.yaml"></a>

```
  [TargetValues](#cfn-quicksight-dashboard-gaugechartfieldwells-targetvalues): 
    - MeasureField
  [Values](#cfn-quicksight-dashboard-gaugechartfieldwells-values): 
    - MeasureField
```

## Properties
<a name="aws-properties-quicksight-dashboard-gaugechartfieldwells-properties"></a>

`TargetValues`  <a name="cfn-quicksight-dashboard-gaugechartfieldwells-targetvalues"></a>
The target value field wells of a `GaugeChartVisual`.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Values`  <a name="cfn-quicksight-dashboard-gaugechartfieldwells-values"></a>
The value field wells of a `GaugeChartVisual`.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GaugeChartOptions
<a name="aws-properties-quicksight-dashboard-gaugechartoptions"></a>

The options that determine the presentation of the `GaugeChartVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-gaugechartoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-gaugechartoptions-syntax.json"></a>

```
{
  "[Arc](#cfn-quicksight-dashboard-gaugechartoptions-arc)" : ArcConfiguration,
  "[ArcAxis](#cfn-quicksight-dashboard-gaugechartoptions-arcaxis)" : ArcAxisConfiguration,
  "[Comparison](#cfn-quicksight-dashboard-gaugechartoptions-comparison)" : ComparisonConfiguration,
  "[PrimaryValueDisplayType](#cfn-quicksight-dashboard-gaugechartoptions-primaryvaluedisplaytype)" : String,
  "[PrimaryValueFontConfiguration](#cfn-quicksight-dashboard-gaugechartoptions-primaryvaluefontconfiguration)" : FontConfiguration
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-gaugechartoptions-syntax.yaml"></a>

```
  [Arc](#cfn-quicksight-dashboard-gaugechartoptions-arc): 
    ArcConfiguration
  [ArcAxis](#cfn-quicksight-dashboard-gaugechartoptions-arcaxis): 
    ArcAxisConfiguration
  [Comparison](#cfn-quicksight-dashboard-gaugechartoptions-comparison): 
    ComparisonConfiguration
  [PrimaryValueDisplayType](#cfn-quicksight-dashboard-gaugechartoptions-primaryvaluedisplaytype): String
  [PrimaryValueFontConfiguration](#cfn-quicksight-dashboard-gaugechartoptions-primaryvaluefontconfiguration): 
    FontConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-gaugechartoptions-properties"></a>

`Arc`  <a name="cfn-quicksight-dashboard-gaugechartoptions-arc"></a>
The arc configuration of a `GaugeChartVisual`.  
*Required*: No  
*Type*: [ArcConfiguration](aws-properties-quicksight-dashboard-arcconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ArcAxis`  <a name="cfn-quicksight-dashboard-gaugechartoptions-arcaxis"></a>
The arc axis configuration of a `GaugeChartVisual`.  
*Required*: No  
*Type*: [ArcAxisConfiguration](aws-properties-quicksight-dashboard-arcaxisconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Comparison`  <a name="cfn-quicksight-dashboard-gaugechartoptions-comparison"></a>
The comparison configuration of a `GaugeChartVisual`.  
*Required*: No  
*Type*: [ComparisonConfiguration](aws-properties-quicksight-dashboard-comparisonconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PrimaryValueDisplayType`  <a name="cfn-quicksight-dashboard-gaugechartoptions-primaryvaluedisplaytype"></a>
The options that determine the primary value display type.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | COMPARISON | ACTUAL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PrimaryValueFontConfiguration`  <a name="cfn-quicksight-dashboard-gaugechartoptions-primaryvaluefontconfiguration"></a>
The options that determine the primary value font configuration.  
*Required*: No  
*Type*: [FontConfiguration](aws-properties-quicksight-dashboard-fontconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GaugeChartPrimaryValueConditionalFormatting
<a name="aws-properties-quicksight-dashboard-gaugechartprimaryvalueconditionalformatting"></a>

The conditional formatting for the primary value of a `GaugeChartVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-gaugechartprimaryvalueconditionalformatting-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-gaugechartprimaryvalueconditionalformatting-syntax.json"></a>

```
{
  "[Icon](#cfn-quicksight-dashboard-gaugechartprimaryvalueconditionalformatting-icon)" : ConditionalFormattingIcon,
  "[TextColor](#cfn-quicksight-dashboard-gaugechartprimaryvalueconditionalformatting-textcolor)" : ConditionalFormattingColor
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-gaugechartprimaryvalueconditionalformatting-syntax.yaml"></a>

```
  [Icon](#cfn-quicksight-dashboard-gaugechartprimaryvalueconditionalformatting-icon): 
    ConditionalFormattingIcon
  [TextColor](#cfn-quicksight-dashboard-gaugechartprimaryvalueconditionalformatting-textcolor): 
    ConditionalFormattingColor
```

## Properties
<a name="aws-properties-quicksight-dashboard-gaugechartprimaryvalueconditionalformatting-properties"></a>

`Icon`  <a name="cfn-quicksight-dashboard-gaugechartprimaryvalueconditionalformatting-icon"></a>
The conditional formatting of the primary value icon.  
*Required*: No  
*Type*: [ConditionalFormattingIcon](aws-properties-quicksight-dashboard-conditionalformattingicon.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TextColor`  <a name="cfn-quicksight-dashboard-gaugechartprimaryvalueconditionalformatting-textcolor"></a>
The conditional formatting of the primary value text color.  
*Required*: No  
*Type*: [ConditionalFormattingColor](aws-properties-quicksight-dashboard-conditionalformattingcolor.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GaugeChartVisual
<a name="aws-properties-quicksight-dashboard-gaugechartvisual"></a>

A gauge chart.

For more information, see [Using gauge charts](https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html) in the *Amazon Quick Suite User Guide*.

## Syntax
<a name="aws-properties-quicksight-dashboard-gaugechartvisual-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-gaugechartvisual-syntax.json"></a>

```
{
  "[Actions](#cfn-quicksight-dashboard-gaugechartvisual-actions)" : [ VisualCustomAction, ... ],
  "[ChartConfiguration](#cfn-quicksight-dashboard-gaugechartvisual-chartconfiguration)" : GaugeChartConfiguration,
  "[ConditionalFormatting](#cfn-quicksight-dashboard-gaugechartvisual-conditionalformatting)" : GaugeChartConditionalFormatting,
  "[Subtitle](#cfn-quicksight-dashboard-gaugechartvisual-subtitle)" : VisualSubtitleLabelOptions,
  "[Title](#cfn-quicksight-dashboard-gaugechartvisual-title)" : VisualTitleLabelOptions,
  "[VisualContentAltText](#cfn-quicksight-dashboard-gaugechartvisual-visualcontentalttext)" : String,
  "[VisualId](#cfn-quicksight-dashboard-gaugechartvisual-visualid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-gaugechartvisual-syntax.yaml"></a>

```
  [Actions](#cfn-quicksight-dashboard-gaugechartvisual-actions): 
    - VisualCustomAction
  [ChartConfiguration](#cfn-quicksight-dashboard-gaugechartvisual-chartconfiguration): 
    GaugeChartConfiguration
  [ConditionalFormatting](#cfn-quicksight-dashboard-gaugechartvisual-conditionalformatting): 
    GaugeChartConditionalFormatting
  [Subtitle](#cfn-quicksight-dashboard-gaugechartvisual-subtitle): 
    VisualSubtitleLabelOptions
  [Title](#cfn-quicksight-dashboard-gaugechartvisual-title): 
    VisualTitleLabelOptions
  [VisualContentAltText](#cfn-quicksight-dashboard-gaugechartvisual-visualcontentalttext): String
  [VisualId](#cfn-quicksight-dashboard-gaugechartvisual-visualid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-gaugechartvisual-properties"></a>

`Actions`  <a name="cfn-quicksight-dashboard-gaugechartvisual-actions"></a>
The list of custom actions that are configured for a visual.  
*Required*: No  
*Type*: Array of [VisualCustomAction](aws-properties-quicksight-dashboard-visualcustomaction.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ChartConfiguration`  <a name="cfn-quicksight-dashboard-gaugechartvisual-chartconfiguration"></a>
The configuration of a `GaugeChartVisual`.  
*Required*: No  
*Type*: [GaugeChartConfiguration](aws-properties-quicksight-dashboard-gaugechartconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ConditionalFormatting`  <a name="cfn-quicksight-dashboard-gaugechartvisual-conditionalformatting"></a>
The conditional formatting of a `GaugeChartVisual`.  
*Required*: No  
*Type*: [GaugeChartConditionalFormatting](aws-properties-quicksight-dashboard-gaugechartconditionalformatting.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Subtitle`  <a name="cfn-quicksight-dashboard-gaugechartvisual-subtitle"></a>
The subtitle that is displayed on the visual.  
*Required*: No  
*Type*: [VisualSubtitleLabelOptions](aws-properties-quicksight-dashboard-visualsubtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-gaugechartvisual-title"></a>
The title that is displayed on the visual.  
*Required*: No  
*Type*: [VisualTitleLabelOptions](aws-properties-quicksight-dashboard-visualtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualContentAltText`  <a name="cfn-quicksight-dashboard-gaugechartvisual-visualcontentalttext"></a>
The alt text for the visual.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualId`  <a name="cfn-quicksight-dashboard-gaugechartvisual-visualid"></a>
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

# AWS::QuickSight::Dashboard GeospatialCategoricalColor
<a name="aws-properties-quicksight-dashboard-geospatialcategoricalcolor"></a>

The definition for a categorical color.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialcategoricalcolor-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialcategoricalcolor-syntax.json"></a>

```
{
  "[CategoryDataColors](#cfn-quicksight-dashboard-geospatialcategoricalcolor-categorydatacolors)" : [ GeospatialCategoricalDataColor, ... ],
  "[DefaultOpacity](#cfn-quicksight-dashboard-geospatialcategoricalcolor-defaultopacity)" : Number,
  "[NullDataSettings](#cfn-quicksight-dashboard-geospatialcategoricalcolor-nulldatasettings)" : GeospatialNullDataSettings,
  "[NullDataVisibility](#cfn-quicksight-dashboard-geospatialcategoricalcolor-nulldatavisibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialcategoricalcolor-syntax.yaml"></a>

```
  [CategoryDataColors](#cfn-quicksight-dashboard-geospatialcategoricalcolor-categorydatacolors): 
    - GeospatialCategoricalDataColor
  [DefaultOpacity](#cfn-quicksight-dashboard-geospatialcategoricalcolor-defaultopacity): Number
  [NullDataSettings](#cfn-quicksight-dashboard-geospatialcategoricalcolor-nulldatasettings): 
    GeospatialNullDataSettings
  [NullDataVisibility](#cfn-quicksight-dashboard-geospatialcategoricalcolor-nulldatavisibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialcategoricalcolor-properties"></a>

`CategoryDataColors`  <a name="cfn-quicksight-dashboard-geospatialcategoricalcolor-categorydatacolors"></a>
A list of categorical data colors for each category.  
*Required*: Yes  
*Type*: Array of [GeospatialCategoricalDataColor](aws-properties-quicksight-dashboard-geospatialcategoricaldatacolor.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DefaultOpacity`  <a name="cfn-quicksight-dashboard-geospatialcategoricalcolor-defaultopacity"></a>
The default opacity of a categorical color.  
*Required*: No  
*Type*: Number  
*Minimum*: `0`  
*Maximum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NullDataSettings`  <a name="cfn-quicksight-dashboard-geospatialcategoricalcolor-nulldatasettings"></a>
The null data visualization settings.  
*Required*: No  
*Type*: [GeospatialNullDataSettings](aws-properties-quicksight-dashboard-geospatialnulldatasettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NullDataVisibility`  <a name="cfn-quicksight-dashboard-geospatialcategoricalcolor-nulldatavisibility"></a>
The state of visibility for null data.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialCategoricalDataColor
<a name="aws-properties-quicksight-dashboard-geospatialcategoricaldatacolor"></a>

The categorical data color for a single category.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialcategoricaldatacolor-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialcategoricaldatacolor-syntax.json"></a>

```
{
  "[Color](#cfn-quicksight-dashboard-geospatialcategoricaldatacolor-color)" : String,
  "[DataValue](#cfn-quicksight-dashboard-geospatialcategoricaldatacolor-datavalue)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialcategoricaldatacolor-syntax.yaml"></a>

```
  [Color](#cfn-quicksight-dashboard-geospatialcategoricaldatacolor-color): String
  [DataValue](#cfn-quicksight-dashboard-geospatialcategoricaldatacolor-datavalue): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialcategoricaldatacolor-properties"></a>

`Color`  <a name="cfn-quicksight-dashboard-geospatialcategoricaldatacolor-color"></a>
The color and opacity values for the category data color.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataValue`  <a name="cfn-quicksight-dashboard-geospatialcategoricaldatacolor-datavalue"></a>
The data value for the category data color.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialCircleRadius
<a name="aws-properties-quicksight-dashboard-geospatialcircleradius"></a>

The geospatial radius for a circle.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialcircleradius-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialcircleradius-syntax.json"></a>

```
{
  "[Radius](#cfn-quicksight-dashboard-geospatialcircleradius-radius)" : Number
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialcircleradius-syntax.yaml"></a>

```
  [Radius](#cfn-quicksight-dashboard-geospatialcircleradius-radius): Number
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialcircleradius-properties"></a>

`Radius`  <a name="cfn-quicksight-dashboard-geospatialcircleradius-radius"></a>
The positive value for the radius of a circle.  
*Required*: No  
*Type*: Number  
*Minimum*: `0`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialCircleSymbolStyle
<a name="aws-properties-quicksight-dashboard-geospatialcirclesymbolstyle"></a>

The properties for a circle symbol style.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialcirclesymbolstyle-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialcirclesymbolstyle-syntax.json"></a>

```
{
  "[CircleRadius](#cfn-quicksight-dashboard-geospatialcirclesymbolstyle-circleradius)" : GeospatialCircleRadius,
  "[FillColor](#cfn-quicksight-dashboard-geospatialcirclesymbolstyle-fillcolor)" : GeospatialColor,
  "[StrokeColor](#cfn-quicksight-dashboard-geospatialcirclesymbolstyle-strokecolor)" : GeospatialColor,
  "[StrokeWidth](#cfn-quicksight-dashboard-geospatialcirclesymbolstyle-strokewidth)" : GeospatialLineWidth
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialcirclesymbolstyle-syntax.yaml"></a>

```
  [CircleRadius](#cfn-quicksight-dashboard-geospatialcirclesymbolstyle-circleradius): 
    GeospatialCircleRadius
  [FillColor](#cfn-quicksight-dashboard-geospatialcirclesymbolstyle-fillcolor): 
    GeospatialColor
  [StrokeColor](#cfn-quicksight-dashboard-geospatialcirclesymbolstyle-strokecolor): 
    GeospatialColor
  [StrokeWidth](#cfn-quicksight-dashboard-geospatialcirclesymbolstyle-strokewidth): 
    GeospatialLineWidth
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialcirclesymbolstyle-properties"></a>

`CircleRadius`  <a name="cfn-quicksight-dashboard-geospatialcirclesymbolstyle-circleradius"></a>
The radius of the circle.  
*Required*: No  
*Type*: [GeospatialCircleRadius](aws-properties-quicksight-dashboard-geospatialcircleradius.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FillColor`  <a name="cfn-quicksight-dashboard-geospatialcirclesymbolstyle-fillcolor"></a>
The color and opacity values for the fill color.  
*Required*: No  
*Type*: [GeospatialColor](aws-properties-quicksight-dashboard-geospatialcolor.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StrokeColor`  <a name="cfn-quicksight-dashboard-geospatialcirclesymbolstyle-strokecolor"></a>
The color and opacity values for the stroke color.  
*Required*: No  
*Type*: [GeospatialColor](aws-properties-quicksight-dashboard-geospatialcolor.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StrokeWidth`  <a name="cfn-quicksight-dashboard-geospatialcirclesymbolstyle-strokewidth"></a>
The width of the stroke (border).  
*Required*: No  
*Type*: [GeospatialLineWidth](aws-properties-quicksight-dashboard-geospatiallinewidth.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialColor
<a name="aws-properties-quicksight-dashboard-geospatialcolor"></a>

The visualization properties for solid, gradient, and categorical colors.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialcolor-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialcolor-syntax.json"></a>

```
{
  "[Categorical](#cfn-quicksight-dashboard-geospatialcolor-categorical)" : GeospatialCategoricalColor,
  "[Gradient](#cfn-quicksight-dashboard-geospatialcolor-gradient)" : GeospatialGradientColor,
  "[Solid](#cfn-quicksight-dashboard-geospatialcolor-solid)" : GeospatialSolidColor
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialcolor-syntax.yaml"></a>

```
  [Categorical](#cfn-quicksight-dashboard-geospatialcolor-categorical): 
    GeospatialCategoricalColor
  [Gradient](#cfn-quicksight-dashboard-geospatialcolor-gradient): 
    GeospatialGradientColor
  [Solid](#cfn-quicksight-dashboard-geospatialcolor-solid): 
    GeospatialSolidColor
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialcolor-properties"></a>

`Categorical`  <a name="cfn-quicksight-dashboard-geospatialcolor-categorical"></a>
The visualization properties for the categorical color.  
*Required*: No  
*Type*: [GeospatialCategoricalColor](aws-properties-quicksight-dashboard-geospatialcategoricalcolor.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Gradient`  <a name="cfn-quicksight-dashboard-geospatialcolor-gradient"></a>
The visualization properties for the gradient color.  
*Required*: No  
*Type*: [GeospatialGradientColor](aws-properties-quicksight-dashboard-geospatialgradientcolor.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Solid`  <a name="cfn-quicksight-dashboard-geospatialcolor-solid"></a>
The visualization properties for the solid color.  
*Required*: No  
*Type*: [GeospatialSolidColor](aws-properties-quicksight-dashboard-geospatialsolidcolor.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialCoordinateBounds
<a name="aws-properties-quicksight-dashboard-geospatialcoordinatebounds"></a>

The bound options (north, south, west, east) of the geospatial window options.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialcoordinatebounds-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialcoordinatebounds-syntax.json"></a>

```
{
  "[East](#cfn-quicksight-dashboard-geospatialcoordinatebounds-east)" : Number,
  "[North](#cfn-quicksight-dashboard-geospatialcoordinatebounds-north)" : Number,
  "[South](#cfn-quicksight-dashboard-geospatialcoordinatebounds-south)" : Number,
  "[West](#cfn-quicksight-dashboard-geospatialcoordinatebounds-west)" : Number
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialcoordinatebounds-syntax.yaml"></a>

```
  [East](#cfn-quicksight-dashboard-geospatialcoordinatebounds-east): Number
  [North](#cfn-quicksight-dashboard-geospatialcoordinatebounds-north): Number
  [South](#cfn-quicksight-dashboard-geospatialcoordinatebounds-south): Number
  [West](#cfn-quicksight-dashboard-geospatialcoordinatebounds-west): Number
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialcoordinatebounds-properties"></a>

`East`  <a name="cfn-quicksight-dashboard-geospatialcoordinatebounds-east"></a>
The longitude of the east bound of the geospatial coordinate bounds.  
*Required*: Yes  
*Type*: Number  
*Minimum*: `-1800`  
*Maximum*: `1800`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`North`  <a name="cfn-quicksight-dashboard-geospatialcoordinatebounds-north"></a>
The latitude of the north bound of the geospatial coordinate bounds.  
*Required*: Yes  
*Type*: Number  
*Minimum*: `-90`  
*Maximum*: `90`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`South`  <a name="cfn-quicksight-dashboard-geospatialcoordinatebounds-south"></a>
The latitude of the south bound of the geospatial coordinate bounds.  
*Required*: Yes  
*Type*: Number  
*Minimum*: `-90`  
*Maximum*: `90`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`West`  <a name="cfn-quicksight-dashboard-geospatialcoordinatebounds-west"></a>
The longitude of the west bound of the geospatial coordinate bounds.  
*Required*: Yes  
*Type*: Number  
*Minimum*: `-1800`  
*Maximum*: `1800`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialDataSourceItem
<a name="aws-properties-quicksight-dashboard-geospatialdatasourceitem"></a>

The data source properties for the geospatial data.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialdatasourceitem-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialdatasourceitem-syntax.json"></a>

```
{
  "[StaticFileDataSource](#cfn-quicksight-dashboard-geospatialdatasourceitem-staticfiledatasource)" : GeospatialStaticFileSource
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialdatasourceitem-syntax.yaml"></a>

```
  [StaticFileDataSource](#cfn-quicksight-dashboard-geospatialdatasourceitem-staticfiledatasource): 
    GeospatialStaticFileSource
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialdatasourceitem-properties"></a>

`StaticFileDataSource`  <a name="cfn-quicksight-dashboard-geospatialdatasourceitem-staticfiledatasource"></a>
The static file data source properties for the geospatial data.  
*Required*: No  
*Type*: [GeospatialStaticFileSource](aws-properties-quicksight-dashboard-geospatialstaticfilesource.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialGradientColor
<a name="aws-properties-quicksight-dashboard-geospatialgradientcolor"></a>

The definition for a gradient color.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialgradientcolor-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialgradientcolor-syntax.json"></a>

```
{
  "[DefaultOpacity](#cfn-quicksight-dashboard-geospatialgradientcolor-defaultopacity)" : Number,
  "[NullDataSettings](#cfn-quicksight-dashboard-geospatialgradientcolor-nulldatasettings)" : GeospatialNullDataSettings,
  "[NullDataVisibility](#cfn-quicksight-dashboard-geospatialgradientcolor-nulldatavisibility)" : String,
  "[StepColors](#cfn-quicksight-dashboard-geospatialgradientcolor-stepcolors)" : [ GeospatialGradientStepColor, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialgradientcolor-syntax.yaml"></a>

```
  [DefaultOpacity](#cfn-quicksight-dashboard-geospatialgradientcolor-defaultopacity): Number
  [NullDataSettings](#cfn-quicksight-dashboard-geospatialgradientcolor-nulldatasettings): 
    GeospatialNullDataSettings
  [NullDataVisibility](#cfn-quicksight-dashboard-geospatialgradientcolor-nulldatavisibility): String
  [StepColors](#cfn-quicksight-dashboard-geospatialgradientcolor-stepcolors): 
    - GeospatialGradientStepColor
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialgradientcolor-properties"></a>

`DefaultOpacity`  <a name="cfn-quicksight-dashboard-geospatialgradientcolor-defaultopacity"></a>
The default opacity for the gradient color.  
*Required*: No  
*Type*: Number  
*Minimum*: `0`  
*Maximum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NullDataSettings`  <a name="cfn-quicksight-dashboard-geospatialgradientcolor-nulldatasettings"></a>
The null data visualization settings.  
*Required*: No  
*Type*: [GeospatialNullDataSettings](aws-properties-quicksight-dashboard-geospatialnulldatasettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NullDataVisibility`  <a name="cfn-quicksight-dashboard-geospatialgradientcolor-nulldatavisibility"></a>
The state of visibility for null data.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StepColors`  <a name="cfn-quicksight-dashboard-geospatialgradientcolor-stepcolors"></a>
A list of gradient step colors for the gradient.  
*Required*: Yes  
*Type*: Array of [GeospatialGradientStepColor](aws-properties-quicksight-dashboard-geospatialgradientstepcolor.md)  
*Minimum*: `2`  
*Maximum*: `3`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialGradientStepColor
<a name="aws-properties-quicksight-dashboard-geospatialgradientstepcolor"></a>

The gradient step color for a single step.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialgradientstepcolor-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialgradientstepcolor-syntax.json"></a>

```
{
  "[Color](#cfn-quicksight-dashboard-geospatialgradientstepcolor-color)" : String,
  "[DataValue](#cfn-quicksight-dashboard-geospatialgradientstepcolor-datavalue)" : Number
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialgradientstepcolor-syntax.yaml"></a>

```
  [Color](#cfn-quicksight-dashboard-geospatialgradientstepcolor-color): String
  [DataValue](#cfn-quicksight-dashboard-geospatialgradientstepcolor-datavalue): Number
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialgradientstepcolor-properties"></a>

`Color`  <a name="cfn-quicksight-dashboard-geospatialgradientstepcolor-color"></a>
The color and opacity values for the gradient step color.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataValue`  <a name="cfn-quicksight-dashboard-geospatialgradientstepcolor-datavalue"></a>
The data value for the gradient step color.  
*Required*: Yes  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialHeatmapColorScale
<a name="aws-properties-quicksight-dashboard-geospatialheatmapcolorscale"></a>

The color scale specification for the heatmap point style.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialheatmapcolorscale-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialheatmapcolorscale-syntax.json"></a>

```
{
  "[Colors](#cfn-quicksight-dashboard-geospatialheatmapcolorscale-colors)" : [ GeospatialHeatmapDataColor, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialheatmapcolorscale-syntax.yaml"></a>

```
  [Colors](#cfn-quicksight-dashboard-geospatialheatmapcolorscale-colors): 
    - GeospatialHeatmapDataColor
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialheatmapcolorscale-properties"></a>

`Colors`  <a name="cfn-quicksight-dashboard-geospatialheatmapcolorscale-colors"></a>
The list of colors to be used in heatmap point style.  
*Required*: No  
*Type*: Array of [GeospatialHeatmapDataColor](aws-properties-quicksight-dashboard-geospatialheatmapdatacolor.md)  
*Minimum*: `2`  
*Maximum*: `2`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialHeatmapConfiguration
<a name="aws-properties-quicksight-dashboard-geospatialheatmapconfiguration"></a>

The heatmap configuration of the geospatial point style.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialheatmapconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialheatmapconfiguration-syntax.json"></a>

```
{
  "[HeatmapColor](#cfn-quicksight-dashboard-geospatialheatmapconfiguration-heatmapcolor)" : GeospatialHeatmapColorScale
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialheatmapconfiguration-syntax.yaml"></a>

```
  [HeatmapColor](#cfn-quicksight-dashboard-geospatialheatmapconfiguration-heatmapcolor): 
    GeospatialHeatmapColorScale
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialheatmapconfiguration-properties"></a>

`HeatmapColor`  <a name="cfn-quicksight-dashboard-geospatialheatmapconfiguration-heatmapcolor"></a>
The color scale specification for the heatmap point style.  
*Required*: No  
*Type*: [GeospatialHeatmapColorScale](aws-properties-quicksight-dashboard-geospatialheatmapcolorscale.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialHeatmapDataColor
<a name="aws-properties-quicksight-dashboard-geospatialheatmapdatacolor"></a>

The color to be used in the heatmap point style.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialheatmapdatacolor-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialheatmapdatacolor-syntax.json"></a>

```
{
  "[Color](#cfn-quicksight-dashboard-geospatialheatmapdatacolor-color)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialheatmapdatacolor-syntax.yaml"></a>

```
  [Color](#cfn-quicksight-dashboard-geospatialheatmapdatacolor-color): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialheatmapdatacolor-properties"></a>

`Color`  <a name="cfn-quicksight-dashboard-geospatialheatmapdatacolor-color"></a>
The hex color to be used in the heatmap point style.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialLayerColorField
<a name="aws-properties-quicksight-dashboard-geospatiallayercolorfield"></a>

The color field that defines a gradient or categorical style.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatiallayercolorfield-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatiallayercolorfield-syntax.json"></a>

```
{
  "[ColorDimensionsFields](#cfn-quicksight-dashboard-geospatiallayercolorfield-colordimensionsfields)" : [ DimensionField, ... ],
  "[ColorValuesFields](#cfn-quicksight-dashboard-geospatiallayercolorfield-colorvaluesfields)" : [ MeasureField, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatiallayercolorfield-syntax.yaml"></a>

```
  [ColorDimensionsFields](#cfn-quicksight-dashboard-geospatiallayercolorfield-colordimensionsfields): 
    - DimensionField
  [ColorValuesFields](#cfn-quicksight-dashboard-geospatiallayercolorfield-colorvaluesfields): 
    - MeasureField
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatiallayercolorfield-properties"></a>

`ColorDimensionsFields`  <a name="cfn-quicksight-dashboard-geospatiallayercolorfield-colordimensionsfields"></a>
A list of color dimension fields.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColorValuesFields`  <a name="cfn-quicksight-dashboard-geospatiallayercolorfield-colorvaluesfields"></a>
A list of color measure fields.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialLayerDefinition
<a name="aws-properties-quicksight-dashboard-geospatiallayerdefinition"></a>

The definition properties for a geospatial layer.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatiallayerdefinition-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatiallayerdefinition-syntax.json"></a>

```
{
  "[LineLayer](#cfn-quicksight-dashboard-geospatiallayerdefinition-linelayer)" : GeospatialLineLayer,
  "[PointLayer](#cfn-quicksight-dashboard-geospatiallayerdefinition-pointlayer)" : GeospatialPointLayer,
  "[PolygonLayer](#cfn-quicksight-dashboard-geospatiallayerdefinition-polygonlayer)" : GeospatialPolygonLayer
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatiallayerdefinition-syntax.yaml"></a>

```
  [LineLayer](#cfn-quicksight-dashboard-geospatiallayerdefinition-linelayer): 
    GeospatialLineLayer
  [PointLayer](#cfn-quicksight-dashboard-geospatiallayerdefinition-pointlayer): 
    GeospatialPointLayer
  [PolygonLayer](#cfn-quicksight-dashboard-geospatiallayerdefinition-polygonlayer): 
    GeospatialPolygonLayer
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatiallayerdefinition-properties"></a>

`LineLayer`  <a name="cfn-quicksight-dashboard-geospatiallayerdefinition-linelayer"></a>
The definition for a line layer.  
*Required*: No  
*Type*: [GeospatialLineLayer](aws-properties-quicksight-dashboard-geospatiallinelayer.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PointLayer`  <a name="cfn-quicksight-dashboard-geospatiallayerdefinition-pointlayer"></a>
The definition for a point layer.  
*Required*: No  
*Type*: [GeospatialPointLayer](aws-properties-quicksight-dashboard-geospatialpointlayer.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PolygonLayer`  <a name="cfn-quicksight-dashboard-geospatiallayerdefinition-polygonlayer"></a>
The definition for a polygon layer.  
*Required*: No  
*Type*: [GeospatialPolygonLayer](aws-properties-quicksight-dashboard-geospatialpolygonlayer.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialLayerItem
<a name="aws-properties-quicksight-dashboard-geospatiallayeritem"></a>

The properties for a single geospatial layer.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatiallayeritem-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatiallayeritem-syntax.json"></a>

```
{
  "[Actions](#cfn-quicksight-dashboard-geospatiallayeritem-actions)" : [ LayerCustomAction, ... ],
  "[DataSource](#cfn-quicksight-dashboard-geospatiallayeritem-datasource)" : GeospatialDataSourceItem,
  "[JoinDefinition](#cfn-quicksight-dashboard-geospatiallayeritem-joindefinition)" : GeospatialLayerJoinDefinition,
  "[Label](#cfn-quicksight-dashboard-geospatiallayeritem-label)" : String,
  "[LayerDefinition](#cfn-quicksight-dashboard-geospatiallayeritem-layerdefinition)" : GeospatialLayerDefinition,
  "[LayerId](#cfn-quicksight-dashboard-geospatiallayeritem-layerid)" : String,
  "[LayerType](#cfn-quicksight-dashboard-geospatiallayeritem-layertype)" : String,
  "[Tooltip](#cfn-quicksight-dashboard-geospatiallayeritem-tooltip)" : TooltipOptions,
  "[Visibility](#cfn-quicksight-dashboard-geospatiallayeritem-visibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatiallayeritem-syntax.yaml"></a>

```
  [Actions](#cfn-quicksight-dashboard-geospatiallayeritem-actions): 
    - LayerCustomAction
  [DataSource](#cfn-quicksight-dashboard-geospatiallayeritem-datasource): 
    GeospatialDataSourceItem
  [JoinDefinition](#cfn-quicksight-dashboard-geospatiallayeritem-joindefinition): 
    GeospatialLayerJoinDefinition
  [Label](#cfn-quicksight-dashboard-geospatiallayeritem-label): String
  [LayerDefinition](#cfn-quicksight-dashboard-geospatiallayeritem-layerdefinition): 
    GeospatialLayerDefinition
  [LayerId](#cfn-quicksight-dashboard-geospatiallayeritem-layerid): String
  [LayerType](#cfn-quicksight-dashboard-geospatiallayeritem-layertype): String
  [Tooltip](#cfn-quicksight-dashboard-geospatiallayeritem-tooltip): 
    TooltipOptions
  [Visibility](#cfn-quicksight-dashboard-geospatiallayeritem-visibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatiallayeritem-properties"></a>

`Actions`  <a name="cfn-quicksight-dashboard-geospatiallayeritem-actions"></a>
A list of custom actions for a layer.  
*Required*: No  
*Type*: Array of [LayerCustomAction](aws-properties-quicksight-dashboard-layercustomaction.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataSource`  <a name="cfn-quicksight-dashboard-geospatiallayeritem-datasource"></a>
The data source for the layer.  
*Required*: No  
*Type*: [GeospatialDataSourceItem](aws-properties-quicksight-dashboard-geospatialdatasourceitem.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`JoinDefinition`  <a name="cfn-quicksight-dashboard-geospatiallayeritem-joindefinition"></a>
The join definition properties for a layer.  
*Required*: No  
*Type*: [GeospatialLayerJoinDefinition](aws-properties-quicksight-dashboard-geospatiallayerjoindefinition.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Label`  <a name="cfn-quicksight-dashboard-geospatiallayeritem-label"></a>
The label that is displayed for the layer.  
*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)

`LayerDefinition`  <a name="cfn-quicksight-dashboard-geospatiallayeritem-layerdefinition"></a>
The definition properties for a layer.  
*Required*: No  
*Type*: [GeospatialLayerDefinition](aws-properties-quicksight-dashboard-geospatiallayerdefinition.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LayerId`  <a name="cfn-quicksight-dashboard-geospatiallayeritem-layerid"></a>
The ID of the layer.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LayerType`  <a name="cfn-quicksight-dashboard-geospatiallayeritem-layertype"></a>
The layer type.  
*Required*: No  
*Type*: String  
*Allowed values*: `POINT | LINE | POLYGON`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tooltip`  <a name="cfn-quicksight-dashboard-geospatiallayeritem-tooltip"></a>
Property description not available.  
*Required*: No  
*Type*: [TooltipOptions](aws-properties-quicksight-dashboard-tooltipoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Visibility`  <a name="cfn-quicksight-dashboard-geospatiallayeritem-visibility"></a>
The state of visibility for the layer.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialLayerJoinDefinition
<a name="aws-properties-quicksight-dashboard-geospatiallayerjoindefinition"></a>

The custom actions for a layer.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatiallayerjoindefinition-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatiallayerjoindefinition-syntax.json"></a>

```
{
  "[ColorField](#cfn-quicksight-dashboard-geospatiallayerjoindefinition-colorfield)" : GeospatialLayerColorField,
  "[DatasetKeyField](#cfn-quicksight-dashboard-geospatiallayerjoindefinition-datasetkeyfield)" : UnaggregatedField,
  "[ShapeKeyField](#cfn-quicksight-dashboard-geospatiallayerjoindefinition-shapekeyfield)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatiallayerjoindefinition-syntax.yaml"></a>

```
  [ColorField](#cfn-quicksight-dashboard-geospatiallayerjoindefinition-colorfield): 
    GeospatialLayerColorField
  [DatasetKeyField](#cfn-quicksight-dashboard-geospatiallayerjoindefinition-datasetkeyfield): 
    UnaggregatedField
  [ShapeKeyField](#cfn-quicksight-dashboard-geospatiallayerjoindefinition-shapekeyfield): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatiallayerjoindefinition-properties"></a>

`ColorField`  <a name="cfn-quicksight-dashboard-geospatiallayerjoindefinition-colorfield"></a>
The geospatial color field for the join definition.  
*Required*: No  
*Type*: [GeospatialLayerColorField](aws-properties-quicksight-dashboard-geospatiallayercolorfield.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DatasetKeyField`  <a name="cfn-quicksight-dashboard-geospatiallayerjoindefinition-datasetkeyfield"></a>
Property description not available.  
*Required*: No  
*Type*: [UnaggregatedField](aws-properties-quicksight-dashboard-unaggregatedfield.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ShapeKeyField`  <a name="cfn-quicksight-dashboard-geospatiallayerjoindefinition-shapekeyfield"></a>
The name of the field or property in the geospatial data source.  
*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)

# AWS::QuickSight::Dashboard GeospatialLayerMapConfiguration
<a name="aws-properties-quicksight-dashboard-geospatiallayermapconfiguration"></a>

The map definition that defines map state, map style, and geospatial layers.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatiallayermapconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatiallayermapconfiguration-syntax.json"></a>

```
{
  "[Interactions](#cfn-quicksight-dashboard-geospatiallayermapconfiguration-interactions)" : VisualInteractionOptions,
  "[Legend](#cfn-quicksight-dashboard-geospatiallayermapconfiguration-legend)" : LegendOptions,
  "[MapLayers](#cfn-quicksight-dashboard-geospatiallayermapconfiguration-maplayers)" : [ GeospatialLayerItem, ... ],
  "[MapState](#cfn-quicksight-dashboard-geospatiallayermapconfiguration-mapstate)" : GeospatialMapState,
  "[MapStyle](#cfn-quicksight-dashboard-geospatiallayermapconfiguration-mapstyle)" : GeospatialMapStyle
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatiallayermapconfiguration-syntax.yaml"></a>

```
  [Interactions](#cfn-quicksight-dashboard-geospatiallayermapconfiguration-interactions): 
    VisualInteractionOptions
  [Legend](#cfn-quicksight-dashboard-geospatiallayermapconfiguration-legend): 
    LegendOptions
  [MapLayers](#cfn-quicksight-dashboard-geospatiallayermapconfiguration-maplayers): 
    - GeospatialLayerItem
  [MapState](#cfn-quicksight-dashboard-geospatiallayermapconfiguration-mapstate): 
    GeospatialMapState
  [MapStyle](#cfn-quicksight-dashboard-geospatiallayermapconfiguration-mapstyle): 
    GeospatialMapStyle
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatiallayermapconfiguration-properties"></a>

`Interactions`  <a name="cfn-quicksight-dashboard-geospatiallayermapconfiguration-interactions"></a>
Property description not available.  
*Required*: No  
*Type*: [VisualInteractionOptions](aws-properties-quicksight-dashboard-visualinteractionoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Legend`  <a name="cfn-quicksight-dashboard-geospatiallayermapconfiguration-legend"></a>
Property description not available.  
*Required*: No  
*Type*: [LegendOptions](aws-properties-quicksight-dashboard-legendoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MapLayers`  <a name="cfn-quicksight-dashboard-geospatiallayermapconfiguration-maplayers"></a>
The geospatial layers to visualize on the map.  
*Required*: No  
*Type*: Array of [GeospatialLayerItem](aws-properties-quicksight-dashboard-geospatiallayeritem.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MapState`  <a name="cfn-quicksight-dashboard-geospatiallayermapconfiguration-mapstate"></a>
The map state properties for the map.  
*Required*: No  
*Type*: [GeospatialMapState](aws-properties-quicksight-dashboard-geospatialmapstate.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MapStyle`  <a name="cfn-quicksight-dashboard-geospatiallayermapconfiguration-mapstyle"></a>
The map style properties for the map.  
*Required*: No  
*Type*: [GeospatialMapStyle](aws-properties-quicksight-dashboard-geospatialmapstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialLineLayer
<a name="aws-properties-quicksight-dashboard-geospatiallinelayer"></a>

The geospatial Line layer.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatiallinelayer-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatiallinelayer-syntax.json"></a>

```
{
  "[Style](#cfn-quicksight-dashboard-geospatiallinelayer-style)" : GeospatialLineStyle
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatiallinelayer-syntax.yaml"></a>

```
  [Style](#cfn-quicksight-dashboard-geospatiallinelayer-style): 
    GeospatialLineStyle
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatiallinelayer-properties"></a>

`Style`  <a name="cfn-quicksight-dashboard-geospatiallinelayer-style"></a>
The visualization style for a line layer.  
*Required*: Yes  
*Type*: [GeospatialLineStyle](aws-properties-quicksight-dashboard-geospatiallinestyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialLineStyle
<a name="aws-properties-quicksight-dashboard-geospatiallinestyle"></a>

The visualization style for a line layer.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatiallinestyle-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatiallinestyle-syntax.json"></a>

```
{
  "[LineSymbolStyle](#cfn-quicksight-dashboard-geospatiallinestyle-linesymbolstyle)" : GeospatialLineSymbolStyle
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatiallinestyle-syntax.yaml"></a>

```
  [LineSymbolStyle](#cfn-quicksight-dashboard-geospatiallinestyle-linesymbolstyle): 
    GeospatialLineSymbolStyle
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatiallinestyle-properties"></a>

`LineSymbolStyle`  <a name="cfn-quicksight-dashboard-geospatiallinestyle-linesymbolstyle"></a>
The symbol style for a line style.  
*Required*: No  
*Type*: [GeospatialLineSymbolStyle](aws-properties-quicksight-dashboard-geospatiallinesymbolstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialLineSymbolStyle
<a name="aws-properties-quicksight-dashboard-geospatiallinesymbolstyle"></a>

The symbol style for a line layer.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatiallinesymbolstyle-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatiallinesymbolstyle-syntax.json"></a>

```
{
  "[FillColor](#cfn-quicksight-dashboard-geospatiallinesymbolstyle-fillcolor)" : GeospatialColor,
  "[LineWidth](#cfn-quicksight-dashboard-geospatiallinesymbolstyle-linewidth)" : GeospatialLineWidth
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatiallinesymbolstyle-syntax.yaml"></a>

```
  [FillColor](#cfn-quicksight-dashboard-geospatiallinesymbolstyle-fillcolor): 
    GeospatialColor
  [LineWidth](#cfn-quicksight-dashboard-geospatiallinesymbolstyle-linewidth): 
    GeospatialLineWidth
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatiallinesymbolstyle-properties"></a>

`FillColor`  <a name="cfn-quicksight-dashboard-geospatiallinesymbolstyle-fillcolor"></a>
The color and opacity values for the fill color.  
*Required*: No  
*Type*: [GeospatialColor](aws-properties-quicksight-dashboard-geospatialcolor.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LineWidth`  <a name="cfn-quicksight-dashboard-geospatiallinesymbolstyle-linewidth"></a>
The width value for a line.  
*Required*: No  
*Type*: [GeospatialLineWidth](aws-properties-quicksight-dashboard-geospatiallinewidth.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialLineWidth
<a name="aws-properties-quicksight-dashboard-geospatiallinewidth"></a>

The width properties for a line.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatiallinewidth-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatiallinewidth-syntax.json"></a>

```
{
  "[LineWidth](#cfn-quicksight-dashboard-geospatiallinewidth-linewidth)" : Number
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatiallinewidth-syntax.yaml"></a>

```
  [LineWidth](#cfn-quicksight-dashboard-geospatiallinewidth-linewidth): Number
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatiallinewidth-properties"></a>

`LineWidth`  <a name="cfn-quicksight-dashboard-geospatiallinewidth-linewidth"></a>
The positive value for the width of a line.  
*Required*: No  
*Type*: Number  
*Minimum*: `0`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialMapAggregatedFieldWells
<a name="aws-properties-quicksight-dashboard-geospatialmapaggregatedfieldwells"></a>

The aggregated field wells for a geospatial map.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialmapaggregatedfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialmapaggregatedfieldwells-syntax.json"></a>

```
{
  "[Colors](#cfn-quicksight-dashboard-geospatialmapaggregatedfieldwells-colors)" : [ DimensionField, ... ],
  "[Geospatial](#cfn-quicksight-dashboard-geospatialmapaggregatedfieldwells-geospatial)" : [ DimensionField, ... ],
  "[Values](#cfn-quicksight-dashboard-geospatialmapaggregatedfieldwells-values)" : [ MeasureField, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialmapaggregatedfieldwells-syntax.yaml"></a>

```
  [Colors](#cfn-quicksight-dashboard-geospatialmapaggregatedfieldwells-colors): 
    - DimensionField
  [Geospatial](#cfn-quicksight-dashboard-geospatialmapaggregatedfieldwells-geospatial): 
    - DimensionField
  [Values](#cfn-quicksight-dashboard-geospatialmapaggregatedfieldwells-values): 
    - MeasureField
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialmapaggregatedfieldwells-properties"></a>

`Colors`  <a name="cfn-quicksight-dashboard-geospatialmapaggregatedfieldwells-colors"></a>
The color field wells of a geospatial map.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Geospatial`  <a name="cfn-quicksight-dashboard-geospatialmapaggregatedfieldwells-geospatial"></a>
The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Values`  <a name="cfn-quicksight-dashboard-geospatialmapaggregatedfieldwells-values"></a>
The size field wells of a geospatial map. Values are aggregated based on geospatial fields.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialMapConfiguration
<a name="aws-properties-quicksight-dashboard-geospatialmapconfiguration"></a>

The configuration of a `GeospatialMapVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialmapconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialmapconfiguration-syntax.json"></a>

```
{
  "[FieldWells](#cfn-quicksight-dashboard-geospatialmapconfiguration-fieldwells)" : GeospatialMapFieldWells,
  "[Interactions](#cfn-quicksight-dashboard-geospatialmapconfiguration-interactions)" : VisualInteractionOptions,
  "[Legend](#cfn-quicksight-dashboard-geospatialmapconfiguration-legend)" : LegendOptions,
  "[MapStyleOptions](#cfn-quicksight-dashboard-geospatialmapconfiguration-mapstyleoptions)" : GeospatialMapStyleOptions,
  "[PointStyleOptions](#cfn-quicksight-dashboard-geospatialmapconfiguration-pointstyleoptions)" : GeospatialPointStyleOptions,
  "[Tooltip](#cfn-quicksight-dashboard-geospatialmapconfiguration-tooltip)" : TooltipOptions,
  "[VisualPalette](#cfn-quicksight-dashboard-geospatialmapconfiguration-visualpalette)" : VisualPalette,
  "[WindowOptions](#cfn-quicksight-dashboard-geospatialmapconfiguration-windowoptions)" : GeospatialWindowOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialmapconfiguration-syntax.yaml"></a>

```
  [FieldWells](#cfn-quicksight-dashboard-geospatialmapconfiguration-fieldwells): 
    GeospatialMapFieldWells
  [Interactions](#cfn-quicksight-dashboard-geospatialmapconfiguration-interactions): 
    VisualInteractionOptions
  [Legend](#cfn-quicksight-dashboard-geospatialmapconfiguration-legend): 
    LegendOptions
  [MapStyleOptions](#cfn-quicksight-dashboard-geospatialmapconfiguration-mapstyleoptions): 
    GeospatialMapStyleOptions
  [PointStyleOptions](#cfn-quicksight-dashboard-geospatialmapconfiguration-pointstyleoptions): 
    GeospatialPointStyleOptions
  [Tooltip](#cfn-quicksight-dashboard-geospatialmapconfiguration-tooltip): 
    TooltipOptions
  [VisualPalette](#cfn-quicksight-dashboard-geospatialmapconfiguration-visualpalette): 
    VisualPalette
  [WindowOptions](#cfn-quicksight-dashboard-geospatialmapconfiguration-windowoptions): 
    GeospatialWindowOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialmapconfiguration-properties"></a>

`FieldWells`  <a name="cfn-quicksight-dashboard-geospatialmapconfiguration-fieldwells"></a>
The field wells of the visual.  
*Required*: No  
*Type*: [GeospatialMapFieldWells](aws-properties-quicksight-dashboard-geospatialmapfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Interactions`  <a name="cfn-quicksight-dashboard-geospatialmapconfiguration-interactions"></a>
The general visual interactions setup for a visual.  
*Required*: No  
*Type*: [VisualInteractionOptions](aws-properties-quicksight-dashboard-visualinteractionoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Legend`  <a name="cfn-quicksight-dashboard-geospatialmapconfiguration-legend"></a>
The legend display setup of the visual.  
*Required*: No  
*Type*: [LegendOptions](aws-properties-quicksight-dashboard-legendoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MapStyleOptions`  <a name="cfn-quicksight-dashboard-geospatialmapconfiguration-mapstyleoptions"></a>
The map style options of the geospatial map.  
*Required*: No  
*Type*: [GeospatialMapStyleOptions](aws-properties-quicksight-dashboard-geospatialmapstyleoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PointStyleOptions`  <a name="cfn-quicksight-dashboard-geospatialmapconfiguration-pointstyleoptions"></a>
The point style options of the geospatial map.  
*Required*: No  
*Type*: [GeospatialPointStyleOptions](aws-properties-quicksight-dashboard-geospatialpointstyleoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tooltip`  <a name="cfn-quicksight-dashboard-geospatialmapconfiguration-tooltip"></a>
The tooltip display setup of the visual.  
*Required*: No  
*Type*: [TooltipOptions](aws-properties-quicksight-dashboard-tooltipoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualPalette`  <a name="cfn-quicksight-dashboard-geospatialmapconfiguration-visualpalette"></a>
Property description not available.  
*Required*: No  
*Type*: [VisualPalette](aws-properties-quicksight-dashboard-visualpalette.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`WindowOptions`  <a name="cfn-quicksight-dashboard-geospatialmapconfiguration-windowoptions"></a>
The window options of the geospatial map.  
*Required*: No  
*Type*: [GeospatialWindowOptions](aws-properties-quicksight-dashboard-geospatialwindowoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialMapFieldWells
<a name="aws-properties-quicksight-dashboard-geospatialmapfieldwells"></a>

The field wells of a `GeospatialMapVisual`.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialmapfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialmapfieldwells-syntax.json"></a>

```
{
  "[GeospatialMapAggregatedFieldWells](#cfn-quicksight-dashboard-geospatialmapfieldwells-geospatialmapaggregatedfieldwells)" : GeospatialMapAggregatedFieldWells
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialmapfieldwells-syntax.yaml"></a>

```
  [GeospatialMapAggregatedFieldWells](#cfn-quicksight-dashboard-geospatialmapfieldwells-geospatialmapaggregatedfieldwells): 
    GeospatialMapAggregatedFieldWells
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialmapfieldwells-properties"></a>

`GeospatialMapAggregatedFieldWells`  <a name="cfn-quicksight-dashboard-geospatialmapfieldwells-geospatialmapaggregatedfieldwells"></a>
The aggregated field well for a geospatial map.  
*Required*: No  
*Type*: [GeospatialMapAggregatedFieldWells](aws-properties-quicksight-dashboard-geospatialmapaggregatedfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialMapState
<a name="aws-properties-quicksight-dashboard-geospatialmapstate"></a>

The map state properties for a map.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialmapstate-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialmapstate-syntax.json"></a>

```
{
  "[Bounds](#cfn-quicksight-dashboard-geospatialmapstate-bounds)" : GeospatialCoordinateBounds,
  "[MapNavigation](#cfn-quicksight-dashboard-geospatialmapstate-mapnavigation)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialmapstate-syntax.yaml"></a>

```
  [Bounds](#cfn-quicksight-dashboard-geospatialmapstate-bounds): 
    GeospatialCoordinateBounds
  [MapNavigation](#cfn-quicksight-dashboard-geospatialmapstate-mapnavigation): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialmapstate-properties"></a>

`Bounds`  <a name="cfn-quicksight-dashboard-geospatialmapstate-bounds"></a>
Property description not available.  
*Required*: No  
*Type*: [GeospatialCoordinateBounds](aws-properties-quicksight-dashboard-geospatialcoordinatebounds.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MapNavigation`  <a name="cfn-quicksight-dashboard-geospatialmapstate-mapnavigation"></a>
Enables or disables map navigation for a map.  
*Required*: No  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialMapStyle
<a name="aws-properties-quicksight-dashboard-geospatialmapstyle"></a>

The map style properties for a map.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialmapstyle-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialmapstyle-syntax.json"></a>

```
{
  "[BackgroundColor](#cfn-quicksight-dashboard-geospatialmapstyle-backgroundcolor)" : String,
  "[BaseMapStyle](#cfn-quicksight-dashboard-geospatialmapstyle-basemapstyle)" : String,
  "[BaseMapVisibility](#cfn-quicksight-dashboard-geospatialmapstyle-basemapvisibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialmapstyle-syntax.yaml"></a>

```
  [BackgroundColor](#cfn-quicksight-dashboard-geospatialmapstyle-backgroundcolor): String
  [BaseMapStyle](#cfn-quicksight-dashboard-geospatialmapstyle-basemapstyle): String
  [BaseMapVisibility](#cfn-quicksight-dashboard-geospatialmapstyle-basemapvisibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialmapstyle-properties"></a>

`BackgroundColor`  <a name="cfn-quicksight-dashboard-geospatialmapstyle-backgroundcolor"></a>
The background color and opacity values for a map.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`BaseMapStyle`  <a name="cfn-quicksight-dashboard-geospatialmapstyle-basemapstyle"></a>
The selected base map style.  
*Required*: No  
*Type*: String  
*Allowed values*: `LIGHT_GRAY | DARK_GRAY | STREET | IMAGERY`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`BaseMapVisibility`  <a name="cfn-quicksight-dashboard-geospatialmapstyle-basemapvisibility"></a>
The state of visibility for the base map.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialMapStyleOptions
<a name="aws-properties-quicksight-dashboard-geospatialmapstyleoptions"></a>

The map style options of the geospatial map.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialmapstyleoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialmapstyleoptions-syntax.json"></a>

```
{
  "[BaseMapStyle](#cfn-quicksight-dashboard-geospatialmapstyleoptions-basemapstyle)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialmapstyleoptions-syntax.yaml"></a>

```
  [BaseMapStyle](#cfn-quicksight-dashboard-geospatialmapstyleoptions-basemapstyle): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialmapstyleoptions-properties"></a>

`BaseMapStyle`  <a name="cfn-quicksight-dashboard-geospatialmapstyleoptions-basemapstyle"></a>
The base map style of the geospatial map.  
*Required*: No  
*Type*: String  
*Allowed values*: `LIGHT_GRAY | DARK_GRAY | STREET | IMAGERY`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialMapVisual
<a name="aws-properties-quicksight-dashboard-geospatialmapvisual"></a>

A geospatial map or a points on map visual.

For more information, see [Creating point maps](https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html) in the *Amazon Quick Suite User Guide*.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialmapvisual-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialmapvisual-syntax.json"></a>

```
{
  "[Actions](#cfn-quicksight-dashboard-geospatialmapvisual-actions)" : [ VisualCustomAction, ... ],
  "[ChartConfiguration](#cfn-quicksight-dashboard-geospatialmapvisual-chartconfiguration)" : GeospatialMapConfiguration,
  "[ColumnHierarchies](#cfn-quicksight-dashboard-geospatialmapvisual-columnhierarchies)" : [ ColumnHierarchy, ... ],
  "[Subtitle](#cfn-quicksight-dashboard-geospatialmapvisual-subtitle)" : VisualSubtitleLabelOptions,
  "[Title](#cfn-quicksight-dashboard-geospatialmapvisual-title)" : VisualTitleLabelOptions,
  "[VisualContentAltText](#cfn-quicksight-dashboard-geospatialmapvisual-visualcontentalttext)" : String,
  "[VisualId](#cfn-quicksight-dashboard-geospatialmapvisual-visualid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialmapvisual-syntax.yaml"></a>

```
  [Actions](#cfn-quicksight-dashboard-geospatialmapvisual-actions): 
    - VisualCustomAction
  [ChartConfiguration](#cfn-quicksight-dashboard-geospatialmapvisual-chartconfiguration): 
    GeospatialMapConfiguration
  [ColumnHierarchies](#cfn-quicksight-dashboard-geospatialmapvisual-columnhierarchies): 
    - ColumnHierarchy
  [Subtitle](#cfn-quicksight-dashboard-geospatialmapvisual-subtitle): 
    VisualSubtitleLabelOptions
  [Title](#cfn-quicksight-dashboard-geospatialmapvisual-title): 
    VisualTitleLabelOptions
  [VisualContentAltText](#cfn-quicksight-dashboard-geospatialmapvisual-visualcontentalttext): String
  [VisualId](#cfn-quicksight-dashboard-geospatialmapvisual-visualid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialmapvisual-properties"></a>

`Actions`  <a name="cfn-quicksight-dashboard-geospatialmapvisual-actions"></a>
The list of custom actions that are configured for a visual.  
*Required*: No  
*Type*: Array of [VisualCustomAction](aws-properties-quicksight-dashboard-visualcustomaction.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ChartConfiguration`  <a name="cfn-quicksight-dashboard-geospatialmapvisual-chartconfiguration"></a>
The configuration settings of the visual.  
*Required*: No  
*Type*: [GeospatialMapConfiguration](aws-properties-quicksight-dashboard-geospatialmapconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColumnHierarchies`  <a name="cfn-quicksight-dashboard-geospatialmapvisual-columnhierarchies"></a>
The column hierarchy that is used during drill-downs and drill-ups.  
*Required*: No  
*Type*: Array of [ColumnHierarchy](aws-properties-quicksight-dashboard-columnhierarchy.md)  
*Minimum*: `0`  
*Maximum*: `2`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Subtitle`  <a name="cfn-quicksight-dashboard-geospatialmapvisual-subtitle"></a>
The subtitle that is displayed on the visual.  
*Required*: No  
*Type*: [VisualSubtitleLabelOptions](aws-properties-quicksight-dashboard-visualsubtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-geospatialmapvisual-title"></a>
The title that is displayed on the visual.  
*Required*: No  
*Type*: [VisualTitleLabelOptions](aws-properties-quicksight-dashboard-visualtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualContentAltText`  <a name="cfn-quicksight-dashboard-geospatialmapvisual-visualcontentalttext"></a>
The alt text for the visual.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualId`  <a name="cfn-quicksight-dashboard-geospatialmapvisual-visualid"></a>
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

# AWS::QuickSight::Dashboard GeospatialNullDataSettings
<a name="aws-properties-quicksight-dashboard-geospatialnulldatasettings"></a>

The properties for the visualization of null data.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialnulldatasettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialnulldatasettings-syntax.json"></a>

```
{
  "[SymbolStyle](#cfn-quicksight-dashboard-geospatialnulldatasettings-symbolstyle)" : GeospatialNullSymbolStyle
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialnulldatasettings-syntax.yaml"></a>

```
  [SymbolStyle](#cfn-quicksight-dashboard-geospatialnulldatasettings-symbolstyle): 
    GeospatialNullSymbolStyle
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialnulldatasettings-properties"></a>

`SymbolStyle`  <a name="cfn-quicksight-dashboard-geospatialnulldatasettings-symbolstyle"></a>
The symbol style for null data.  
*Required*: Yes  
*Type*: [GeospatialNullSymbolStyle](aws-properties-quicksight-dashboard-geospatialnullsymbolstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialNullSymbolStyle
<a name="aws-properties-quicksight-dashboard-geospatialnullsymbolstyle"></a>

The symbol style for null data.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialnullsymbolstyle-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialnullsymbolstyle-syntax.json"></a>

```
{
  "[FillColor](#cfn-quicksight-dashboard-geospatialnullsymbolstyle-fillcolor)" : String,
  "[StrokeColor](#cfn-quicksight-dashboard-geospatialnullsymbolstyle-strokecolor)" : String,
  "[StrokeWidth](#cfn-quicksight-dashboard-geospatialnullsymbolstyle-strokewidth)" : Number
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialnullsymbolstyle-syntax.yaml"></a>

```
  [FillColor](#cfn-quicksight-dashboard-geospatialnullsymbolstyle-fillcolor): String
  [StrokeColor](#cfn-quicksight-dashboard-geospatialnullsymbolstyle-strokecolor): String
  [StrokeWidth](#cfn-quicksight-dashboard-geospatialnullsymbolstyle-strokewidth): Number
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialnullsymbolstyle-properties"></a>

`FillColor`  <a name="cfn-quicksight-dashboard-geospatialnullsymbolstyle-fillcolor"></a>
The color and opacity values for the fill color.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StrokeColor`  <a name="cfn-quicksight-dashboard-geospatialnullsymbolstyle-strokecolor"></a>
The color and opacity values for the stroke color.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StrokeWidth`  <a name="cfn-quicksight-dashboard-geospatialnullsymbolstyle-strokewidth"></a>
The width of the border stroke.  
*Required*: No  
*Type*: Number  
*Minimum*: `0`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialPointLayer
<a name="aws-properties-quicksight-dashboard-geospatialpointlayer"></a>

The geospatial Point layer.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialpointlayer-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialpointlayer-syntax.json"></a>

```
{
  "[Style](#cfn-quicksight-dashboard-geospatialpointlayer-style)" : GeospatialPointStyle
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialpointlayer-syntax.yaml"></a>

```
  [Style](#cfn-quicksight-dashboard-geospatialpointlayer-style): 
    GeospatialPointStyle
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialpointlayer-properties"></a>

`Style`  <a name="cfn-quicksight-dashboard-geospatialpointlayer-style"></a>
The visualization style for a point layer.  
*Required*: Yes  
*Type*: [GeospatialPointStyle](aws-properties-quicksight-dashboard-geospatialpointstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialPointStyle
<a name="aws-properties-quicksight-dashboard-geospatialpointstyle"></a>

The point style for a point layer.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialpointstyle-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialpointstyle-syntax.json"></a>

```
{
  "[CircleSymbolStyle](#cfn-quicksight-dashboard-geospatialpointstyle-circlesymbolstyle)" : GeospatialCircleSymbolStyle
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialpointstyle-syntax.yaml"></a>

```
  [CircleSymbolStyle](#cfn-quicksight-dashboard-geospatialpointstyle-circlesymbolstyle): 
    GeospatialCircleSymbolStyle
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialpointstyle-properties"></a>

`CircleSymbolStyle`  <a name="cfn-quicksight-dashboard-geospatialpointstyle-circlesymbolstyle"></a>
The circle symbol style for a point layer.  
*Required*: No  
*Type*: [GeospatialCircleSymbolStyle](aws-properties-quicksight-dashboard-geospatialcirclesymbolstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialPointStyleOptions
<a name="aws-properties-quicksight-dashboard-geospatialpointstyleoptions"></a>

The point style of the geospatial map.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialpointstyleoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialpointstyleoptions-syntax.json"></a>

```
{
  "[ClusterMarkerConfiguration](#cfn-quicksight-dashboard-geospatialpointstyleoptions-clustermarkerconfiguration)" : ClusterMarkerConfiguration,
  "[HeatmapConfiguration](#cfn-quicksight-dashboard-geospatialpointstyleoptions-heatmapconfiguration)" : GeospatialHeatmapConfiguration,
  "[SelectedPointStyle](#cfn-quicksight-dashboard-geospatialpointstyleoptions-selectedpointstyle)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialpointstyleoptions-syntax.yaml"></a>

```
  [ClusterMarkerConfiguration](#cfn-quicksight-dashboard-geospatialpointstyleoptions-clustermarkerconfiguration): 
    ClusterMarkerConfiguration
  [HeatmapConfiguration](#cfn-quicksight-dashboard-geospatialpointstyleoptions-heatmapconfiguration): 
    GeospatialHeatmapConfiguration
  [SelectedPointStyle](#cfn-quicksight-dashboard-geospatialpointstyleoptions-selectedpointstyle): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialpointstyleoptions-properties"></a>

`ClusterMarkerConfiguration`  <a name="cfn-quicksight-dashboard-geospatialpointstyleoptions-clustermarkerconfiguration"></a>
The cluster marker configuration of the geospatial point style.  
*Required*: No  
*Type*: [ClusterMarkerConfiguration](aws-properties-quicksight-dashboard-clustermarkerconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`HeatmapConfiguration`  <a name="cfn-quicksight-dashboard-geospatialpointstyleoptions-heatmapconfiguration"></a>
The heatmap configuration of the geospatial point style.  
*Required*: No  
*Type*: [GeospatialHeatmapConfiguration](aws-properties-quicksight-dashboard-geospatialheatmapconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SelectedPointStyle`  <a name="cfn-quicksight-dashboard-geospatialpointstyleoptions-selectedpointstyle"></a>
The selected point styles (point, cluster) of the geospatial map.  
*Required*: No  
*Type*: String  
*Allowed values*: `POINT | CLUSTER | HEATMAP`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialPolygonLayer
<a name="aws-properties-quicksight-dashboard-geospatialpolygonlayer"></a>

The geospatial polygon layer.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialpolygonlayer-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialpolygonlayer-syntax.json"></a>

```
{
  "[Style](#cfn-quicksight-dashboard-geospatialpolygonlayer-style)" : GeospatialPolygonStyle
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialpolygonlayer-syntax.yaml"></a>

```
  [Style](#cfn-quicksight-dashboard-geospatialpolygonlayer-style): 
    GeospatialPolygonStyle
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialpolygonlayer-properties"></a>

`Style`  <a name="cfn-quicksight-dashboard-geospatialpolygonlayer-style"></a>
The visualization style for a polygon layer.  
*Required*: Yes  
*Type*: [GeospatialPolygonStyle](aws-properties-quicksight-dashboard-geospatialpolygonstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialPolygonStyle
<a name="aws-properties-quicksight-dashboard-geospatialpolygonstyle"></a>

The polygon style for a polygon layer.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialpolygonstyle-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialpolygonstyle-syntax.json"></a>

```
{
  "[PolygonSymbolStyle](#cfn-quicksight-dashboard-geospatialpolygonstyle-polygonsymbolstyle)" : GeospatialPolygonSymbolStyle
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialpolygonstyle-syntax.yaml"></a>

```
  [PolygonSymbolStyle](#cfn-quicksight-dashboard-geospatialpolygonstyle-polygonsymbolstyle): 
    GeospatialPolygonSymbolStyle
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialpolygonstyle-properties"></a>

`PolygonSymbolStyle`  <a name="cfn-quicksight-dashboard-geospatialpolygonstyle-polygonsymbolstyle"></a>
The polygon symbol style for a polygon layer.  
*Required*: No  
*Type*: [GeospatialPolygonSymbolStyle](aws-properties-quicksight-dashboard-geospatialpolygonsymbolstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialPolygonSymbolStyle
<a name="aws-properties-quicksight-dashboard-geospatialpolygonsymbolstyle"></a>

The polygon symbol style for a polygon layer.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialpolygonsymbolstyle-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialpolygonsymbolstyle-syntax.json"></a>

```
{
  "[FillColor](#cfn-quicksight-dashboard-geospatialpolygonsymbolstyle-fillcolor)" : GeospatialColor,
  "[StrokeColor](#cfn-quicksight-dashboard-geospatialpolygonsymbolstyle-strokecolor)" : GeospatialColor,
  "[StrokeWidth](#cfn-quicksight-dashboard-geospatialpolygonsymbolstyle-strokewidth)" : GeospatialLineWidth
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialpolygonsymbolstyle-syntax.yaml"></a>

```
  [FillColor](#cfn-quicksight-dashboard-geospatialpolygonsymbolstyle-fillcolor): 
    GeospatialColor
  [StrokeColor](#cfn-quicksight-dashboard-geospatialpolygonsymbolstyle-strokecolor): 
    GeospatialColor
  [StrokeWidth](#cfn-quicksight-dashboard-geospatialpolygonsymbolstyle-strokewidth): 
    GeospatialLineWidth
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialpolygonsymbolstyle-properties"></a>

`FillColor`  <a name="cfn-quicksight-dashboard-geospatialpolygonsymbolstyle-fillcolor"></a>
The color and opacity values for the fill color.  
*Required*: No  
*Type*: [GeospatialColor](aws-properties-quicksight-dashboard-geospatialcolor.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StrokeColor`  <a name="cfn-quicksight-dashboard-geospatialpolygonsymbolstyle-strokecolor"></a>
The color and opacity values for the stroke color.  
*Required*: No  
*Type*: [GeospatialColor](aws-properties-quicksight-dashboard-geospatialcolor.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StrokeWidth`  <a name="cfn-quicksight-dashboard-geospatialpolygonsymbolstyle-strokewidth"></a>
The width of the border stroke.  
*Required*: No  
*Type*: [GeospatialLineWidth](aws-properties-quicksight-dashboard-geospatiallinewidth.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialSolidColor
<a name="aws-properties-quicksight-dashboard-geospatialsolidcolor"></a>

The definition for a solid color.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialsolidcolor-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialsolidcolor-syntax.json"></a>

```
{
  "[Color](#cfn-quicksight-dashboard-geospatialsolidcolor-color)" : String,
  "[State](#cfn-quicksight-dashboard-geospatialsolidcolor-state)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialsolidcolor-syntax.yaml"></a>

```
  [Color](#cfn-quicksight-dashboard-geospatialsolidcolor-color): String
  [State](#cfn-quicksight-dashboard-geospatialsolidcolor-state): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialsolidcolor-properties"></a>

`Color`  <a name="cfn-quicksight-dashboard-geospatialsolidcolor-color"></a>
The color and opacity values for the color.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`State`  <a name="cfn-quicksight-dashboard-geospatialsolidcolor-state"></a>
Enables and disables the view state of the color.  
*Required*: No  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GeospatialStaticFileSource
<a name="aws-properties-quicksight-dashboard-geospatialstaticfilesource"></a>

The source properties for a geospatial static file.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialstaticfilesource-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialstaticfilesource-syntax.json"></a>

```
{
  "[StaticFileId](#cfn-quicksight-dashboard-geospatialstaticfilesource-staticfileid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialstaticfilesource-syntax.yaml"></a>

```
  [StaticFileId](#cfn-quicksight-dashboard-geospatialstaticfilesource-staticfileid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialstaticfilesource-properties"></a>

`StaticFileId`  <a name="cfn-quicksight-dashboard-geospatialstaticfilesource-staticfileid"></a>
The ID of the static file.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

# AWS::QuickSight::Dashboard GeospatialWindowOptions
<a name="aws-properties-quicksight-dashboard-geospatialwindowoptions"></a>

The window options of the geospatial map visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-geospatialwindowoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-geospatialwindowoptions-syntax.json"></a>

```
{
  "[Bounds](#cfn-quicksight-dashboard-geospatialwindowoptions-bounds)" : GeospatialCoordinateBounds,
  "[MapZoomMode](#cfn-quicksight-dashboard-geospatialwindowoptions-mapzoommode)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-geospatialwindowoptions-syntax.yaml"></a>

```
  [Bounds](#cfn-quicksight-dashboard-geospatialwindowoptions-bounds): 
    GeospatialCoordinateBounds
  [MapZoomMode](#cfn-quicksight-dashboard-geospatialwindowoptions-mapzoommode): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-geospatialwindowoptions-properties"></a>

`Bounds`  <a name="cfn-quicksight-dashboard-geospatialwindowoptions-bounds"></a>
The bounds options (north, south, west, east) of the geospatial window options.  
*Required*: No  
*Type*: [GeospatialCoordinateBounds](aws-properties-quicksight-dashboard-geospatialcoordinatebounds.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MapZoomMode`  <a name="cfn-quicksight-dashboard-geospatialwindowoptions-mapzoommode"></a>
The map zoom modes (manual, auto) of the geospatial window options.  
*Required*: No  
*Type*: String  
*Allowed values*: `AUTO | MANUAL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GlobalTableBorderOptions
<a name="aws-properties-quicksight-dashboard-globaltableborderoptions"></a>

Determines the border options for a table visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-globaltableborderoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-globaltableborderoptions-syntax.json"></a>

```
{
  "[SideSpecificBorder](#cfn-quicksight-dashboard-globaltableborderoptions-sidespecificborder)" : TableSideBorderOptions,
  "[UniformBorder](#cfn-quicksight-dashboard-globaltableborderoptions-uniformborder)" : TableBorderOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-globaltableborderoptions-syntax.yaml"></a>

```
  [SideSpecificBorder](#cfn-quicksight-dashboard-globaltableborderoptions-sidespecificborder): 
    TableSideBorderOptions
  [UniformBorder](#cfn-quicksight-dashboard-globaltableborderoptions-uniformborder): 
    TableBorderOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-globaltableborderoptions-properties"></a>

`SideSpecificBorder`  <a name="cfn-quicksight-dashboard-globaltableborderoptions-sidespecificborder"></a>
Determines the options for side specific border.  
*Required*: No  
*Type*: [TableSideBorderOptions](aws-properties-quicksight-dashboard-tablesideborderoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`UniformBorder`  <a name="cfn-quicksight-dashboard-globaltableborderoptions-uniformborder"></a>
Determines the options for uniform border.  
*Required*: No  
*Type*: [TableBorderOptions](aws-properties-quicksight-dashboard-tableborderoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GradientColor
<a name="aws-properties-quicksight-dashboard-gradientcolor"></a>

Determines the gradient color settings.

## Syntax
<a name="aws-properties-quicksight-dashboard-gradientcolor-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-gradientcolor-syntax.json"></a>

```
{
  "[Stops](#cfn-quicksight-dashboard-gradientcolor-stops)" : [ GradientStop, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-gradientcolor-syntax.yaml"></a>

```
  [Stops](#cfn-quicksight-dashboard-gradientcolor-stops): 
    - GradientStop
```

## Properties
<a name="aws-properties-quicksight-dashboard-gradientcolor-properties"></a>

`Stops`  <a name="cfn-quicksight-dashboard-gradientcolor-stops"></a>
The list of gradient color stops.  
*Required*: No  
*Type*: Array of [GradientStop](aws-properties-quicksight-dashboard-gradientstop.md)  
*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)

# AWS::QuickSight::Dashboard GradientStop
<a name="aws-properties-quicksight-dashboard-gradientstop"></a>

Determines the gradient stop configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-gradientstop-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-gradientstop-syntax.json"></a>

```
{
  "[Color](#cfn-quicksight-dashboard-gradientstop-color)" : String,
  "[DataValue](#cfn-quicksight-dashboard-gradientstop-datavalue)" : Number,
  "[GradientOffset](#cfn-quicksight-dashboard-gradientstop-gradientoffset)" : Number
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-gradientstop-syntax.yaml"></a>

```
  [Color](#cfn-quicksight-dashboard-gradientstop-color): String
  [DataValue](#cfn-quicksight-dashboard-gradientstop-datavalue): Number
  [GradientOffset](#cfn-quicksight-dashboard-gradientstop-gradientoffset): Number
```

## Properties
<a name="aws-properties-quicksight-dashboard-gradientstop-properties"></a>

`Color`  <a name="cfn-quicksight-dashboard-gradientstop-color"></a>
Determines the color.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataValue`  <a name="cfn-quicksight-dashboard-gradientstop-datavalue"></a>
Determines the data value.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`GradientOffset`  <a name="cfn-quicksight-dashboard-gradientstop-gradientoffset"></a>
Determines gradient offset value.  
*Required*: Yes  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GridLayoutCanvasSizeOptions
<a name="aws-properties-quicksight-dashboard-gridlayoutcanvassizeoptions"></a>

Configuration options for the canvas of a grid layout.

## Syntax
<a name="aws-properties-quicksight-dashboard-gridlayoutcanvassizeoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-gridlayoutcanvassizeoptions-syntax.json"></a>

```
{
  "[ScreenCanvasSizeOptions](#cfn-quicksight-dashboard-gridlayoutcanvassizeoptions-screencanvassizeoptions)" : GridLayoutScreenCanvasSizeOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-gridlayoutcanvassizeoptions-syntax.yaml"></a>

```
  [ScreenCanvasSizeOptions](#cfn-quicksight-dashboard-gridlayoutcanvassizeoptions-screencanvassizeoptions): 
    GridLayoutScreenCanvasSizeOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-gridlayoutcanvassizeoptions-properties"></a>

`ScreenCanvasSizeOptions`  <a name="cfn-quicksight-dashboard-gridlayoutcanvassizeoptions-screencanvassizeoptions"></a>
The options that determine the sizing of the canvas used in a grid layout.  
*Required*: No  
*Type*: [GridLayoutScreenCanvasSizeOptions](aws-properties-quicksight-dashboard-gridlayoutscreencanvassizeoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GridLayoutConfiguration
<a name="aws-properties-quicksight-dashboard-gridlayoutconfiguration"></a>

The configuration for a grid layout. Also called a tiled layout.

Visuals snap to a grid with standard spacing and alignment. Dashboards are displayed as designed, with options to fit to screen or view at actual size.

## Syntax
<a name="aws-properties-quicksight-dashboard-gridlayoutconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-gridlayoutconfiguration-syntax.json"></a>

```
{
  "[CanvasSizeOptions](#cfn-quicksight-dashboard-gridlayoutconfiguration-canvassizeoptions)" : GridLayoutCanvasSizeOptions,
  "[Elements](#cfn-quicksight-dashboard-gridlayoutconfiguration-elements)" : [ GridLayoutElement, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-gridlayoutconfiguration-syntax.yaml"></a>

```
  [CanvasSizeOptions](#cfn-quicksight-dashboard-gridlayoutconfiguration-canvassizeoptions): 
    GridLayoutCanvasSizeOptions
  [Elements](#cfn-quicksight-dashboard-gridlayoutconfiguration-elements): 
    - GridLayoutElement
```

## Properties
<a name="aws-properties-quicksight-dashboard-gridlayoutconfiguration-properties"></a>

`CanvasSizeOptions`  <a name="cfn-quicksight-dashboard-gridlayoutconfiguration-canvassizeoptions"></a>
Property description not available.  
*Required*: No  
*Type*: [GridLayoutCanvasSizeOptions](aws-properties-quicksight-dashboard-gridlayoutcanvassizeoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Elements`  <a name="cfn-quicksight-dashboard-gridlayoutconfiguration-elements"></a>
The elements that are included in a grid layout.  
*Required*: Yes  
*Type*: Array of [GridLayoutElement](aws-properties-quicksight-dashboard-gridlayoutelement.md)  
*Minimum*: `0`  
*Maximum*: `430`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GridLayoutElement
<a name="aws-properties-quicksight-dashboard-gridlayoutelement"></a>

An element within a grid layout.

## Syntax
<a name="aws-properties-quicksight-dashboard-gridlayoutelement-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-gridlayoutelement-syntax.json"></a>

```
{
  "[BackgroundStyle](#cfn-quicksight-dashboard-gridlayoutelement-backgroundstyle)" : GridLayoutElementBackgroundStyle,
  "[BorderRadius](#cfn-quicksight-dashboard-gridlayoutelement-borderradius)" : String,
  "[BorderStyle](#cfn-quicksight-dashboard-gridlayoutelement-borderstyle)" : GridLayoutElementBorderStyle,
  "[ColumnIndex](#cfn-quicksight-dashboard-gridlayoutelement-columnindex)" : Number,
  "[ColumnSpan](#cfn-quicksight-dashboard-gridlayoutelement-columnspan)" : Number,
  "[ElementId](#cfn-quicksight-dashboard-gridlayoutelement-elementid)" : String,
  "[ElementType](#cfn-quicksight-dashboard-gridlayoutelement-elementtype)" : String,
  "[LoadingAnimation](#cfn-quicksight-dashboard-gridlayoutelement-loadinganimation)" : LoadingAnimation,
  "[Padding](#cfn-quicksight-dashboard-gridlayoutelement-padding)" : String,
  "[RowIndex](#cfn-quicksight-dashboard-gridlayoutelement-rowindex)" : Number,
  "[RowSpan](#cfn-quicksight-dashboard-gridlayoutelement-rowspan)" : Number,
  "[SelectedBorderStyle](#cfn-quicksight-dashboard-gridlayoutelement-selectedborderstyle)" : GridLayoutElementBorderStyle
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-gridlayoutelement-syntax.yaml"></a>

```
  [BackgroundStyle](#cfn-quicksight-dashboard-gridlayoutelement-backgroundstyle): 
    GridLayoutElementBackgroundStyle
  [BorderRadius](#cfn-quicksight-dashboard-gridlayoutelement-borderradius): String
  [BorderStyle](#cfn-quicksight-dashboard-gridlayoutelement-borderstyle): 
    GridLayoutElementBorderStyle
  [ColumnIndex](#cfn-quicksight-dashboard-gridlayoutelement-columnindex): Number
  [ColumnSpan](#cfn-quicksight-dashboard-gridlayoutelement-columnspan): Number
  [ElementId](#cfn-quicksight-dashboard-gridlayoutelement-elementid): String
  [ElementType](#cfn-quicksight-dashboard-gridlayoutelement-elementtype): String
  [LoadingAnimation](#cfn-quicksight-dashboard-gridlayoutelement-loadinganimation): 
    LoadingAnimation
  [Padding](#cfn-quicksight-dashboard-gridlayoutelement-padding): String
  [RowIndex](#cfn-quicksight-dashboard-gridlayoutelement-rowindex): Number
  [RowSpan](#cfn-quicksight-dashboard-gridlayoutelement-rowspan): Number
  [SelectedBorderStyle](#cfn-quicksight-dashboard-gridlayoutelement-selectedborderstyle): 
    GridLayoutElementBorderStyle
```

## Properties
<a name="aws-properties-quicksight-dashboard-gridlayoutelement-properties"></a>

`BackgroundStyle`  <a name="cfn-quicksight-dashboard-gridlayoutelement-backgroundstyle"></a>
The background style configuration of a grid layout element.  
*Required*: No  
*Type*: [GridLayoutElementBackgroundStyle](aws-properties-quicksight-dashboard-gridlayoutelementbackgroundstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`BorderRadius`  <a name="cfn-quicksight-dashboard-gridlayoutelement-borderradius"></a>
The border radius of a grid layout element.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `50`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`BorderStyle`  <a name="cfn-quicksight-dashboard-gridlayoutelement-borderstyle"></a>
The border style configuration of a grid layout element.  
*Required*: No  
*Type*: [GridLayoutElementBorderStyle](aws-properties-quicksight-dashboard-gridlayoutelementborderstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColumnIndex`  <a name="cfn-quicksight-dashboard-gridlayoutelement-columnindex"></a>
The column index for the upper left corner of an element.  
*Required*: No  
*Type*: Number  
*Minimum*: `0`  
*Maximum*: `35`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColumnSpan`  <a name="cfn-quicksight-dashboard-gridlayoutelement-columnspan"></a>
The width of a grid element expressed as a number of grid columns.  
*Required*: Yes  
*Type*: Number  
*Minimum*: `1`  
*Maximum*: `36`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ElementId`  <a name="cfn-quicksight-dashboard-gridlayoutelement-elementid"></a>
A unique identifier for an element within a grid layout.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`ElementType`  <a name="cfn-quicksight-dashboard-gridlayoutelement-elementtype"></a>
The type of element.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `VISUAL | FILTER_CONTROL | PARAMETER_CONTROL | TEXT_BOX | IMAGE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LoadingAnimation`  <a name="cfn-quicksight-dashboard-gridlayoutelement-loadinganimation"></a>
The configuration of loading animation in free-form layout.   
*Required*: No  
*Type*: [LoadingAnimation](aws-properties-quicksight-dashboard-loadinganimation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Padding`  <a name="cfn-quicksight-dashboard-gridlayoutelement-padding"></a>
The padding of a grid layout element.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RowIndex`  <a name="cfn-quicksight-dashboard-gridlayoutelement-rowindex"></a>
The row index for the upper left corner of an element.  
*Required*: No  
*Type*: Number  
*Minimum*: `0`  
*Maximum*: `9009`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RowSpan`  <a name="cfn-quicksight-dashboard-gridlayoutelement-rowspan"></a>
The height of a grid element expressed as a number of grid rows.  
*Required*: Yes  
*Type*: Number  
*Minimum*: `1`  
*Maximum*: `21`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SelectedBorderStyle`  <a name="cfn-quicksight-dashboard-gridlayoutelement-selectedborderstyle"></a>
The border style configuration of a grid layout element. This border style is used when the element is selected.  
*Required*: No  
*Type*: [GridLayoutElementBorderStyle](aws-properties-quicksight-dashboard-gridlayoutelementborderstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GridLayoutElementBackgroundStyle
<a name="aws-properties-quicksight-dashboard-gridlayoutelementbackgroundstyle"></a>

The background style configuration of a grid layout element.

## Syntax
<a name="aws-properties-quicksight-dashboard-gridlayoutelementbackgroundstyle-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-gridlayoutelementbackgroundstyle-syntax.json"></a>

```
{
  "[Color](#cfn-quicksight-dashboard-gridlayoutelementbackgroundstyle-color)" : String,
  "[Visibility](#cfn-quicksight-dashboard-gridlayoutelementbackgroundstyle-visibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-gridlayoutelementbackgroundstyle-syntax.yaml"></a>

```
  [Color](#cfn-quicksight-dashboard-gridlayoutelementbackgroundstyle-color): String
  [Visibility](#cfn-quicksight-dashboard-gridlayoutelementbackgroundstyle-visibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-gridlayoutelementbackgroundstyle-properties"></a>

`Color`  <a name="cfn-quicksight-dashboard-gridlayoutelementbackgroundstyle-color"></a>
The background color of a grid layout element.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Visibility`  <a name="cfn-quicksight-dashboard-gridlayoutelementbackgroundstyle-visibility"></a>
The background visibility of a grid layout element.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GridLayoutElementBorderStyle
<a name="aws-properties-quicksight-dashboard-gridlayoutelementborderstyle"></a>

The border style configuration of a grid layout element.

## Syntax
<a name="aws-properties-quicksight-dashboard-gridlayoutelementborderstyle-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-gridlayoutelementborderstyle-syntax.json"></a>

```
{
  "[Color](#cfn-quicksight-dashboard-gridlayoutelementborderstyle-color)" : String,
  "[Visibility](#cfn-quicksight-dashboard-gridlayoutelementborderstyle-visibility)" : String,
  "[Width](#cfn-quicksight-dashboard-gridlayoutelementborderstyle-width)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-gridlayoutelementborderstyle-syntax.yaml"></a>

```
  [Color](#cfn-quicksight-dashboard-gridlayoutelementborderstyle-color): String
  [Visibility](#cfn-quicksight-dashboard-gridlayoutelementborderstyle-visibility): String
  [Width](#cfn-quicksight-dashboard-gridlayoutelementborderstyle-width): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-gridlayoutelementborderstyle-properties"></a>

`Color`  <a name="cfn-quicksight-dashboard-gridlayoutelementborderstyle-color"></a>
The border color of a grid layout element.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Visibility`  <a name="cfn-quicksight-dashboard-gridlayoutelementborderstyle-visibility"></a>
The border visibility of a grid layout element.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Width`  <a name="cfn-quicksight-dashboard-gridlayoutelementborderstyle-width"></a>
The border width of a grid layout element.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `50`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GridLayoutScreenCanvasSizeOptions
<a name="aws-properties-quicksight-dashboard-gridlayoutscreencanvassizeoptions"></a>

The options that determine the sizing of the canvas used in a grid layout.

## Syntax
<a name="aws-properties-quicksight-dashboard-gridlayoutscreencanvassizeoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-gridlayoutscreencanvassizeoptions-syntax.json"></a>

```
{
  "[OptimizedViewPortWidth](#cfn-quicksight-dashboard-gridlayoutscreencanvassizeoptions-optimizedviewportwidth)" : String,
  "[ResizeOption](#cfn-quicksight-dashboard-gridlayoutscreencanvassizeoptions-resizeoption)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-gridlayoutscreencanvassizeoptions-syntax.yaml"></a>

```
  [OptimizedViewPortWidth](#cfn-quicksight-dashboard-gridlayoutscreencanvassizeoptions-optimizedviewportwidth): String
  [ResizeOption](#cfn-quicksight-dashboard-gridlayoutscreencanvassizeoptions-resizeoption): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-gridlayoutscreencanvassizeoptions-properties"></a>

`OptimizedViewPortWidth`  <a name="cfn-quicksight-dashboard-gridlayoutscreencanvassizeoptions-optimizedviewportwidth"></a>
The width that the view port will be optimized for when the layout renders.  
*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)

`ResizeOption`  <a name="cfn-quicksight-dashboard-gridlayoutscreencanvassizeoptions-resizeoption"></a>
This value determines the layout behavior when the viewport is resized.  
+ `FIXED`: A fixed width will be used when optimizing the layout. In the Quick Sight console, this option is called `Classic`.
+ `RESPONSIVE`: The width of the canvas will be responsive and optimized to the view port. In the Quick Sight console, this option is called `Tiled`.
*Required*: Yes  
*Type*: String  
*Allowed values*: `FIXED | RESPONSIVE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard GrowthRateComputation
<a name="aws-properties-quicksight-dashboard-growthratecomputation"></a>

The growth rate computation configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-growthratecomputation-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-growthratecomputation-syntax.json"></a>

```
{
  "[ComputationId](#cfn-quicksight-dashboard-growthratecomputation-computationid)" : String,
  "[Name](#cfn-quicksight-dashboard-growthratecomputation-name)" : String,
  "[PeriodSize](#cfn-quicksight-dashboard-growthratecomputation-periodsize)" : Number,
  "[Time](#cfn-quicksight-dashboard-growthratecomputation-time)" : DimensionField,
  "[Value](#cfn-quicksight-dashboard-growthratecomputation-value)" : MeasureField
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-growthratecomputation-syntax.yaml"></a>

```
  [ComputationId](#cfn-quicksight-dashboard-growthratecomputation-computationid): String
  [Name](#cfn-quicksight-dashboard-growthratecomputation-name): String
  [PeriodSize](#cfn-quicksight-dashboard-growthratecomputation-periodsize): Number
  [Time](#cfn-quicksight-dashboard-growthratecomputation-time): 
    DimensionField
  [Value](#cfn-quicksight-dashboard-growthratecomputation-value): 
    MeasureField
```

## Properties
<a name="aws-properties-quicksight-dashboard-growthratecomputation-properties"></a>

`ComputationId`  <a name="cfn-quicksight-dashboard-growthratecomputation-computationid"></a>
The ID for a computation.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`Name`  <a name="cfn-quicksight-dashboard-growthratecomputation-name"></a>
The name of a computation.  
*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)

`PeriodSize`  <a name="cfn-quicksight-dashboard-growthratecomputation-periodsize"></a>
The period size setup of a growth rate computation.  
*Required*: No  
*Type*: Number  
*Minimum*: `2`  
*Maximum*: `52`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Time`  <a name="cfn-quicksight-dashboard-growthratecomputation-time"></a>
The time field that is used in a computation.  
*Required*: No  
*Type*: [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-quicksight-dashboard-growthratecomputation-value"></a>
The value field that is used in a computation.  
*Required*: No  
*Type*: [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard HeaderFooterSectionConfiguration
<a name="aws-properties-quicksight-dashboard-headerfootersectionconfiguration"></a>

The configuration of a header or footer section.

## Syntax
<a name="aws-properties-quicksight-dashboard-headerfootersectionconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-headerfootersectionconfiguration-syntax.json"></a>

```
{
  "[Layout](#cfn-quicksight-dashboard-headerfootersectionconfiguration-layout)" : SectionLayoutConfiguration,
  "[SectionId](#cfn-quicksight-dashboard-headerfootersectionconfiguration-sectionid)" : String,
  "[Style](#cfn-quicksight-dashboard-headerfootersectionconfiguration-style)" : SectionStyle
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-headerfootersectionconfiguration-syntax.yaml"></a>

```
  [Layout](#cfn-quicksight-dashboard-headerfootersectionconfiguration-layout): 
    SectionLayoutConfiguration
  [SectionId](#cfn-quicksight-dashboard-headerfootersectionconfiguration-sectionid): String
  [Style](#cfn-quicksight-dashboard-headerfootersectionconfiguration-style): 
    SectionStyle
```

## Properties
<a name="aws-properties-quicksight-dashboard-headerfootersectionconfiguration-properties"></a>

`Layout`  <a name="cfn-quicksight-dashboard-headerfootersectionconfiguration-layout"></a>
The layout configuration of the header or footer section.  
*Required*: Yes  
*Type*: [SectionLayoutConfiguration](aws-properties-quicksight-dashboard-sectionlayoutconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SectionId`  <a name="cfn-quicksight-dashboard-headerfootersectionconfiguration-sectionid"></a>
The unique identifier of the header or footer section.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`Style`  <a name="cfn-quicksight-dashboard-headerfootersectionconfiguration-style"></a>
The style options of a header or footer section.  
*Required*: No  
*Type*: [SectionStyle](aws-properties-quicksight-dashboard-sectionstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard HeatMapAggregatedFieldWells
<a name="aws-properties-quicksight-dashboard-heatmapaggregatedfieldwells"></a>

The aggregated field wells of a heat map.

## Syntax
<a name="aws-properties-quicksight-dashboard-heatmapaggregatedfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-heatmapaggregatedfieldwells-syntax.json"></a>

```
{
  "[Columns](#cfn-quicksight-dashboard-heatmapaggregatedfieldwells-columns)" : [ DimensionField, ... ],
  "[Rows](#cfn-quicksight-dashboard-heatmapaggregatedfieldwells-rows)" : [ DimensionField, ... ],
  "[Values](#cfn-quicksight-dashboard-heatmapaggregatedfieldwells-values)" : [ MeasureField, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-heatmapaggregatedfieldwells-syntax.yaml"></a>

```
  [Columns](#cfn-quicksight-dashboard-heatmapaggregatedfieldwells-columns): 
    - DimensionField
  [Rows](#cfn-quicksight-dashboard-heatmapaggregatedfieldwells-rows): 
    - DimensionField
  [Values](#cfn-quicksight-dashboard-heatmapaggregatedfieldwells-values): 
    - MeasureField
```

## Properties
<a name="aws-properties-quicksight-dashboard-heatmapaggregatedfieldwells-properties"></a>

`Columns`  <a name="cfn-quicksight-dashboard-heatmapaggregatedfieldwells-columns"></a>
The columns field well of a heat map.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Rows`  <a name="cfn-quicksight-dashboard-heatmapaggregatedfieldwells-rows"></a>
The rows field well of a heat map.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Values`  <a name="cfn-quicksight-dashboard-heatmapaggregatedfieldwells-values"></a>
The values field well of a heat map.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard HeatMapConfiguration
<a name="aws-properties-quicksight-dashboard-heatmapconfiguration"></a>

The configuration of a heat map.

## Syntax
<a name="aws-properties-quicksight-dashboard-heatmapconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-heatmapconfiguration-syntax.json"></a>

```
{
  "[ColorScale](#cfn-quicksight-dashboard-heatmapconfiguration-colorscale)" : ColorScale,
  "[ColumnLabelOptions](#cfn-quicksight-dashboard-heatmapconfiguration-columnlabeloptions)" : ChartAxisLabelOptions,
  "[DataLabels](#cfn-quicksight-dashboard-heatmapconfiguration-datalabels)" : DataLabelOptions,
  "[FieldWells](#cfn-quicksight-dashboard-heatmapconfiguration-fieldwells)" : HeatMapFieldWells,
  "[Interactions](#cfn-quicksight-dashboard-heatmapconfiguration-interactions)" : VisualInteractionOptions,
  "[Legend](#cfn-quicksight-dashboard-heatmapconfiguration-legend)" : LegendOptions,
  "[RowLabelOptions](#cfn-quicksight-dashboard-heatmapconfiguration-rowlabeloptions)" : ChartAxisLabelOptions,
  "[SortConfiguration](#cfn-quicksight-dashboard-heatmapconfiguration-sortconfiguration)" : HeatMapSortConfiguration,
  "[Tooltip](#cfn-quicksight-dashboard-heatmapconfiguration-tooltip)" : TooltipOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-heatmapconfiguration-syntax.yaml"></a>

```
  [ColorScale](#cfn-quicksight-dashboard-heatmapconfiguration-colorscale): 
    ColorScale
  [ColumnLabelOptions](#cfn-quicksight-dashboard-heatmapconfiguration-columnlabeloptions): 
    ChartAxisLabelOptions
  [DataLabels](#cfn-quicksight-dashboard-heatmapconfiguration-datalabels): 
    DataLabelOptions
  [FieldWells](#cfn-quicksight-dashboard-heatmapconfiguration-fieldwells): 
    HeatMapFieldWells
  [Interactions](#cfn-quicksight-dashboard-heatmapconfiguration-interactions): 
    VisualInteractionOptions
  [Legend](#cfn-quicksight-dashboard-heatmapconfiguration-legend): 
    LegendOptions
  [RowLabelOptions](#cfn-quicksight-dashboard-heatmapconfiguration-rowlabeloptions): 
    ChartAxisLabelOptions
  [SortConfiguration](#cfn-quicksight-dashboard-heatmapconfiguration-sortconfiguration): 
    HeatMapSortConfiguration
  [Tooltip](#cfn-quicksight-dashboard-heatmapconfiguration-tooltip): 
    TooltipOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-heatmapconfiguration-properties"></a>

`ColorScale`  <a name="cfn-quicksight-dashboard-heatmapconfiguration-colorscale"></a>
The color options (gradient color, point of divergence) in a heat map.  
*Required*: No  
*Type*: [ColorScale](aws-properties-quicksight-dashboard-colorscale.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColumnLabelOptions`  <a name="cfn-quicksight-dashboard-heatmapconfiguration-columnlabeloptions"></a>
The label options of the column that is displayed in a heat map.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-dashboard-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataLabels`  <a name="cfn-quicksight-dashboard-heatmapconfiguration-datalabels"></a>
The options that determine if visual data labels are displayed.  
*Required*: No  
*Type*: [DataLabelOptions](aws-properties-quicksight-dashboard-datalabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldWells`  <a name="cfn-quicksight-dashboard-heatmapconfiguration-fieldwells"></a>
The field wells of the visual.  
*Required*: No  
*Type*: [HeatMapFieldWells](aws-properties-quicksight-dashboard-heatmapfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Interactions`  <a name="cfn-quicksight-dashboard-heatmapconfiguration-interactions"></a>
The general visual interactions setup for a visual.  
*Required*: No  
*Type*: [VisualInteractionOptions](aws-properties-quicksight-dashboard-visualinteractionoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Legend`  <a name="cfn-quicksight-dashboard-heatmapconfiguration-legend"></a>
The legend display setup of the visual.  
*Required*: No  
*Type*: [LegendOptions](aws-properties-quicksight-dashboard-legendoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RowLabelOptions`  <a name="cfn-quicksight-dashboard-heatmapconfiguration-rowlabeloptions"></a>
The label options of the row that is displayed in a `heat map`.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-dashboard-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SortConfiguration`  <a name="cfn-quicksight-dashboard-heatmapconfiguration-sortconfiguration"></a>
The sort configuration of a heat map.  
*Required*: No  
*Type*: [HeatMapSortConfiguration](aws-properties-quicksight-dashboard-heatmapsortconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tooltip`  <a name="cfn-quicksight-dashboard-heatmapconfiguration-tooltip"></a>
The tooltip display setup of the visual.  
*Required*: No  
*Type*: [TooltipOptions](aws-properties-quicksight-dashboard-tooltipoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard HeatMapFieldWells
<a name="aws-properties-quicksight-dashboard-heatmapfieldwells"></a>

The field well configuration of a heat map.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-heatmapfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-heatmapfieldwells-syntax.json"></a>

```
{
  "[HeatMapAggregatedFieldWells](#cfn-quicksight-dashboard-heatmapfieldwells-heatmapaggregatedfieldwells)" : HeatMapAggregatedFieldWells
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-heatmapfieldwells-syntax.yaml"></a>

```
  [HeatMapAggregatedFieldWells](#cfn-quicksight-dashboard-heatmapfieldwells-heatmapaggregatedfieldwells): 
    HeatMapAggregatedFieldWells
```

## Properties
<a name="aws-properties-quicksight-dashboard-heatmapfieldwells-properties"></a>

`HeatMapAggregatedFieldWells`  <a name="cfn-quicksight-dashboard-heatmapfieldwells-heatmapaggregatedfieldwells"></a>
The aggregated field wells of a heat map.  
*Required*: No  
*Type*: [HeatMapAggregatedFieldWells](aws-properties-quicksight-dashboard-heatmapaggregatedfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard HeatMapSortConfiguration
<a name="aws-properties-quicksight-dashboard-heatmapsortconfiguration"></a>

The sort configuration of a heat map.

## Syntax
<a name="aws-properties-quicksight-dashboard-heatmapsortconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-heatmapsortconfiguration-syntax.json"></a>

```
{
  "[HeatMapColumnItemsLimitConfiguration](#cfn-quicksight-dashboard-heatmapsortconfiguration-heatmapcolumnitemslimitconfiguration)" : ItemsLimitConfiguration,
  "[HeatMapColumnSort](#cfn-quicksight-dashboard-heatmapsortconfiguration-heatmapcolumnsort)" : [ FieldSortOptions, ... ],
  "[HeatMapRowItemsLimitConfiguration](#cfn-quicksight-dashboard-heatmapsortconfiguration-heatmaprowitemslimitconfiguration)" : ItemsLimitConfiguration,
  "[HeatMapRowSort](#cfn-quicksight-dashboard-heatmapsortconfiguration-heatmaprowsort)" : [ FieldSortOptions, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-heatmapsortconfiguration-syntax.yaml"></a>

```
  [HeatMapColumnItemsLimitConfiguration](#cfn-quicksight-dashboard-heatmapsortconfiguration-heatmapcolumnitemslimitconfiguration): 
    ItemsLimitConfiguration
  [HeatMapColumnSort](#cfn-quicksight-dashboard-heatmapsortconfiguration-heatmapcolumnsort): 
    - FieldSortOptions
  [HeatMapRowItemsLimitConfiguration](#cfn-quicksight-dashboard-heatmapsortconfiguration-heatmaprowitemslimitconfiguration): 
    ItemsLimitConfiguration
  [HeatMapRowSort](#cfn-quicksight-dashboard-heatmapsortconfiguration-heatmaprowsort): 
    - FieldSortOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-heatmapsortconfiguration-properties"></a>

`HeatMapColumnItemsLimitConfiguration`  <a name="cfn-quicksight-dashboard-heatmapsortconfiguration-heatmapcolumnitemslimitconfiguration"></a>
The limit on the number of columns that are displayed in a heat map.  
*Required*: No  
*Type*: [ItemsLimitConfiguration](aws-properties-quicksight-dashboard-itemslimitconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`HeatMapColumnSort`  <a name="cfn-quicksight-dashboard-heatmapsortconfiguration-heatmapcolumnsort"></a>
The column sort configuration for heat map for columns that aren't a part of a field well.  
*Required*: No  
*Type*: Array of [FieldSortOptions](aws-properties-quicksight-dashboard-fieldsortoptions.md)  
*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)

`HeatMapRowItemsLimitConfiguration`  <a name="cfn-quicksight-dashboard-heatmapsortconfiguration-heatmaprowitemslimitconfiguration"></a>
The limit on the number of rows that are displayed in a heat map.  
*Required*: No  
*Type*: [ItemsLimitConfiguration](aws-properties-quicksight-dashboard-itemslimitconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`HeatMapRowSort`  <a name="cfn-quicksight-dashboard-heatmapsortconfiguration-heatmaprowsort"></a>
The field sort configuration of the rows fields.  
*Required*: No  
*Type*: Array of [FieldSortOptions](aws-properties-quicksight-dashboard-fieldsortoptions.md)  
*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)

# AWS::QuickSight::Dashboard HeatMapVisual
<a name="aws-properties-quicksight-dashboard-heatmapvisual"></a>

A heat map.

For more information, see [Using heat maps](https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html) in the *Amazon Quick Suite User Guide*.

## Syntax
<a name="aws-properties-quicksight-dashboard-heatmapvisual-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-heatmapvisual-syntax.json"></a>

```
{
  "[Actions](#cfn-quicksight-dashboard-heatmapvisual-actions)" : [ VisualCustomAction, ... ],
  "[ChartConfiguration](#cfn-quicksight-dashboard-heatmapvisual-chartconfiguration)" : HeatMapConfiguration,
  "[ColumnHierarchies](#cfn-quicksight-dashboard-heatmapvisual-columnhierarchies)" : [ ColumnHierarchy, ... ],
  "[Subtitle](#cfn-quicksight-dashboard-heatmapvisual-subtitle)" : VisualSubtitleLabelOptions,
  "[Title](#cfn-quicksight-dashboard-heatmapvisual-title)" : VisualTitleLabelOptions,
  "[VisualContentAltText](#cfn-quicksight-dashboard-heatmapvisual-visualcontentalttext)" : String,
  "[VisualId](#cfn-quicksight-dashboard-heatmapvisual-visualid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-heatmapvisual-syntax.yaml"></a>

```
  [Actions](#cfn-quicksight-dashboard-heatmapvisual-actions): 
    - VisualCustomAction
  [ChartConfiguration](#cfn-quicksight-dashboard-heatmapvisual-chartconfiguration): 
    HeatMapConfiguration
  [ColumnHierarchies](#cfn-quicksight-dashboard-heatmapvisual-columnhierarchies): 
    - ColumnHierarchy
  [Subtitle](#cfn-quicksight-dashboard-heatmapvisual-subtitle): 
    VisualSubtitleLabelOptions
  [Title](#cfn-quicksight-dashboard-heatmapvisual-title): 
    VisualTitleLabelOptions
  [VisualContentAltText](#cfn-quicksight-dashboard-heatmapvisual-visualcontentalttext): String
  [VisualId](#cfn-quicksight-dashboard-heatmapvisual-visualid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-heatmapvisual-properties"></a>

`Actions`  <a name="cfn-quicksight-dashboard-heatmapvisual-actions"></a>
The list of custom actions that are configured for a visual.  
*Required*: No  
*Type*: Array of [VisualCustomAction](aws-properties-quicksight-dashboard-visualcustomaction.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ChartConfiguration`  <a name="cfn-quicksight-dashboard-heatmapvisual-chartconfiguration"></a>
The configuration of a heat map.  
*Required*: No  
*Type*: [HeatMapConfiguration](aws-properties-quicksight-dashboard-heatmapconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColumnHierarchies`  <a name="cfn-quicksight-dashboard-heatmapvisual-columnhierarchies"></a>
The column hierarchy that is used during drill-downs and drill-ups.  
*Required*: No  
*Type*: Array of [ColumnHierarchy](aws-properties-quicksight-dashboard-columnhierarchy.md)  
*Minimum*: `0`  
*Maximum*: `2`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Subtitle`  <a name="cfn-quicksight-dashboard-heatmapvisual-subtitle"></a>
The subtitle that is displayed on the visual.  
*Required*: No  
*Type*: [VisualSubtitleLabelOptions](aws-properties-quicksight-dashboard-visualsubtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-heatmapvisual-title"></a>
The title that is displayed on the visual.  
*Required*: No  
*Type*: [VisualTitleLabelOptions](aws-properties-quicksight-dashboard-visualtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualContentAltText`  <a name="cfn-quicksight-dashboard-heatmapvisual-visualcontentalttext"></a>
The alt text for the visual.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualId`  <a name="cfn-quicksight-dashboard-heatmapvisual-visualid"></a>
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

# AWS::QuickSight::Dashboard HistogramAggregatedFieldWells
<a name="aws-properties-quicksight-dashboard-histogramaggregatedfieldwells"></a>

The field well configuration of a histogram.

## Syntax
<a name="aws-properties-quicksight-dashboard-histogramaggregatedfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-histogramaggregatedfieldwells-syntax.json"></a>

```
{
  "[Values](#cfn-quicksight-dashboard-histogramaggregatedfieldwells-values)" : [ MeasureField, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-histogramaggregatedfieldwells-syntax.yaml"></a>

```
  [Values](#cfn-quicksight-dashboard-histogramaggregatedfieldwells-values): 
    - MeasureField
```

## Properties
<a name="aws-properties-quicksight-dashboard-histogramaggregatedfieldwells-properties"></a>

`Values`  <a name="cfn-quicksight-dashboard-histogramaggregatedfieldwells-values"></a>
The value field wells of a histogram. Values are aggregated by `COUNT` or `DISTINCT_COUNT`.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard HistogramBinOptions
<a name="aws-properties-quicksight-dashboard-histogrambinoptions"></a>

The options that determine the presentation of histogram bins.

## Syntax
<a name="aws-properties-quicksight-dashboard-histogrambinoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-histogrambinoptions-syntax.json"></a>

```
{
  "[BinCount](#cfn-quicksight-dashboard-histogrambinoptions-bincount)" : BinCountOptions,
  "[BinWidth](#cfn-quicksight-dashboard-histogrambinoptions-binwidth)" : BinWidthOptions,
  "[SelectedBinType](#cfn-quicksight-dashboard-histogrambinoptions-selectedbintype)" : String,
  "[StartValue](#cfn-quicksight-dashboard-histogrambinoptions-startvalue)" : Number
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-histogrambinoptions-syntax.yaml"></a>

```
  [BinCount](#cfn-quicksight-dashboard-histogrambinoptions-bincount): 
    BinCountOptions
  [BinWidth](#cfn-quicksight-dashboard-histogrambinoptions-binwidth): 
    BinWidthOptions
  [SelectedBinType](#cfn-quicksight-dashboard-histogrambinoptions-selectedbintype): String
  [StartValue](#cfn-quicksight-dashboard-histogrambinoptions-startvalue): Number
```

## Properties
<a name="aws-properties-quicksight-dashboard-histogrambinoptions-properties"></a>

`BinCount`  <a name="cfn-quicksight-dashboard-histogrambinoptions-bincount"></a>
The options that determine the bin count of a histogram.  
*Required*: No  
*Type*: [BinCountOptions](aws-properties-quicksight-dashboard-bincountoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`BinWidth`  <a name="cfn-quicksight-dashboard-histogrambinoptions-binwidth"></a>
The options that determine the bin width of a histogram.  
*Required*: No  
*Type*: [BinWidthOptions](aws-properties-quicksight-dashboard-binwidthoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SelectedBinType`  <a name="cfn-quicksight-dashboard-histogrambinoptions-selectedbintype"></a>
The options that determine the selected bin type.  
*Required*: No  
*Type*: String  
*Allowed values*: `BIN_COUNT | BIN_WIDTH`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StartValue`  <a name="cfn-quicksight-dashboard-histogrambinoptions-startvalue"></a>
The options that determine the bin start value.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard HistogramConfiguration
<a name="aws-properties-quicksight-dashboard-histogramconfiguration"></a>

The configuration for a `HistogramVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-histogramconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-histogramconfiguration-syntax.json"></a>

```
{
  "[BinOptions](#cfn-quicksight-dashboard-histogramconfiguration-binoptions)" : HistogramBinOptions,
  "[DataLabels](#cfn-quicksight-dashboard-histogramconfiguration-datalabels)" : DataLabelOptions,
  "[FieldWells](#cfn-quicksight-dashboard-histogramconfiguration-fieldwells)" : HistogramFieldWells,
  "[Interactions](#cfn-quicksight-dashboard-histogramconfiguration-interactions)" : VisualInteractionOptions,
  "[Tooltip](#cfn-quicksight-dashboard-histogramconfiguration-tooltip)" : TooltipOptions,
  "[VisualPalette](#cfn-quicksight-dashboard-histogramconfiguration-visualpalette)" : VisualPalette,
  "[XAxisDisplayOptions](#cfn-quicksight-dashboard-histogramconfiguration-xaxisdisplayoptions)" : AxisDisplayOptions,
  "[XAxisLabelOptions](#cfn-quicksight-dashboard-histogramconfiguration-xaxislabeloptions)" : ChartAxisLabelOptions,
  "[YAxisDisplayOptions](#cfn-quicksight-dashboard-histogramconfiguration-yaxisdisplayoptions)" : AxisDisplayOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-histogramconfiguration-syntax.yaml"></a>

```
  [BinOptions](#cfn-quicksight-dashboard-histogramconfiguration-binoptions): 
    HistogramBinOptions
  [DataLabels](#cfn-quicksight-dashboard-histogramconfiguration-datalabels): 
    DataLabelOptions
  [FieldWells](#cfn-quicksight-dashboard-histogramconfiguration-fieldwells): 
    HistogramFieldWells
  [Interactions](#cfn-quicksight-dashboard-histogramconfiguration-interactions): 
    VisualInteractionOptions
  [Tooltip](#cfn-quicksight-dashboard-histogramconfiguration-tooltip): 
    TooltipOptions
  [VisualPalette](#cfn-quicksight-dashboard-histogramconfiguration-visualpalette): 
    VisualPalette
  [XAxisDisplayOptions](#cfn-quicksight-dashboard-histogramconfiguration-xaxisdisplayoptions): 
    AxisDisplayOptions
  [XAxisLabelOptions](#cfn-quicksight-dashboard-histogramconfiguration-xaxislabeloptions): 
    ChartAxisLabelOptions
  [YAxisDisplayOptions](#cfn-quicksight-dashboard-histogramconfiguration-yaxisdisplayoptions): 
    AxisDisplayOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-histogramconfiguration-properties"></a>

`BinOptions`  <a name="cfn-quicksight-dashboard-histogramconfiguration-binoptions"></a>
The options that determine the presentation of histogram bins.  
*Required*: No  
*Type*: [HistogramBinOptions](aws-properties-quicksight-dashboard-histogrambinoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataLabels`  <a name="cfn-quicksight-dashboard-histogramconfiguration-datalabels"></a>
The data label configuration of a histogram.  
*Required*: No  
*Type*: [DataLabelOptions](aws-properties-quicksight-dashboard-datalabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldWells`  <a name="cfn-quicksight-dashboard-histogramconfiguration-fieldwells"></a>
The field well configuration of a histogram.  
*Required*: No  
*Type*: [HistogramFieldWells](aws-properties-quicksight-dashboard-histogramfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Interactions`  <a name="cfn-quicksight-dashboard-histogramconfiguration-interactions"></a>
The general visual interactions setup for a visual.  
*Required*: No  
*Type*: [VisualInteractionOptions](aws-properties-quicksight-dashboard-visualinteractionoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tooltip`  <a name="cfn-quicksight-dashboard-histogramconfiguration-tooltip"></a>
The tooltip configuration of a histogram.  
*Required*: No  
*Type*: [TooltipOptions](aws-properties-quicksight-dashboard-tooltipoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualPalette`  <a name="cfn-quicksight-dashboard-histogramconfiguration-visualpalette"></a>
The visual palette configuration of a histogram.  
*Required*: No  
*Type*: [VisualPalette](aws-properties-quicksight-dashboard-visualpalette.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`XAxisDisplayOptions`  <a name="cfn-quicksight-dashboard-histogramconfiguration-xaxisdisplayoptions"></a>
The options that determine the presentation of the x-axis.  
*Required*: No  
*Type*: [AxisDisplayOptions](aws-properties-quicksight-dashboard-axisdisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`XAxisLabelOptions`  <a name="cfn-quicksight-dashboard-histogramconfiguration-xaxislabeloptions"></a>
The options that determine the presentation of the x-axis label.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-dashboard-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`YAxisDisplayOptions`  <a name="cfn-quicksight-dashboard-histogramconfiguration-yaxisdisplayoptions"></a>
The options that determine the presentation of the y-axis.  
*Required*: No  
*Type*: [AxisDisplayOptions](aws-properties-quicksight-dashboard-axisdisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard HistogramFieldWells
<a name="aws-properties-quicksight-dashboard-histogramfieldwells"></a>

The field well configuration of a histogram.

## Syntax
<a name="aws-properties-quicksight-dashboard-histogramfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-histogramfieldwells-syntax.json"></a>

```
{
  "[HistogramAggregatedFieldWells](#cfn-quicksight-dashboard-histogramfieldwells-histogramaggregatedfieldwells)" : HistogramAggregatedFieldWells
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-histogramfieldwells-syntax.yaml"></a>

```
  [HistogramAggregatedFieldWells](#cfn-quicksight-dashboard-histogramfieldwells-histogramaggregatedfieldwells): 
    HistogramAggregatedFieldWells
```

## Properties
<a name="aws-properties-quicksight-dashboard-histogramfieldwells-properties"></a>

`HistogramAggregatedFieldWells`  <a name="cfn-quicksight-dashboard-histogramfieldwells-histogramaggregatedfieldwells"></a>
The field well configuration of a histogram.  
*Required*: No  
*Type*: [HistogramAggregatedFieldWells](aws-properties-quicksight-dashboard-histogramaggregatedfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard HistogramVisual
<a name="aws-properties-quicksight-dashboard-histogramvisual"></a>

A histogram.

For more information, see [Using histograms](https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html) in the *Amazon Quick Suite User Guide*.

## Syntax
<a name="aws-properties-quicksight-dashboard-histogramvisual-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-histogramvisual-syntax.json"></a>

```
{
  "[Actions](#cfn-quicksight-dashboard-histogramvisual-actions)" : [ VisualCustomAction, ... ],
  "[ChartConfiguration](#cfn-quicksight-dashboard-histogramvisual-chartconfiguration)" : HistogramConfiguration,
  "[Subtitle](#cfn-quicksight-dashboard-histogramvisual-subtitle)" : VisualSubtitleLabelOptions,
  "[Title](#cfn-quicksight-dashboard-histogramvisual-title)" : VisualTitleLabelOptions,
  "[VisualContentAltText](#cfn-quicksight-dashboard-histogramvisual-visualcontentalttext)" : String,
  "[VisualId](#cfn-quicksight-dashboard-histogramvisual-visualid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-histogramvisual-syntax.yaml"></a>

```
  [Actions](#cfn-quicksight-dashboard-histogramvisual-actions): 
    - VisualCustomAction
  [ChartConfiguration](#cfn-quicksight-dashboard-histogramvisual-chartconfiguration): 
    HistogramConfiguration
  [Subtitle](#cfn-quicksight-dashboard-histogramvisual-subtitle): 
    VisualSubtitleLabelOptions
  [Title](#cfn-quicksight-dashboard-histogramvisual-title): 
    VisualTitleLabelOptions
  [VisualContentAltText](#cfn-quicksight-dashboard-histogramvisual-visualcontentalttext): String
  [VisualId](#cfn-quicksight-dashboard-histogramvisual-visualid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-histogramvisual-properties"></a>

`Actions`  <a name="cfn-quicksight-dashboard-histogramvisual-actions"></a>
The list of custom actions that are configured for a visual.  
*Required*: No  
*Type*: Array of [VisualCustomAction](aws-properties-quicksight-dashboard-visualcustomaction.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ChartConfiguration`  <a name="cfn-quicksight-dashboard-histogramvisual-chartconfiguration"></a>
The configuration for a `HistogramVisual`.  
*Required*: No  
*Type*: [HistogramConfiguration](aws-properties-quicksight-dashboard-histogramconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Subtitle`  <a name="cfn-quicksight-dashboard-histogramvisual-subtitle"></a>
The subtitle that is displayed on the visual.  
*Required*: No  
*Type*: [VisualSubtitleLabelOptions](aws-properties-quicksight-dashboard-visualsubtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-histogramvisual-title"></a>
The title that is displayed on the visual.  
*Required*: No  
*Type*: [VisualTitleLabelOptions](aws-properties-quicksight-dashboard-visualtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualContentAltText`  <a name="cfn-quicksight-dashboard-histogramvisual-visualcontentalttext"></a>
The alt text for the visual.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualId`  <a name="cfn-quicksight-dashboard-histogramvisual-visualid"></a>
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

# AWS::QuickSight::Dashboard ImageCustomAction
<a name="aws-properties-quicksight-dashboard-imagecustomaction"></a>

A custom action defined on an image.

## Syntax
<a name="aws-properties-quicksight-dashboard-imagecustomaction-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-imagecustomaction-syntax.json"></a>

```
{
  "[ActionOperations](#cfn-quicksight-dashboard-imagecustomaction-actionoperations)" : [ ImageCustomActionOperation, ... ],
  "[CustomActionId](#cfn-quicksight-dashboard-imagecustomaction-customactionid)" : String,
  "[Name](#cfn-quicksight-dashboard-imagecustomaction-name)" : String,
  "[Status](#cfn-quicksight-dashboard-imagecustomaction-status)" : String,
  "[Trigger](#cfn-quicksight-dashboard-imagecustomaction-trigger)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-imagecustomaction-syntax.yaml"></a>

```
  [ActionOperations](#cfn-quicksight-dashboard-imagecustomaction-actionoperations): 
    - ImageCustomActionOperation
  [CustomActionId](#cfn-quicksight-dashboard-imagecustomaction-customactionid): String
  [Name](#cfn-quicksight-dashboard-imagecustomaction-name): String
  [Status](#cfn-quicksight-dashboard-imagecustomaction-status): String
  [Trigger](#cfn-quicksight-dashboard-imagecustomaction-trigger): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-imagecustomaction-properties"></a>

`ActionOperations`  <a name="cfn-quicksight-dashboard-imagecustomaction-actionoperations"></a>
A list of `ImageCustomActionOperations`.  
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.  
*Required*: Yes  
*Type*: Array of [ImageCustomActionOperation](aws-properties-quicksight-dashboard-imagecustomactionoperation.md)  
*Minimum*: `1`  
*Maximum*: `2`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CustomActionId`  <a name="cfn-quicksight-dashboard-imagecustomaction-customactionid"></a>
The ID of the custom action.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`Name`  <a name="cfn-quicksight-dashboard-imagecustomaction-name"></a>
The name of the custom action.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `256`  
*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-imagecustomaction-status"></a>
The status of the custom action.  
*Required*: No  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Trigger`  <a name="cfn-quicksight-dashboard-imagecustomaction-trigger"></a>
The trigger of the `VisualCustomAction`.  
Valid values are defined as follows:  
+ `CLICK`: Initiates a custom action by a left pointer click on a data point.
+ `MENU`: Initiates a custom action by right pointer click from the menu.
*Required*: Yes  
*Type*: String  
*Allowed values*: `CLICK | MENU`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ImageCustomActionOperation
<a name="aws-properties-quicksight-dashboard-imagecustomactionoperation"></a>

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-imagecustomactionoperation-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-imagecustomactionoperation-syntax.json"></a>

```
{
  "[NavigationOperation](#cfn-quicksight-dashboard-imagecustomactionoperation-navigationoperation)" : CustomActionNavigationOperation,
  "[SetParametersOperation](#cfn-quicksight-dashboard-imagecustomactionoperation-setparametersoperation)" : CustomActionSetParametersOperation,
  "[URLOperation](#cfn-quicksight-dashboard-imagecustomactionoperation-urloperation)" : CustomActionURLOperation
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-imagecustomactionoperation-syntax.yaml"></a>

```
  [NavigationOperation](#cfn-quicksight-dashboard-imagecustomactionoperation-navigationoperation): 
    CustomActionNavigationOperation
  [SetParametersOperation](#cfn-quicksight-dashboard-imagecustomactionoperation-setparametersoperation): 
    CustomActionSetParametersOperation
  [URLOperation](#cfn-quicksight-dashboard-imagecustomactionoperation-urloperation): 
    CustomActionURLOperation
```

## Properties
<a name="aws-properties-quicksight-dashboard-imagecustomactionoperation-properties"></a>

`NavigationOperation`  <a name="cfn-quicksight-dashboard-imagecustomactionoperation-navigationoperation"></a>
Property description not available.  
*Required*: No  
*Type*: [CustomActionNavigationOperation](aws-properties-quicksight-dashboard-customactionnavigationoperation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SetParametersOperation`  <a name="cfn-quicksight-dashboard-imagecustomactionoperation-setparametersoperation"></a>
Property description not available.  
*Required*: No  
*Type*: [CustomActionSetParametersOperation](aws-properties-quicksight-dashboard-customactionsetparametersoperation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`URLOperation`  <a name="cfn-quicksight-dashboard-imagecustomactionoperation-urloperation"></a>
Property description not available.  
*Required*: No  
*Type*: [CustomActionURLOperation](aws-properties-quicksight-dashboard-customactionurloperation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ImageInteractionOptions
<a name="aws-properties-quicksight-dashboard-imageinteractionoptions"></a>

The general image interactions setup for image publish options.

## Syntax
<a name="aws-properties-quicksight-dashboard-imageinteractionoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-imageinteractionoptions-syntax.json"></a>

```
{
  "[ImageMenuOption](#cfn-quicksight-dashboard-imageinteractionoptions-imagemenuoption)" : ImageMenuOption
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-imageinteractionoptions-syntax.yaml"></a>

```
  [ImageMenuOption](#cfn-quicksight-dashboard-imageinteractionoptions-imagemenuoption): 
    ImageMenuOption
```

## Properties
<a name="aws-properties-quicksight-dashboard-imageinteractionoptions-properties"></a>

`ImageMenuOption`  <a name="cfn-quicksight-dashboard-imageinteractionoptions-imagemenuoption"></a>
The menu options for the image.  
*Required*: No  
*Type*: [ImageMenuOption](aws-properties-quicksight-dashboard-imagemenuoption.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ImageMenuOption
<a name="aws-properties-quicksight-dashboard-imagemenuoption"></a>

The menu options for the interactions of an image.

## Syntax
<a name="aws-properties-quicksight-dashboard-imagemenuoption-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-imagemenuoption-syntax.json"></a>

```
{
  "[AvailabilityStatus](#cfn-quicksight-dashboard-imagemenuoption-availabilitystatus)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-imagemenuoption-syntax.yaml"></a>

```
  [AvailabilityStatus](#cfn-quicksight-dashboard-imagemenuoption-availabilitystatus): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-imagemenuoption-properties"></a>

`AvailabilityStatus`  <a name="cfn-quicksight-dashboard-imagemenuoption-availabilitystatus"></a>
The availability status of the image menu. If the value of this property is set to `ENABLED`, dashboard readers can interact with the image menu.  
*Required*: No  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ImageStaticFile
<a name="aws-properties-quicksight-dashboard-imagestaticfile"></a>

A static file that contains an image.

## Syntax
<a name="aws-properties-quicksight-dashboard-imagestaticfile-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-imagestaticfile-syntax.json"></a>

```
{
  "[Source](#cfn-quicksight-dashboard-imagestaticfile-source)" : StaticFileSource,
  "[StaticFileId](#cfn-quicksight-dashboard-imagestaticfile-staticfileid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-imagestaticfile-syntax.yaml"></a>

```
  [Source](#cfn-quicksight-dashboard-imagestaticfile-source): 
    StaticFileSource
  [StaticFileId](#cfn-quicksight-dashboard-imagestaticfile-staticfileid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-imagestaticfile-properties"></a>

`Source`  <a name="cfn-quicksight-dashboard-imagestaticfile-source"></a>
The source of the image static file.  
*Required*: No  
*Type*: [StaticFileSource](aws-properties-quicksight-dashboard-staticfilesource.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StaticFileId`  <a name="cfn-quicksight-dashboard-imagestaticfile-staticfileid"></a>
The ID of the static file that contains an image.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

# AWS::QuickSight::Dashboard InnerFilter
<a name="aws-properties-quicksight-dashboard-innerfilter"></a>

The `InnerFilter` defines the subset of data to be used with the `NestedFilter`.

## Syntax
<a name="aws-properties-quicksight-dashboard-innerfilter-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-innerfilter-syntax.json"></a>

```
{
  "[CategoryInnerFilter](#cfn-quicksight-dashboard-innerfilter-categoryinnerfilter)" : CategoryInnerFilter
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-innerfilter-syntax.yaml"></a>

```
  [CategoryInnerFilter](#cfn-quicksight-dashboard-innerfilter-categoryinnerfilter): 
    CategoryInnerFilter
```

## Properties
<a name="aws-properties-quicksight-dashboard-innerfilter-properties"></a>

`CategoryInnerFilter`  <a name="cfn-quicksight-dashboard-innerfilter-categoryinnerfilter"></a>
A `CategoryInnerFilter` filters text values for the `NestedFilter`.  
*Required*: No  
*Type*: [CategoryInnerFilter](aws-properties-quicksight-dashboard-categoryinnerfilter.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard InsightConfiguration
<a name="aws-properties-quicksight-dashboard-insightconfiguration"></a>

The configuration of an insight visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-insightconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-insightconfiguration-syntax.json"></a>

```
{
  "[Computations](#cfn-quicksight-dashboard-insightconfiguration-computations)" : [ Computation, ... ],
  "[CustomNarrative](#cfn-quicksight-dashboard-insightconfiguration-customnarrative)" : CustomNarrativeOptions,
  "[Interactions](#cfn-quicksight-dashboard-insightconfiguration-interactions)" : VisualInteractionOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-insightconfiguration-syntax.yaml"></a>

```
  [Computations](#cfn-quicksight-dashboard-insightconfiguration-computations): 
    - Computation
  [CustomNarrative](#cfn-quicksight-dashboard-insightconfiguration-customnarrative): 
    CustomNarrativeOptions
  [Interactions](#cfn-quicksight-dashboard-insightconfiguration-interactions): 
    VisualInteractionOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-insightconfiguration-properties"></a>

`Computations`  <a name="cfn-quicksight-dashboard-insightconfiguration-computations"></a>
The computations configurations of the insight visual  
*Required*: No  
*Type*: Array of [Computation](aws-properties-quicksight-dashboard-computation.md)  
*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)

`CustomNarrative`  <a name="cfn-quicksight-dashboard-insightconfiguration-customnarrative"></a>
The custom narrative of the insight visual.  
*Required*: No  
*Type*: [CustomNarrativeOptions](aws-properties-quicksight-dashboard-customnarrativeoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Interactions`  <a name="cfn-quicksight-dashboard-insightconfiguration-interactions"></a>
The general visual interactions setup for a visual.  
*Required*: No  
*Type*: [VisualInteractionOptions](aws-properties-quicksight-dashboard-visualinteractionoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard InsightVisual
<a name="aws-properties-quicksight-dashboard-insightvisual"></a>

An insight visual.

For more information, see [Working with insights](https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html) in the *Amazon Quick Suite User Guide*.

## Syntax
<a name="aws-properties-quicksight-dashboard-insightvisual-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-insightvisual-syntax.json"></a>

```
{
  "[Actions](#cfn-quicksight-dashboard-insightvisual-actions)" : [ VisualCustomAction, ... ],
  "[DataSetIdentifier](#cfn-quicksight-dashboard-insightvisual-datasetidentifier)" : String,
  "[InsightConfiguration](#cfn-quicksight-dashboard-insightvisual-insightconfiguration)" : InsightConfiguration,
  "[Subtitle](#cfn-quicksight-dashboard-insightvisual-subtitle)" : VisualSubtitleLabelOptions,
  "[Title](#cfn-quicksight-dashboard-insightvisual-title)" : VisualTitleLabelOptions,
  "[VisualContentAltText](#cfn-quicksight-dashboard-insightvisual-visualcontentalttext)" : String,
  "[VisualId](#cfn-quicksight-dashboard-insightvisual-visualid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-insightvisual-syntax.yaml"></a>

```
  [Actions](#cfn-quicksight-dashboard-insightvisual-actions): 
    - VisualCustomAction
  [DataSetIdentifier](#cfn-quicksight-dashboard-insightvisual-datasetidentifier): String
  [InsightConfiguration](#cfn-quicksight-dashboard-insightvisual-insightconfiguration): 
    InsightConfiguration
  [Subtitle](#cfn-quicksight-dashboard-insightvisual-subtitle): 
    VisualSubtitleLabelOptions
  [Title](#cfn-quicksight-dashboard-insightvisual-title): 
    VisualTitleLabelOptions
  [VisualContentAltText](#cfn-quicksight-dashboard-insightvisual-visualcontentalttext): String
  [VisualId](#cfn-quicksight-dashboard-insightvisual-visualid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-insightvisual-properties"></a>

`Actions`  <a name="cfn-quicksight-dashboard-insightvisual-actions"></a>
The list of custom actions that are configured for a visual.  
*Required*: No  
*Type*: Array of [VisualCustomAction](aws-properties-quicksight-dashboard-visualcustomaction.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataSetIdentifier`  <a name="cfn-quicksight-dashboard-insightvisual-datasetidentifier"></a>
The dataset that is used in the insight visual.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`InsightConfiguration`  <a name="cfn-quicksight-dashboard-insightvisual-insightconfiguration"></a>
The configuration of an insight visual.  
*Required*: No  
*Type*: [InsightConfiguration](aws-properties-quicksight-dashboard-insightconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Subtitle`  <a name="cfn-quicksight-dashboard-insightvisual-subtitle"></a>
The subtitle that is displayed on the visual.  
*Required*: No  
*Type*: [VisualSubtitleLabelOptions](aws-properties-quicksight-dashboard-visualsubtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-insightvisual-title"></a>
The title that is displayed on the visual.  
*Required*: No  
*Type*: [VisualTitleLabelOptions](aws-properties-quicksight-dashboard-visualtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualContentAltText`  <a name="cfn-quicksight-dashboard-insightvisual-visualcontentalttext"></a>
The alt text for the visual.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualId`  <a name="cfn-quicksight-dashboard-insightvisual-visualid"></a>
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

# AWS::QuickSight::Dashboard IntegerDefaultValues
<a name="aws-properties-quicksight-dashboard-integerdefaultvalues"></a>

The default values of the `IntegerParameterDeclaration`.

## Syntax
<a name="aws-properties-quicksight-dashboard-integerdefaultvalues-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-integerdefaultvalues-syntax.json"></a>

```
{
  "[DynamicValue](#cfn-quicksight-dashboard-integerdefaultvalues-dynamicvalue)" : DynamicDefaultValue,
  "[StaticValues](#cfn-quicksight-dashboard-integerdefaultvalues-staticvalues)" : [ Number, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-integerdefaultvalues-syntax.yaml"></a>

```
  [DynamicValue](#cfn-quicksight-dashboard-integerdefaultvalues-dynamicvalue): 
    DynamicDefaultValue
  [StaticValues](#cfn-quicksight-dashboard-integerdefaultvalues-staticvalues): 
    - Number
```

## Properties
<a name="aws-properties-quicksight-dashboard-integerdefaultvalues-properties"></a>

`DynamicValue`  <a name="cfn-quicksight-dashboard-integerdefaultvalues-dynamicvalue"></a>
The dynamic value of the `IntegerDefaultValues`. Different defaults are displayed according to users, groups, and values mapping.  
*Required*: No  
*Type*: [DynamicDefaultValue](aws-properties-quicksight-dashboard-dynamicdefaultvalue.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StaticValues`  <a name="cfn-quicksight-dashboard-integerdefaultvalues-staticvalues"></a>
The static values of the `IntegerDefaultValues`.  
*Required*: No  
*Type*: Array of Number  
*Minimum*: `0`  
*Maximum*: `50000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard IntegerParameter
<a name="aws-properties-quicksight-dashboard-integerparameter"></a>

An integer parameter.

## Syntax
<a name="aws-properties-quicksight-dashboard-integerparameter-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-integerparameter-syntax.json"></a>

```
{
  "[Name](#cfn-quicksight-dashboard-integerparameter-name)" : String,
  "[Values](#cfn-quicksight-dashboard-integerparameter-values)" : [ Number, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-integerparameter-syntax.yaml"></a>

```
  [Name](#cfn-quicksight-dashboard-integerparameter-name): String
  [Values](#cfn-quicksight-dashboard-integerparameter-values): 
    - Number
```

## Properties
<a name="aws-properties-quicksight-dashboard-integerparameter-properties"></a>

`Name`  <a name="cfn-quicksight-dashboard-integerparameter-name"></a>
The name of the integer parameter.  
*Required*: Yes  
*Type*: String  
*Pattern*: `\S`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Values`  <a name="cfn-quicksight-dashboard-integerparameter-values"></a>
The values for the integer parameter.  
*Required*: Yes  
*Type*: Array of Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard IntegerParameterDeclaration
<a name="aws-properties-quicksight-dashboard-integerparameterdeclaration"></a>

A parameter declaration for the `Integer` data type.

## Syntax
<a name="aws-properties-quicksight-dashboard-integerparameterdeclaration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-integerparameterdeclaration-syntax.json"></a>

```
{
  "[DefaultValues](#cfn-quicksight-dashboard-integerparameterdeclaration-defaultvalues)" : IntegerDefaultValues,
  "[MappedDataSetParameters](#cfn-quicksight-dashboard-integerparameterdeclaration-mappeddatasetparameters)" : [ MappedDataSetParameter, ... ],
  "[Name](#cfn-quicksight-dashboard-integerparameterdeclaration-name)" : String,
  "[ParameterValueType](#cfn-quicksight-dashboard-integerparameterdeclaration-parametervaluetype)" : String,
  "[ValueWhenUnset](#cfn-quicksight-dashboard-integerparameterdeclaration-valuewhenunset)" : IntegerValueWhenUnsetConfiguration
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-integerparameterdeclaration-syntax.yaml"></a>

```
  [DefaultValues](#cfn-quicksight-dashboard-integerparameterdeclaration-defaultvalues): 
    IntegerDefaultValues
  [MappedDataSetParameters](#cfn-quicksight-dashboard-integerparameterdeclaration-mappeddatasetparameters): 
    - MappedDataSetParameter
  [Name](#cfn-quicksight-dashboard-integerparameterdeclaration-name): String
  [ParameterValueType](#cfn-quicksight-dashboard-integerparameterdeclaration-parametervaluetype): String
  [ValueWhenUnset](#cfn-quicksight-dashboard-integerparameterdeclaration-valuewhenunset): 
    IntegerValueWhenUnsetConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-integerparameterdeclaration-properties"></a>

`DefaultValues`  <a name="cfn-quicksight-dashboard-integerparameterdeclaration-defaultvalues"></a>
The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.  
*Required*: No  
*Type*: [IntegerDefaultValues](aws-properties-quicksight-dashboard-integerdefaultvalues.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MappedDataSetParameters`  <a name="cfn-quicksight-dashboard-integerparameterdeclaration-mappeddatasetparameters"></a>
Property description not available.  
*Required*: No  
*Type*: Array of [MappedDataSetParameter](aws-properties-quicksight-dashboard-mappeddatasetparameter.md)  
*Minimum*: `0`  
*Maximum*: `150`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-quicksight-dashboard-integerparameterdeclaration-name"></a>
The name of the parameter that is being declared.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[a-zA-Z0-9]+$`  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ParameterValueType`  <a name="cfn-quicksight-dashboard-integerparameterdeclaration-parametervaluetype"></a>
The value type determines whether the parameter is a single-value or multi-value parameter.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `MULTI_VALUED | SINGLE_VALUED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ValueWhenUnset`  <a name="cfn-quicksight-dashboard-integerparameterdeclaration-valuewhenunset"></a>
A parameter declaration for the `Integer` data type.  
*Required*: No  
*Type*: [IntegerValueWhenUnsetConfiguration](aws-properties-quicksight-dashboard-integervaluewhenunsetconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard IntegerValueWhenUnsetConfiguration
<a name="aws-properties-quicksight-dashboard-integervaluewhenunsetconfiguration"></a>

A parameter declaration for the `Integer` data type.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-integervaluewhenunsetconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-integervaluewhenunsetconfiguration-syntax.json"></a>

```
{
  "[CustomValue](#cfn-quicksight-dashboard-integervaluewhenunsetconfiguration-customvalue)" : Number,
  "[ValueWhenUnsetOption](#cfn-quicksight-dashboard-integervaluewhenunsetconfiguration-valuewhenunsetoption)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-integervaluewhenunsetconfiguration-syntax.yaml"></a>

```
  [CustomValue](#cfn-quicksight-dashboard-integervaluewhenunsetconfiguration-customvalue): Number
  [ValueWhenUnsetOption](#cfn-quicksight-dashboard-integervaluewhenunsetconfiguration-valuewhenunsetoption): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-integervaluewhenunsetconfiguration-properties"></a>

`CustomValue`  <a name="cfn-quicksight-dashboard-integervaluewhenunsetconfiguration-customvalue"></a>
A custom value that's used when the value of a parameter isn't set.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ValueWhenUnsetOption`  <a name="cfn-quicksight-dashboard-integervaluewhenunsetconfiguration-valuewhenunsetoption"></a>
The built-in options for default values. The value can be one of the following:  
+ `RECOMMENDED`: The recommended value.
+ `NULL`: The `NULL` value.
*Required*: No  
*Type*: String  
*Allowed values*: `RECOMMENDED_VALUE | NULL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ItemsLimitConfiguration
<a name="aws-properties-quicksight-dashboard-itemslimitconfiguration"></a>

The limit configuration of the visual display for an axis.

## Syntax
<a name="aws-properties-quicksight-dashboard-itemslimitconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-itemslimitconfiguration-syntax.json"></a>

```
{
  "[ItemsLimit](#cfn-quicksight-dashboard-itemslimitconfiguration-itemslimit)" : Number,
  "[OtherCategories](#cfn-quicksight-dashboard-itemslimitconfiguration-othercategories)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-itemslimitconfiguration-syntax.yaml"></a>

```
  [ItemsLimit](#cfn-quicksight-dashboard-itemslimitconfiguration-itemslimit): Number
  [OtherCategories](#cfn-quicksight-dashboard-itemslimitconfiguration-othercategories): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-itemslimitconfiguration-properties"></a>

`ItemsLimit`  <a name="cfn-quicksight-dashboard-itemslimitconfiguration-itemslimit"></a>
The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`OtherCategories`  <a name="cfn-quicksight-dashboard-itemslimitconfiguration-othercategories"></a>
The `Show other` of an axis in the chart. Choose one of the following options:  
+  `INCLUDE` 
+  `EXCLUDE` 
*Required*: No  
*Type*: String  
*Allowed values*: `INCLUDE | EXCLUDE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard KPIActualValueConditionalFormatting
<a name="aws-properties-quicksight-dashboard-kpiactualvalueconditionalformatting"></a>

The conditional formatting for the actual value of a KPI visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-kpiactualvalueconditionalformatting-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-kpiactualvalueconditionalformatting-syntax.json"></a>

```
{
  "[Icon](#cfn-quicksight-dashboard-kpiactualvalueconditionalformatting-icon)" : ConditionalFormattingIcon,
  "[TextColor](#cfn-quicksight-dashboard-kpiactualvalueconditionalformatting-textcolor)" : ConditionalFormattingColor
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-kpiactualvalueconditionalformatting-syntax.yaml"></a>

```
  [Icon](#cfn-quicksight-dashboard-kpiactualvalueconditionalformatting-icon): 
    ConditionalFormattingIcon
  [TextColor](#cfn-quicksight-dashboard-kpiactualvalueconditionalformatting-textcolor): 
    ConditionalFormattingColor
```

## Properties
<a name="aws-properties-quicksight-dashboard-kpiactualvalueconditionalformatting-properties"></a>

`Icon`  <a name="cfn-quicksight-dashboard-kpiactualvalueconditionalformatting-icon"></a>
The conditional formatting of the actual value's icon.  
*Required*: No  
*Type*: [ConditionalFormattingIcon](aws-properties-quicksight-dashboard-conditionalformattingicon.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TextColor`  <a name="cfn-quicksight-dashboard-kpiactualvalueconditionalformatting-textcolor"></a>
The conditional formatting of the actual value's text color.  
*Required*: No  
*Type*: [ConditionalFormattingColor](aws-properties-quicksight-dashboard-conditionalformattingcolor.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard KPIComparisonValueConditionalFormatting
<a name="aws-properties-quicksight-dashboard-kpicomparisonvalueconditionalformatting"></a>

The conditional formatting for the comparison value of a KPI visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-kpicomparisonvalueconditionalformatting-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-kpicomparisonvalueconditionalformatting-syntax.json"></a>

```
{
  "[Icon](#cfn-quicksight-dashboard-kpicomparisonvalueconditionalformatting-icon)" : ConditionalFormattingIcon,
  "[TextColor](#cfn-quicksight-dashboard-kpicomparisonvalueconditionalformatting-textcolor)" : ConditionalFormattingColor
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-kpicomparisonvalueconditionalformatting-syntax.yaml"></a>

```
  [Icon](#cfn-quicksight-dashboard-kpicomparisonvalueconditionalformatting-icon): 
    ConditionalFormattingIcon
  [TextColor](#cfn-quicksight-dashboard-kpicomparisonvalueconditionalformatting-textcolor): 
    ConditionalFormattingColor
```

## Properties
<a name="aws-properties-quicksight-dashboard-kpicomparisonvalueconditionalformatting-properties"></a>

`Icon`  <a name="cfn-quicksight-dashboard-kpicomparisonvalueconditionalformatting-icon"></a>
The conditional formatting of the comparison value's icon.  
*Required*: No  
*Type*: [ConditionalFormattingIcon](aws-properties-quicksight-dashboard-conditionalformattingicon.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TextColor`  <a name="cfn-quicksight-dashboard-kpicomparisonvalueconditionalformatting-textcolor"></a>
The conditional formatting of the comparison value's text color.  
*Required*: No  
*Type*: [ConditionalFormattingColor](aws-properties-quicksight-dashboard-conditionalformattingcolor.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard KPIConditionalFormatting
<a name="aws-properties-quicksight-dashboard-kpiconditionalformatting"></a>

The conditional formatting of a KPI visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-kpiconditionalformatting-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-kpiconditionalformatting-syntax.json"></a>

```
{
  "[ConditionalFormattingOptions](#cfn-quicksight-dashboard-kpiconditionalformatting-conditionalformattingoptions)" : [ KPIConditionalFormattingOption, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-kpiconditionalformatting-syntax.yaml"></a>

```
  [ConditionalFormattingOptions](#cfn-quicksight-dashboard-kpiconditionalformatting-conditionalformattingoptions): 
    - KPIConditionalFormattingOption
```

## Properties
<a name="aws-properties-quicksight-dashboard-kpiconditionalformatting-properties"></a>

`ConditionalFormattingOptions`  <a name="cfn-quicksight-dashboard-kpiconditionalformatting-conditionalformattingoptions"></a>
The conditional formatting options of a KPI visual.  
*Required*: No  
*Type*: Array of [KPIConditionalFormattingOption](aws-properties-quicksight-dashboard-kpiconditionalformattingoption.md)  
*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)

# AWS::QuickSight::Dashboard KPIConditionalFormattingOption
<a name="aws-properties-quicksight-dashboard-kpiconditionalformattingoption"></a>

The conditional formatting options of a KPI visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-kpiconditionalformattingoption-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-kpiconditionalformattingoption-syntax.json"></a>

```
{
  "[ActualValue](#cfn-quicksight-dashboard-kpiconditionalformattingoption-actualvalue)" : KPIActualValueConditionalFormatting,
  "[ComparisonValue](#cfn-quicksight-dashboard-kpiconditionalformattingoption-comparisonvalue)" : KPIComparisonValueConditionalFormatting,
  "[PrimaryValue](#cfn-quicksight-dashboard-kpiconditionalformattingoption-primaryvalue)" : KPIPrimaryValueConditionalFormatting,
  "[ProgressBar](#cfn-quicksight-dashboard-kpiconditionalformattingoption-progressbar)" : KPIProgressBarConditionalFormatting
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-kpiconditionalformattingoption-syntax.yaml"></a>

```
  [ActualValue](#cfn-quicksight-dashboard-kpiconditionalformattingoption-actualvalue): 
    KPIActualValueConditionalFormatting
  [ComparisonValue](#cfn-quicksight-dashboard-kpiconditionalformattingoption-comparisonvalue): 
    KPIComparisonValueConditionalFormatting
  [PrimaryValue](#cfn-quicksight-dashboard-kpiconditionalformattingoption-primaryvalue): 
    KPIPrimaryValueConditionalFormatting
  [ProgressBar](#cfn-quicksight-dashboard-kpiconditionalformattingoption-progressbar): 
    KPIProgressBarConditionalFormatting
```

## Properties
<a name="aws-properties-quicksight-dashboard-kpiconditionalformattingoption-properties"></a>

`ActualValue`  <a name="cfn-quicksight-dashboard-kpiconditionalformattingoption-actualvalue"></a>
The conditional formatting for the actual value of a KPI visual.  
*Required*: No  
*Type*: [KPIActualValueConditionalFormatting](aws-properties-quicksight-dashboard-kpiactualvalueconditionalformatting.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ComparisonValue`  <a name="cfn-quicksight-dashboard-kpiconditionalformattingoption-comparisonvalue"></a>
The conditional formatting for the comparison value of a KPI visual.  
*Required*: No  
*Type*: [KPIComparisonValueConditionalFormatting](aws-properties-quicksight-dashboard-kpicomparisonvalueconditionalformatting.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PrimaryValue`  <a name="cfn-quicksight-dashboard-kpiconditionalformattingoption-primaryvalue"></a>
The conditional formatting for the primary value of a KPI visual.  
*Required*: No  
*Type*: [KPIPrimaryValueConditionalFormatting](aws-properties-quicksight-dashboard-kpiprimaryvalueconditionalformatting.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ProgressBar`  <a name="cfn-quicksight-dashboard-kpiconditionalformattingoption-progressbar"></a>
The conditional formatting for the progress bar of a KPI visual.  
*Required*: No  
*Type*: [KPIProgressBarConditionalFormatting](aws-properties-quicksight-dashboard-kpiprogressbarconditionalformatting.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard KPIConfiguration
<a name="aws-properties-quicksight-dashboard-kpiconfiguration"></a>

The configuration of a KPI visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-kpiconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-kpiconfiguration-syntax.json"></a>

```
{
  "[FieldWells](#cfn-quicksight-dashboard-kpiconfiguration-fieldwells)" : KPIFieldWells,
  "[Interactions](#cfn-quicksight-dashboard-kpiconfiguration-interactions)" : VisualInteractionOptions,
  "[KPIOptions](#cfn-quicksight-dashboard-kpiconfiguration-kpioptions)" : KPIOptions,
  "[SortConfiguration](#cfn-quicksight-dashboard-kpiconfiguration-sortconfiguration)" : KPISortConfiguration
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-kpiconfiguration-syntax.yaml"></a>

```
  [FieldWells](#cfn-quicksight-dashboard-kpiconfiguration-fieldwells): 
    KPIFieldWells
  [Interactions](#cfn-quicksight-dashboard-kpiconfiguration-interactions): 
    VisualInteractionOptions
  [KPIOptions](#cfn-quicksight-dashboard-kpiconfiguration-kpioptions): 
    KPIOptions
  [SortConfiguration](#cfn-quicksight-dashboard-kpiconfiguration-sortconfiguration): 
    KPISortConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-kpiconfiguration-properties"></a>

`FieldWells`  <a name="cfn-quicksight-dashboard-kpiconfiguration-fieldwells"></a>
The field well configuration of a KPI visual.  
*Required*: No  
*Type*: [KPIFieldWells](aws-properties-quicksight-dashboard-kpifieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Interactions`  <a name="cfn-quicksight-dashboard-kpiconfiguration-interactions"></a>
The general visual interactions setup for a visual.  
*Required*: No  
*Type*: [VisualInteractionOptions](aws-properties-quicksight-dashboard-visualinteractionoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`KPIOptions`  <a name="cfn-quicksight-dashboard-kpiconfiguration-kpioptions"></a>
The options that determine the presentation of a KPI visual.  
*Required*: No  
*Type*: [KPIOptions](aws-properties-quicksight-dashboard-kpioptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SortConfiguration`  <a name="cfn-quicksight-dashboard-kpiconfiguration-sortconfiguration"></a>
The sort configuration of a KPI visual.  
*Required*: No  
*Type*: [KPISortConfiguration](aws-properties-quicksight-dashboard-kpisortconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard KPIFieldWells
<a name="aws-properties-quicksight-dashboard-kpifieldwells"></a>

The field well configuration of a KPI visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-kpifieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-kpifieldwells-syntax.json"></a>

```
{
  "[TargetValues](#cfn-quicksight-dashboard-kpifieldwells-targetvalues)" : [ MeasureField, ... ],
  "[TrendGroups](#cfn-quicksight-dashboard-kpifieldwells-trendgroups)" : [ DimensionField, ... ],
  "[Values](#cfn-quicksight-dashboard-kpifieldwells-values)" : [ MeasureField, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-kpifieldwells-syntax.yaml"></a>

```
  [TargetValues](#cfn-quicksight-dashboard-kpifieldwells-targetvalues): 
    - MeasureField
  [TrendGroups](#cfn-quicksight-dashboard-kpifieldwells-trendgroups): 
    - DimensionField
  [Values](#cfn-quicksight-dashboard-kpifieldwells-values): 
    - MeasureField
```

## Properties
<a name="aws-properties-quicksight-dashboard-kpifieldwells-properties"></a>

`TargetValues`  <a name="cfn-quicksight-dashboard-kpifieldwells-targetvalues"></a>
The target value field wells of a KPI visual.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TrendGroups`  <a name="cfn-quicksight-dashboard-kpifieldwells-trendgroups"></a>
The trend group field wells of a KPI visual.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Values`  <a name="cfn-quicksight-dashboard-kpifieldwells-values"></a>
The value field wells of a KPI visual.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard KPIOptions
<a name="aws-properties-quicksight-dashboard-kpioptions"></a>

The options that determine the presentation of a KPI visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-kpioptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-kpioptions-syntax.json"></a>

```
{
  "[Comparison](#cfn-quicksight-dashboard-kpioptions-comparison)" : ComparisonConfiguration,
  "[PrimaryValueDisplayType](#cfn-quicksight-dashboard-kpioptions-primaryvaluedisplaytype)" : String,
  "[PrimaryValueFontConfiguration](#cfn-quicksight-dashboard-kpioptions-primaryvaluefontconfiguration)" : FontConfiguration,
  "[ProgressBar](#cfn-quicksight-dashboard-kpioptions-progressbar)" : ProgressBarOptions,
  "[SecondaryValue](#cfn-quicksight-dashboard-kpioptions-secondaryvalue)" : SecondaryValueOptions,
  "[SecondaryValueFontConfiguration](#cfn-quicksight-dashboard-kpioptions-secondaryvaluefontconfiguration)" : FontConfiguration,
  "[Sparkline](#cfn-quicksight-dashboard-kpioptions-sparkline)" : KPISparklineOptions,
  "[TrendArrows](#cfn-quicksight-dashboard-kpioptions-trendarrows)" : TrendArrowOptions,
  "[VisualLayoutOptions](#cfn-quicksight-dashboard-kpioptions-visuallayoutoptions)" : KPIVisualLayoutOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-kpioptions-syntax.yaml"></a>

```
  [Comparison](#cfn-quicksight-dashboard-kpioptions-comparison): 
    ComparisonConfiguration
  [PrimaryValueDisplayType](#cfn-quicksight-dashboard-kpioptions-primaryvaluedisplaytype): String
  [PrimaryValueFontConfiguration](#cfn-quicksight-dashboard-kpioptions-primaryvaluefontconfiguration): 
    FontConfiguration
  [ProgressBar](#cfn-quicksight-dashboard-kpioptions-progressbar): 
    ProgressBarOptions
  [SecondaryValue](#cfn-quicksight-dashboard-kpioptions-secondaryvalue): 
    SecondaryValueOptions
  [SecondaryValueFontConfiguration](#cfn-quicksight-dashboard-kpioptions-secondaryvaluefontconfiguration): 
    FontConfiguration
  [Sparkline](#cfn-quicksight-dashboard-kpioptions-sparkline): 
    KPISparklineOptions
  [TrendArrows](#cfn-quicksight-dashboard-kpioptions-trendarrows): 
    TrendArrowOptions
  [VisualLayoutOptions](#cfn-quicksight-dashboard-kpioptions-visuallayoutoptions): 
    KPIVisualLayoutOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-kpioptions-properties"></a>

`Comparison`  <a name="cfn-quicksight-dashboard-kpioptions-comparison"></a>
The comparison configuration of a KPI visual.  
*Required*: No  
*Type*: [ComparisonConfiguration](aws-properties-quicksight-dashboard-comparisonconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PrimaryValueDisplayType`  <a name="cfn-quicksight-dashboard-kpioptions-primaryvaluedisplaytype"></a>
The options that determine the primary value display type.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | COMPARISON | ACTUAL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PrimaryValueFontConfiguration`  <a name="cfn-quicksight-dashboard-kpioptions-primaryvaluefontconfiguration"></a>
The options that determine the primary value font configuration.  
*Required*: No  
*Type*: [FontConfiguration](aws-properties-quicksight-dashboard-fontconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ProgressBar`  <a name="cfn-quicksight-dashboard-kpioptions-progressbar"></a>
The options that determine the presentation of the progress bar of a KPI visual.  
*Required*: No  
*Type*: [ProgressBarOptions](aws-properties-quicksight-dashboard-progressbaroptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SecondaryValue`  <a name="cfn-quicksight-dashboard-kpioptions-secondaryvalue"></a>
The options that determine the presentation of the secondary value of a KPI visual.  
*Required*: No  
*Type*: [SecondaryValueOptions](aws-properties-quicksight-dashboard-secondaryvalueoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SecondaryValueFontConfiguration`  <a name="cfn-quicksight-dashboard-kpioptions-secondaryvaluefontconfiguration"></a>
The options that determine the secondary value font configuration.  
*Required*: No  
*Type*: [FontConfiguration](aws-properties-quicksight-dashboard-fontconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Sparkline`  <a name="cfn-quicksight-dashboard-kpioptions-sparkline"></a>
The options that determine the visibility, color, type, and tooltip visibility of the sparkline of a KPI visual.  
*Required*: No  
*Type*: [KPISparklineOptions](aws-properties-quicksight-dashboard-kpisparklineoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TrendArrows`  <a name="cfn-quicksight-dashboard-kpioptions-trendarrows"></a>
The options that determine the presentation of trend arrows in a KPI visual.  
*Required*: No  
*Type*: [TrendArrowOptions](aws-properties-quicksight-dashboard-trendarrowoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualLayoutOptions`  <a name="cfn-quicksight-dashboard-kpioptions-visuallayoutoptions"></a>
The options that determine the layout a KPI visual.  
*Required*: No  
*Type*: [KPIVisualLayoutOptions](aws-properties-quicksight-dashboard-kpivisuallayoutoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard KPIPrimaryValueConditionalFormatting
<a name="aws-properties-quicksight-dashboard-kpiprimaryvalueconditionalformatting"></a>

The conditional formatting for the primary value of a KPI visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-kpiprimaryvalueconditionalformatting-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-kpiprimaryvalueconditionalformatting-syntax.json"></a>

```
{
  "[Icon](#cfn-quicksight-dashboard-kpiprimaryvalueconditionalformatting-icon)" : ConditionalFormattingIcon,
  "[TextColor](#cfn-quicksight-dashboard-kpiprimaryvalueconditionalformatting-textcolor)" : ConditionalFormattingColor
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-kpiprimaryvalueconditionalformatting-syntax.yaml"></a>

```
  [Icon](#cfn-quicksight-dashboard-kpiprimaryvalueconditionalformatting-icon): 
    ConditionalFormattingIcon
  [TextColor](#cfn-quicksight-dashboard-kpiprimaryvalueconditionalformatting-textcolor): 
    ConditionalFormattingColor
```

## Properties
<a name="aws-properties-quicksight-dashboard-kpiprimaryvalueconditionalformatting-properties"></a>

`Icon`  <a name="cfn-quicksight-dashboard-kpiprimaryvalueconditionalformatting-icon"></a>
The conditional formatting of the primary value's icon.  
*Required*: No  
*Type*: [ConditionalFormattingIcon](aws-properties-quicksight-dashboard-conditionalformattingicon.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TextColor`  <a name="cfn-quicksight-dashboard-kpiprimaryvalueconditionalformatting-textcolor"></a>
The conditional formatting of the primary value's text color.  
*Required*: No  
*Type*: [ConditionalFormattingColor](aws-properties-quicksight-dashboard-conditionalformattingcolor.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard KPIProgressBarConditionalFormatting
<a name="aws-properties-quicksight-dashboard-kpiprogressbarconditionalformatting"></a>

The conditional formatting for the progress bar of a KPI visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-kpiprogressbarconditionalformatting-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-kpiprogressbarconditionalformatting-syntax.json"></a>

```
{
  "[ForegroundColor](#cfn-quicksight-dashboard-kpiprogressbarconditionalformatting-foregroundcolor)" : ConditionalFormattingColor
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-kpiprogressbarconditionalformatting-syntax.yaml"></a>

```
  [ForegroundColor](#cfn-quicksight-dashboard-kpiprogressbarconditionalformatting-foregroundcolor): 
    ConditionalFormattingColor
```

## Properties
<a name="aws-properties-quicksight-dashboard-kpiprogressbarconditionalformatting-properties"></a>

`ForegroundColor`  <a name="cfn-quicksight-dashboard-kpiprogressbarconditionalformatting-foregroundcolor"></a>
The conditional formatting of the progress bar's foreground color.  
*Required*: No  
*Type*: [ConditionalFormattingColor](aws-properties-quicksight-dashboard-conditionalformattingcolor.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard KPISortConfiguration
<a name="aws-properties-quicksight-dashboard-kpisortconfiguration"></a>

The sort configuration of a KPI visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-kpisortconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-kpisortconfiguration-syntax.json"></a>

```
{
  "[TrendGroupSort](#cfn-quicksight-dashboard-kpisortconfiguration-trendgroupsort)" : [ FieldSortOptions, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-kpisortconfiguration-syntax.yaml"></a>

```
  [TrendGroupSort](#cfn-quicksight-dashboard-kpisortconfiguration-trendgroupsort): 
    - FieldSortOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-kpisortconfiguration-properties"></a>

`TrendGroupSort`  <a name="cfn-quicksight-dashboard-kpisortconfiguration-trendgroupsort"></a>
The sort configuration of the trend group fields.  
*Required*: No  
*Type*: Array of [FieldSortOptions](aws-properties-quicksight-dashboard-fieldsortoptions.md)  
*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)

# AWS::QuickSight::Dashboard KPISparklineOptions
<a name="aws-properties-quicksight-dashboard-kpisparklineoptions"></a>

The options that determine the visibility, color, type, and tooltip visibility of the sparkline of a KPI visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-kpisparklineoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-kpisparklineoptions-syntax.json"></a>

```
{
  "[Color](#cfn-quicksight-dashboard-kpisparklineoptions-color)" : String,
  "[TooltipVisibility](#cfn-quicksight-dashboard-kpisparklineoptions-tooltipvisibility)" : String,
  "[Type](#cfn-quicksight-dashboard-kpisparklineoptions-type)" : String,
  "[Visibility](#cfn-quicksight-dashboard-kpisparklineoptions-visibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-kpisparklineoptions-syntax.yaml"></a>

```
  [Color](#cfn-quicksight-dashboard-kpisparklineoptions-color): String
  [TooltipVisibility](#cfn-quicksight-dashboard-kpisparklineoptions-tooltipvisibility): String
  [Type](#cfn-quicksight-dashboard-kpisparklineoptions-type): String
  [Visibility](#cfn-quicksight-dashboard-kpisparklineoptions-visibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-kpisparklineoptions-properties"></a>

`Color`  <a name="cfn-quicksight-dashboard-kpisparklineoptions-color"></a>
The color of the sparkline.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TooltipVisibility`  <a name="cfn-quicksight-dashboard-kpisparklineoptions-tooltipvisibility"></a>
The tooltip visibility of the sparkline.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Type`  <a name="cfn-quicksight-dashboard-kpisparklineoptions-type"></a>
The type of the sparkline.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `LINE | AREA`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Visibility`  <a name="cfn-quicksight-dashboard-kpisparklineoptions-visibility"></a>
The visibility of the sparkline.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard KPIVisual
<a name="aws-properties-quicksight-dashboard-kpivisual"></a>

A key performance indicator (KPI).

For more information, see [Using KPIs](https://docs.aws.amazon.com/quicksight/latest/user/kpi.html) in the *Amazon Quick Suite User Guide*.

## Syntax
<a name="aws-properties-quicksight-dashboard-kpivisual-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-kpivisual-syntax.json"></a>

```
{
  "[Actions](#cfn-quicksight-dashboard-kpivisual-actions)" : [ VisualCustomAction, ... ],
  "[ChartConfiguration](#cfn-quicksight-dashboard-kpivisual-chartconfiguration)" : KPIConfiguration,
  "[ColumnHierarchies](#cfn-quicksight-dashboard-kpivisual-columnhierarchies)" : [ ColumnHierarchy, ... ],
  "[ConditionalFormatting](#cfn-quicksight-dashboard-kpivisual-conditionalformatting)" : KPIConditionalFormatting,
  "[Subtitle](#cfn-quicksight-dashboard-kpivisual-subtitle)" : VisualSubtitleLabelOptions,
  "[Title](#cfn-quicksight-dashboard-kpivisual-title)" : VisualTitleLabelOptions,
  "[VisualContentAltText](#cfn-quicksight-dashboard-kpivisual-visualcontentalttext)" : String,
  "[VisualId](#cfn-quicksight-dashboard-kpivisual-visualid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-kpivisual-syntax.yaml"></a>

```
  [Actions](#cfn-quicksight-dashboard-kpivisual-actions): 
    - VisualCustomAction
  [ChartConfiguration](#cfn-quicksight-dashboard-kpivisual-chartconfiguration): 
    KPIConfiguration
  [ColumnHierarchies](#cfn-quicksight-dashboard-kpivisual-columnhierarchies): 
    - ColumnHierarchy
  [ConditionalFormatting](#cfn-quicksight-dashboard-kpivisual-conditionalformatting): 
    KPIConditionalFormatting
  [Subtitle](#cfn-quicksight-dashboard-kpivisual-subtitle): 
    VisualSubtitleLabelOptions
  [Title](#cfn-quicksight-dashboard-kpivisual-title): 
    VisualTitleLabelOptions
  [VisualContentAltText](#cfn-quicksight-dashboard-kpivisual-visualcontentalttext): String
  [VisualId](#cfn-quicksight-dashboard-kpivisual-visualid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-kpivisual-properties"></a>

`Actions`  <a name="cfn-quicksight-dashboard-kpivisual-actions"></a>
The list of custom actions that are configured for a visual.  
*Required*: No  
*Type*: Array of [VisualCustomAction](aws-properties-quicksight-dashboard-visualcustomaction.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ChartConfiguration`  <a name="cfn-quicksight-dashboard-kpivisual-chartconfiguration"></a>
The configuration of a KPI visual.  
*Required*: No  
*Type*: [KPIConfiguration](aws-properties-quicksight-dashboard-kpiconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColumnHierarchies`  <a name="cfn-quicksight-dashboard-kpivisual-columnhierarchies"></a>
The column hierarchy that is used during drill-downs and drill-ups.  
*Required*: No  
*Type*: Array of [ColumnHierarchy](aws-properties-quicksight-dashboard-columnhierarchy.md)  
*Minimum*: `0`  
*Maximum*: `2`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ConditionalFormatting`  <a name="cfn-quicksight-dashboard-kpivisual-conditionalformatting"></a>
The conditional formatting of a KPI visual.  
*Required*: No  
*Type*: [KPIConditionalFormatting](aws-properties-quicksight-dashboard-kpiconditionalformatting.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Subtitle`  <a name="cfn-quicksight-dashboard-kpivisual-subtitle"></a>
The subtitle that is displayed on the visual.  
*Required*: No  
*Type*: [VisualSubtitleLabelOptions](aws-properties-quicksight-dashboard-visualsubtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-kpivisual-title"></a>
The title that is displayed on the visual.  
*Required*: No  
*Type*: [VisualTitleLabelOptions](aws-properties-quicksight-dashboard-visualtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualContentAltText`  <a name="cfn-quicksight-dashboard-kpivisual-visualcontentalttext"></a>
The alt text for the visual.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualId`  <a name="cfn-quicksight-dashboard-kpivisual-visualid"></a>
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

# AWS::QuickSight::Dashboard KPIVisualLayoutOptions
<a name="aws-properties-quicksight-dashboard-kpivisuallayoutoptions"></a>

The options that determine the layout a KPI visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-kpivisuallayoutoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-kpivisuallayoutoptions-syntax.json"></a>

```
{
  "[StandardLayout](#cfn-quicksight-dashboard-kpivisuallayoutoptions-standardlayout)" : KPIVisualStandardLayout
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-kpivisuallayoutoptions-syntax.yaml"></a>

```
  [StandardLayout](#cfn-quicksight-dashboard-kpivisuallayoutoptions-standardlayout): 
    KPIVisualStandardLayout
```

## Properties
<a name="aws-properties-quicksight-dashboard-kpivisuallayoutoptions-properties"></a>

`StandardLayout`  <a name="cfn-quicksight-dashboard-kpivisuallayoutoptions-standardlayout"></a>
The standard layout of the KPI visual.  
*Required*: No  
*Type*: [KPIVisualStandardLayout](aws-properties-quicksight-dashboard-kpivisualstandardlayout.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard KPIVisualStandardLayout
<a name="aws-properties-quicksight-dashboard-kpivisualstandardlayout"></a>

The standard layout of the KPI visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-kpivisualstandardlayout-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-kpivisualstandardlayout-syntax.json"></a>

```
{
  "[Type](#cfn-quicksight-dashboard-kpivisualstandardlayout-type)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-kpivisualstandardlayout-syntax.yaml"></a>

```
  [Type](#cfn-quicksight-dashboard-kpivisualstandardlayout-type): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-kpivisualstandardlayout-properties"></a>

`Type`  <a name="cfn-quicksight-dashboard-kpivisualstandardlayout-type"></a>
The standard layout type.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `CLASSIC | VERTICAL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard LabelOptions
<a name="aws-properties-quicksight-dashboard-labeloptions"></a>

The share label options for the labels.

## Syntax
<a name="aws-properties-quicksight-dashboard-labeloptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-labeloptions-syntax.json"></a>

```
{
  "[CustomLabel](#cfn-quicksight-dashboard-labeloptions-customlabel)" : String,
  "[FontConfiguration](#cfn-quicksight-dashboard-labeloptions-fontconfiguration)" : FontConfiguration,
  "[Visibility](#cfn-quicksight-dashboard-labeloptions-visibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-labeloptions-syntax.yaml"></a>

```
  [CustomLabel](#cfn-quicksight-dashboard-labeloptions-customlabel): String
  [FontConfiguration](#cfn-quicksight-dashboard-labeloptions-fontconfiguration): 
    FontConfiguration
  [Visibility](#cfn-quicksight-dashboard-labeloptions-visibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-labeloptions-properties"></a>

`CustomLabel`  <a name="cfn-quicksight-dashboard-labeloptions-customlabel"></a>
The text for the label.  
*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)

`FontConfiguration`  <a name="cfn-quicksight-dashboard-labeloptions-fontconfiguration"></a>
The font configuration of the label.  
*Required*: No  
*Type*: [FontConfiguration](aws-properties-quicksight-dashboard-fontconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Visibility`  <a name="cfn-quicksight-dashboard-labeloptions-visibility"></a>
Determines whether or not the label is visible.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard LayerCustomAction
<a name="aws-properties-quicksight-dashboard-layercustomaction"></a>

A layer custom action.

## Syntax
<a name="aws-properties-quicksight-dashboard-layercustomaction-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-layercustomaction-syntax.json"></a>

```
{
  "[ActionOperations](#cfn-quicksight-dashboard-layercustomaction-actionoperations)" : [ LayerCustomActionOperation, ... ],
  "[CustomActionId](#cfn-quicksight-dashboard-layercustomaction-customactionid)" : String,
  "[Name](#cfn-quicksight-dashboard-layercustomaction-name)" : String,
  "[Status](#cfn-quicksight-dashboard-layercustomaction-status)" : String,
  "[Trigger](#cfn-quicksight-dashboard-layercustomaction-trigger)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-layercustomaction-syntax.yaml"></a>

```
  [ActionOperations](#cfn-quicksight-dashboard-layercustomaction-actionoperations): 
    - LayerCustomActionOperation
  [CustomActionId](#cfn-quicksight-dashboard-layercustomaction-customactionid): String
  [Name](#cfn-quicksight-dashboard-layercustomaction-name): String
  [Status](#cfn-quicksight-dashboard-layercustomaction-status): String
  [Trigger](#cfn-quicksight-dashboard-layercustomaction-trigger): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-layercustomaction-properties"></a>

`ActionOperations`  <a name="cfn-quicksight-dashboard-layercustomaction-actionoperations"></a>
A list of `LayerCustomActionOperations`.  
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.  
*Required*: Yes  
*Type*: Array of [LayerCustomActionOperation](aws-properties-quicksight-dashboard-layercustomactionoperation.md)  
*Minimum*: `1`  
*Maximum*: `2`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CustomActionId`  <a name="cfn-quicksight-dashboard-layercustomaction-customactionid"></a>
The ID of the custom action.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`Name`  <a name="cfn-quicksight-dashboard-layercustomaction-name"></a>
The name of the custom action.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `256`  
*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-layercustomaction-status"></a>
The status of the `LayerCustomAction`.  
*Required*: No  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Trigger`  <a name="cfn-quicksight-dashboard-layercustomaction-trigger"></a>
The trigger of the `LayerCustomAction`.  
Valid values are defined as follows:  
+ `DATA_POINT_CLICK`: Initiates a custom action by a left pointer click on a data point.
+ `DATA_POINT_MENU`: Initiates a custom action by right pointer click from the menu.
*Required*: Yes  
*Type*: String  
*Allowed values*: `DATA_POINT_CLICK | DATA_POINT_MENU`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard LayerCustomActionOperation
<a name="aws-properties-quicksight-dashboard-layercustomactionoperation"></a>

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-layercustomactionoperation-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-layercustomactionoperation-syntax.json"></a>

```
{
  "[FilterOperation](#cfn-quicksight-dashboard-layercustomactionoperation-filteroperation)" : CustomActionFilterOperation,
  "[NavigationOperation](#cfn-quicksight-dashboard-layercustomactionoperation-navigationoperation)" : CustomActionNavigationOperation,
  "[SetParametersOperation](#cfn-quicksight-dashboard-layercustomactionoperation-setparametersoperation)" : CustomActionSetParametersOperation,
  "[URLOperation](#cfn-quicksight-dashboard-layercustomactionoperation-urloperation)" : CustomActionURLOperation
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-layercustomactionoperation-syntax.yaml"></a>

```
  [FilterOperation](#cfn-quicksight-dashboard-layercustomactionoperation-filteroperation): 
    CustomActionFilterOperation
  [NavigationOperation](#cfn-quicksight-dashboard-layercustomactionoperation-navigationoperation): 
    CustomActionNavigationOperation
  [SetParametersOperation](#cfn-quicksight-dashboard-layercustomactionoperation-setparametersoperation): 
    CustomActionSetParametersOperation
  [URLOperation](#cfn-quicksight-dashboard-layercustomactionoperation-urloperation): 
    CustomActionURLOperation
```

## Properties
<a name="aws-properties-quicksight-dashboard-layercustomactionoperation-properties"></a>

`FilterOperation`  <a name="cfn-quicksight-dashboard-layercustomactionoperation-filteroperation"></a>
Property description not available.  
*Required*: No  
*Type*: [CustomActionFilterOperation](aws-properties-quicksight-dashboard-customactionfilteroperation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NavigationOperation`  <a name="cfn-quicksight-dashboard-layercustomactionoperation-navigationoperation"></a>
Property description not available.  
*Required*: No  
*Type*: [CustomActionNavigationOperation](aws-properties-quicksight-dashboard-customactionnavigationoperation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SetParametersOperation`  <a name="cfn-quicksight-dashboard-layercustomactionoperation-setparametersoperation"></a>
Property description not available.  
*Required*: No  
*Type*: [CustomActionSetParametersOperation](aws-properties-quicksight-dashboard-customactionsetparametersoperation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`URLOperation`  <a name="cfn-quicksight-dashboard-layercustomactionoperation-urloperation"></a>
Property description not available.  
*Required*: No  
*Type*: [CustomActionURLOperation](aws-properties-quicksight-dashboard-customactionurloperation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard LayerMapVisual
<a name="aws-properties-quicksight-dashboard-layermapvisual"></a>

A layer map visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-layermapvisual-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-layermapvisual-syntax.json"></a>

```
{
  "[ChartConfiguration](#cfn-quicksight-dashboard-layermapvisual-chartconfiguration)" : GeospatialLayerMapConfiguration,
  "[DataSetIdentifier](#cfn-quicksight-dashboard-layermapvisual-datasetidentifier)" : String,
  "[Subtitle](#cfn-quicksight-dashboard-layermapvisual-subtitle)" : VisualSubtitleLabelOptions,
  "[Title](#cfn-quicksight-dashboard-layermapvisual-title)" : VisualTitleLabelOptions,
  "[VisualContentAltText](#cfn-quicksight-dashboard-layermapvisual-visualcontentalttext)" : String,
  "[VisualId](#cfn-quicksight-dashboard-layermapvisual-visualid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-layermapvisual-syntax.yaml"></a>

```
  [ChartConfiguration](#cfn-quicksight-dashboard-layermapvisual-chartconfiguration): 
    GeospatialLayerMapConfiguration
  [DataSetIdentifier](#cfn-quicksight-dashboard-layermapvisual-datasetidentifier): String
  [Subtitle](#cfn-quicksight-dashboard-layermapvisual-subtitle): 
    VisualSubtitleLabelOptions
  [Title](#cfn-quicksight-dashboard-layermapvisual-title): 
    VisualTitleLabelOptions
  [VisualContentAltText](#cfn-quicksight-dashboard-layermapvisual-visualcontentalttext): String
  [VisualId](#cfn-quicksight-dashboard-layermapvisual-visualid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-layermapvisual-properties"></a>

`ChartConfiguration`  <a name="cfn-quicksight-dashboard-layermapvisual-chartconfiguration"></a>
The configuration settings of the visual.  
*Required*: No  
*Type*: [GeospatialLayerMapConfiguration](aws-properties-quicksight-dashboard-geospatiallayermapconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataSetIdentifier`  <a name="cfn-quicksight-dashboard-layermapvisual-datasetidentifier"></a>
The dataset that is used to create the layer map visual. You can't create a visual without a dataset.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Subtitle`  <a name="cfn-quicksight-dashboard-layermapvisual-subtitle"></a>
Property description not available.  
*Required*: No  
*Type*: [VisualSubtitleLabelOptions](aws-properties-quicksight-dashboard-visualsubtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-layermapvisual-title"></a>
Property description not available.  
*Required*: No  
*Type*: [VisualTitleLabelOptions](aws-properties-quicksight-dashboard-visualtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualContentAltText`  <a name="cfn-quicksight-dashboard-layermapvisual-visualcontentalttext"></a>
The alt text for the visual.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualId`  <a name="cfn-quicksight-dashboard-layermapvisual-visualid"></a>
The ID of the visual.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

# AWS::QuickSight::Dashboard Layout
<a name="aws-properties-quicksight-dashboard-layout"></a>

A `Layout` defines the placement of elements within a sheet.

For more information, see [Types of layout](https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html) in the *Amazon Quick Suite User Guide*.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-layout-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-layout-syntax.json"></a>

```
{
  "[Configuration](#cfn-quicksight-dashboard-layout-configuration)" : LayoutConfiguration
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-layout-syntax.yaml"></a>

```
  [Configuration](#cfn-quicksight-dashboard-layout-configuration): 
    LayoutConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-layout-properties"></a>

`Configuration`  <a name="cfn-quicksight-dashboard-layout-configuration"></a>
The configuration that determines what the type of layout for a sheet.  
*Required*: Yes  
*Type*: [LayoutConfiguration](aws-properties-quicksight-dashboard-layoutconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard LayoutConfiguration
<a name="aws-properties-quicksight-dashboard-layoutconfiguration"></a>

The configuration that determines what the type of layout will be used on a sheet.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-layoutconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-layoutconfiguration-syntax.json"></a>

```
{
  "[FreeFormLayout](#cfn-quicksight-dashboard-layoutconfiguration-freeformlayout)" : FreeFormLayoutConfiguration,
  "[GridLayout](#cfn-quicksight-dashboard-layoutconfiguration-gridlayout)" : GridLayoutConfiguration,
  "[SectionBasedLayout](#cfn-quicksight-dashboard-layoutconfiguration-sectionbasedlayout)" : SectionBasedLayoutConfiguration
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-layoutconfiguration-syntax.yaml"></a>

```
  [FreeFormLayout](#cfn-quicksight-dashboard-layoutconfiguration-freeformlayout): 
    FreeFormLayoutConfiguration
  [GridLayout](#cfn-quicksight-dashboard-layoutconfiguration-gridlayout): 
    GridLayoutConfiguration
  [SectionBasedLayout](#cfn-quicksight-dashboard-layoutconfiguration-sectionbasedlayout): 
    SectionBasedLayoutConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-layoutconfiguration-properties"></a>

`FreeFormLayout`  <a name="cfn-quicksight-dashboard-layoutconfiguration-freeformlayout"></a>
A free-form is optimized for a fixed width and has more control over the exact placement of layout elements.  
*Required*: No  
*Type*: [FreeFormLayoutConfiguration](aws-properties-quicksight-dashboard-freeformlayoutconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`GridLayout`  <a name="cfn-quicksight-dashboard-layoutconfiguration-gridlayout"></a>
A type of layout that can be used on a sheet. In a grid layout, visuals snap to a grid with standard spacing and alignment. Dashboards are displayed as designed, with options to fit to screen or view at actual size. A grid layout can be configured to behave in one of two ways when the viewport is resized: `FIXED` or `RESPONSIVE`.  
*Required*: No  
*Type*: [GridLayoutConfiguration](aws-properties-quicksight-dashboard-gridlayoutconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SectionBasedLayout`  <a name="cfn-quicksight-dashboard-layoutconfiguration-sectionbasedlayout"></a>
A section based layout organizes visuals into multiple sections and has customized header, footer and page break.  
*Required*: No  
*Type*: [SectionBasedLayoutConfiguration](aws-properties-quicksight-dashboard-sectionbasedlayoutconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard LegendOptions
<a name="aws-properties-quicksight-dashboard-legendoptions"></a>

The options for the legend setup of a visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-legendoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-legendoptions-syntax.json"></a>

```
{
  "[Height](#cfn-quicksight-dashboard-legendoptions-height)" : String,
  "[Position](#cfn-quicksight-dashboard-legendoptions-position)" : String,
  "[Title](#cfn-quicksight-dashboard-legendoptions-title)" : LabelOptions,
  "[ValueFontConfiguration](#cfn-quicksight-dashboard-legendoptions-valuefontconfiguration)" : FontConfiguration,
  "[Visibility](#cfn-quicksight-dashboard-legendoptions-visibility)" : String,
  "[Width](#cfn-quicksight-dashboard-legendoptions-width)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-legendoptions-syntax.yaml"></a>

```
  [Height](#cfn-quicksight-dashboard-legendoptions-height): String
  [Position](#cfn-quicksight-dashboard-legendoptions-position): String
  [Title](#cfn-quicksight-dashboard-legendoptions-title): 
    LabelOptions
  [ValueFontConfiguration](#cfn-quicksight-dashboard-legendoptions-valuefontconfiguration): 
    FontConfiguration
  [Visibility](#cfn-quicksight-dashboard-legendoptions-visibility): String
  [Width](#cfn-quicksight-dashboard-legendoptions-width): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-legendoptions-properties"></a>

`Height`  <a name="cfn-quicksight-dashboard-legendoptions-height"></a>
The height of the legend. If this value is omitted, a default height is used when rendering.  
*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)

`Position`  <a name="cfn-quicksight-dashboard-legendoptions-position"></a>
The positions for the legend. Choose one of the following options:  
+  `AUTO` 
+  `RIGHT` 
+  `BOTTOM` 
+  `LEFT` 
*Required*: No  
*Type*: String  
*Allowed values*: `AUTO | RIGHT | BOTTOM | TOP`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-legendoptions-title"></a>
The custom title for the legend.  
*Required*: No  
*Type*: [LabelOptions](aws-properties-quicksight-dashboard-labeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ValueFontConfiguration`  <a name="cfn-quicksight-dashboard-legendoptions-valuefontconfiguration"></a>
Property description not available.  
*Required*: No  
*Type*: [FontConfiguration](aws-properties-quicksight-dashboard-fontconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Visibility`  <a name="cfn-quicksight-dashboard-legendoptions-visibility"></a>
Determines whether or not the legend is visible.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Width`  <a name="cfn-quicksight-dashboard-legendoptions-width"></a>
The width of the legend. If this value is omitted, a default width is used when rendering.  
*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)

# AWS::QuickSight::Dashboard LineChartAggregatedFieldWells
<a name="aws-properties-quicksight-dashboard-linechartaggregatedfieldwells"></a>

The field well configuration of a line chart.

## Syntax
<a name="aws-properties-quicksight-dashboard-linechartaggregatedfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-linechartaggregatedfieldwells-syntax.json"></a>

```
{
  "[Category](#cfn-quicksight-dashboard-linechartaggregatedfieldwells-category)" : [ DimensionField, ... ],
  "[Colors](#cfn-quicksight-dashboard-linechartaggregatedfieldwells-colors)" : [ DimensionField, ... ],
  "[SmallMultiples](#cfn-quicksight-dashboard-linechartaggregatedfieldwells-smallmultiples)" : [ DimensionField, ... ],
  "[Values](#cfn-quicksight-dashboard-linechartaggregatedfieldwells-values)" : [ MeasureField, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-linechartaggregatedfieldwells-syntax.yaml"></a>

```
  [Category](#cfn-quicksight-dashboard-linechartaggregatedfieldwells-category): 
    - DimensionField
  [Colors](#cfn-quicksight-dashboard-linechartaggregatedfieldwells-colors): 
    - DimensionField
  [SmallMultiples](#cfn-quicksight-dashboard-linechartaggregatedfieldwells-smallmultiples): 
    - DimensionField
  [Values](#cfn-quicksight-dashboard-linechartaggregatedfieldwells-values): 
    - MeasureField
```

## Properties
<a name="aws-properties-quicksight-dashboard-linechartaggregatedfieldwells-properties"></a>

`Category`  <a name="cfn-quicksight-dashboard-linechartaggregatedfieldwells-category"></a>
The category field wells of a line chart. Values are grouped by category fields.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Colors`  <a name="cfn-quicksight-dashboard-linechartaggregatedfieldwells-colors"></a>
The color field wells of a line chart. Values are grouped by category fields.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SmallMultiples`  <a name="cfn-quicksight-dashboard-linechartaggregatedfieldwells-smallmultiples"></a>
The small multiples field well of a line chart.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Values`  <a name="cfn-quicksight-dashboard-linechartaggregatedfieldwells-values"></a>
The value field wells of a line chart. Values are aggregated based on categories.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard LineChartConfiguration
<a name="aws-properties-quicksight-dashboard-linechartconfiguration"></a>

The configuration of a line chart.

## Syntax
<a name="aws-properties-quicksight-dashboard-linechartconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-linechartconfiguration-syntax.json"></a>

```
{
  "[ContributionAnalysisDefaults](#cfn-quicksight-dashboard-linechartconfiguration-contributionanalysisdefaults)" : [ ContributionAnalysisDefault, ... ],
  "[DataLabels](#cfn-quicksight-dashboard-linechartconfiguration-datalabels)" : DataLabelOptions,
  "[DefaultSeriesSettings](#cfn-quicksight-dashboard-linechartconfiguration-defaultseriessettings)" : LineChartDefaultSeriesSettings,
  "[FieldWells](#cfn-quicksight-dashboard-linechartconfiguration-fieldwells)" : LineChartFieldWells,
  "[ForecastConfigurations](#cfn-quicksight-dashboard-linechartconfiguration-forecastconfigurations)" : [ ForecastConfiguration, ... ],
  "[Interactions](#cfn-quicksight-dashboard-linechartconfiguration-interactions)" : VisualInteractionOptions,
  "[Legend](#cfn-quicksight-dashboard-linechartconfiguration-legend)" : LegendOptions,
  "[PrimaryYAxisDisplayOptions](#cfn-quicksight-dashboard-linechartconfiguration-primaryyaxisdisplayoptions)" : LineSeriesAxisDisplayOptions,
  "[PrimaryYAxisLabelOptions](#cfn-quicksight-dashboard-linechartconfiguration-primaryyaxislabeloptions)" : ChartAxisLabelOptions,
  "[ReferenceLines](#cfn-quicksight-dashboard-linechartconfiguration-referencelines)" : [ ReferenceLine, ... ],
  "[SecondaryYAxisDisplayOptions](#cfn-quicksight-dashboard-linechartconfiguration-secondaryyaxisdisplayoptions)" : LineSeriesAxisDisplayOptions,
  "[SecondaryYAxisLabelOptions](#cfn-quicksight-dashboard-linechartconfiguration-secondaryyaxislabeloptions)" : ChartAxisLabelOptions,
  "[Series](#cfn-quicksight-dashboard-linechartconfiguration-series)" : [ SeriesItem, ... ],
  "[SingleAxisOptions](#cfn-quicksight-dashboard-linechartconfiguration-singleaxisoptions)" : SingleAxisOptions,
  "[SmallMultiplesOptions](#cfn-quicksight-dashboard-linechartconfiguration-smallmultiplesoptions)" : SmallMultiplesOptions,
  "[SortConfiguration](#cfn-quicksight-dashboard-linechartconfiguration-sortconfiguration)" : LineChartSortConfiguration,
  "[Tooltip](#cfn-quicksight-dashboard-linechartconfiguration-tooltip)" : TooltipOptions,
  "[Type](#cfn-quicksight-dashboard-linechartconfiguration-type)" : String,
  "[VisualPalette](#cfn-quicksight-dashboard-linechartconfiguration-visualpalette)" : VisualPalette,
  "[XAxisDisplayOptions](#cfn-quicksight-dashboard-linechartconfiguration-xaxisdisplayoptions)" : AxisDisplayOptions,
  "[XAxisLabelOptions](#cfn-quicksight-dashboard-linechartconfiguration-xaxislabeloptions)" : ChartAxisLabelOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-linechartconfiguration-syntax.yaml"></a>

```
  [ContributionAnalysisDefaults](#cfn-quicksight-dashboard-linechartconfiguration-contributionanalysisdefaults): 
    - ContributionAnalysisDefault
  [DataLabels](#cfn-quicksight-dashboard-linechartconfiguration-datalabels): 
    DataLabelOptions
  [DefaultSeriesSettings](#cfn-quicksight-dashboard-linechartconfiguration-defaultseriessettings): 
    LineChartDefaultSeriesSettings
  [FieldWells](#cfn-quicksight-dashboard-linechartconfiguration-fieldwells): 
    LineChartFieldWells
  [ForecastConfigurations](#cfn-quicksight-dashboard-linechartconfiguration-forecastconfigurations): 
    - ForecastConfiguration
  [Interactions](#cfn-quicksight-dashboard-linechartconfiguration-interactions): 
    VisualInteractionOptions
  [Legend](#cfn-quicksight-dashboard-linechartconfiguration-legend): 
    LegendOptions
  [PrimaryYAxisDisplayOptions](#cfn-quicksight-dashboard-linechartconfiguration-primaryyaxisdisplayoptions): 
    LineSeriesAxisDisplayOptions
  [PrimaryYAxisLabelOptions](#cfn-quicksight-dashboard-linechartconfiguration-primaryyaxislabeloptions): 
    ChartAxisLabelOptions
  [ReferenceLines](#cfn-quicksight-dashboard-linechartconfiguration-referencelines): 
    - ReferenceLine
  [SecondaryYAxisDisplayOptions](#cfn-quicksight-dashboard-linechartconfiguration-secondaryyaxisdisplayoptions): 
    LineSeriesAxisDisplayOptions
  [SecondaryYAxisLabelOptions](#cfn-quicksight-dashboard-linechartconfiguration-secondaryyaxislabeloptions): 
    ChartAxisLabelOptions
  [Series](#cfn-quicksight-dashboard-linechartconfiguration-series): 
    - SeriesItem
  [SingleAxisOptions](#cfn-quicksight-dashboard-linechartconfiguration-singleaxisoptions): 
    SingleAxisOptions
  [SmallMultiplesOptions](#cfn-quicksight-dashboard-linechartconfiguration-smallmultiplesoptions): 
    SmallMultiplesOptions
  [SortConfiguration](#cfn-quicksight-dashboard-linechartconfiguration-sortconfiguration): 
    LineChartSortConfiguration
  [Tooltip](#cfn-quicksight-dashboard-linechartconfiguration-tooltip): 
    TooltipOptions
  [Type](#cfn-quicksight-dashboard-linechartconfiguration-type): String
  [VisualPalette](#cfn-quicksight-dashboard-linechartconfiguration-visualpalette): 
    VisualPalette
  [XAxisDisplayOptions](#cfn-quicksight-dashboard-linechartconfiguration-xaxisdisplayoptions): 
    AxisDisplayOptions
  [XAxisLabelOptions](#cfn-quicksight-dashboard-linechartconfiguration-xaxislabeloptions): 
    ChartAxisLabelOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-linechartconfiguration-properties"></a>

`ContributionAnalysisDefaults`  <a name="cfn-quicksight-dashboard-linechartconfiguration-contributionanalysisdefaults"></a>
The default configuration of a line chart's contribution analysis.  
*Required*: No  
*Type*: Array of [ContributionAnalysisDefault](aws-properties-quicksight-dashboard-contributionanalysisdefault.md)  
*Minimum*: `1`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataLabels`  <a name="cfn-quicksight-dashboard-linechartconfiguration-datalabels"></a>
The data label configuration of a line chart.  
*Required*: No  
*Type*: [DataLabelOptions](aws-properties-quicksight-dashboard-datalabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DefaultSeriesSettings`  <a name="cfn-quicksight-dashboard-linechartconfiguration-defaultseriessettings"></a>
The options that determine the default presentation of all line series in `LineChartVisual`.  
*Required*: No  
*Type*: [LineChartDefaultSeriesSettings](aws-properties-quicksight-dashboard-linechartdefaultseriessettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldWells`  <a name="cfn-quicksight-dashboard-linechartconfiguration-fieldwells"></a>
The field well configuration of a line chart.  
*Required*: No  
*Type*: [LineChartFieldWells](aws-properties-quicksight-dashboard-linechartfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ForecastConfigurations`  <a name="cfn-quicksight-dashboard-linechartconfiguration-forecastconfigurations"></a>
The forecast configuration of a line chart.  
*Required*: No  
*Type*: Array of [ForecastConfiguration](aws-properties-quicksight-dashboard-forecastconfiguration.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Interactions`  <a name="cfn-quicksight-dashboard-linechartconfiguration-interactions"></a>
The general visual interactions setup for a visual.  
*Required*: No  
*Type*: [VisualInteractionOptions](aws-properties-quicksight-dashboard-visualinteractionoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Legend`  <a name="cfn-quicksight-dashboard-linechartconfiguration-legend"></a>
The legend configuration of a line chart.  
*Required*: No  
*Type*: [LegendOptions](aws-properties-quicksight-dashboard-legendoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PrimaryYAxisDisplayOptions`  <a name="cfn-quicksight-dashboard-linechartconfiguration-primaryyaxisdisplayoptions"></a>
The series axis configuration of a line chart.  
*Required*: No  
*Type*: [LineSeriesAxisDisplayOptions](aws-properties-quicksight-dashboard-lineseriesaxisdisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PrimaryYAxisLabelOptions`  <a name="cfn-quicksight-dashboard-linechartconfiguration-primaryyaxislabeloptions"></a>
The options that determine the presentation of the y-axis label.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-dashboard-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ReferenceLines`  <a name="cfn-quicksight-dashboard-linechartconfiguration-referencelines"></a>
The reference lines configuration of a line chart.  
*Required*: No  
*Type*: Array of [ReferenceLine](aws-properties-quicksight-dashboard-referenceline.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)

`SecondaryYAxisDisplayOptions`  <a name="cfn-quicksight-dashboard-linechartconfiguration-secondaryyaxisdisplayoptions"></a>
The series axis configuration of a line chart.  
*Required*: No  
*Type*: [LineSeriesAxisDisplayOptions](aws-properties-quicksight-dashboard-lineseriesaxisdisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SecondaryYAxisLabelOptions`  <a name="cfn-quicksight-dashboard-linechartconfiguration-secondaryyaxislabeloptions"></a>
The options that determine the presentation of the secondary y-axis label.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-dashboard-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Series`  <a name="cfn-quicksight-dashboard-linechartconfiguration-series"></a>
The series item configuration of a line chart.  
*Required*: No  
*Type*: Array of [SeriesItem](aws-properties-quicksight-dashboard-seriesitem.md)  
*Minimum*: `0`  
*Maximum*: `2000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SingleAxisOptions`  <a name="cfn-quicksight-dashboard-linechartconfiguration-singleaxisoptions"></a>
Property description not available.  
*Required*: No  
*Type*: [SingleAxisOptions](aws-properties-quicksight-dashboard-singleaxisoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SmallMultiplesOptions`  <a name="cfn-quicksight-dashboard-linechartconfiguration-smallmultiplesoptions"></a>
The small multiples setup for the visual.  
*Required*: No  
*Type*: [SmallMultiplesOptions](aws-properties-quicksight-dashboard-smallmultiplesoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SortConfiguration`  <a name="cfn-quicksight-dashboard-linechartconfiguration-sortconfiguration"></a>
The sort configuration of a line chart.  
*Required*: No  
*Type*: [LineChartSortConfiguration](aws-properties-quicksight-dashboard-linechartsortconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tooltip`  <a name="cfn-quicksight-dashboard-linechartconfiguration-tooltip"></a>
The tooltip configuration of a line chart.  
*Required*: No  
*Type*: [TooltipOptions](aws-properties-quicksight-dashboard-tooltipoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Type`  <a name="cfn-quicksight-dashboard-linechartconfiguration-type"></a>
Determines the type of the line chart.  
*Required*: No  
*Type*: String  
*Allowed values*: `LINE | AREA | STACKED_AREA`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualPalette`  <a name="cfn-quicksight-dashboard-linechartconfiguration-visualpalette"></a>
The visual palette configuration of a line chart.  
*Required*: No  
*Type*: [VisualPalette](aws-properties-quicksight-dashboard-visualpalette.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`XAxisDisplayOptions`  <a name="cfn-quicksight-dashboard-linechartconfiguration-xaxisdisplayoptions"></a>
The options that determine the presentation of the x-axis.  
*Required*: No  
*Type*: [AxisDisplayOptions](aws-properties-quicksight-dashboard-axisdisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`XAxisLabelOptions`  <a name="cfn-quicksight-dashboard-linechartconfiguration-xaxislabeloptions"></a>
The options that determine the presentation of the x-axis label.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-dashboard-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard LineChartDefaultSeriesSettings
<a name="aws-properties-quicksight-dashboard-linechartdefaultseriessettings"></a>

The options that determine the default presentation of all line series in `LineChartVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-linechartdefaultseriessettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-linechartdefaultseriessettings-syntax.json"></a>

```
{
  "[AxisBinding](#cfn-quicksight-dashboard-linechartdefaultseriessettings-axisbinding)" : String,
  "[LineStyleSettings](#cfn-quicksight-dashboard-linechartdefaultseriessettings-linestylesettings)" : LineChartLineStyleSettings,
  "[MarkerStyleSettings](#cfn-quicksight-dashboard-linechartdefaultseriessettings-markerstylesettings)" : LineChartMarkerStyleSettings
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-linechartdefaultseriessettings-syntax.yaml"></a>

```
  [AxisBinding](#cfn-quicksight-dashboard-linechartdefaultseriessettings-axisbinding): String
  [LineStyleSettings](#cfn-quicksight-dashboard-linechartdefaultseriessettings-linestylesettings): 
    LineChartLineStyleSettings
  [MarkerStyleSettings](#cfn-quicksight-dashboard-linechartdefaultseriessettings-markerstylesettings): 
    LineChartMarkerStyleSettings
```

## Properties
<a name="aws-properties-quicksight-dashboard-linechartdefaultseriessettings-properties"></a>

`AxisBinding`  <a name="cfn-quicksight-dashboard-linechartdefaultseriessettings-axisbinding"></a>
The axis to which you are binding all line series to.  
*Required*: No  
*Type*: String  
*Allowed values*: `PRIMARY_YAXIS | SECONDARY_YAXIS`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LineStyleSettings`  <a name="cfn-quicksight-dashboard-linechartdefaultseriessettings-linestylesettings"></a>
Line styles options for all line series in the visual.  
*Required*: No  
*Type*: [LineChartLineStyleSettings](aws-properties-quicksight-dashboard-linechartlinestylesettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MarkerStyleSettings`  <a name="cfn-quicksight-dashboard-linechartdefaultseriessettings-markerstylesettings"></a>
Marker styles options for all line series in the visual.  
*Required*: No  
*Type*: [LineChartMarkerStyleSettings](aws-properties-quicksight-dashboard-linechartmarkerstylesettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard LineChartFieldWells
<a name="aws-properties-quicksight-dashboard-linechartfieldwells"></a>

The field well configuration of a line chart.

## Syntax
<a name="aws-properties-quicksight-dashboard-linechartfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-linechartfieldwells-syntax.json"></a>

```
{
  "[LineChartAggregatedFieldWells](#cfn-quicksight-dashboard-linechartfieldwells-linechartaggregatedfieldwells)" : LineChartAggregatedFieldWells
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-linechartfieldwells-syntax.yaml"></a>

```
  [LineChartAggregatedFieldWells](#cfn-quicksight-dashboard-linechartfieldwells-linechartaggregatedfieldwells): 
    LineChartAggregatedFieldWells
```

## Properties
<a name="aws-properties-quicksight-dashboard-linechartfieldwells-properties"></a>

`LineChartAggregatedFieldWells`  <a name="cfn-quicksight-dashboard-linechartfieldwells-linechartaggregatedfieldwells"></a>
The field well configuration of a line chart.  
*Required*: No  
*Type*: [LineChartAggregatedFieldWells](aws-properties-quicksight-dashboard-linechartaggregatedfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard LineChartLineStyleSettings
<a name="aws-properties-quicksight-dashboard-linechartlinestylesettings"></a>

Line styles options for a line series in `LineChartVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-linechartlinestylesettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-linechartlinestylesettings-syntax.json"></a>

```
{
  "[LineInterpolation](#cfn-quicksight-dashboard-linechartlinestylesettings-lineinterpolation)" : String,
  "[LineStyle](#cfn-quicksight-dashboard-linechartlinestylesettings-linestyle)" : String,
  "[LineVisibility](#cfn-quicksight-dashboard-linechartlinestylesettings-linevisibility)" : String,
  "[LineWidth](#cfn-quicksight-dashboard-linechartlinestylesettings-linewidth)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-linechartlinestylesettings-syntax.yaml"></a>

```
  [LineInterpolation](#cfn-quicksight-dashboard-linechartlinestylesettings-lineinterpolation): String
  [LineStyle](#cfn-quicksight-dashboard-linechartlinestylesettings-linestyle): String
  [LineVisibility](#cfn-quicksight-dashboard-linechartlinestylesettings-linevisibility): String
  [LineWidth](#cfn-quicksight-dashboard-linechartlinestylesettings-linewidth): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-linechartlinestylesettings-properties"></a>

`LineInterpolation`  <a name="cfn-quicksight-dashboard-linechartlinestylesettings-lineinterpolation"></a>
Interpolation style for line series.  
+ `LINEAR`: Show as default, linear style.
+ `SMOOTH`: Show as a smooth curve.
+ `STEPPED`: Show steps in line.
*Required*: No  
*Type*: String  
*Allowed values*: `LINEAR | SMOOTH | STEPPED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LineStyle`  <a name="cfn-quicksight-dashboard-linechartlinestylesettings-linestyle"></a>
Line style for line series.  
+ `SOLID`: Show as a solid line.
+ `DOTTED`: Show as a dotted line.
+ `DASHED`: Show as a dashed line.
*Required*: No  
*Type*: String  
*Allowed values*: `SOLID | DOTTED | DASHED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LineVisibility`  <a name="cfn-quicksight-dashboard-linechartlinestylesettings-linevisibility"></a>
Configuration option that determines whether to show the line for the series.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LineWidth`  <a name="cfn-quicksight-dashboard-linechartlinestylesettings-linewidth"></a>
Width that determines the line thickness.  
*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)

# AWS::QuickSight::Dashboard LineChartMarkerStyleSettings
<a name="aws-properties-quicksight-dashboard-linechartmarkerstylesettings"></a>

Marker styles options for a line series in `LineChartVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-linechartmarkerstylesettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-linechartmarkerstylesettings-syntax.json"></a>

```
{
  "[MarkerColor](#cfn-quicksight-dashboard-linechartmarkerstylesettings-markercolor)" : String,
  "[MarkerShape](#cfn-quicksight-dashboard-linechartmarkerstylesettings-markershape)" : String,
  "[MarkerSize](#cfn-quicksight-dashboard-linechartmarkerstylesettings-markersize)" : String,
  "[MarkerVisibility](#cfn-quicksight-dashboard-linechartmarkerstylesettings-markervisibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-linechartmarkerstylesettings-syntax.yaml"></a>

```
  [MarkerColor](#cfn-quicksight-dashboard-linechartmarkerstylesettings-markercolor): String
  [MarkerShape](#cfn-quicksight-dashboard-linechartmarkerstylesettings-markershape): String
  [MarkerSize](#cfn-quicksight-dashboard-linechartmarkerstylesettings-markersize): String
  [MarkerVisibility](#cfn-quicksight-dashboard-linechartmarkerstylesettings-markervisibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-linechartmarkerstylesettings-properties"></a>

`MarkerColor`  <a name="cfn-quicksight-dashboard-linechartmarkerstylesettings-markercolor"></a>
Color of marker in the series.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MarkerShape`  <a name="cfn-quicksight-dashboard-linechartmarkerstylesettings-markershape"></a>
Shape option for markers in the series.  
+ `CIRCLE`: Show marker as a circle.
+ `TRIANGLE`: Show marker as a triangle.
+ `SQUARE`: Show marker as a square.
+ `DIAMOND`: Show marker as a diamond.
+ `ROUNDED_SQUARE`: Show marker as a rounded square.
*Required*: No  
*Type*: String  
*Allowed values*: `CIRCLE | TRIANGLE | SQUARE | DIAMOND | ROUNDED_SQUARE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MarkerSize`  <a name="cfn-quicksight-dashboard-linechartmarkerstylesettings-markersize"></a>
Size of marker in the series.  
*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)

`MarkerVisibility`  <a name="cfn-quicksight-dashboard-linechartmarkerstylesettings-markervisibility"></a>
Configuration option that determines whether to show the markers in the series.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard LineChartSeriesSettings
<a name="aws-properties-quicksight-dashboard-linechartseriessettings"></a>

The options that determine the presentation of a line series in the visual

## Syntax
<a name="aws-properties-quicksight-dashboard-linechartseriessettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-linechartseriessettings-syntax.json"></a>

```
{
  "[LineStyleSettings](#cfn-quicksight-dashboard-linechartseriessettings-linestylesettings)" : LineChartLineStyleSettings,
  "[MarkerStyleSettings](#cfn-quicksight-dashboard-linechartseriessettings-markerstylesettings)" : LineChartMarkerStyleSettings
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-linechartseriessettings-syntax.yaml"></a>

```
  [LineStyleSettings](#cfn-quicksight-dashboard-linechartseriessettings-linestylesettings): 
    LineChartLineStyleSettings
  [MarkerStyleSettings](#cfn-quicksight-dashboard-linechartseriessettings-markerstylesettings): 
    LineChartMarkerStyleSettings
```

## Properties
<a name="aws-properties-quicksight-dashboard-linechartseriessettings-properties"></a>

`LineStyleSettings`  <a name="cfn-quicksight-dashboard-linechartseriessettings-linestylesettings"></a>
Line styles options for a line series in `LineChartVisual`.  
*Required*: No  
*Type*: [LineChartLineStyleSettings](aws-properties-quicksight-dashboard-linechartlinestylesettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MarkerStyleSettings`  <a name="cfn-quicksight-dashboard-linechartseriessettings-markerstylesettings"></a>
Marker styles options for a line series in `LineChartVisual`.  
*Required*: No  
*Type*: [LineChartMarkerStyleSettings](aws-properties-quicksight-dashboard-linechartmarkerstylesettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard LineChartSortConfiguration
<a name="aws-properties-quicksight-dashboard-linechartsortconfiguration"></a>

The sort configuration of a line chart.

## Syntax
<a name="aws-properties-quicksight-dashboard-linechartsortconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-linechartsortconfiguration-syntax.json"></a>

```
{
  "[CategoryItemsLimitConfiguration](#cfn-quicksight-dashboard-linechartsortconfiguration-categoryitemslimitconfiguration)" : ItemsLimitConfiguration,
  "[CategorySort](#cfn-quicksight-dashboard-linechartsortconfiguration-categorysort)" : [ FieldSortOptions, ... ],
  "[ColorItemsLimitConfiguration](#cfn-quicksight-dashboard-linechartsortconfiguration-coloritemslimitconfiguration)" : ItemsLimitConfiguration,
  "[SmallMultiplesLimitConfiguration](#cfn-quicksight-dashboard-linechartsortconfiguration-smallmultipleslimitconfiguration)" : ItemsLimitConfiguration,
  "[SmallMultiplesSort](#cfn-quicksight-dashboard-linechartsortconfiguration-smallmultiplessort)" : [ FieldSortOptions, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-linechartsortconfiguration-syntax.yaml"></a>

```
  [CategoryItemsLimitConfiguration](#cfn-quicksight-dashboard-linechartsortconfiguration-categoryitemslimitconfiguration): 
    ItemsLimitConfiguration
  [CategorySort](#cfn-quicksight-dashboard-linechartsortconfiguration-categorysort): 
    - FieldSortOptions
  [ColorItemsLimitConfiguration](#cfn-quicksight-dashboard-linechartsortconfiguration-coloritemslimitconfiguration): 
    ItemsLimitConfiguration
  [SmallMultiplesLimitConfiguration](#cfn-quicksight-dashboard-linechartsortconfiguration-smallmultipleslimitconfiguration): 
    ItemsLimitConfiguration
  [SmallMultiplesSort](#cfn-quicksight-dashboard-linechartsortconfiguration-smallmultiplessort): 
    - FieldSortOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-linechartsortconfiguration-properties"></a>

`CategoryItemsLimitConfiguration`  <a name="cfn-quicksight-dashboard-linechartsortconfiguration-categoryitemslimitconfiguration"></a>
The limit on the number of categories that are displayed in a line chart.  
*Required*: No  
*Type*: [ItemsLimitConfiguration](aws-properties-quicksight-dashboard-itemslimitconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CategorySort`  <a name="cfn-quicksight-dashboard-linechartsortconfiguration-categorysort"></a>
The sort configuration of the category fields.  
*Required*: No  
*Type*: Array of [FieldSortOptions](aws-properties-quicksight-dashboard-fieldsortoptions.md)  
*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)

`ColorItemsLimitConfiguration`  <a name="cfn-quicksight-dashboard-linechartsortconfiguration-coloritemslimitconfiguration"></a>
The limit on the number of lines that are displayed in a line chart.  
*Required*: No  
*Type*: [ItemsLimitConfiguration](aws-properties-quicksight-dashboard-itemslimitconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SmallMultiplesLimitConfiguration`  <a name="cfn-quicksight-dashboard-linechartsortconfiguration-smallmultipleslimitconfiguration"></a>
The limit on the number of small multiples panels that are displayed.  
*Required*: No  
*Type*: [ItemsLimitConfiguration](aws-properties-quicksight-dashboard-itemslimitconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SmallMultiplesSort`  <a name="cfn-quicksight-dashboard-linechartsortconfiguration-smallmultiplessort"></a>
The sort configuration of the small multiples field.  
*Required*: No  
*Type*: Array of [FieldSortOptions](aws-properties-quicksight-dashboard-fieldsortoptions.md)  
*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)

# AWS::QuickSight::Dashboard LineChartVisual
<a name="aws-properties-quicksight-dashboard-linechartvisual"></a>

A line chart.

For more information, see [Using line charts](https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html) in the *Amazon Quick Suite User Guide*.

## Syntax
<a name="aws-properties-quicksight-dashboard-linechartvisual-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-linechartvisual-syntax.json"></a>

```
{
  "[Actions](#cfn-quicksight-dashboard-linechartvisual-actions)" : [ VisualCustomAction, ... ],
  "[ChartConfiguration](#cfn-quicksight-dashboard-linechartvisual-chartconfiguration)" : LineChartConfiguration,
  "[ColumnHierarchies](#cfn-quicksight-dashboard-linechartvisual-columnhierarchies)" : [ ColumnHierarchy, ... ],
  "[Subtitle](#cfn-quicksight-dashboard-linechartvisual-subtitle)" : VisualSubtitleLabelOptions,
  "[Title](#cfn-quicksight-dashboard-linechartvisual-title)" : VisualTitleLabelOptions,
  "[VisualContentAltText](#cfn-quicksight-dashboard-linechartvisual-visualcontentalttext)" : String,
  "[VisualId](#cfn-quicksight-dashboard-linechartvisual-visualid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-linechartvisual-syntax.yaml"></a>

```
  [Actions](#cfn-quicksight-dashboard-linechartvisual-actions): 
    - VisualCustomAction
  [ChartConfiguration](#cfn-quicksight-dashboard-linechartvisual-chartconfiguration): 
    LineChartConfiguration
  [ColumnHierarchies](#cfn-quicksight-dashboard-linechartvisual-columnhierarchies): 
    - ColumnHierarchy
  [Subtitle](#cfn-quicksight-dashboard-linechartvisual-subtitle): 
    VisualSubtitleLabelOptions
  [Title](#cfn-quicksight-dashboard-linechartvisual-title): 
    VisualTitleLabelOptions
  [VisualContentAltText](#cfn-quicksight-dashboard-linechartvisual-visualcontentalttext): String
  [VisualId](#cfn-quicksight-dashboard-linechartvisual-visualid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-linechartvisual-properties"></a>

`Actions`  <a name="cfn-quicksight-dashboard-linechartvisual-actions"></a>
The list of custom actions that are configured for a visual.  
*Required*: No  
*Type*: Array of [VisualCustomAction](aws-properties-quicksight-dashboard-visualcustomaction.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ChartConfiguration`  <a name="cfn-quicksight-dashboard-linechartvisual-chartconfiguration"></a>
The configuration of a line chart.  
*Required*: No  
*Type*: [LineChartConfiguration](aws-properties-quicksight-dashboard-linechartconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColumnHierarchies`  <a name="cfn-quicksight-dashboard-linechartvisual-columnhierarchies"></a>
The column hierarchy that is used during drill-downs and drill-ups.  
*Required*: No  
*Type*: Array of [ColumnHierarchy](aws-properties-quicksight-dashboard-columnhierarchy.md)  
*Minimum*: `0`  
*Maximum*: `2`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Subtitle`  <a name="cfn-quicksight-dashboard-linechartvisual-subtitle"></a>
The subtitle that is displayed on the visual.  
*Required*: No  
*Type*: [VisualSubtitleLabelOptions](aws-properties-quicksight-dashboard-visualsubtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-linechartvisual-title"></a>
The title that is displayed on the visual.  
*Required*: No  
*Type*: [VisualTitleLabelOptions](aws-properties-quicksight-dashboard-visualtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualContentAltText`  <a name="cfn-quicksight-dashboard-linechartvisual-visualcontentalttext"></a>
The alt text for the visual.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualId`  <a name="cfn-quicksight-dashboard-linechartvisual-visualid"></a>
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

# AWS::QuickSight::Dashboard LineSeriesAxisDisplayOptions
<a name="aws-properties-quicksight-dashboard-lineseriesaxisdisplayoptions"></a>

The series axis configuration of a line chart.

## Syntax
<a name="aws-properties-quicksight-dashboard-lineseriesaxisdisplayoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-lineseriesaxisdisplayoptions-syntax.json"></a>

```
{
  "[AxisOptions](#cfn-quicksight-dashboard-lineseriesaxisdisplayoptions-axisoptions)" : AxisDisplayOptions,
  "[MissingDataConfigurations](#cfn-quicksight-dashboard-lineseriesaxisdisplayoptions-missingdataconfigurations)" : [ MissingDataConfiguration, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-lineseriesaxisdisplayoptions-syntax.yaml"></a>

```
  [AxisOptions](#cfn-quicksight-dashboard-lineseriesaxisdisplayoptions-axisoptions): 
    AxisDisplayOptions
  [MissingDataConfigurations](#cfn-quicksight-dashboard-lineseriesaxisdisplayoptions-missingdataconfigurations): 
    - MissingDataConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-lineseriesaxisdisplayoptions-properties"></a>

`AxisOptions`  <a name="cfn-quicksight-dashboard-lineseriesaxisdisplayoptions-axisoptions"></a>
The options that determine the presentation of the line series axis.  
*Required*: No  
*Type*: [AxisDisplayOptions](aws-properties-quicksight-dashboard-axisdisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MissingDataConfigurations`  <a name="cfn-quicksight-dashboard-lineseriesaxisdisplayoptions-missingdataconfigurations"></a>
The configuration options that determine how missing data is treated during the rendering of a line chart.  
*Required*: No  
*Type*: Array of [MissingDataConfiguration](aws-properties-quicksight-dashboard-missingdataconfiguration.md)  
*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)

# AWS::QuickSight::Dashboard LinkSharingConfiguration
<a name="aws-properties-quicksight-dashboard-linksharingconfiguration"></a>

A structure that contains the configuration of a shareable link to the dashboard.

## Syntax
<a name="aws-properties-quicksight-dashboard-linksharingconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-linksharingconfiguration-syntax.json"></a>

```
{
  "[Permissions](#cfn-quicksight-dashboard-linksharingconfiguration-permissions)" : [ ResourcePermission, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-linksharingconfiguration-syntax.yaml"></a>

```
  [Permissions](#cfn-quicksight-dashboard-linksharingconfiguration-permissions): 
    - ResourcePermission
```

## Properties
<a name="aws-properties-quicksight-dashboard-linksharingconfiguration-properties"></a>

`Permissions`  <a name="cfn-quicksight-dashboard-linksharingconfiguration-permissions"></a>
A structure that contains the permissions of a shareable link.  
*Required*: No  
*Type*: Array of [ResourcePermission](aws-properties-quicksight-dashboard-resourcepermission.md)  
*Minimum*: `1`  
*Maximum*: `64`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ListControlDisplayOptions
<a name="aws-properties-quicksight-dashboard-listcontroldisplayoptions"></a>

The display options of a control.

## Syntax
<a name="aws-properties-quicksight-dashboard-listcontroldisplayoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-listcontroldisplayoptions-syntax.json"></a>

```
{
  "[InfoIconLabelOptions](#cfn-quicksight-dashboard-listcontroldisplayoptions-infoiconlabeloptions)" : SheetControlInfoIconLabelOptions,
  "[SearchOptions](#cfn-quicksight-dashboard-listcontroldisplayoptions-searchoptions)" : ListControlSearchOptions,
  "[SelectAllOptions](#cfn-quicksight-dashboard-listcontroldisplayoptions-selectalloptions)" : ListControlSelectAllOptions,
  "[TitleOptions](#cfn-quicksight-dashboard-listcontroldisplayoptions-titleoptions)" : LabelOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-listcontroldisplayoptions-syntax.yaml"></a>

```
  [InfoIconLabelOptions](#cfn-quicksight-dashboard-listcontroldisplayoptions-infoiconlabeloptions): 
    SheetControlInfoIconLabelOptions
  [SearchOptions](#cfn-quicksight-dashboard-listcontroldisplayoptions-searchoptions): 
    ListControlSearchOptions
  [SelectAllOptions](#cfn-quicksight-dashboard-listcontroldisplayoptions-selectalloptions): 
    ListControlSelectAllOptions
  [TitleOptions](#cfn-quicksight-dashboard-listcontroldisplayoptions-titleoptions): 
    LabelOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-listcontroldisplayoptions-properties"></a>

`InfoIconLabelOptions`  <a name="cfn-quicksight-dashboard-listcontroldisplayoptions-infoiconlabeloptions"></a>
The configuration of info icon label options.  
*Required*: No  
*Type*: [SheetControlInfoIconLabelOptions](aws-properties-quicksight-dashboard-sheetcontrolinfoiconlabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SearchOptions`  <a name="cfn-quicksight-dashboard-listcontroldisplayoptions-searchoptions"></a>
The configuration of the search options in a list control.  
*Required*: No  
*Type*: [ListControlSearchOptions](aws-properties-quicksight-dashboard-listcontrolsearchoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SelectAllOptions`  <a name="cfn-quicksight-dashboard-listcontroldisplayoptions-selectalloptions"></a>
The configuration of the `Select all` options in a list control.  
*Required*: No  
*Type*: [ListControlSelectAllOptions](aws-properties-quicksight-dashboard-listcontrolselectalloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TitleOptions`  <a name="cfn-quicksight-dashboard-listcontroldisplayoptions-titleoptions"></a>
The options to configure the title visibility, name, and font size.  
*Required*: No  
*Type*: [LabelOptions](aws-properties-quicksight-dashboard-labeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ListControlSearchOptions
<a name="aws-properties-quicksight-dashboard-listcontrolsearchoptions"></a>

The configuration of the search options in a list control.

## Syntax
<a name="aws-properties-quicksight-dashboard-listcontrolsearchoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-listcontrolsearchoptions-syntax.json"></a>

```
{
  "[Visibility](#cfn-quicksight-dashboard-listcontrolsearchoptions-visibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-listcontrolsearchoptions-syntax.yaml"></a>

```
  [Visibility](#cfn-quicksight-dashboard-listcontrolsearchoptions-visibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-listcontrolsearchoptions-properties"></a>

`Visibility`  <a name="cfn-quicksight-dashboard-listcontrolsearchoptions-visibility"></a>
The visibility configuration of the search options in a list control.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ListControlSelectAllOptions
<a name="aws-properties-quicksight-dashboard-listcontrolselectalloptions"></a>

The configuration of the `Select all` options in a list control.

## Syntax
<a name="aws-properties-quicksight-dashboard-listcontrolselectalloptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-listcontrolselectalloptions-syntax.json"></a>

```
{
  "[Visibility](#cfn-quicksight-dashboard-listcontrolselectalloptions-visibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-listcontrolselectalloptions-syntax.yaml"></a>

```
  [Visibility](#cfn-quicksight-dashboard-listcontrolselectalloptions-visibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-listcontrolselectalloptions-properties"></a>

`Visibility`  <a name="cfn-quicksight-dashboard-listcontrolselectalloptions-visibility"></a>
The visibility configuration of the `Select all` options in a list control.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard LoadingAnimation
<a name="aws-properties-quicksight-dashboard-loadinganimation"></a>

The configuration of loading animation in free-form layout. 

## Syntax
<a name="aws-properties-quicksight-dashboard-loadinganimation-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-loadinganimation-syntax.json"></a>

```
{
  "[Visibility](#cfn-quicksight-dashboard-loadinganimation-visibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-loadinganimation-syntax.yaml"></a>

```
  [Visibility](#cfn-quicksight-dashboard-loadinganimation-visibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-loadinganimation-properties"></a>

`Visibility`  <a name="cfn-quicksight-dashboard-loadinganimation-visibility"></a>
The visibility configuration of `LoadingAnimation`.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard LocalNavigationConfiguration
<a name="aws-properties-quicksight-dashboard-localnavigationconfiguration"></a>

The navigation configuration for `CustomActionNavigationOperation`.

## Syntax
<a name="aws-properties-quicksight-dashboard-localnavigationconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-localnavigationconfiguration-syntax.json"></a>

```
{
  "[TargetSheetId](#cfn-quicksight-dashboard-localnavigationconfiguration-targetsheetid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-localnavigationconfiguration-syntax.yaml"></a>

```
  [TargetSheetId](#cfn-quicksight-dashboard-localnavigationconfiguration-targetsheetid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-localnavigationconfiguration-properties"></a>

`TargetSheetId`  <a name="cfn-quicksight-dashboard-localnavigationconfiguration-targetsheetid"></a>
The sheet that is targeted for navigation in the same analysis.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

# AWS::QuickSight::Dashboard LongFormatText
<a name="aws-properties-quicksight-dashboard-longformattext"></a>

The text format for a subtitle.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-longformattext-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-longformattext-syntax.json"></a>

```
{
  "[PlainText](#cfn-quicksight-dashboard-longformattext-plaintext)" : String,
  "[RichText](#cfn-quicksight-dashboard-longformattext-richtext)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-longformattext-syntax.yaml"></a>

```
  [PlainText](#cfn-quicksight-dashboard-longformattext-plaintext): String
  [RichText](#cfn-quicksight-dashboard-longformattext-richtext): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-longformattext-properties"></a>

`PlainText`  <a name="cfn-quicksight-dashboard-longformattext-plaintext"></a>
Plain text format.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RichText`  <a name="cfn-quicksight-dashboard-longformattext-richtext"></a>
Rich text. Examples of rich text include bold, underline, and italics.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard MappedDataSetParameter
<a name="aws-properties-quicksight-dashboard-mappeddatasetparameter"></a>

A dataset parameter that is mapped to an analysis parameter.

## Syntax
<a name="aws-properties-quicksight-dashboard-mappeddatasetparameter-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-mappeddatasetparameter-syntax.json"></a>

```
{
  "[DataSetIdentifier](#cfn-quicksight-dashboard-mappeddatasetparameter-datasetidentifier)" : String,
  "[DataSetParameterName](#cfn-quicksight-dashboard-mappeddatasetparameter-datasetparametername)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-mappeddatasetparameter-syntax.yaml"></a>

```
  [DataSetIdentifier](#cfn-quicksight-dashboard-mappeddatasetparameter-datasetidentifier): String
  [DataSetParameterName](#cfn-quicksight-dashboard-mappeddatasetparameter-datasetparametername): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-mappeddatasetparameter-properties"></a>

`DataSetIdentifier`  <a name="cfn-quicksight-dashboard-mappeddatasetparameter-datasetidentifier"></a>
A unique name that identifies a dataset within the analysis or dashboard.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataSetParameterName`  <a name="cfn-quicksight-dashboard-mappeddatasetparameter-datasetparametername"></a>
The name of the dataset parameter.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[a-zA-Z0-9]+$`  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard MaximumLabelType
<a name="aws-properties-quicksight-dashboard-maximumlabeltype"></a>

The maximum label of a data path label.

## Syntax
<a name="aws-properties-quicksight-dashboard-maximumlabeltype-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-maximumlabeltype-syntax.json"></a>

```
{
  "[Visibility](#cfn-quicksight-dashboard-maximumlabeltype-visibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-maximumlabeltype-syntax.yaml"></a>

```
  [Visibility](#cfn-quicksight-dashboard-maximumlabeltype-visibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-maximumlabeltype-properties"></a>

`Visibility`  <a name="cfn-quicksight-dashboard-maximumlabeltype-visibility"></a>
The visibility of the maximum label.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard MaximumMinimumComputation
<a name="aws-properties-quicksight-dashboard-maximumminimumcomputation"></a>

The maximum and minimum computation configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-maximumminimumcomputation-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-maximumminimumcomputation-syntax.json"></a>

```
{
  "[ComputationId](#cfn-quicksight-dashboard-maximumminimumcomputation-computationid)" : String,
  "[Name](#cfn-quicksight-dashboard-maximumminimumcomputation-name)" : String,
  "[Time](#cfn-quicksight-dashboard-maximumminimumcomputation-time)" : DimensionField,
  "[Type](#cfn-quicksight-dashboard-maximumminimumcomputation-type)" : String,
  "[Value](#cfn-quicksight-dashboard-maximumminimumcomputation-value)" : MeasureField
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-maximumminimumcomputation-syntax.yaml"></a>

```
  [ComputationId](#cfn-quicksight-dashboard-maximumminimumcomputation-computationid): String
  [Name](#cfn-quicksight-dashboard-maximumminimumcomputation-name): String
  [Time](#cfn-quicksight-dashboard-maximumminimumcomputation-time): 
    DimensionField
  [Type](#cfn-quicksight-dashboard-maximumminimumcomputation-type): String
  [Value](#cfn-quicksight-dashboard-maximumminimumcomputation-value): 
    MeasureField
```

## Properties
<a name="aws-properties-quicksight-dashboard-maximumminimumcomputation-properties"></a>

`ComputationId`  <a name="cfn-quicksight-dashboard-maximumminimumcomputation-computationid"></a>
The ID for a computation.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`Name`  <a name="cfn-quicksight-dashboard-maximumminimumcomputation-name"></a>
The name of a computation.  
*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)

`Time`  <a name="cfn-quicksight-dashboard-maximumminimumcomputation-time"></a>
The time field that is used in a computation.  
*Required*: No  
*Type*: [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Type`  <a name="cfn-quicksight-dashboard-maximumminimumcomputation-type"></a>
The type of computation. Choose one of the following options:  
+ MAXIMUM: A maximum computation.
+ MINIMUM: A minimum computation.
*Required*: Yes  
*Type*: String  
*Allowed values*: `MAXIMUM | MINIMUM`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-quicksight-dashboard-maximumminimumcomputation-value"></a>
The value field that is used in a computation.  
*Required*: No  
*Type*: [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard MeasureField
<a name="aws-properties-quicksight-dashboard-measurefield"></a>

The measure (metric) type field.

## Syntax
<a name="aws-properties-quicksight-dashboard-measurefield-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-measurefield-syntax.json"></a>

```
{
  "[CalculatedMeasureField](#cfn-quicksight-dashboard-measurefield-calculatedmeasurefield)" : CalculatedMeasureField,
  "[CategoricalMeasureField](#cfn-quicksight-dashboard-measurefield-categoricalmeasurefield)" : CategoricalMeasureField,
  "[DateMeasureField](#cfn-quicksight-dashboard-measurefield-datemeasurefield)" : DateMeasureField,
  "[NumericalMeasureField](#cfn-quicksight-dashboard-measurefield-numericalmeasurefield)" : NumericalMeasureField
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-measurefield-syntax.yaml"></a>

```
  [CalculatedMeasureField](#cfn-quicksight-dashboard-measurefield-calculatedmeasurefield): 
    CalculatedMeasureField
  [CategoricalMeasureField](#cfn-quicksight-dashboard-measurefield-categoricalmeasurefield): 
    CategoricalMeasureField
  [DateMeasureField](#cfn-quicksight-dashboard-measurefield-datemeasurefield): 
    DateMeasureField
  [NumericalMeasureField](#cfn-quicksight-dashboard-measurefield-numericalmeasurefield): 
    NumericalMeasureField
```

## Properties
<a name="aws-properties-quicksight-dashboard-measurefield-properties"></a>

`CalculatedMeasureField`  <a name="cfn-quicksight-dashboard-measurefield-calculatedmeasurefield"></a>
The calculated measure field only used in pivot tables.  
*Required*: No  
*Type*: [CalculatedMeasureField](aws-properties-quicksight-dashboard-calculatedmeasurefield.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CategoricalMeasureField`  <a name="cfn-quicksight-dashboard-measurefield-categoricalmeasurefield"></a>
The measure type field with categorical type columns.  
*Required*: No  
*Type*: [CategoricalMeasureField](aws-properties-quicksight-dashboard-categoricalmeasurefield.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DateMeasureField`  <a name="cfn-quicksight-dashboard-measurefield-datemeasurefield"></a>
The measure type field with date type columns.  
*Required*: No  
*Type*: [DateMeasureField](aws-properties-quicksight-dashboard-datemeasurefield.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NumericalMeasureField`  <a name="cfn-quicksight-dashboard-measurefield-numericalmeasurefield"></a>
The measure type field with numerical type columns.  
*Required*: No  
*Type*: [NumericalMeasureField](aws-properties-quicksight-dashboard-numericalmeasurefield.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard MetricComparisonComputation
<a name="aws-properties-quicksight-dashboard-metriccomparisoncomputation"></a>

The metric comparison computation configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-metriccomparisoncomputation-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-metriccomparisoncomputation-syntax.json"></a>

```
{
  "[ComputationId](#cfn-quicksight-dashboard-metriccomparisoncomputation-computationid)" : String,
  "[FromValue](#cfn-quicksight-dashboard-metriccomparisoncomputation-fromvalue)" : MeasureField,
  "[Name](#cfn-quicksight-dashboard-metriccomparisoncomputation-name)" : String,
  "[TargetValue](#cfn-quicksight-dashboard-metriccomparisoncomputation-targetvalue)" : MeasureField,
  "[Time](#cfn-quicksight-dashboard-metriccomparisoncomputation-time)" : DimensionField
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-metriccomparisoncomputation-syntax.yaml"></a>

```
  [ComputationId](#cfn-quicksight-dashboard-metriccomparisoncomputation-computationid): String
  [FromValue](#cfn-quicksight-dashboard-metriccomparisoncomputation-fromvalue): 
    MeasureField
  [Name](#cfn-quicksight-dashboard-metriccomparisoncomputation-name): String
  [TargetValue](#cfn-quicksight-dashboard-metriccomparisoncomputation-targetvalue): 
    MeasureField
  [Time](#cfn-quicksight-dashboard-metriccomparisoncomputation-time): 
    DimensionField
```

## Properties
<a name="aws-properties-quicksight-dashboard-metriccomparisoncomputation-properties"></a>

`ComputationId`  <a name="cfn-quicksight-dashboard-metriccomparisoncomputation-computationid"></a>
The ID for a computation.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`FromValue`  <a name="cfn-quicksight-dashboard-metriccomparisoncomputation-fromvalue"></a>
The field that is used in a metric comparison from value setup.  
*Required*: No  
*Type*: [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-quicksight-dashboard-metriccomparisoncomputation-name"></a>
The name of a computation.  
*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)

`TargetValue`  <a name="cfn-quicksight-dashboard-metriccomparisoncomputation-targetvalue"></a>
The field that is used in a metric comparison to value setup.  
*Required*: No  
*Type*: [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Time`  <a name="cfn-quicksight-dashboard-metriccomparisoncomputation-time"></a>
The time field that is used in a computation.  
*Required*: No  
*Type*: [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard MinimumLabelType
<a name="aws-properties-quicksight-dashboard-minimumlabeltype"></a>

The minimum label of a data path label.

## Syntax
<a name="aws-properties-quicksight-dashboard-minimumlabeltype-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-minimumlabeltype-syntax.json"></a>

```
{
  "[Visibility](#cfn-quicksight-dashboard-minimumlabeltype-visibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-minimumlabeltype-syntax.yaml"></a>

```
  [Visibility](#cfn-quicksight-dashboard-minimumlabeltype-visibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-minimumlabeltype-properties"></a>

`Visibility`  <a name="cfn-quicksight-dashboard-minimumlabeltype-visibility"></a>
The visibility of the minimum label.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard MissingDataConfiguration
<a name="aws-properties-quicksight-dashboard-missingdataconfiguration"></a>

The configuration options that determine how missing data is treated during the rendering of a line chart.

## Syntax
<a name="aws-properties-quicksight-dashboard-missingdataconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-missingdataconfiguration-syntax.json"></a>

```
{
  "[TreatmentOption](#cfn-quicksight-dashboard-missingdataconfiguration-treatmentoption)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-missingdataconfiguration-syntax.yaml"></a>

```
  [TreatmentOption](#cfn-quicksight-dashboard-missingdataconfiguration-treatmentoption): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-missingdataconfiguration-properties"></a>

`TreatmentOption`  <a name="cfn-quicksight-dashboard-missingdataconfiguration-treatmentoption"></a>
The treatment option that determines how missing data should be rendered. Choose from the following options:  
+ `INTERPOLATE`: Interpolate missing values between the prior and the next known value.
+ `SHOW_AS_ZERO`: Show missing values as the value `0`.
+ `SHOW_AS_BLANK`: Display a blank space when rendering missing data.
*Required*: No  
*Type*: String  
*Allowed values*: `INTERPOLATE | SHOW_AS_ZERO | SHOW_AS_BLANK`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard NegativeValueConfiguration
<a name="aws-properties-quicksight-dashboard-negativevalueconfiguration"></a>

The options that determine the negative value configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-negativevalueconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-negativevalueconfiguration-syntax.json"></a>

```
{
  "[DisplayMode](#cfn-quicksight-dashboard-negativevalueconfiguration-displaymode)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-negativevalueconfiguration-syntax.yaml"></a>

```
  [DisplayMode](#cfn-quicksight-dashboard-negativevalueconfiguration-displaymode): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-negativevalueconfiguration-properties"></a>

`DisplayMode`  <a name="cfn-quicksight-dashboard-negativevalueconfiguration-displaymode"></a>
Determines the display mode of the negative value configuration.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `POSITIVE | NEGATIVE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard NestedFilter
<a name="aws-properties-quicksight-dashboard-nestedfilter"></a>

A `NestedFilter` filters data with a subset of data that is defined by the nested inner filter.

## Syntax
<a name="aws-properties-quicksight-dashboard-nestedfilter-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-nestedfilter-syntax.json"></a>

```
{
  "[Column](#cfn-quicksight-dashboard-nestedfilter-column)" : ColumnIdentifier,
  "[FilterId](#cfn-quicksight-dashboard-nestedfilter-filterid)" : String,
  "[IncludeInnerSet](#cfn-quicksight-dashboard-nestedfilter-includeinnerset)" : Boolean,
  "[InnerFilter](#cfn-quicksight-dashboard-nestedfilter-innerfilter)" : InnerFilter
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-nestedfilter-syntax.yaml"></a>

```
  [Column](#cfn-quicksight-dashboard-nestedfilter-column): 
    ColumnIdentifier
  [FilterId](#cfn-quicksight-dashboard-nestedfilter-filterid): String
  [IncludeInnerSet](#cfn-quicksight-dashboard-nestedfilter-includeinnerset): Boolean
  [InnerFilter](#cfn-quicksight-dashboard-nestedfilter-innerfilter): 
    InnerFilter
```

## Properties
<a name="aws-properties-quicksight-dashboard-nestedfilter-properties"></a>

`Column`  <a name="cfn-quicksight-dashboard-nestedfilter-column"></a>
The column that the filter is applied to.  
*Required*: Yes  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FilterId`  <a name="cfn-quicksight-dashboard-nestedfilter-filterid"></a>
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`IncludeInnerSet`  <a name="cfn-quicksight-dashboard-nestedfilter-includeinnerset"></a>
A boolean condition to include or exclude the subset that is defined by the values of the nested inner filter.  
*Required*: Yes  
*Type*: Boolean  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`InnerFilter`  <a name="cfn-quicksight-dashboard-nestedfilter-innerfilter"></a>
The `InnerFilter` defines the subset of data to be used with the `NestedFilter`.  
*Required*: Yes  
*Type*: [InnerFilter](aws-properties-quicksight-dashboard-innerfilter.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard NullValueFormatConfiguration
<a name="aws-properties-quicksight-dashboard-nullvalueformatconfiguration"></a>

The options that determine the null value format configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-nullvalueformatconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-nullvalueformatconfiguration-syntax.json"></a>

```
{
  "[NullString](#cfn-quicksight-dashboard-nullvalueformatconfiguration-nullstring)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-nullvalueformatconfiguration-syntax.yaml"></a>

```
  [NullString](#cfn-quicksight-dashboard-nullvalueformatconfiguration-nullstring): 
    String
```

## Properties
<a name="aws-properties-quicksight-dashboard-nullvalueformatconfiguration-properties"></a>

`NullString`  <a name="cfn-quicksight-dashboard-nullvalueformatconfiguration-nullstring"></a>
Determines the null string of null values.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `128`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard NumberDisplayFormatConfiguration
<a name="aws-properties-quicksight-dashboard-numberdisplayformatconfiguration"></a>

The options that determine the number display format configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-numberdisplayformatconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-numberdisplayformatconfiguration-syntax.json"></a>

```
{
  "[DecimalPlacesConfiguration](#cfn-quicksight-dashboard-numberdisplayformatconfiguration-decimalplacesconfiguration)" : DecimalPlacesConfiguration,
  "[NegativeValueConfiguration](#cfn-quicksight-dashboard-numberdisplayformatconfiguration-negativevalueconfiguration)" : NegativeValueConfiguration,
  "[NullValueFormatConfiguration](#cfn-quicksight-dashboard-numberdisplayformatconfiguration-nullvalueformatconfiguration)" : NullValueFormatConfiguration,
  "[NumberScale](#cfn-quicksight-dashboard-numberdisplayformatconfiguration-numberscale)" : String,
  "[Prefix](#cfn-quicksight-dashboard-numberdisplayformatconfiguration-prefix)" : String,
  "[SeparatorConfiguration](#cfn-quicksight-dashboard-numberdisplayformatconfiguration-separatorconfiguration)" : NumericSeparatorConfiguration,
  "[Suffix](#cfn-quicksight-dashboard-numberdisplayformatconfiguration-suffix)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-numberdisplayformatconfiguration-syntax.yaml"></a>

```
  [DecimalPlacesConfiguration](#cfn-quicksight-dashboard-numberdisplayformatconfiguration-decimalplacesconfiguration): 
    DecimalPlacesConfiguration
  [NegativeValueConfiguration](#cfn-quicksight-dashboard-numberdisplayformatconfiguration-negativevalueconfiguration): 
    NegativeValueConfiguration
  [NullValueFormatConfiguration](#cfn-quicksight-dashboard-numberdisplayformatconfiguration-nullvalueformatconfiguration): 
    NullValueFormatConfiguration
  [NumberScale](#cfn-quicksight-dashboard-numberdisplayformatconfiguration-numberscale): String
  [Prefix](#cfn-quicksight-dashboard-numberdisplayformatconfiguration-prefix): String
  [SeparatorConfiguration](#cfn-quicksight-dashboard-numberdisplayformatconfiguration-separatorconfiguration): 
    NumericSeparatorConfiguration
  [Suffix](#cfn-quicksight-dashboard-numberdisplayformatconfiguration-suffix): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-numberdisplayformatconfiguration-properties"></a>

`DecimalPlacesConfiguration`  <a name="cfn-quicksight-dashboard-numberdisplayformatconfiguration-decimalplacesconfiguration"></a>
The option that determines the decimal places configuration.  
*Required*: No  
*Type*: [DecimalPlacesConfiguration](aws-properties-quicksight-dashboard-decimalplacesconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NegativeValueConfiguration`  <a name="cfn-quicksight-dashboard-numberdisplayformatconfiguration-negativevalueconfiguration"></a>
The options that determine the negative value configuration.  
*Required*: No  
*Type*: [NegativeValueConfiguration](aws-properties-quicksight-dashboard-negativevalueconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NullValueFormatConfiguration`  <a name="cfn-quicksight-dashboard-numberdisplayformatconfiguration-nullvalueformatconfiguration"></a>
The options that determine the null value format configuration.  
*Required*: No  
*Type*: [NullValueFormatConfiguration](aws-properties-quicksight-dashboard-nullvalueformatconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NumberScale`  <a name="cfn-quicksight-dashboard-numberdisplayformatconfiguration-numberscale"></a>
Determines the number scale value of the number format.  
*Required*: No  
*Type*: String  
*Allowed values*: `NONE | AUTO | THOUSANDS | MILLIONS | BILLIONS | TRILLIONS | LAKHS | CRORES`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Prefix`  <a name="cfn-quicksight-dashboard-numberdisplayformatconfiguration-prefix"></a>
Determines the prefix value of the number format.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `128`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SeparatorConfiguration`  <a name="cfn-quicksight-dashboard-numberdisplayformatconfiguration-separatorconfiguration"></a>
The options that determine the numeric separator configuration.  
*Required*: No  
*Type*: [NumericSeparatorConfiguration](aws-properties-quicksight-dashboard-numericseparatorconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Suffix`  <a name="cfn-quicksight-dashboard-numberdisplayformatconfiguration-suffix"></a>
Determines the suffix value of the number format.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `128`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard NumberFormatConfiguration
<a name="aws-properties-quicksight-dashboard-numberformatconfiguration"></a>

Formatting configuration for number fields.

## Syntax
<a name="aws-properties-quicksight-dashboard-numberformatconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-numberformatconfiguration-syntax.json"></a>

```
{
  "[FormatConfiguration](#cfn-quicksight-dashboard-numberformatconfiguration-formatconfiguration)" : NumericFormatConfiguration
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-numberformatconfiguration-syntax.yaml"></a>

```
  [FormatConfiguration](#cfn-quicksight-dashboard-numberformatconfiguration-formatconfiguration): 
    NumericFormatConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-numberformatconfiguration-properties"></a>

`FormatConfiguration`  <a name="cfn-quicksight-dashboard-numberformatconfiguration-formatconfiguration"></a>
The options that determine the numeric format configuration.  
*Required*: No  
*Type*: [NumericFormatConfiguration](aws-properties-quicksight-dashboard-numericformatconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard NumericalAggregationFunction
<a name="aws-properties-quicksight-dashboard-numericalaggregationfunction"></a>

Aggregation for numerical values.

## Syntax
<a name="aws-properties-quicksight-dashboard-numericalaggregationfunction-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-numericalaggregationfunction-syntax.json"></a>

```
{
  "[PercentileAggregation](#cfn-quicksight-dashboard-numericalaggregationfunction-percentileaggregation)" : PercentileAggregation,
  "[SimpleNumericalAggregation](#cfn-quicksight-dashboard-numericalaggregationfunction-simplenumericalaggregation)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-numericalaggregationfunction-syntax.yaml"></a>

```
  [PercentileAggregation](#cfn-quicksight-dashboard-numericalaggregationfunction-percentileaggregation): 
    PercentileAggregation
  [SimpleNumericalAggregation](#cfn-quicksight-dashboard-numericalaggregationfunction-simplenumericalaggregation): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-numericalaggregationfunction-properties"></a>

`PercentileAggregation`  <a name="cfn-quicksight-dashboard-numericalaggregationfunction-percentileaggregation"></a>
An aggregation based on the percentile of values in a dimension or measure.  
*Required*: No  
*Type*: [PercentileAggregation](aws-properties-quicksight-dashboard-percentileaggregation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SimpleNumericalAggregation`  <a name="cfn-quicksight-dashboard-numericalaggregationfunction-simplenumericalaggregation"></a>
Built-in aggregation functions for numerical values.  
+ `SUM`: The sum of a dimension or measure. 
+ `AVERAGE`: The average of a dimension or measure.
+ `MIN`: The minimum value of a dimension or measure.
+ `MAX`: The maximum value of a dimension or measure.
+ `COUNT`: The count of a dimension or measure.
+ `DISTINCT_COUNT`: The count of distinct values in a dimension or measure.
+ `VAR`: The variance of a dimension or measure.
+ `VARP`: The partitioned variance of a dimension or measure.
+ `STDEV`: The standard deviation of a dimension or measure.
+ `STDEVP`: The partitioned standard deviation of a dimension or measure.
+ `MEDIAN`: The median value of a dimension or measure.
*Required*: No  
*Type*: String  
*Allowed values*: `SUM | AVERAGE | MIN | MAX | COUNT | DISTINCT_COUNT | VAR | VARP | STDEV | STDEVP | MEDIAN`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard NumericalDimensionField
<a name="aws-properties-quicksight-dashboard-numericaldimensionfield"></a>

The dimension type field with numerical type columns.

## Syntax
<a name="aws-properties-quicksight-dashboard-numericaldimensionfield-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-numericaldimensionfield-syntax.json"></a>

```
{
  "[Column](#cfn-quicksight-dashboard-numericaldimensionfield-column)" : ColumnIdentifier,
  "[FieldId](#cfn-quicksight-dashboard-numericaldimensionfield-fieldid)" : String,
  "[FormatConfiguration](#cfn-quicksight-dashboard-numericaldimensionfield-formatconfiguration)" : NumberFormatConfiguration,
  "[HierarchyId](#cfn-quicksight-dashboard-numericaldimensionfield-hierarchyid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-numericaldimensionfield-syntax.yaml"></a>

```
  [Column](#cfn-quicksight-dashboard-numericaldimensionfield-column): 
    ColumnIdentifier
  [FieldId](#cfn-quicksight-dashboard-numericaldimensionfield-fieldid): String
  [FormatConfiguration](#cfn-quicksight-dashboard-numericaldimensionfield-formatconfiguration): 
    NumberFormatConfiguration
  [HierarchyId](#cfn-quicksight-dashboard-numericaldimensionfield-hierarchyid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-numericaldimensionfield-properties"></a>

`Column`  <a name="cfn-quicksight-dashboard-numericaldimensionfield-column"></a>
The column that is used in the `NumericalDimensionField`.  
*Required*: Yes  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldId`  <a name="cfn-quicksight-dashboard-numericaldimensionfield-fieldid"></a>
The custom field ID.  
*Required*: Yes  
*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)

`FormatConfiguration`  <a name="cfn-quicksight-dashboard-numericaldimensionfield-formatconfiguration"></a>
The format configuration of the field.  
*Required*: No  
*Type*: [NumberFormatConfiguration](aws-properties-quicksight-dashboard-numberformatconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`HierarchyId`  <a name="cfn-quicksight-dashboard-numericaldimensionfield-hierarchyid"></a>
The custom hierarchy ID.  
*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)

# AWS::QuickSight::Dashboard NumericalMeasureField
<a name="aws-properties-quicksight-dashboard-numericalmeasurefield"></a>

The measure type field with numerical type columns.

## Syntax
<a name="aws-properties-quicksight-dashboard-numericalmeasurefield-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-numericalmeasurefield-syntax.json"></a>

```
{
  "[AggregationFunction](#cfn-quicksight-dashboard-numericalmeasurefield-aggregationfunction)" : NumericalAggregationFunction,
  "[Column](#cfn-quicksight-dashboard-numericalmeasurefield-column)" : ColumnIdentifier,
  "[FieldId](#cfn-quicksight-dashboard-numericalmeasurefield-fieldid)" : String,
  "[FormatConfiguration](#cfn-quicksight-dashboard-numericalmeasurefield-formatconfiguration)" : NumberFormatConfiguration
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-numericalmeasurefield-syntax.yaml"></a>

```
  [AggregationFunction](#cfn-quicksight-dashboard-numericalmeasurefield-aggregationfunction): 
    NumericalAggregationFunction
  [Column](#cfn-quicksight-dashboard-numericalmeasurefield-column): 
    ColumnIdentifier
  [FieldId](#cfn-quicksight-dashboard-numericalmeasurefield-fieldid): String
  [FormatConfiguration](#cfn-quicksight-dashboard-numericalmeasurefield-formatconfiguration): 
    NumberFormatConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-numericalmeasurefield-properties"></a>

`AggregationFunction`  <a name="cfn-quicksight-dashboard-numericalmeasurefield-aggregationfunction"></a>
The aggregation function of the measure field.  
*Required*: No  
*Type*: [NumericalAggregationFunction](aws-properties-quicksight-dashboard-numericalaggregationfunction.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Column`  <a name="cfn-quicksight-dashboard-numericalmeasurefield-column"></a>
The column that is used in the `NumericalMeasureField`.  
*Required*: Yes  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldId`  <a name="cfn-quicksight-dashboard-numericalmeasurefield-fieldid"></a>
The custom field ID.  
*Required*: Yes  
*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)

`FormatConfiguration`  <a name="cfn-quicksight-dashboard-numericalmeasurefield-formatconfiguration"></a>
The format configuration of the field.  
*Required*: No  
*Type*: [NumberFormatConfiguration](aws-properties-quicksight-dashboard-numberformatconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard NumericAxisOptions
<a name="aws-properties-quicksight-dashboard-numericaxisoptions"></a>

The options for an axis with a numeric field.

## Syntax
<a name="aws-properties-quicksight-dashboard-numericaxisoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-numericaxisoptions-syntax.json"></a>

```
{
  "[Range](#cfn-quicksight-dashboard-numericaxisoptions-range)" : AxisDisplayRange,
  "[Scale](#cfn-quicksight-dashboard-numericaxisoptions-scale)" : AxisScale
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-numericaxisoptions-syntax.yaml"></a>

```
  [Range](#cfn-quicksight-dashboard-numericaxisoptions-range): 
    AxisDisplayRange
  [Scale](#cfn-quicksight-dashboard-numericaxisoptions-scale): 
    AxisScale
```

## Properties
<a name="aws-properties-quicksight-dashboard-numericaxisoptions-properties"></a>

`Range`  <a name="cfn-quicksight-dashboard-numericaxisoptions-range"></a>
The range setup of a numeric axis.  
*Required*: No  
*Type*: [AxisDisplayRange](aws-properties-quicksight-dashboard-axisdisplayrange.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Scale`  <a name="cfn-quicksight-dashboard-numericaxisoptions-scale"></a>
The scale setup of a numeric axis.  
*Required*: No  
*Type*: [AxisScale](aws-properties-quicksight-dashboard-axisscale.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard NumericEqualityDrillDownFilter
<a name="aws-properties-quicksight-dashboard-numericequalitydrilldownfilter"></a>

The numeric equality type drill down filter.

## Syntax
<a name="aws-properties-quicksight-dashboard-numericequalitydrilldownfilter-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-numericequalitydrilldownfilter-syntax.json"></a>

```
{
  "[Column](#cfn-quicksight-dashboard-numericequalitydrilldownfilter-column)" : ColumnIdentifier,
  "[Value](#cfn-quicksight-dashboard-numericequalitydrilldownfilter-value)" : Number
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-numericequalitydrilldownfilter-syntax.yaml"></a>

```
  [Column](#cfn-quicksight-dashboard-numericequalitydrilldownfilter-column): 
    ColumnIdentifier
  [Value](#cfn-quicksight-dashboard-numericequalitydrilldownfilter-value): Number
```

## Properties
<a name="aws-properties-quicksight-dashboard-numericequalitydrilldownfilter-properties"></a>

`Column`  <a name="cfn-quicksight-dashboard-numericequalitydrilldownfilter-column"></a>
The column that the filter is applied to.  
*Required*: Yes  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-quicksight-dashboard-numericequalitydrilldownfilter-value"></a>
The value of the double input numeric drill down filter.  
*Required*: Yes  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard NumericEqualityFilter
<a name="aws-properties-quicksight-dashboard-numericequalityfilter"></a>

A `NumericEqualityFilter` filters values that are equal to the specified value.

## Syntax
<a name="aws-properties-quicksight-dashboard-numericequalityfilter-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-numericequalityfilter-syntax.json"></a>

```
{
  "[AggregationFunction](#cfn-quicksight-dashboard-numericequalityfilter-aggregationfunction)" : AggregationFunction,
  "[Column](#cfn-quicksight-dashboard-numericequalityfilter-column)" : ColumnIdentifier,
  "[DefaultFilterControlConfiguration](#cfn-quicksight-dashboard-numericequalityfilter-defaultfiltercontrolconfiguration)" : DefaultFilterControlConfiguration,
  "[FilterId](#cfn-quicksight-dashboard-numericequalityfilter-filterid)" : String,
  "[MatchOperator](#cfn-quicksight-dashboard-numericequalityfilter-matchoperator)" : String,
  "[NullOption](#cfn-quicksight-dashboard-numericequalityfilter-nulloption)" : String,
  "[ParameterName](#cfn-quicksight-dashboard-numericequalityfilter-parametername)" : String,
  "[SelectAllOptions](#cfn-quicksight-dashboard-numericequalityfilter-selectalloptions)" : String,
  "[Value](#cfn-quicksight-dashboard-numericequalityfilter-value)" : Number
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-numericequalityfilter-syntax.yaml"></a>

```
  [AggregationFunction](#cfn-quicksight-dashboard-numericequalityfilter-aggregationfunction): 
    AggregationFunction
  [Column](#cfn-quicksight-dashboard-numericequalityfilter-column): 
    ColumnIdentifier
  [DefaultFilterControlConfiguration](#cfn-quicksight-dashboard-numericequalityfilter-defaultfiltercontrolconfiguration): 
    DefaultFilterControlConfiguration
  [FilterId](#cfn-quicksight-dashboard-numericequalityfilter-filterid): String
  [MatchOperator](#cfn-quicksight-dashboard-numericequalityfilter-matchoperator): String
  [NullOption](#cfn-quicksight-dashboard-numericequalityfilter-nulloption): String
  [ParameterName](#cfn-quicksight-dashboard-numericequalityfilter-parametername): String
  [SelectAllOptions](#cfn-quicksight-dashboard-numericequalityfilter-selectalloptions): String
  [Value](#cfn-quicksight-dashboard-numericequalityfilter-value): Number
```

## Properties
<a name="aws-properties-quicksight-dashboard-numericequalityfilter-properties"></a>

`AggregationFunction`  <a name="cfn-quicksight-dashboard-numericequalityfilter-aggregationfunction"></a>
The aggregation function of the filter.  
*Required*: No  
*Type*: [AggregationFunction](aws-properties-quicksight-dashboard-aggregationfunction.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Column`  <a name="cfn-quicksight-dashboard-numericequalityfilter-column"></a>
The column that the filter is applied to.  
*Required*: Yes  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DefaultFilterControlConfiguration`  <a name="cfn-quicksight-dashboard-numericequalityfilter-defaultfiltercontrolconfiguration"></a>
The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.  
*Required*: No  
*Type*: [DefaultFilterControlConfiguration](aws-properties-quicksight-dashboard-defaultfiltercontrolconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FilterId`  <a name="cfn-quicksight-dashboard-numericequalityfilter-filterid"></a>
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`MatchOperator`  <a name="cfn-quicksight-dashboard-numericequalityfilter-matchoperator"></a>
The match operator that is used to determine if a filter should be applied.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `EQUALS | DOES_NOT_EQUAL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NullOption`  <a name="cfn-quicksight-dashboard-numericequalityfilter-nulloption"></a>
This option determines how null values should be treated when filtering data.  
+ `ALL_VALUES`: Include null values in filtered results.
+ `NULLS_ONLY`: Only include null values in filtered results.
+ `NON_NULLS_ONLY`: Exclude null values from filtered results.
*Required*: Yes  
*Type*: String  
*Allowed values*: `ALL_VALUES | NULLS_ONLY | NON_NULLS_ONLY`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ParameterName`  <a name="cfn-quicksight-dashboard-numericequalityfilter-parametername"></a>
The parameter whose value should be used for the filter value.  
*Required*: No  
*Type*: String  
*Pattern*: `^[a-zA-Z0-9]+$`  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SelectAllOptions`  <a name="cfn-quicksight-dashboard-numericequalityfilter-selectalloptions"></a>
Select all of the values. Null is not the assigned value of select all.  
+  `FILTER_ALL_VALUES` 
*Required*: No  
*Type*: String  
*Allowed values*: `FILTER_ALL_VALUES`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-quicksight-dashboard-numericequalityfilter-value"></a>
The input value.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard NumericFormatConfiguration
<a name="aws-properties-quicksight-dashboard-numericformatconfiguration"></a>

The options that determine the numeric format configuration.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-numericformatconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-numericformatconfiguration-syntax.json"></a>

```
{
  "[CurrencyDisplayFormatConfiguration](#cfn-quicksight-dashboard-numericformatconfiguration-currencydisplayformatconfiguration)" : CurrencyDisplayFormatConfiguration,
  "[NumberDisplayFormatConfiguration](#cfn-quicksight-dashboard-numericformatconfiguration-numberdisplayformatconfiguration)" : NumberDisplayFormatConfiguration,
  "[PercentageDisplayFormatConfiguration](#cfn-quicksight-dashboard-numericformatconfiguration-percentagedisplayformatconfiguration)" : PercentageDisplayFormatConfiguration
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-numericformatconfiguration-syntax.yaml"></a>

```
  [CurrencyDisplayFormatConfiguration](#cfn-quicksight-dashboard-numericformatconfiguration-currencydisplayformatconfiguration): 
    CurrencyDisplayFormatConfiguration
  [NumberDisplayFormatConfiguration](#cfn-quicksight-dashboard-numericformatconfiguration-numberdisplayformatconfiguration): 
    NumberDisplayFormatConfiguration
  [PercentageDisplayFormatConfiguration](#cfn-quicksight-dashboard-numericformatconfiguration-percentagedisplayformatconfiguration): 
    PercentageDisplayFormatConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-numericformatconfiguration-properties"></a>

`CurrencyDisplayFormatConfiguration`  <a name="cfn-quicksight-dashboard-numericformatconfiguration-currencydisplayformatconfiguration"></a>
The options that determine the currency display format configuration.  
*Required*: No  
*Type*: [CurrencyDisplayFormatConfiguration](aws-properties-quicksight-dashboard-currencydisplayformatconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NumberDisplayFormatConfiguration`  <a name="cfn-quicksight-dashboard-numericformatconfiguration-numberdisplayformatconfiguration"></a>
The options that determine the number display format configuration.  
*Required*: No  
*Type*: [NumberDisplayFormatConfiguration](aws-properties-quicksight-dashboard-numberdisplayformatconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PercentageDisplayFormatConfiguration`  <a name="cfn-quicksight-dashboard-numericformatconfiguration-percentagedisplayformatconfiguration"></a>
The options that determine the percentage display format configuration.  
*Required*: No  
*Type*: [PercentageDisplayFormatConfiguration](aws-properties-quicksight-dashboard-percentagedisplayformatconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard NumericRangeFilter
<a name="aws-properties-quicksight-dashboard-numericrangefilter"></a>

A `NumericRangeFilter` filters values that are within the value range.

## Syntax
<a name="aws-properties-quicksight-dashboard-numericrangefilter-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-numericrangefilter-syntax.json"></a>

```
{
  "[AggregationFunction](#cfn-quicksight-dashboard-numericrangefilter-aggregationfunction)" : AggregationFunction,
  "[Column](#cfn-quicksight-dashboard-numericrangefilter-column)" : ColumnIdentifier,
  "[DefaultFilterControlConfiguration](#cfn-quicksight-dashboard-numericrangefilter-defaultfiltercontrolconfiguration)" : DefaultFilterControlConfiguration,
  "[FilterId](#cfn-quicksight-dashboard-numericrangefilter-filterid)" : String,
  "[IncludeMaximum](#cfn-quicksight-dashboard-numericrangefilter-includemaximum)" : Boolean,
  "[IncludeMinimum](#cfn-quicksight-dashboard-numericrangefilter-includeminimum)" : Boolean,
  "[NullOption](#cfn-quicksight-dashboard-numericrangefilter-nulloption)" : String,
  "[RangeMaximum](#cfn-quicksight-dashboard-numericrangefilter-rangemaximum)" : NumericRangeFilterValue,
  "[RangeMinimum](#cfn-quicksight-dashboard-numericrangefilter-rangeminimum)" : NumericRangeFilterValue,
  "[SelectAllOptions](#cfn-quicksight-dashboard-numericrangefilter-selectalloptions)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-numericrangefilter-syntax.yaml"></a>

```
  [AggregationFunction](#cfn-quicksight-dashboard-numericrangefilter-aggregationfunction): 
    AggregationFunction
  [Column](#cfn-quicksight-dashboard-numericrangefilter-column): 
    ColumnIdentifier
  [DefaultFilterControlConfiguration](#cfn-quicksight-dashboard-numericrangefilter-defaultfiltercontrolconfiguration): 
    DefaultFilterControlConfiguration
  [FilterId](#cfn-quicksight-dashboard-numericrangefilter-filterid): String
  [IncludeMaximum](#cfn-quicksight-dashboard-numericrangefilter-includemaximum): Boolean
  [IncludeMinimum](#cfn-quicksight-dashboard-numericrangefilter-includeminimum): Boolean
  [NullOption](#cfn-quicksight-dashboard-numericrangefilter-nulloption): String
  [RangeMaximum](#cfn-quicksight-dashboard-numericrangefilter-rangemaximum): 
    NumericRangeFilterValue
  [RangeMinimum](#cfn-quicksight-dashboard-numericrangefilter-rangeminimum): 
    NumericRangeFilterValue
  [SelectAllOptions](#cfn-quicksight-dashboard-numericrangefilter-selectalloptions): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-numericrangefilter-properties"></a>

`AggregationFunction`  <a name="cfn-quicksight-dashboard-numericrangefilter-aggregationfunction"></a>
The aggregation function of the filter.  
*Required*: No  
*Type*: [AggregationFunction](aws-properties-quicksight-dashboard-aggregationfunction.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Column`  <a name="cfn-quicksight-dashboard-numericrangefilter-column"></a>
The column that the filter is applied to.  
*Required*: Yes  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DefaultFilterControlConfiguration`  <a name="cfn-quicksight-dashboard-numericrangefilter-defaultfiltercontrolconfiguration"></a>
The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.  
*Required*: No  
*Type*: [DefaultFilterControlConfiguration](aws-properties-quicksight-dashboard-defaultfiltercontrolconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FilterId`  <a name="cfn-quicksight-dashboard-numericrangefilter-filterid"></a>
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`IncludeMaximum`  <a name="cfn-quicksight-dashboard-numericrangefilter-includemaximum"></a>
Determines whether the maximum value in the filter value range should be included in the filtered results.  
*Required*: No  
*Type*: Boolean  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`IncludeMinimum`  <a name="cfn-quicksight-dashboard-numericrangefilter-includeminimum"></a>
Determines whether the minimum value in the filter value range should be included in the filtered results.  
*Required*: No  
*Type*: Boolean  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NullOption`  <a name="cfn-quicksight-dashboard-numericrangefilter-nulloption"></a>
This option determines how null values should be treated when filtering data.  
+ `ALL_VALUES`: Include null values in filtered results.
+ `NULLS_ONLY`: Only include null values in filtered results.
+ `NON_NULLS_ONLY`: Exclude null values from filtered results.
*Required*: Yes  
*Type*: String  
*Allowed values*: `ALL_VALUES | NULLS_ONLY | NON_NULLS_ONLY`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RangeMaximum`  <a name="cfn-quicksight-dashboard-numericrangefilter-rangemaximum"></a>
The maximum value for the filter value range.  
*Required*: No  
*Type*: [NumericRangeFilterValue](aws-properties-quicksight-dashboard-numericrangefiltervalue.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RangeMinimum`  <a name="cfn-quicksight-dashboard-numericrangefilter-rangeminimum"></a>
The minimum value for the filter value range.  
*Required*: No  
*Type*: [NumericRangeFilterValue](aws-properties-quicksight-dashboard-numericrangefiltervalue.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SelectAllOptions`  <a name="cfn-quicksight-dashboard-numericrangefilter-selectalloptions"></a>
Select all of the values. Null is not the assigned value of select all.  
+  `FILTER_ALL_VALUES` 
*Required*: No  
*Type*: String  
*Allowed values*: `FILTER_ALL_VALUES`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard NumericRangeFilterValue
<a name="aws-properties-quicksight-dashboard-numericrangefiltervalue"></a>

The value input pf the numeric range filter.

## Syntax
<a name="aws-properties-quicksight-dashboard-numericrangefiltervalue-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-numericrangefiltervalue-syntax.json"></a>

```
{
  "[Parameter](#cfn-quicksight-dashboard-numericrangefiltervalue-parameter)" : String,
  "[StaticValue](#cfn-quicksight-dashboard-numericrangefiltervalue-staticvalue)" : Number
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-numericrangefiltervalue-syntax.yaml"></a>

```
  [Parameter](#cfn-quicksight-dashboard-numericrangefiltervalue-parameter): String
  [StaticValue](#cfn-quicksight-dashboard-numericrangefiltervalue-staticvalue): Number
```

## Properties
<a name="aws-properties-quicksight-dashboard-numericrangefiltervalue-properties"></a>

`Parameter`  <a name="cfn-quicksight-dashboard-numericrangefiltervalue-parameter"></a>
The parameter that is used in the numeric range.  
*Required*: No  
*Type*: String  
*Pattern*: `^[a-zA-Z0-9]+$`  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StaticValue`  <a name="cfn-quicksight-dashboard-numericrangefiltervalue-staticvalue"></a>
The static value of the numeric range filter.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard NumericSeparatorConfiguration
<a name="aws-properties-quicksight-dashboard-numericseparatorconfiguration"></a>

The options that determine the numeric separator configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-numericseparatorconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-numericseparatorconfiguration-syntax.json"></a>

```
{
  "[DecimalSeparator](#cfn-quicksight-dashboard-numericseparatorconfiguration-decimalseparator)" : String,
  "[ThousandsSeparator](#cfn-quicksight-dashboard-numericseparatorconfiguration-thousandsseparator)" : ThousandSeparatorOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-numericseparatorconfiguration-syntax.yaml"></a>

```
  [DecimalSeparator](#cfn-quicksight-dashboard-numericseparatorconfiguration-decimalseparator): String
  [ThousandsSeparator](#cfn-quicksight-dashboard-numericseparatorconfiguration-thousandsseparator): 
    ThousandSeparatorOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-numericseparatorconfiguration-properties"></a>

`DecimalSeparator`  <a name="cfn-quicksight-dashboard-numericseparatorconfiguration-decimalseparator"></a>
Determines the decimal separator.  
*Required*: No  
*Type*: String  
*Allowed values*: `COMMA | DOT | SPACE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ThousandsSeparator`  <a name="cfn-quicksight-dashboard-numericseparatorconfiguration-thousandsseparator"></a>
The options that determine the thousands separator configuration.  
*Required*: No  
*Type*: [ThousandSeparatorOptions](aws-properties-quicksight-dashboard-thousandseparatoroptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PaginationConfiguration
<a name="aws-properties-quicksight-dashboard-paginationconfiguration"></a>

The pagination configuration for a table visual or boxplot.

## Syntax
<a name="aws-properties-quicksight-dashboard-paginationconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-paginationconfiguration-syntax.json"></a>

```
{
  "[PageNumber](#cfn-quicksight-dashboard-paginationconfiguration-pagenumber)" : Number,
  "[PageSize](#cfn-quicksight-dashboard-paginationconfiguration-pagesize)" : Number
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-paginationconfiguration-syntax.yaml"></a>

```
  [PageNumber](#cfn-quicksight-dashboard-paginationconfiguration-pagenumber): 
    Number
  [PageSize](#cfn-quicksight-dashboard-paginationconfiguration-pagesize): Number
```

## Properties
<a name="aws-properties-quicksight-dashboard-paginationconfiguration-properties"></a>

`PageNumber`  <a name="cfn-quicksight-dashboard-paginationconfiguration-pagenumber"></a>
Indicates the page number.  
*Required*: Yes  
*Type*: Number  
*Minimum*: `0`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PageSize`  <a name="cfn-quicksight-dashboard-paginationconfiguration-pagesize"></a>
Indicates how many items render in one page.  
*Required*: Yes  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PanelConfiguration
<a name="aws-properties-quicksight-dashboard-panelconfiguration"></a>

A collection of options that configure how each panel displays in a small multiples chart.

## Syntax
<a name="aws-properties-quicksight-dashboard-panelconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-panelconfiguration-syntax.json"></a>

```
{
  "[BackgroundColor](#cfn-quicksight-dashboard-panelconfiguration-backgroundcolor)" : String,
  "[BackgroundVisibility](#cfn-quicksight-dashboard-panelconfiguration-backgroundvisibility)" : String,
  "[BorderColor](#cfn-quicksight-dashboard-panelconfiguration-bordercolor)" : String,
  "[BorderStyle](#cfn-quicksight-dashboard-panelconfiguration-borderstyle)" : String,
  "[BorderThickness](#cfn-quicksight-dashboard-panelconfiguration-borderthickness)" : String,
  "[BorderVisibility](#cfn-quicksight-dashboard-panelconfiguration-bordervisibility)" : String,
  "[GutterSpacing](#cfn-quicksight-dashboard-panelconfiguration-gutterspacing)" : String,
  "[GutterVisibility](#cfn-quicksight-dashboard-panelconfiguration-guttervisibility)" : String,
  "[Title](#cfn-quicksight-dashboard-panelconfiguration-title)" : PanelTitleOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-panelconfiguration-syntax.yaml"></a>

```
  [BackgroundColor](#cfn-quicksight-dashboard-panelconfiguration-backgroundcolor): String
  [BackgroundVisibility](#cfn-quicksight-dashboard-panelconfiguration-backgroundvisibility): String
  [BorderColor](#cfn-quicksight-dashboard-panelconfiguration-bordercolor): String
  [BorderStyle](#cfn-quicksight-dashboard-panelconfiguration-borderstyle): String
  [BorderThickness](#cfn-quicksight-dashboard-panelconfiguration-borderthickness): String
  [BorderVisibility](#cfn-quicksight-dashboard-panelconfiguration-bordervisibility): String
  [GutterSpacing](#cfn-quicksight-dashboard-panelconfiguration-gutterspacing): String
  [GutterVisibility](#cfn-quicksight-dashboard-panelconfiguration-guttervisibility): String
  [Title](#cfn-quicksight-dashboard-panelconfiguration-title): 
    PanelTitleOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-panelconfiguration-properties"></a>

`BackgroundColor`  <a name="cfn-quicksight-dashboard-panelconfiguration-backgroundcolor"></a>
Sets the background color for each panel.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`BackgroundVisibility`  <a name="cfn-quicksight-dashboard-panelconfiguration-backgroundvisibility"></a>
Determines whether or not a background for each small multiples panel is rendered.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`BorderColor`  <a name="cfn-quicksight-dashboard-panelconfiguration-bordercolor"></a>
Sets the line color of panel borders.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`BorderStyle`  <a name="cfn-quicksight-dashboard-panelconfiguration-borderstyle"></a>
Sets the line style of panel borders.  
*Required*: No  
*Type*: String  
*Allowed values*: `SOLID | DASHED | DOTTED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`BorderThickness`  <a name="cfn-quicksight-dashboard-panelconfiguration-borderthickness"></a>
Sets the line thickness of panel borders.  
*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)

`BorderVisibility`  <a name="cfn-quicksight-dashboard-panelconfiguration-bordervisibility"></a>
Determines whether or not each panel displays a border.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`GutterSpacing`  <a name="cfn-quicksight-dashboard-panelconfiguration-gutterspacing"></a>
Sets the total amount of negative space to display between sibling panels.  
*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)

`GutterVisibility`  <a name="cfn-quicksight-dashboard-panelconfiguration-guttervisibility"></a>
Determines whether or not negative space between sibling panels is rendered.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-panelconfiguration-title"></a>
Configures the title display within each small multiples panel.  
*Required*: No  
*Type*: [PanelTitleOptions](aws-properties-quicksight-dashboard-paneltitleoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PanelTitleOptions
<a name="aws-properties-quicksight-dashboard-paneltitleoptions"></a>

The options that determine the title styles for each small multiples panel.

## Syntax
<a name="aws-properties-quicksight-dashboard-paneltitleoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-paneltitleoptions-syntax.json"></a>

```
{
  "[FontConfiguration](#cfn-quicksight-dashboard-paneltitleoptions-fontconfiguration)" : FontConfiguration,
  "[HorizontalTextAlignment](#cfn-quicksight-dashboard-paneltitleoptions-horizontaltextalignment)" : String,
  "[Visibility](#cfn-quicksight-dashboard-paneltitleoptions-visibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-paneltitleoptions-syntax.yaml"></a>

```
  [FontConfiguration](#cfn-quicksight-dashboard-paneltitleoptions-fontconfiguration): 
    FontConfiguration
  [HorizontalTextAlignment](#cfn-quicksight-dashboard-paneltitleoptions-horizontaltextalignment): String
  [Visibility](#cfn-quicksight-dashboard-paneltitleoptions-visibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-paneltitleoptions-properties"></a>

`FontConfiguration`  <a name="cfn-quicksight-dashboard-paneltitleoptions-fontconfiguration"></a>
Property description not available.  
*Required*: No  
*Type*: [FontConfiguration](aws-properties-quicksight-dashboard-fontconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`HorizontalTextAlignment`  <a name="cfn-quicksight-dashboard-paneltitleoptions-horizontaltextalignment"></a>
Sets the horizontal text alignment of the title within each panel.  
*Required*: No  
*Type*: String  
*Allowed values*: `LEFT | CENTER | RIGHT | AUTO`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Visibility`  <a name="cfn-quicksight-dashboard-paneltitleoptions-visibility"></a>
Determines whether or not panel titles are displayed.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ParameterControl
<a name="aws-properties-quicksight-dashboard-parametercontrol"></a>

The control of a parameter that users can interact with in a dashboard or an analysis.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-parametercontrol-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-parametercontrol-syntax.json"></a>

```
{
  "[DateTimePicker](#cfn-quicksight-dashboard-parametercontrol-datetimepicker)" : ParameterDateTimePickerControl,
  "[Dropdown](#cfn-quicksight-dashboard-parametercontrol-dropdown)" : ParameterDropDownControl,
  "[List](#cfn-quicksight-dashboard-parametercontrol-list)" : ParameterListControl,
  "[Slider](#cfn-quicksight-dashboard-parametercontrol-slider)" : ParameterSliderControl,
  "[TextArea](#cfn-quicksight-dashboard-parametercontrol-textarea)" : ParameterTextAreaControl,
  "[TextField](#cfn-quicksight-dashboard-parametercontrol-textfield)" : ParameterTextFieldControl
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-parametercontrol-syntax.yaml"></a>

```
  [DateTimePicker](#cfn-quicksight-dashboard-parametercontrol-datetimepicker): 
    ParameterDateTimePickerControl
  [Dropdown](#cfn-quicksight-dashboard-parametercontrol-dropdown): 
    ParameterDropDownControl
  [List](#cfn-quicksight-dashboard-parametercontrol-list): 
    ParameterListControl
  [Slider](#cfn-quicksight-dashboard-parametercontrol-slider): 
    ParameterSliderControl
  [TextArea](#cfn-quicksight-dashboard-parametercontrol-textarea): 
    ParameterTextAreaControl
  [TextField](#cfn-quicksight-dashboard-parametercontrol-textfield): 
    ParameterTextFieldControl
```

## Properties
<a name="aws-properties-quicksight-dashboard-parametercontrol-properties"></a>

`DateTimePicker`  <a name="cfn-quicksight-dashboard-parametercontrol-datetimepicker"></a>
A control from a date parameter that specifies date and time.  
*Required*: No  
*Type*: [ParameterDateTimePickerControl](aws-properties-quicksight-dashboard-parameterdatetimepickercontrol.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Dropdown`  <a name="cfn-quicksight-dashboard-parametercontrol-dropdown"></a>
A control to display a dropdown list with buttons that are used to select a single value.  
*Required*: No  
*Type*: [ParameterDropDownControl](aws-properties-quicksight-dashboard-parameterdropdowncontrol.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`List`  <a name="cfn-quicksight-dashboard-parametercontrol-list"></a>
A control to display a list with buttons or boxes that are used to select either a single value or multiple values.  
*Required*: No  
*Type*: [ParameterListControl](aws-properties-quicksight-dashboard-parameterlistcontrol.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Slider`  <a name="cfn-quicksight-dashboard-parametercontrol-slider"></a>
A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.  
*Required*: No  
*Type*: [ParameterSliderControl](aws-properties-quicksight-dashboard-parameterslidercontrol.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TextArea`  <a name="cfn-quicksight-dashboard-parametercontrol-textarea"></a>
A control to display a text box that is used to enter multiple entries.  
*Required*: No  
*Type*: [ParameterTextAreaControl](aws-properties-quicksight-dashboard-parametertextareacontrol.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TextField`  <a name="cfn-quicksight-dashboard-parametercontrol-textfield"></a>
A control to display a text box that is used to enter a single entry.  
*Required*: No  
*Type*: [ParameterTextFieldControl](aws-properties-quicksight-dashboard-parametertextfieldcontrol.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ParameterDateTimePickerControl
<a name="aws-properties-quicksight-dashboard-parameterdatetimepickercontrol"></a>

A control from a date parameter that specifies date and time.

## Syntax
<a name="aws-properties-quicksight-dashboard-parameterdatetimepickercontrol-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-parameterdatetimepickercontrol-syntax.json"></a>

```
{
  "[DisplayOptions](#cfn-quicksight-dashboard-parameterdatetimepickercontrol-displayoptions)" : DateTimePickerControlDisplayOptions,
  "[ParameterControlId](#cfn-quicksight-dashboard-parameterdatetimepickercontrol-parametercontrolid)" : String,
  "[SourceParameterName](#cfn-quicksight-dashboard-parameterdatetimepickercontrol-sourceparametername)" : String,
  "[Title](#cfn-quicksight-dashboard-parameterdatetimepickercontrol-title)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-parameterdatetimepickercontrol-syntax.yaml"></a>

```
  [DisplayOptions](#cfn-quicksight-dashboard-parameterdatetimepickercontrol-displayoptions): 
    DateTimePickerControlDisplayOptions
  [ParameterControlId](#cfn-quicksight-dashboard-parameterdatetimepickercontrol-parametercontrolid): String
  [SourceParameterName](#cfn-quicksight-dashboard-parameterdatetimepickercontrol-sourceparametername): String
  [Title](#cfn-quicksight-dashboard-parameterdatetimepickercontrol-title): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-parameterdatetimepickercontrol-properties"></a>

`DisplayOptions`  <a name="cfn-quicksight-dashboard-parameterdatetimepickercontrol-displayoptions"></a>
The display options of a control.  
*Required*: No  
*Type*: [DateTimePickerControlDisplayOptions](aws-properties-quicksight-dashboard-datetimepickercontroldisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ParameterControlId`  <a name="cfn-quicksight-dashboard-parameterdatetimepickercontrol-parametercontrolid"></a>
The ID of the `ParameterDateTimePickerControl`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`SourceParameterName`  <a name="cfn-quicksight-dashboard-parameterdatetimepickercontrol-sourceparametername"></a>
The name of the `ParameterDateTimePickerControl`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[a-zA-Z0-9]+$`  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-parameterdatetimepickercontrol-title"></a>
The title of the `ParameterDateTimePickerControl`.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ParameterDeclaration
<a name="aws-properties-quicksight-dashboard-parameterdeclaration"></a>

The declaration definition of a parameter.

For more information, see [Parameters in Amazon Quick Sight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html) in the *Amazon Quick Suite User Guide*.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-parameterdeclaration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-parameterdeclaration-syntax.json"></a>

```
{
  "[DateTimeParameterDeclaration](#cfn-quicksight-dashboard-parameterdeclaration-datetimeparameterdeclaration)" : DateTimeParameterDeclaration,
  "[DecimalParameterDeclaration](#cfn-quicksight-dashboard-parameterdeclaration-decimalparameterdeclaration)" : DecimalParameterDeclaration,
  "[IntegerParameterDeclaration](#cfn-quicksight-dashboard-parameterdeclaration-integerparameterdeclaration)" : IntegerParameterDeclaration,
  "[StringParameterDeclaration](#cfn-quicksight-dashboard-parameterdeclaration-stringparameterdeclaration)" : StringParameterDeclaration
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-parameterdeclaration-syntax.yaml"></a>

```
  [DateTimeParameterDeclaration](#cfn-quicksight-dashboard-parameterdeclaration-datetimeparameterdeclaration): 
    DateTimeParameterDeclaration
  [DecimalParameterDeclaration](#cfn-quicksight-dashboard-parameterdeclaration-decimalparameterdeclaration): 
    DecimalParameterDeclaration
  [IntegerParameterDeclaration](#cfn-quicksight-dashboard-parameterdeclaration-integerparameterdeclaration): 
    IntegerParameterDeclaration
  [StringParameterDeclaration](#cfn-quicksight-dashboard-parameterdeclaration-stringparameterdeclaration): 
    StringParameterDeclaration
```

## Properties
<a name="aws-properties-quicksight-dashboard-parameterdeclaration-properties"></a>

`DateTimeParameterDeclaration`  <a name="cfn-quicksight-dashboard-parameterdeclaration-datetimeparameterdeclaration"></a>
A parameter declaration for the `DateTime` data type.  
*Required*: No  
*Type*: [DateTimeParameterDeclaration](aws-properties-quicksight-dashboard-datetimeparameterdeclaration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DecimalParameterDeclaration`  <a name="cfn-quicksight-dashboard-parameterdeclaration-decimalparameterdeclaration"></a>
A parameter declaration for the `Decimal` data type.  
*Required*: No  
*Type*: [DecimalParameterDeclaration](aws-properties-quicksight-dashboard-decimalparameterdeclaration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`IntegerParameterDeclaration`  <a name="cfn-quicksight-dashboard-parameterdeclaration-integerparameterdeclaration"></a>
A parameter declaration for the `Integer` data type.  
*Required*: No  
*Type*: [IntegerParameterDeclaration](aws-properties-quicksight-dashboard-integerparameterdeclaration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StringParameterDeclaration`  <a name="cfn-quicksight-dashboard-parameterdeclaration-stringparameterdeclaration"></a>
A parameter declaration for the `String` data type.  
*Required*: No  
*Type*: [StringParameterDeclaration](aws-properties-quicksight-dashboard-stringparameterdeclaration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ParameterDropDownControl
<a name="aws-properties-quicksight-dashboard-parameterdropdowncontrol"></a>

A control to display a dropdown list with buttons that are used to select a single value.

## Syntax
<a name="aws-properties-quicksight-dashboard-parameterdropdowncontrol-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-parameterdropdowncontrol-syntax.json"></a>

```
{
  "[CascadingControlConfiguration](#cfn-quicksight-dashboard-parameterdropdowncontrol-cascadingcontrolconfiguration)" : CascadingControlConfiguration,
  "[CommitMode](#cfn-quicksight-dashboard-parameterdropdowncontrol-commitmode)" : String,
  "[DisplayOptions](#cfn-quicksight-dashboard-parameterdropdowncontrol-displayoptions)" : DropDownControlDisplayOptions,
  "[ParameterControlId](#cfn-quicksight-dashboard-parameterdropdowncontrol-parametercontrolid)" : String,
  "[SelectableValues](#cfn-quicksight-dashboard-parameterdropdowncontrol-selectablevalues)" : ParameterSelectableValues,
  "[SourceParameterName](#cfn-quicksight-dashboard-parameterdropdowncontrol-sourceparametername)" : String,
  "[Title](#cfn-quicksight-dashboard-parameterdropdowncontrol-title)" : String,
  "[Type](#cfn-quicksight-dashboard-parameterdropdowncontrol-type)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-parameterdropdowncontrol-syntax.yaml"></a>

```
  [CascadingControlConfiguration](#cfn-quicksight-dashboard-parameterdropdowncontrol-cascadingcontrolconfiguration): 
    CascadingControlConfiguration
  [CommitMode](#cfn-quicksight-dashboard-parameterdropdowncontrol-commitmode): String
  [DisplayOptions](#cfn-quicksight-dashboard-parameterdropdowncontrol-displayoptions): 
    DropDownControlDisplayOptions
  [ParameterControlId](#cfn-quicksight-dashboard-parameterdropdowncontrol-parametercontrolid): String
  [SelectableValues](#cfn-quicksight-dashboard-parameterdropdowncontrol-selectablevalues): 
    ParameterSelectableValues
  [SourceParameterName](#cfn-quicksight-dashboard-parameterdropdowncontrol-sourceparametername): String
  [Title](#cfn-quicksight-dashboard-parameterdropdowncontrol-title): String
  [Type](#cfn-quicksight-dashboard-parameterdropdowncontrol-type): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-parameterdropdowncontrol-properties"></a>

`CascadingControlConfiguration`  <a name="cfn-quicksight-dashboard-parameterdropdowncontrol-cascadingcontrolconfiguration"></a>
The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.  
*Required*: No  
*Type*: [CascadingControlConfiguration](aws-properties-quicksight-dashboard-cascadingcontrolconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CommitMode`  <a name="cfn-quicksight-dashboard-parameterdropdowncontrol-commitmode"></a>
The visibility configuration of the Apply button on a `ParameterDropDownControl`.  
*Required*: No  
*Type*: String  
*Allowed values*: `AUTO | MANUAL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DisplayOptions`  <a name="cfn-quicksight-dashboard-parameterdropdowncontrol-displayoptions"></a>
The display options of a control.  
*Required*: No  
*Type*: [DropDownControlDisplayOptions](aws-properties-quicksight-dashboard-dropdowncontroldisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ParameterControlId`  <a name="cfn-quicksight-dashboard-parameterdropdowncontrol-parametercontrolid"></a>
The ID of the `ParameterDropDownControl`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`SelectableValues`  <a name="cfn-quicksight-dashboard-parameterdropdowncontrol-selectablevalues"></a>
A list of selectable values that are used in a control.  
*Required*: No  
*Type*: [ParameterSelectableValues](aws-properties-quicksight-dashboard-parameterselectablevalues.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SourceParameterName`  <a name="cfn-quicksight-dashboard-parameterdropdowncontrol-sourceparametername"></a>
The source parameter name of the `ParameterDropDownControl`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[a-zA-Z0-9]+$`  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-parameterdropdowncontrol-title"></a>
The title of the `ParameterDropDownControl`.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Type`  <a name="cfn-quicksight-dashboard-parameterdropdowncontrol-type"></a>
The type parameter name of the `ParameterDropDownControl`.  
*Required*: No  
*Type*: String  
*Allowed values*: `MULTI_SELECT | SINGLE_SELECT`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ParameterListControl
<a name="aws-properties-quicksight-dashboard-parameterlistcontrol"></a>

A control to display a list with buttons or boxes that are used to select either a single value or multiple values.

## Syntax
<a name="aws-properties-quicksight-dashboard-parameterlistcontrol-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-parameterlistcontrol-syntax.json"></a>

```
{
  "[CascadingControlConfiguration](#cfn-quicksight-dashboard-parameterlistcontrol-cascadingcontrolconfiguration)" : CascadingControlConfiguration,
  "[DisplayOptions](#cfn-quicksight-dashboard-parameterlistcontrol-displayoptions)" : ListControlDisplayOptions,
  "[ParameterControlId](#cfn-quicksight-dashboard-parameterlistcontrol-parametercontrolid)" : String,
  "[SelectableValues](#cfn-quicksight-dashboard-parameterlistcontrol-selectablevalues)" : ParameterSelectableValues,
  "[SourceParameterName](#cfn-quicksight-dashboard-parameterlistcontrol-sourceparametername)" : String,
  "[Title](#cfn-quicksight-dashboard-parameterlistcontrol-title)" : String,
  "[Type](#cfn-quicksight-dashboard-parameterlistcontrol-type)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-parameterlistcontrol-syntax.yaml"></a>

```
  [CascadingControlConfiguration](#cfn-quicksight-dashboard-parameterlistcontrol-cascadingcontrolconfiguration): 
    CascadingControlConfiguration
  [DisplayOptions](#cfn-quicksight-dashboard-parameterlistcontrol-displayoptions): 
    ListControlDisplayOptions
  [ParameterControlId](#cfn-quicksight-dashboard-parameterlistcontrol-parametercontrolid): String
  [SelectableValues](#cfn-quicksight-dashboard-parameterlistcontrol-selectablevalues): 
    ParameterSelectableValues
  [SourceParameterName](#cfn-quicksight-dashboard-parameterlistcontrol-sourceparametername): String
  [Title](#cfn-quicksight-dashboard-parameterlistcontrol-title): String
  [Type](#cfn-quicksight-dashboard-parameterlistcontrol-type): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-parameterlistcontrol-properties"></a>

`CascadingControlConfiguration`  <a name="cfn-quicksight-dashboard-parameterlistcontrol-cascadingcontrolconfiguration"></a>
The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.  
*Required*: No  
*Type*: [CascadingControlConfiguration](aws-properties-quicksight-dashboard-cascadingcontrolconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DisplayOptions`  <a name="cfn-quicksight-dashboard-parameterlistcontrol-displayoptions"></a>
The display options of a control.  
*Required*: No  
*Type*: [ListControlDisplayOptions](aws-properties-quicksight-dashboard-listcontroldisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ParameterControlId`  <a name="cfn-quicksight-dashboard-parameterlistcontrol-parametercontrolid"></a>
The ID of the `ParameterListControl`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`SelectableValues`  <a name="cfn-quicksight-dashboard-parameterlistcontrol-selectablevalues"></a>
A list of selectable values that are used in a control.  
*Required*: No  
*Type*: [ParameterSelectableValues](aws-properties-quicksight-dashboard-parameterselectablevalues.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SourceParameterName`  <a name="cfn-quicksight-dashboard-parameterlistcontrol-sourceparametername"></a>
The source parameter name of the `ParameterListControl`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[a-zA-Z0-9]+$`  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-parameterlistcontrol-title"></a>
The title of the `ParameterListControl`.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Type`  <a name="cfn-quicksight-dashboard-parameterlistcontrol-type"></a>
The type of `ParameterListControl`.  
*Required*: No  
*Type*: String  
*Allowed values*: `MULTI_SELECT | SINGLE_SELECT`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard Parameters
<a name="aws-properties-quicksight-dashboard-parameters"></a>

A list of Quick Sight parameters and the list's override values.

## Syntax
<a name="aws-properties-quicksight-dashboard-parameters-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-parameters-syntax.json"></a>

```
{
  "[DateTimeParameters](#cfn-quicksight-dashboard-parameters-datetimeparameters)" : [ DateTimeParameter, ... ],
  "[DecimalParameters](#cfn-quicksight-dashboard-parameters-decimalparameters)" : [ DecimalParameter, ... ],
  "[IntegerParameters](#cfn-quicksight-dashboard-parameters-integerparameters)" : [ IntegerParameter, ... ],
  "[StringParameters](#cfn-quicksight-dashboard-parameters-stringparameters)" : [ StringParameter, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-parameters-syntax.yaml"></a>

```
  [DateTimeParameters](#cfn-quicksight-dashboard-parameters-datetimeparameters): 
    - DateTimeParameter
  [DecimalParameters](#cfn-quicksight-dashboard-parameters-decimalparameters): 
    - DecimalParameter
  [IntegerParameters](#cfn-quicksight-dashboard-parameters-integerparameters): 
    - IntegerParameter
  [StringParameters](#cfn-quicksight-dashboard-parameters-stringparameters): 
    - StringParameter
```

## Properties
<a name="aws-properties-quicksight-dashboard-parameters-properties"></a>

`DateTimeParameters`  <a name="cfn-quicksight-dashboard-parameters-datetimeparameters"></a>
The parameters that have a data type of date-time.  
*Required*: No  
*Type*: Array of [DateTimeParameter](aws-properties-quicksight-dashboard-datetimeparameter.md)  
*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)

`DecimalParameters`  <a name="cfn-quicksight-dashboard-parameters-decimalparameters"></a>
The parameters that have a data type of decimal.  
*Required*: No  
*Type*: Array of [DecimalParameter](aws-properties-quicksight-dashboard-decimalparameter.md)  
*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)

`IntegerParameters`  <a name="cfn-quicksight-dashboard-parameters-integerparameters"></a>
The parameters that have a data type of integer.  
*Required*: No  
*Type*: Array of [IntegerParameter](aws-properties-quicksight-dashboard-integerparameter.md)  
*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)

`StringParameters`  <a name="cfn-quicksight-dashboard-parameters-stringparameters"></a>
The parameters that have a data type of string.  
*Required*: No  
*Type*: Array of [StringParameter](aws-properties-quicksight-dashboard-stringparameter.md)  
*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)

# AWS::QuickSight::Dashboard ParameterSelectableValues
<a name="aws-properties-quicksight-dashboard-parameterselectablevalues"></a>

A list of selectable values that are used in a control.

## Syntax
<a name="aws-properties-quicksight-dashboard-parameterselectablevalues-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-parameterselectablevalues-syntax.json"></a>

```
{
  "[LinkToDataSetColumn](#cfn-quicksight-dashboard-parameterselectablevalues-linktodatasetcolumn)" : ColumnIdentifier,
  "[Values](#cfn-quicksight-dashboard-parameterselectablevalues-values)" : [ String, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-parameterselectablevalues-syntax.yaml"></a>

```
  [LinkToDataSetColumn](#cfn-quicksight-dashboard-parameterselectablevalues-linktodatasetcolumn): 
    ColumnIdentifier
  [Values](#cfn-quicksight-dashboard-parameterselectablevalues-values): 
    - String
```

## Properties
<a name="aws-properties-quicksight-dashboard-parameterselectablevalues-properties"></a>

`LinkToDataSetColumn`  <a name="cfn-quicksight-dashboard-parameterselectablevalues-linktodatasetcolumn"></a>
The column identifier that fetches values from the data set.  
*Required*: No  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Values`  <a name="cfn-quicksight-dashboard-parameterselectablevalues-values"></a>
The values that are used in `ParameterSelectableValues`.  
*Required*: No  
*Type*: Array of String  
*Minimum*: `0`  
*Maximum*: `50000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ParameterSliderControl
<a name="aws-properties-quicksight-dashboard-parameterslidercontrol"></a>

A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.

## Syntax
<a name="aws-properties-quicksight-dashboard-parameterslidercontrol-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-parameterslidercontrol-syntax.json"></a>

```
{
  "[DisplayOptions](#cfn-quicksight-dashboard-parameterslidercontrol-displayoptions)" : SliderControlDisplayOptions,
  "[MaximumValue](#cfn-quicksight-dashboard-parameterslidercontrol-maximumvalue)" : Number,
  "[MinimumValue](#cfn-quicksight-dashboard-parameterslidercontrol-minimumvalue)" : Number,
  "[ParameterControlId](#cfn-quicksight-dashboard-parameterslidercontrol-parametercontrolid)" : String,
  "[SourceParameterName](#cfn-quicksight-dashboard-parameterslidercontrol-sourceparametername)" : String,
  "[StepSize](#cfn-quicksight-dashboard-parameterslidercontrol-stepsize)" : Number,
  "[Title](#cfn-quicksight-dashboard-parameterslidercontrol-title)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-parameterslidercontrol-syntax.yaml"></a>

```
  [DisplayOptions](#cfn-quicksight-dashboard-parameterslidercontrol-displayoptions): 
    SliderControlDisplayOptions
  [MaximumValue](#cfn-quicksight-dashboard-parameterslidercontrol-maximumvalue): Number
  [MinimumValue](#cfn-quicksight-dashboard-parameterslidercontrol-minimumvalue): Number
  [ParameterControlId](#cfn-quicksight-dashboard-parameterslidercontrol-parametercontrolid): String
  [SourceParameterName](#cfn-quicksight-dashboard-parameterslidercontrol-sourceparametername): String
  [StepSize](#cfn-quicksight-dashboard-parameterslidercontrol-stepsize): Number
  [Title](#cfn-quicksight-dashboard-parameterslidercontrol-title): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-parameterslidercontrol-properties"></a>

`DisplayOptions`  <a name="cfn-quicksight-dashboard-parameterslidercontrol-displayoptions"></a>
The display options of a control.  
*Required*: No  
*Type*: [SliderControlDisplayOptions](aws-properties-quicksight-dashboard-slidercontroldisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MaximumValue`  <a name="cfn-quicksight-dashboard-parameterslidercontrol-maximumvalue"></a>
The larger value that is displayed at the right of the slider.  
*Required*: Yes  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MinimumValue`  <a name="cfn-quicksight-dashboard-parameterslidercontrol-minimumvalue"></a>
The smaller value that is displayed at the left of the slider.  
*Required*: Yes  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ParameterControlId`  <a name="cfn-quicksight-dashboard-parameterslidercontrol-parametercontrolid"></a>
The ID of the `ParameterSliderControl`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`SourceParameterName`  <a name="cfn-quicksight-dashboard-parameterslidercontrol-sourceparametername"></a>
The source parameter name of the `ParameterSliderControl`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[a-zA-Z0-9]+$`  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StepSize`  <a name="cfn-quicksight-dashboard-parameterslidercontrol-stepsize"></a>
The number of increments that the slider bar is divided into.  
*Required*: Yes  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-parameterslidercontrol-title"></a>
The title of the `ParameterSliderControl`.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ParameterTextAreaControl
<a name="aws-properties-quicksight-dashboard-parametertextareacontrol"></a>

A control to display a text box that is used to enter multiple entries.

## Syntax
<a name="aws-properties-quicksight-dashboard-parametertextareacontrol-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-parametertextareacontrol-syntax.json"></a>

```
{
  "[Delimiter](#cfn-quicksight-dashboard-parametertextareacontrol-delimiter)" : String,
  "[DisplayOptions](#cfn-quicksight-dashboard-parametertextareacontrol-displayoptions)" : TextAreaControlDisplayOptions,
  "[ParameterControlId](#cfn-quicksight-dashboard-parametertextareacontrol-parametercontrolid)" : String,
  "[SourceParameterName](#cfn-quicksight-dashboard-parametertextareacontrol-sourceparametername)" : String,
  "[Title](#cfn-quicksight-dashboard-parametertextareacontrol-title)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-parametertextareacontrol-syntax.yaml"></a>

```
  [Delimiter](#cfn-quicksight-dashboard-parametertextareacontrol-delimiter): String
  [DisplayOptions](#cfn-quicksight-dashboard-parametertextareacontrol-displayoptions): 
    TextAreaControlDisplayOptions
  [ParameterControlId](#cfn-quicksight-dashboard-parametertextareacontrol-parametercontrolid): String
  [SourceParameterName](#cfn-quicksight-dashboard-parametertextareacontrol-sourceparametername): String
  [Title](#cfn-quicksight-dashboard-parametertextareacontrol-title): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-parametertextareacontrol-properties"></a>

`Delimiter`  <a name="cfn-quicksight-dashboard-parametertextareacontrol-delimiter"></a>
The delimiter that is used to separate the lines in text.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DisplayOptions`  <a name="cfn-quicksight-dashboard-parametertextareacontrol-displayoptions"></a>
The display options of a control.  
*Required*: No  
*Type*: [TextAreaControlDisplayOptions](aws-properties-quicksight-dashboard-textareacontroldisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ParameterControlId`  <a name="cfn-quicksight-dashboard-parametertextareacontrol-parametercontrolid"></a>
The ID of the `ParameterTextAreaControl`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`SourceParameterName`  <a name="cfn-quicksight-dashboard-parametertextareacontrol-sourceparametername"></a>
The source parameter name of the `ParameterTextAreaControl`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[a-zA-Z0-9]+$`  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-parametertextareacontrol-title"></a>
The title of the `ParameterTextAreaControl`.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ParameterTextFieldControl
<a name="aws-properties-quicksight-dashboard-parametertextfieldcontrol"></a>

A control to display a text box that is used to enter a single entry.

## Syntax
<a name="aws-properties-quicksight-dashboard-parametertextfieldcontrol-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-parametertextfieldcontrol-syntax.json"></a>

```
{
  "[DisplayOptions](#cfn-quicksight-dashboard-parametertextfieldcontrol-displayoptions)" : TextFieldControlDisplayOptions,
  "[ParameterControlId](#cfn-quicksight-dashboard-parametertextfieldcontrol-parametercontrolid)" : String,
  "[SourceParameterName](#cfn-quicksight-dashboard-parametertextfieldcontrol-sourceparametername)" : String,
  "[Title](#cfn-quicksight-dashboard-parametertextfieldcontrol-title)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-parametertextfieldcontrol-syntax.yaml"></a>

```
  [DisplayOptions](#cfn-quicksight-dashboard-parametertextfieldcontrol-displayoptions): 
    TextFieldControlDisplayOptions
  [ParameterControlId](#cfn-quicksight-dashboard-parametertextfieldcontrol-parametercontrolid): String
  [SourceParameterName](#cfn-quicksight-dashboard-parametertextfieldcontrol-sourceparametername): String
  [Title](#cfn-quicksight-dashboard-parametertextfieldcontrol-title): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-parametertextfieldcontrol-properties"></a>

`DisplayOptions`  <a name="cfn-quicksight-dashboard-parametertextfieldcontrol-displayoptions"></a>
The display options of a control.  
*Required*: No  
*Type*: [TextFieldControlDisplayOptions](aws-properties-quicksight-dashboard-textfieldcontroldisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ParameterControlId`  <a name="cfn-quicksight-dashboard-parametertextfieldcontrol-parametercontrolid"></a>
The ID of the `ParameterTextFieldControl`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`SourceParameterName`  <a name="cfn-quicksight-dashboard-parametertextfieldcontrol-sourceparametername"></a>
The source parameter name of the `ParameterTextFieldControl`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[a-zA-Z0-9]+$`  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-parametertextfieldcontrol-title"></a>
The title of the `ParameterTextFieldControl`.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PercentageDisplayFormatConfiguration
<a name="aws-properties-quicksight-dashboard-percentagedisplayformatconfiguration"></a>

The options that determine the percentage display format configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-percentagedisplayformatconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-percentagedisplayformatconfiguration-syntax.json"></a>

```
{
  "[DecimalPlacesConfiguration](#cfn-quicksight-dashboard-percentagedisplayformatconfiguration-decimalplacesconfiguration)" : DecimalPlacesConfiguration,
  "[NegativeValueConfiguration](#cfn-quicksight-dashboard-percentagedisplayformatconfiguration-negativevalueconfiguration)" : NegativeValueConfiguration,
  "[NullValueFormatConfiguration](#cfn-quicksight-dashboard-percentagedisplayformatconfiguration-nullvalueformatconfiguration)" : NullValueFormatConfiguration,
  "[Prefix](#cfn-quicksight-dashboard-percentagedisplayformatconfiguration-prefix)" : String,
  "[SeparatorConfiguration](#cfn-quicksight-dashboard-percentagedisplayformatconfiguration-separatorconfiguration)" : NumericSeparatorConfiguration,
  "[Suffix](#cfn-quicksight-dashboard-percentagedisplayformatconfiguration-suffix)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-percentagedisplayformatconfiguration-syntax.yaml"></a>

```
  [DecimalPlacesConfiguration](#cfn-quicksight-dashboard-percentagedisplayformatconfiguration-decimalplacesconfiguration): 
    DecimalPlacesConfiguration
  [NegativeValueConfiguration](#cfn-quicksight-dashboard-percentagedisplayformatconfiguration-negativevalueconfiguration): 
    NegativeValueConfiguration
  [NullValueFormatConfiguration](#cfn-quicksight-dashboard-percentagedisplayformatconfiguration-nullvalueformatconfiguration): 
    NullValueFormatConfiguration
  [Prefix](#cfn-quicksight-dashboard-percentagedisplayformatconfiguration-prefix): String
  [SeparatorConfiguration](#cfn-quicksight-dashboard-percentagedisplayformatconfiguration-separatorconfiguration): 
    NumericSeparatorConfiguration
  [Suffix](#cfn-quicksight-dashboard-percentagedisplayformatconfiguration-suffix): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-percentagedisplayformatconfiguration-properties"></a>

`DecimalPlacesConfiguration`  <a name="cfn-quicksight-dashboard-percentagedisplayformatconfiguration-decimalplacesconfiguration"></a>
The option that determines the decimal places configuration.  
*Required*: No  
*Type*: [DecimalPlacesConfiguration](aws-properties-quicksight-dashboard-decimalplacesconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NegativeValueConfiguration`  <a name="cfn-quicksight-dashboard-percentagedisplayformatconfiguration-negativevalueconfiguration"></a>
The options that determine the negative value configuration.  
*Required*: No  
*Type*: [NegativeValueConfiguration](aws-properties-quicksight-dashboard-negativevalueconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NullValueFormatConfiguration`  <a name="cfn-quicksight-dashboard-percentagedisplayformatconfiguration-nullvalueformatconfiguration"></a>
The options that determine the null value format configuration.  
*Required*: No  
*Type*: [NullValueFormatConfiguration](aws-properties-quicksight-dashboard-nullvalueformatconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Prefix`  <a name="cfn-quicksight-dashboard-percentagedisplayformatconfiguration-prefix"></a>
Determines the prefix value of the percentage format.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `128`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SeparatorConfiguration`  <a name="cfn-quicksight-dashboard-percentagedisplayformatconfiguration-separatorconfiguration"></a>
The options that determine the numeric separator configuration.  
*Required*: No  
*Type*: [NumericSeparatorConfiguration](aws-properties-quicksight-dashboard-numericseparatorconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Suffix`  <a name="cfn-quicksight-dashboard-percentagedisplayformatconfiguration-suffix"></a>
Determines the suffix value of the percentage format.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `128`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PercentileAggregation
<a name="aws-properties-quicksight-dashboard-percentileaggregation"></a>

An aggregation based on the percentile of values in a dimension or measure.

## Syntax
<a name="aws-properties-quicksight-dashboard-percentileaggregation-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-percentileaggregation-syntax.json"></a>

```
{
  "[PercentileValue](#cfn-quicksight-dashboard-percentileaggregation-percentilevalue)" : Number
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-percentileaggregation-syntax.yaml"></a>

```
  [PercentileValue](#cfn-quicksight-dashboard-percentileaggregation-percentilevalue): Number
```

## Properties
<a name="aws-properties-quicksight-dashboard-percentileaggregation-properties"></a>

`PercentileValue`  <a name="cfn-quicksight-dashboard-percentileaggregation-percentilevalue"></a>
The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.  
*Required*: No  
*Type*: Number  
*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)

# AWS::QuickSight::Dashboard PercentVisibleRange
<a name="aws-properties-quicksight-dashboard-percentvisiblerange"></a>

The percent range in the visible range.

## Syntax
<a name="aws-properties-quicksight-dashboard-percentvisiblerange-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-percentvisiblerange-syntax.json"></a>

```
{
  "[From](#cfn-quicksight-dashboard-percentvisiblerange-from)" : Number,
  "[To](#cfn-quicksight-dashboard-percentvisiblerange-to)" : Number
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-percentvisiblerange-syntax.yaml"></a>

```
  [From](#cfn-quicksight-dashboard-percentvisiblerange-from): Number
  [To](#cfn-quicksight-dashboard-percentvisiblerange-to): Number
```

## Properties
<a name="aws-properties-quicksight-dashboard-percentvisiblerange-properties"></a>

`From`  <a name="cfn-quicksight-dashboard-percentvisiblerange-from"></a>
The lower bound of the range.  
*Required*: No  
*Type*: Number  
*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)

`To`  <a name="cfn-quicksight-dashboard-percentvisiblerange-to"></a>
The top bound of the range.  
*Required*: No  
*Type*: Number  
*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)

# AWS::QuickSight::Dashboard PeriodOverPeriodComputation
<a name="aws-properties-quicksight-dashboard-periodoverperiodcomputation"></a>

The period over period computation configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-periodoverperiodcomputation-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-periodoverperiodcomputation-syntax.json"></a>

```
{
  "[ComputationId](#cfn-quicksight-dashboard-periodoverperiodcomputation-computationid)" : String,
  "[Name](#cfn-quicksight-dashboard-periodoverperiodcomputation-name)" : String,
  "[Time](#cfn-quicksight-dashboard-periodoverperiodcomputation-time)" : DimensionField,
  "[Value](#cfn-quicksight-dashboard-periodoverperiodcomputation-value)" : MeasureField
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-periodoverperiodcomputation-syntax.yaml"></a>

```
  [ComputationId](#cfn-quicksight-dashboard-periodoverperiodcomputation-computationid): String
  [Name](#cfn-quicksight-dashboard-periodoverperiodcomputation-name): String
  [Time](#cfn-quicksight-dashboard-periodoverperiodcomputation-time): 
    DimensionField
  [Value](#cfn-quicksight-dashboard-periodoverperiodcomputation-value): 
    MeasureField
```

## Properties
<a name="aws-properties-quicksight-dashboard-periodoverperiodcomputation-properties"></a>

`ComputationId`  <a name="cfn-quicksight-dashboard-periodoverperiodcomputation-computationid"></a>
The ID for a computation.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`Name`  <a name="cfn-quicksight-dashboard-periodoverperiodcomputation-name"></a>
The name of a computation.  
*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)

`Time`  <a name="cfn-quicksight-dashboard-periodoverperiodcomputation-time"></a>
The time field that is used in a computation.  
*Required*: No  
*Type*: [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-quicksight-dashboard-periodoverperiodcomputation-value"></a>
The value field that is used in a computation.  
*Required*: No  
*Type*: [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PeriodToDateComputation
<a name="aws-properties-quicksight-dashboard-periodtodatecomputation"></a>

The period to date computation configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-periodtodatecomputation-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-periodtodatecomputation-syntax.json"></a>

```
{
  "[ComputationId](#cfn-quicksight-dashboard-periodtodatecomputation-computationid)" : String,
  "[Name](#cfn-quicksight-dashboard-periodtodatecomputation-name)" : String,
  "[PeriodTimeGranularity](#cfn-quicksight-dashboard-periodtodatecomputation-periodtimegranularity)" : String,
  "[Time](#cfn-quicksight-dashboard-periodtodatecomputation-time)" : DimensionField,
  "[Value](#cfn-quicksight-dashboard-periodtodatecomputation-value)" : MeasureField
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-periodtodatecomputation-syntax.yaml"></a>

```
  [ComputationId](#cfn-quicksight-dashboard-periodtodatecomputation-computationid): String
  [Name](#cfn-quicksight-dashboard-periodtodatecomputation-name): String
  [PeriodTimeGranularity](#cfn-quicksight-dashboard-periodtodatecomputation-periodtimegranularity): String
  [Time](#cfn-quicksight-dashboard-periodtodatecomputation-time): 
    DimensionField
  [Value](#cfn-quicksight-dashboard-periodtodatecomputation-value): 
    MeasureField
```

## Properties
<a name="aws-properties-quicksight-dashboard-periodtodatecomputation-properties"></a>

`ComputationId`  <a name="cfn-quicksight-dashboard-periodtodatecomputation-computationid"></a>
The ID for a computation.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`Name`  <a name="cfn-quicksight-dashboard-periodtodatecomputation-name"></a>
The name of a computation.  
*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)

`PeriodTimeGranularity`  <a name="cfn-quicksight-dashboard-periodtodatecomputation-periodtimegranularity"></a>
The time granularity setup of period to date computation. Choose from the following options:  
+ YEAR: Year to date.
+ MONTH: Month to date.
*Required*: No  
*Type*: String  
*Allowed values*: `YEAR | QUARTER | MONTH | WEEK | DAY | HOUR | MINUTE | SECOND | MILLISECOND`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Time`  <a name="cfn-quicksight-dashboard-periodtodatecomputation-time"></a>
The time field that is used in a computation.  
*Required*: No  
*Type*: [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-quicksight-dashboard-periodtodatecomputation-value"></a>
The value field that is used in a computation.  
*Required*: No  
*Type*: [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PieChartAggregatedFieldWells
<a name="aws-properties-quicksight-dashboard-piechartaggregatedfieldwells"></a>

The field well configuration of a pie chart.

## Syntax
<a name="aws-properties-quicksight-dashboard-piechartaggregatedfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-piechartaggregatedfieldwells-syntax.json"></a>

```
{
  "[Category](#cfn-quicksight-dashboard-piechartaggregatedfieldwells-category)" : [ DimensionField, ... ],
  "[SmallMultiples](#cfn-quicksight-dashboard-piechartaggregatedfieldwells-smallmultiples)" : [ DimensionField, ... ],
  "[Values](#cfn-quicksight-dashboard-piechartaggregatedfieldwells-values)" : [ MeasureField, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-piechartaggregatedfieldwells-syntax.yaml"></a>

```
  [Category](#cfn-quicksight-dashboard-piechartaggregatedfieldwells-category): 
    - DimensionField
  [SmallMultiples](#cfn-quicksight-dashboard-piechartaggregatedfieldwells-smallmultiples): 
    - DimensionField
  [Values](#cfn-quicksight-dashboard-piechartaggregatedfieldwells-values): 
    - MeasureField
```

## Properties
<a name="aws-properties-quicksight-dashboard-piechartaggregatedfieldwells-properties"></a>

`Category`  <a name="cfn-quicksight-dashboard-piechartaggregatedfieldwells-category"></a>
The category (group/color) field wells of a pie chart.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SmallMultiples`  <a name="cfn-quicksight-dashboard-piechartaggregatedfieldwells-smallmultiples"></a>
The small multiples field well of a pie chart.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Values`  <a name="cfn-quicksight-dashboard-piechartaggregatedfieldwells-values"></a>
The value field wells of a pie chart. Values are aggregated based on categories.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PieChartConfiguration
<a name="aws-properties-quicksight-dashboard-piechartconfiguration"></a>

The configuration of a pie chart.

## Syntax
<a name="aws-properties-quicksight-dashboard-piechartconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-piechartconfiguration-syntax.json"></a>

```
{
  "[CategoryLabelOptions](#cfn-quicksight-dashboard-piechartconfiguration-categorylabeloptions)" : ChartAxisLabelOptions,
  "[ContributionAnalysisDefaults](#cfn-quicksight-dashboard-piechartconfiguration-contributionanalysisdefaults)" : [ ContributionAnalysisDefault, ... ],
  "[DataLabels](#cfn-quicksight-dashboard-piechartconfiguration-datalabels)" : DataLabelOptions,
  "[DonutOptions](#cfn-quicksight-dashboard-piechartconfiguration-donutoptions)" : DonutOptions,
  "[FieldWells](#cfn-quicksight-dashboard-piechartconfiguration-fieldwells)" : PieChartFieldWells,
  "[Interactions](#cfn-quicksight-dashboard-piechartconfiguration-interactions)" : VisualInteractionOptions,
  "[Legend](#cfn-quicksight-dashboard-piechartconfiguration-legend)" : LegendOptions,
  "[SmallMultiplesOptions](#cfn-quicksight-dashboard-piechartconfiguration-smallmultiplesoptions)" : SmallMultiplesOptions,
  "[SortConfiguration](#cfn-quicksight-dashboard-piechartconfiguration-sortconfiguration)" : PieChartSortConfiguration,
  "[Tooltip](#cfn-quicksight-dashboard-piechartconfiguration-tooltip)" : TooltipOptions,
  "[ValueLabelOptions](#cfn-quicksight-dashboard-piechartconfiguration-valuelabeloptions)" : ChartAxisLabelOptions,
  "[VisualPalette](#cfn-quicksight-dashboard-piechartconfiguration-visualpalette)" : VisualPalette
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-piechartconfiguration-syntax.yaml"></a>

```
  [CategoryLabelOptions](#cfn-quicksight-dashboard-piechartconfiguration-categorylabeloptions): 
    ChartAxisLabelOptions
  [ContributionAnalysisDefaults](#cfn-quicksight-dashboard-piechartconfiguration-contributionanalysisdefaults): 
    - ContributionAnalysisDefault
  [DataLabels](#cfn-quicksight-dashboard-piechartconfiguration-datalabels): 
    DataLabelOptions
  [DonutOptions](#cfn-quicksight-dashboard-piechartconfiguration-donutoptions): 
    DonutOptions
  [FieldWells](#cfn-quicksight-dashboard-piechartconfiguration-fieldwells): 
    PieChartFieldWells
  [Interactions](#cfn-quicksight-dashboard-piechartconfiguration-interactions): 
    VisualInteractionOptions
  [Legend](#cfn-quicksight-dashboard-piechartconfiguration-legend): 
    LegendOptions
  [SmallMultiplesOptions](#cfn-quicksight-dashboard-piechartconfiguration-smallmultiplesoptions): 
    SmallMultiplesOptions
  [SortConfiguration](#cfn-quicksight-dashboard-piechartconfiguration-sortconfiguration): 
    PieChartSortConfiguration
  [Tooltip](#cfn-quicksight-dashboard-piechartconfiguration-tooltip): 
    TooltipOptions
  [ValueLabelOptions](#cfn-quicksight-dashboard-piechartconfiguration-valuelabeloptions): 
    ChartAxisLabelOptions
  [VisualPalette](#cfn-quicksight-dashboard-piechartconfiguration-visualpalette): 
    VisualPalette
```

## Properties
<a name="aws-properties-quicksight-dashboard-piechartconfiguration-properties"></a>

`CategoryLabelOptions`  <a name="cfn-quicksight-dashboard-piechartconfiguration-categorylabeloptions"></a>
The label options of the group/color that is displayed in a pie chart.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-dashboard-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ContributionAnalysisDefaults`  <a name="cfn-quicksight-dashboard-piechartconfiguration-contributionanalysisdefaults"></a>
The contribution analysis (anomaly configuration) setup of the visual.  
*Required*: No  
*Type*: Array of [ContributionAnalysisDefault](aws-properties-quicksight-dashboard-contributionanalysisdefault.md)  
*Minimum*: `1`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataLabels`  <a name="cfn-quicksight-dashboard-piechartconfiguration-datalabels"></a>
The options that determine if visual data labels are displayed.  
*Required*: No  
*Type*: [DataLabelOptions](aws-properties-quicksight-dashboard-datalabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DonutOptions`  <a name="cfn-quicksight-dashboard-piechartconfiguration-donutoptions"></a>
The options that determine the shape of the chart. This option determines whether the chart is a pie chart or a donut chart.  
*Required*: No  
*Type*: [DonutOptions](aws-properties-quicksight-dashboard-donutoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldWells`  <a name="cfn-quicksight-dashboard-piechartconfiguration-fieldwells"></a>
The field wells of the visual.  
*Required*: No  
*Type*: [PieChartFieldWells](aws-properties-quicksight-dashboard-piechartfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Interactions`  <a name="cfn-quicksight-dashboard-piechartconfiguration-interactions"></a>
The general visual interactions setup for a visual.  
*Required*: No  
*Type*: [VisualInteractionOptions](aws-properties-quicksight-dashboard-visualinteractionoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Legend`  <a name="cfn-quicksight-dashboard-piechartconfiguration-legend"></a>
The legend display setup of the visual.  
*Required*: No  
*Type*: [LegendOptions](aws-properties-quicksight-dashboard-legendoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SmallMultiplesOptions`  <a name="cfn-quicksight-dashboard-piechartconfiguration-smallmultiplesoptions"></a>
The small multiples setup for the visual.  
*Required*: No  
*Type*: [SmallMultiplesOptions](aws-properties-quicksight-dashboard-smallmultiplesoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SortConfiguration`  <a name="cfn-quicksight-dashboard-piechartconfiguration-sortconfiguration"></a>
The sort configuration of a pie chart.  
*Required*: No  
*Type*: [PieChartSortConfiguration](aws-properties-quicksight-dashboard-piechartsortconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tooltip`  <a name="cfn-quicksight-dashboard-piechartconfiguration-tooltip"></a>
The tooltip display setup of the visual.  
*Required*: No  
*Type*: [TooltipOptions](aws-properties-quicksight-dashboard-tooltipoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ValueLabelOptions`  <a name="cfn-quicksight-dashboard-piechartconfiguration-valuelabeloptions"></a>
The label options for the value that is displayed in a pie chart.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-dashboard-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualPalette`  <a name="cfn-quicksight-dashboard-piechartconfiguration-visualpalette"></a>
The palette (chart color) display setup of the visual.  
*Required*: No  
*Type*: [VisualPalette](aws-properties-quicksight-dashboard-visualpalette.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PieChartFieldWells
<a name="aws-properties-quicksight-dashboard-piechartfieldwells"></a>

The field well configuration of a pie chart.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-piechartfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-piechartfieldwells-syntax.json"></a>

```
{
  "[PieChartAggregatedFieldWells](#cfn-quicksight-dashboard-piechartfieldwells-piechartaggregatedfieldwells)" : PieChartAggregatedFieldWells
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-piechartfieldwells-syntax.yaml"></a>

```
  [PieChartAggregatedFieldWells](#cfn-quicksight-dashboard-piechartfieldwells-piechartaggregatedfieldwells): 
    PieChartAggregatedFieldWells
```

## Properties
<a name="aws-properties-quicksight-dashboard-piechartfieldwells-properties"></a>

`PieChartAggregatedFieldWells`  <a name="cfn-quicksight-dashboard-piechartfieldwells-piechartaggregatedfieldwells"></a>
The field well configuration of a pie chart.  
*Required*: No  
*Type*: [PieChartAggregatedFieldWells](aws-properties-quicksight-dashboard-piechartaggregatedfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PieChartSortConfiguration
<a name="aws-properties-quicksight-dashboard-piechartsortconfiguration"></a>

The sort configuration of a pie chart.

## Syntax
<a name="aws-properties-quicksight-dashboard-piechartsortconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-piechartsortconfiguration-syntax.json"></a>

```
{
  "[CategoryItemsLimit](#cfn-quicksight-dashboard-piechartsortconfiguration-categoryitemslimit)" : ItemsLimitConfiguration,
  "[CategorySort](#cfn-quicksight-dashboard-piechartsortconfiguration-categorysort)" : [ FieldSortOptions, ... ],
  "[SmallMultiplesLimitConfiguration](#cfn-quicksight-dashboard-piechartsortconfiguration-smallmultipleslimitconfiguration)" : ItemsLimitConfiguration,
  "[SmallMultiplesSort](#cfn-quicksight-dashboard-piechartsortconfiguration-smallmultiplessort)" : [ FieldSortOptions, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-piechartsortconfiguration-syntax.yaml"></a>

```
  [CategoryItemsLimit](#cfn-quicksight-dashboard-piechartsortconfiguration-categoryitemslimit): 
    ItemsLimitConfiguration
  [CategorySort](#cfn-quicksight-dashboard-piechartsortconfiguration-categorysort): 
    - FieldSortOptions
  [SmallMultiplesLimitConfiguration](#cfn-quicksight-dashboard-piechartsortconfiguration-smallmultipleslimitconfiguration): 
    ItemsLimitConfiguration
  [SmallMultiplesSort](#cfn-quicksight-dashboard-piechartsortconfiguration-smallmultiplessort): 
    - FieldSortOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-piechartsortconfiguration-properties"></a>

`CategoryItemsLimit`  <a name="cfn-quicksight-dashboard-piechartsortconfiguration-categoryitemslimit"></a>
The limit on the number of categories that are displayed in a pie chart.  
*Required*: No  
*Type*: [ItemsLimitConfiguration](aws-properties-quicksight-dashboard-itemslimitconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CategorySort`  <a name="cfn-quicksight-dashboard-piechartsortconfiguration-categorysort"></a>
The sort configuration of the category fields.  
*Required*: No  
*Type*: Array of [FieldSortOptions](aws-properties-quicksight-dashboard-fieldsortoptions.md)  
*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)

`SmallMultiplesLimitConfiguration`  <a name="cfn-quicksight-dashboard-piechartsortconfiguration-smallmultipleslimitconfiguration"></a>
The limit on the number of small multiples panels that are displayed.  
*Required*: No  
*Type*: [ItemsLimitConfiguration](aws-properties-quicksight-dashboard-itemslimitconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SmallMultiplesSort`  <a name="cfn-quicksight-dashboard-piechartsortconfiguration-smallmultiplessort"></a>
The sort configuration of the small multiples field.  
*Required*: No  
*Type*: Array of [FieldSortOptions](aws-properties-quicksight-dashboard-fieldsortoptions.md)  
*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)

# AWS::QuickSight::Dashboard PieChartVisual
<a name="aws-properties-quicksight-dashboard-piechartvisual"></a>

A pie or donut chart.

The `PieChartVisual` structure describes a visual that is a member of the pie chart family.

The following charts can be described by using this structure:
+ Pie charts
+ Donut charts

For more information, see [Using pie charts](https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html) in the *Amazon Quick Suite User Guide*.

For more information, see [Using donut charts](https://docs.aws.amazon.com/quicksight/latest/user/donut-chart.html) in the *Amazon Quick Suite User Guide*.

## Syntax
<a name="aws-properties-quicksight-dashboard-piechartvisual-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-piechartvisual-syntax.json"></a>

```
{
  "[Actions](#cfn-quicksight-dashboard-piechartvisual-actions)" : [ VisualCustomAction, ... ],
  "[ChartConfiguration](#cfn-quicksight-dashboard-piechartvisual-chartconfiguration)" : PieChartConfiguration,
  "[ColumnHierarchies](#cfn-quicksight-dashboard-piechartvisual-columnhierarchies)" : [ ColumnHierarchy, ... ],
  "[Subtitle](#cfn-quicksight-dashboard-piechartvisual-subtitle)" : VisualSubtitleLabelOptions,
  "[Title](#cfn-quicksight-dashboard-piechartvisual-title)" : VisualTitleLabelOptions,
  "[VisualContentAltText](#cfn-quicksight-dashboard-piechartvisual-visualcontentalttext)" : String,
  "[VisualId](#cfn-quicksight-dashboard-piechartvisual-visualid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-piechartvisual-syntax.yaml"></a>

```
  [Actions](#cfn-quicksight-dashboard-piechartvisual-actions): 
    - VisualCustomAction
  [ChartConfiguration](#cfn-quicksight-dashboard-piechartvisual-chartconfiguration): 
    PieChartConfiguration
  [ColumnHierarchies](#cfn-quicksight-dashboard-piechartvisual-columnhierarchies): 
    - ColumnHierarchy
  [Subtitle](#cfn-quicksight-dashboard-piechartvisual-subtitle): 
    VisualSubtitleLabelOptions
  [Title](#cfn-quicksight-dashboard-piechartvisual-title): 
    VisualTitleLabelOptions
  [VisualContentAltText](#cfn-quicksight-dashboard-piechartvisual-visualcontentalttext): String
  [VisualId](#cfn-quicksight-dashboard-piechartvisual-visualid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-piechartvisual-properties"></a>

`Actions`  <a name="cfn-quicksight-dashboard-piechartvisual-actions"></a>
The list of custom actions that are configured for a visual.  
*Required*: No  
*Type*: Array of [VisualCustomAction](aws-properties-quicksight-dashboard-visualcustomaction.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ChartConfiguration`  <a name="cfn-quicksight-dashboard-piechartvisual-chartconfiguration"></a>
The configuration of a pie chart.  
*Required*: No  
*Type*: [PieChartConfiguration](aws-properties-quicksight-dashboard-piechartconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColumnHierarchies`  <a name="cfn-quicksight-dashboard-piechartvisual-columnhierarchies"></a>
The column hierarchy that is used during drill-downs and drill-ups.  
*Required*: No  
*Type*: Array of [ColumnHierarchy](aws-properties-quicksight-dashboard-columnhierarchy.md)  
*Minimum*: `0`  
*Maximum*: `2`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Subtitle`  <a name="cfn-quicksight-dashboard-piechartvisual-subtitle"></a>
The subtitle that is displayed on the visual.  
*Required*: No  
*Type*: [VisualSubtitleLabelOptions](aws-properties-quicksight-dashboard-visualsubtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-piechartvisual-title"></a>
The title that is displayed on the visual.  
*Required*: No  
*Type*: [VisualTitleLabelOptions](aws-properties-quicksight-dashboard-visualtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualContentAltText`  <a name="cfn-quicksight-dashboard-piechartvisual-visualcontentalttext"></a>
The alt text for the visual.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualId`  <a name="cfn-quicksight-dashboard-piechartvisual-visualid"></a>
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

# AWS::QuickSight::Dashboard PivotFieldSortOptions
<a name="aws-properties-quicksight-dashboard-pivotfieldsortoptions"></a>

The field sort options for a pivot table sort configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-pivotfieldsortoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pivotfieldsortoptions-syntax.json"></a>

```
{
  "[FieldId](#cfn-quicksight-dashboard-pivotfieldsortoptions-fieldid)" : String,
  "[SortBy](#cfn-quicksight-dashboard-pivotfieldsortoptions-sortby)" : PivotTableSortBy
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pivotfieldsortoptions-syntax.yaml"></a>

```
  [FieldId](#cfn-quicksight-dashboard-pivotfieldsortoptions-fieldid): String
  [SortBy](#cfn-quicksight-dashboard-pivotfieldsortoptions-sortby): 
    PivotTableSortBy
```

## Properties
<a name="aws-properties-quicksight-dashboard-pivotfieldsortoptions-properties"></a>

`FieldId`  <a name="cfn-quicksight-dashboard-pivotfieldsortoptions-fieldid"></a>
The field ID for the field sort options.  
*Required*: Yes  
*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)

`SortBy`  <a name="cfn-quicksight-dashboard-pivotfieldsortoptions-sortby"></a>
The sort by field for the field sort options.  
*Required*: Yes  
*Type*: [PivotTableSortBy](aws-properties-quicksight-dashboard-pivottablesortby.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PivotTableAggregatedFieldWells
<a name="aws-properties-quicksight-dashboard-pivottableaggregatedfieldwells"></a>

The aggregated field well for the pivot table.

## Syntax
<a name="aws-properties-quicksight-dashboard-pivottableaggregatedfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pivottableaggregatedfieldwells-syntax.json"></a>

```
{
  "[Columns](#cfn-quicksight-dashboard-pivottableaggregatedfieldwells-columns)" : [ DimensionField, ... ],
  "[Rows](#cfn-quicksight-dashboard-pivottableaggregatedfieldwells-rows)" : [ DimensionField, ... ],
  "[Values](#cfn-quicksight-dashboard-pivottableaggregatedfieldwells-values)" : [ MeasureField, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pivottableaggregatedfieldwells-syntax.yaml"></a>

```
  [Columns](#cfn-quicksight-dashboard-pivottableaggregatedfieldwells-columns): 
    - DimensionField
  [Rows](#cfn-quicksight-dashboard-pivottableaggregatedfieldwells-rows): 
    - DimensionField
  [Values](#cfn-quicksight-dashboard-pivottableaggregatedfieldwells-values): 
    - MeasureField
```

## Properties
<a name="aws-properties-quicksight-dashboard-pivottableaggregatedfieldwells-properties"></a>

`Columns`  <a name="cfn-quicksight-dashboard-pivottableaggregatedfieldwells-columns"></a>
The columns field well for a pivot table. Values are grouped by columns fields.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `40`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Rows`  <a name="cfn-quicksight-dashboard-pivottableaggregatedfieldwells-rows"></a>
The rows field well for a pivot table. Values are grouped by rows fields.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `40`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Values`  <a name="cfn-quicksight-dashboard-pivottableaggregatedfieldwells-values"></a>
The values field well for a pivot table. Values are aggregated based on rows and columns fields.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `40`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PivotTableCellConditionalFormatting
<a name="aws-properties-quicksight-dashboard-pivottablecellconditionalformatting"></a>

The cell conditional formatting option for a pivot table.

## Syntax
<a name="aws-properties-quicksight-dashboard-pivottablecellconditionalformatting-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pivottablecellconditionalformatting-syntax.json"></a>

```
{
  "[FieldId](#cfn-quicksight-dashboard-pivottablecellconditionalformatting-fieldid)" : String,
  "[Scope](#cfn-quicksight-dashboard-pivottablecellconditionalformatting-scope)" : PivotTableConditionalFormattingScope,
  "[Scopes](#cfn-quicksight-dashboard-pivottablecellconditionalformatting-scopes)" : [ PivotTableConditionalFormattingScope, ... ],
  "[TextFormat](#cfn-quicksight-dashboard-pivottablecellconditionalformatting-textformat)" : TextConditionalFormat
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pivottablecellconditionalformatting-syntax.yaml"></a>

```
  [FieldId](#cfn-quicksight-dashboard-pivottablecellconditionalformatting-fieldid): String
  [Scope](#cfn-quicksight-dashboard-pivottablecellconditionalformatting-scope): 
    PivotTableConditionalFormattingScope
  [Scopes](#cfn-quicksight-dashboard-pivottablecellconditionalformatting-scopes): 
    - PivotTableConditionalFormattingScope
  [TextFormat](#cfn-quicksight-dashboard-pivottablecellconditionalformatting-textformat): 
    TextConditionalFormat
```

## Properties
<a name="aws-properties-quicksight-dashboard-pivottablecellconditionalformatting-properties"></a>

`FieldId`  <a name="cfn-quicksight-dashboard-pivottablecellconditionalformatting-fieldid"></a>
The field ID of the cell for conditional formatting.  
*Required*: Yes  
*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)

`Scope`  <a name="cfn-quicksight-dashboard-pivottablecellconditionalformatting-scope"></a>
The scope of the cell for conditional formatting.  
*Required*: No  
*Type*: [PivotTableConditionalFormattingScope](aws-properties-quicksight-dashboard-pivottableconditionalformattingscope.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Scopes`  <a name="cfn-quicksight-dashboard-pivottablecellconditionalformatting-scopes"></a>
A list of cell scopes for conditional formatting.  
*Required*: No  
*Type*: Array of [PivotTableConditionalFormattingScope](aws-properties-quicksight-dashboard-pivottableconditionalformattingscope.md)  
*Minimum*: `0`  
*Maximum*: `3`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TextFormat`  <a name="cfn-quicksight-dashboard-pivottablecellconditionalformatting-textformat"></a>
The text format of the cell for conditional formatting.  
*Required*: No  
*Type*: [TextConditionalFormat](aws-properties-quicksight-dashboard-textconditionalformat.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PivotTableConditionalFormatting
<a name="aws-properties-quicksight-dashboard-pivottableconditionalformatting"></a>

The conditional formatting for a `PivotTableVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-pivottableconditionalformatting-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pivottableconditionalformatting-syntax.json"></a>

```
{
  "[ConditionalFormattingOptions](#cfn-quicksight-dashboard-pivottableconditionalformatting-conditionalformattingoptions)" : [ PivotTableConditionalFormattingOption, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pivottableconditionalformatting-syntax.yaml"></a>

```
  [ConditionalFormattingOptions](#cfn-quicksight-dashboard-pivottableconditionalformatting-conditionalformattingoptions): 
    - PivotTableConditionalFormattingOption
```

## Properties
<a name="aws-properties-quicksight-dashboard-pivottableconditionalformatting-properties"></a>

`ConditionalFormattingOptions`  <a name="cfn-quicksight-dashboard-pivottableconditionalformatting-conditionalformattingoptions"></a>
Conditional formatting options for a `PivotTableVisual`.  
*Required*: No  
*Type*: Array of [PivotTableConditionalFormattingOption](aws-properties-quicksight-dashboard-pivottableconditionalformattingoption.md)  
*Minimum*: `0`  
*Maximum*: `500`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PivotTableConditionalFormattingOption
<a name="aws-properties-quicksight-dashboard-pivottableconditionalformattingoption"></a>

Conditional formatting options for a `PivotTableVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-pivottableconditionalformattingoption-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pivottableconditionalformattingoption-syntax.json"></a>

```
{
  "[Cell](#cfn-quicksight-dashboard-pivottableconditionalformattingoption-cell)" : PivotTableCellConditionalFormatting
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pivottableconditionalformattingoption-syntax.yaml"></a>

```
  [Cell](#cfn-quicksight-dashboard-pivottableconditionalformattingoption-cell): 
    PivotTableCellConditionalFormatting
```

## Properties
<a name="aws-properties-quicksight-dashboard-pivottableconditionalformattingoption-properties"></a>

`Cell`  <a name="cfn-quicksight-dashboard-pivottableconditionalformattingoption-cell"></a>
The cell conditional formatting option for a pivot table.  
*Required*: No  
*Type*: [PivotTableCellConditionalFormatting](aws-properties-quicksight-dashboard-pivottablecellconditionalformatting.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PivotTableConditionalFormattingScope
<a name="aws-properties-quicksight-dashboard-pivottableconditionalformattingscope"></a>

The scope of the cell for conditional formatting.

## Syntax
<a name="aws-properties-quicksight-dashboard-pivottableconditionalformattingscope-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pivottableconditionalformattingscope-syntax.json"></a>

```
{
  "[Role](#cfn-quicksight-dashboard-pivottableconditionalformattingscope-role)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pivottableconditionalformattingscope-syntax.yaml"></a>

```
  [Role](#cfn-quicksight-dashboard-pivottableconditionalformattingscope-role): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-pivottableconditionalformattingscope-properties"></a>

`Role`  <a name="cfn-quicksight-dashboard-pivottableconditionalformattingscope-role"></a>
The role (field, field total, grand total) of the cell for conditional formatting.  
*Required*: No  
*Type*: String  
*Allowed values*: `FIELD | FIELD_TOTAL | GRAND_TOTAL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PivotTableConfiguration
<a name="aws-properties-quicksight-dashboard-pivottableconfiguration"></a>

The configuration for a `PivotTableVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-pivottableconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pivottableconfiguration-syntax.json"></a>

```
{
  "[FieldOptions](#cfn-quicksight-dashboard-pivottableconfiguration-fieldoptions)" : PivotTableFieldOptions,
  "[FieldWells](#cfn-quicksight-dashboard-pivottableconfiguration-fieldwells)" : PivotTableFieldWells,
  "[Interactions](#cfn-quicksight-dashboard-pivottableconfiguration-interactions)" : VisualInteractionOptions,
  "[PaginatedReportOptions](#cfn-quicksight-dashboard-pivottableconfiguration-paginatedreportoptions)" : PivotTablePaginatedReportOptions,
  "[SortConfiguration](#cfn-quicksight-dashboard-pivottableconfiguration-sortconfiguration)" : PivotTableSortConfiguration,
  "[TableOptions](#cfn-quicksight-dashboard-pivottableconfiguration-tableoptions)" : PivotTableOptions,
  "[TotalOptions](#cfn-quicksight-dashboard-pivottableconfiguration-totaloptions)" : PivotTableTotalOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pivottableconfiguration-syntax.yaml"></a>

```
  [FieldOptions](#cfn-quicksight-dashboard-pivottableconfiguration-fieldoptions): 
    PivotTableFieldOptions
  [FieldWells](#cfn-quicksight-dashboard-pivottableconfiguration-fieldwells): 
    PivotTableFieldWells
  [Interactions](#cfn-quicksight-dashboard-pivottableconfiguration-interactions): 
    VisualInteractionOptions
  [PaginatedReportOptions](#cfn-quicksight-dashboard-pivottableconfiguration-paginatedreportoptions): 
    PivotTablePaginatedReportOptions
  [SortConfiguration](#cfn-quicksight-dashboard-pivottableconfiguration-sortconfiguration): 
    PivotTableSortConfiguration
  [TableOptions](#cfn-quicksight-dashboard-pivottableconfiguration-tableoptions): 
    PivotTableOptions
  [TotalOptions](#cfn-quicksight-dashboard-pivottableconfiguration-totaloptions): 
    PivotTableTotalOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-pivottableconfiguration-properties"></a>

`FieldOptions`  <a name="cfn-quicksight-dashboard-pivottableconfiguration-fieldoptions"></a>
The field options for a pivot table visual.  
*Required*: No  
*Type*: [PivotTableFieldOptions](aws-properties-quicksight-dashboard-pivottablefieldoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldWells`  <a name="cfn-quicksight-dashboard-pivottableconfiguration-fieldwells"></a>
The field wells of the visual.  
*Required*: No  
*Type*: [PivotTableFieldWells](aws-properties-quicksight-dashboard-pivottablefieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Interactions`  <a name="cfn-quicksight-dashboard-pivottableconfiguration-interactions"></a>
The general visual interactions setup for a visual.  
*Required*: No  
*Type*: [VisualInteractionOptions](aws-properties-quicksight-dashboard-visualinteractionoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PaginatedReportOptions`  <a name="cfn-quicksight-dashboard-pivottableconfiguration-paginatedreportoptions"></a>
The paginated report options for a pivot table visual.  
*Required*: No  
*Type*: [PivotTablePaginatedReportOptions](aws-properties-quicksight-dashboard-pivottablepaginatedreportoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SortConfiguration`  <a name="cfn-quicksight-dashboard-pivottableconfiguration-sortconfiguration"></a>
The sort configuration for a `PivotTableVisual`.  
*Required*: No  
*Type*: [PivotTableSortConfiguration](aws-properties-quicksight-dashboard-pivottablesortconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TableOptions`  <a name="cfn-quicksight-dashboard-pivottableconfiguration-tableoptions"></a>
The table options for a pivot table visual.  
*Required*: No  
*Type*: [PivotTableOptions](aws-properties-quicksight-dashboard-pivottableoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TotalOptions`  <a name="cfn-quicksight-dashboard-pivottableconfiguration-totaloptions"></a>
The total options for a pivot table visual.  
*Required*: No  
*Type*: [PivotTableTotalOptions](aws-properties-quicksight-dashboard-pivottabletotaloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PivotTableDataPathOption
<a name="aws-properties-quicksight-dashboard-pivottabledatapathoption"></a>

The data path options for the pivot table field options.

## Syntax
<a name="aws-properties-quicksight-dashboard-pivottabledatapathoption-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pivottabledatapathoption-syntax.json"></a>

```
{
  "[DataPathList](#cfn-quicksight-dashboard-pivottabledatapathoption-datapathlist)" : [ DataPathValue, ... ],
  "[Width](#cfn-quicksight-dashboard-pivottabledatapathoption-width)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pivottabledatapathoption-syntax.yaml"></a>

```
  [DataPathList](#cfn-quicksight-dashboard-pivottabledatapathoption-datapathlist): 
    - DataPathValue
  [Width](#cfn-quicksight-dashboard-pivottabledatapathoption-width): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-pivottabledatapathoption-properties"></a>

`DataPathList`  <a name="cfn-quicksight-dashboard-pivottabledatapathoption-datapathlist"></a>
The list of data path values for the data path options.  
*Required*: Yes  
*Type*: Array of [DataPathValue](aws-properties-quicksight-dashboard-datapathvalue.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)

`Width`  <a name="cfn-quicksight-dashboard-pivottabledatapathoption-width"></a>
The width of the data path option.  
*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)

# AWS::QuickSight::Dashboard PivotTableFieldCollapseStateOption
<a name="aws-properties-quicksight-dashboard-pivottablefieldcollapsestateoption"></a>

The collapse state options for the pivot table field options.

## Syntax
<a name="aws-properties-quicksight-dashboard-pivottablefieldcollapsestateoption-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pivottablefieldcollapsestateoption-syntax.json"></a>

```
{
  "[State](#cfn-quicksight-dashboard-pivottablefieldcollapsestateoption-state)" : String,
  "[Target](#cfn-quicksight-dashboard-pivottablefieldcollapsestateoption-target)" : PivotTableFieldCollapseStateTarget
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pivottablefieldcollapsestateoption-syntax.yaml"></a>

```
  [State](#cfn-quicksight-dashboard-pivottablefieldcollapsestateoption-state): String
  [Target](#cfn-quicksight-dashboard-pivottablefieldcollapsestateoption-target): 
    PivotTableFieldCollapseStateTarget
```

## Properties
<a name="aws-properties-quicksight-dashboard-pivottablefieldcollapsestateoption-properties"></a>

`State`  <a name="cfn-quicksight-dashboard-pivottablefieldcollapsestateoption-state"></a>
The state of the field target of a pivot table. Choose one of the following options:  
+  `COLLAPSED` 
+  `EXPANDED` 
*Required*: No  
*Type*: String  
*Allowed values*: `COLLAPSED | EXPANDED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Target`  <a name="cfn-quicksight-dashboard-pivottablefieldcollapsestateoption-target"></a>
A tagged-union object that sets the collapse state.  
*Required*: Yes  
*Type*: [PivotTableFieldCollapseStateTarget](aws-properties-quicksight-dashboard-pivottablefieldcollapsestatetarget.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PivotTableFieldCollapseStateTarget
<a name="aws-properties-quicksight-dashboard-pivottablefieldcollapsestatetarget"></a>

The target of a pivot table field collapse state.

## Syntax
<a name="aws-properties-quicksight-dashboard-pivottablefieldcollapsestatetarget-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pivottablefieldcollapsestatetarget-syntax.json"></a>

```
{
  "[FieldDataPathValues](#cfn-quicksight-dashboard-pivottablefieldcollapsestatetarget-fielddatapathvalues)" : [ DataPathValue, ... ],
  "[FieldId](#cfn-quicksight-dashboard-pivottablefieldcollapsestatetarget-fieldid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pivottablefieldcollapsestatetarget-syntax.yaml"></a>

```
  [FieldDataPathValues](#cfn-quicksight-dashboard-pivottablefieldcollapsestatetarget-fielddatapathvalues): 
    - DataPathValue
  [FieldId](#cfn-quicksight-dashboard-pivottablefieldcollapsestatetarget-fieldid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-pivottablefieldcollapsestatetarget-properties"></a>

`FieldDataPathValues`  <a name="cfn-quicksight-dashboard-pivottablefieldcollapsestatetarget-fielddatapathvalues"></a>
The data path of the pivot table's header. Used to set the collapse state.  
*Required*: No  
*Type*: Array of [DataPathValue](aws-properties-quicksight-dashboard-datapathvalue.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)

`FieldId`  <a name="cfn-quicksight-dashboard-pivottablefieldcollapsestatetarget-fieldid"></a>
The field ID of the pivot table that the collapse state needs to be set to.  
*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)

# AWS::QuickSight::Dashboard PivotTableFieldOption
<a name="aws-properties-quicksight-dashboard-pivottablefieldoption"></a>

The selected field options for the pivot table field options.

## Syntax
<a name="aws-properties-quicksight-dashboard-pivottablefieldoption-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pivottablefieldoption-syntax.json"></a>

```
{
  "[CustomLabel](#cfn-quicksight-dashboard-pivottablefieldoption-customlabel)" : String,
  "[FieldId](#cfn-quicksight-dashboard-pivottablefieldoption-fieldid)" : String,
  "[Visibility](#cfn-quicksight-dashboard-pivottablefieldoption-visibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pivottablefieldoption-syntax.yaml"></a>

```
  [CustomLabel](#cfn-quicksight-dashboard-pivottablefieldoption-customlabel): String
  [FieldId](#cfn-quicksight-dashboard-pivottablefieldoption-fieldid): String
  [Visibility](#cfn-quicksight-dashboard-pivottablefieldoption-visibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-pivottablefieldoption-properties"></a>

`CustomLabel`  <a name="cfn-quicksight-dashboard-pivottablefieldoption-customlabel"></a>
The custom label of the pivot table field.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldId`  <a name="cfn-quicksight-dashboard-pivottablefieldoption-fieldid"></a>
The field ID of the pivot table field.  
*Required*: Yes  
*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)

`Visibility`  <a name="cfn-quicksight-dashboard-pivottablefieldoption-visibility"></a>
The visibility of the pivot table field.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PivotTableFieldOptions
<a name="aws-properties-quicksight-dashboard-pivottablefieldoptions"></a>

The field options for a pivot table visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-pivottablefieldoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pivottablefieldoptions-syntax.json"></a>

```
{
  "[CollapseStateOptions](#cfn-quicksight-dashboard-pivottablefieldoptions-collapsestateoptions)" : [ PivotTableFieldCollapseStateOption, ... ],
  "[DataPathOptions](#cfn-quicksight-dashboard-pivottablefieldoptions-datapathoptions)" : [ PivotTableDataPathOption, ... ],
  "[SelectedFieldOptions](#cfn-quicksight-dashboard-pivottablefieldoptions-selectedfieldoptions)" : [ PivotTableFieldOption, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pivottablefieldoptions-syntax.yaml"></a>

```
  [CollapseStateOptions](#cfn-quicksight-dashboard-pivottablefieldoptions-collapsestateoptions): 
    - PivotTableFieldCollapseStateOption
  [DataPathOptions](#cfn-quicksight-dashboard-pivottablefieldoptions-datapathoptions): 
    - PivotTableDataPathOption
  [SelectedFieldOptions](#cfn-quicksight-dashboard-pivottablefieldoptions-selectedfieldoptions): 
    - PivotTableFieldOption
```

## Properties
<a name="aws-properties-quicksight-dashboard-pivottablefieldoptions-properties"></a>

`CollapseStateOptions`  <a name="cfn-quicksight-dashboard-pivottablefieldoptions-collapsestateoptions"></a>
The collapse state options for the pivot table field options.  
*Required*: No  
*Type*: Array of [PivotTableFieldCollapseStateOption](aws-properties-quicksight-dashboard-pivottablefieldcollapsestateoption.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataPathOptions`  <a name="cfn-quicksight-dashboard-pivottablefieldoptions-datapathoptions"></a>
The data path options for the pivot table field options.  
*Required*: No  
*Type*: Array of [PivotTableDataPathOption](aws-properties-quicksight-dashboard-pivottabledatapathoption.md)  
*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)

`SelectedFieldOptions`  <a name="cfn-quicksight-dashboard-pivottablefieldoptions-selectedfieldoptions"></a>
The selected field options for the pivot table field options.  
*Required*: No  
*Type*: Array of [PivotTableFieldOption](aws-properties-quicksight-dashboard-pivottablefieldoption.md)  
*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)

# AWS::QuickSight::Dashboard PivotTableFieldSubtotalOptions
<a name="aws-properties-quicksight-dashboard-pivottablefieldsubtotaloptions"></a>

The optional configuration of subtotals cells.

## Syntax
<a name="aws-properties-quicksight-dashboard-pivottablefieldsubtotaloptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pivottablefieldsubtotaloptions-syntax.json"></a>

```
{
  "[FieldId](#cfn-quicksight-dashboard-pivottablefieldsubtotaloptions-fieldid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pivottablefieldsubtotaloptions-syntax.yaml"></a>

```
  [FieldId](#cfn-quicksight-dashboard-pivottablefieldsubtotaloptions-fieldid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-pivottablefieldsubtotaloptions-properties"></a>

`FieldId`  <a name="cfn-quicksight-dashboard-pivottablefieldsubtotaloptions-fieldid"></a>
The field ID of the subtotal options.  
*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)

# AWS::QuickSight::Dashboard PivotTableFieldWells
<a name="aws-properties-quicksight-dashboard-pivottablefieldwells"></a>

The field wells for a pivot table visual.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-pivottablefieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pivottablefieldwells-syntax.json"></a>

```
{
  "[PivotTableAggregatedFieldWells](#cfn-quicksight-dashboard-pivottablefieldwells-pivottableaggregatedfieldwells)" : PivotTableAggregatedFieldWells
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pivottablefieldwells-syntax.yaml"></a>

```
  [PivotTableAggregatedFieldWells](#cfn-quicksight-dashboard-pivottablefieldwells-pivottableaggregatedfieldwells): 
    PivotTableAggregatedFieldWells
```

## Properties
<a name="aws-properties-quicksight-dashboard-pivottablefieldwells-properties"></a>

`PivotTableAggregatedFieldWells`  <a name="cfn-quicksight-dashboard-pivottablefieldwells-pivottableaggregatedfieldwells"></a>
The aggregated field well for the pivot table.  
*Required*: No  
*Type*: [PivotTableAggregatedFieldWells](aws-properties-quicksight-dashboard-pivottableaggregatedfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PivotTableOptions
<a name="aws-properties-quicksight-dashboard-pivottableoptions"></a>

The table options for a pivot table visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-pivottableoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pivottableoptions-syntax.json"></a>

```
{
  "[CellStyle](#cfn-quicksight-dashboard-pivottableoptions-cellstyle)" : TableCellStyle,
  "[CollapsedRowDimensionsVisibility](#cfn-quicksight-dashboard-pivottableoptions-collapsedrowdimensionsvisibility)" : String,
  "[ColumnHeaderStyle](#cfn-quicksight-dashboard-pivottableoptions-columnheaderstyle)" : TableCellStyle,
  "[ColumnNamesVisibility](#cfn-quicksight-dashboard-pivottableoptions-columnnamesvisibility)" : String,
  "[DefaultCellWidth](#cfn-quicksight-dashboard-pivottableoptions-defaultcellwidth)" : String,
  "[MetricPlacement](#cfn-quicksight-dashboard-pivottableoptions-metricplacement)" : String,
  "[RowAlternateColorOptions](#cfn-quicksight-dashboard-pivottableoptions-rowalternatecoloroptions)" : RowAlternateColorOptions,
  "[RowFieldNamesStyle](#cfn-quicksight-dashboard-pivottableoptions-rowfieldnamesstyle)" : TableCellStyle,
  "[RowHeaderStyle](#cfn-quicksight-dashboard-pivottableoptions-rowheaderstyle)" : TableCellStyle,
  "[RowsLabelOptions](#cfn-quicksight-dashboard-pivottableoptions-rowslabeloptions)" : PivotTableRowsLabelOptions,
  "[RowsLayout](#cfn-quicksight-dashboard-pivottableoptions-rowslayout)" : String,
  "[SingleMetricVisibility](#cfn-quicksight-dashboard-pivottableoptions-singlemetricvisibility)" : String,
  "[ToggleButtonsVisibility](#cfn-quicksight-dashboard-pivottableoptions-togglebuttonsvisibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pivottableoptions-syntax.yaml"></a>

```
  [CellStyle](#cfn-quicksight-dashboard-pivottableoptions-cellstyle): 
    TableCellStyle
  [CollapsedRowDimensionsVisibility](#cfn-quicksight-dashboard-pivottableoptions-collapsedrowdimensionsvisibility): String
  [ColumnHeaderStyle](#cfn-quicksight-dashboard-pivottableoptions-columnheaderstyle): 
    TableCellStyle
  [ColumnNamesVisibility](#cfn-quicksight-dashboard-pivottableoptions-columnnamesvisibility): String
  [DefaultCellWidth](#cfn-quicksight-dashboard-pivottableoptions-defaultcellwidth): String
  [MetricPlacement](#cfn-quicksight-dashboard-pivottableoptions-metricplacement): String
  [RowAlternateColorOptions](#cfn-quicksight-dashboard-pivottableoptions-rowalternatecoloroptions): 
    RowAlternateColorOptions
  [RowFieldNamesStyle](#cfn-quicksight-dashboard-pivottableoptions-rowfieldnamesstyle): 
    TableCellStyle
  [RowHeaderStyle](#cfn-quicksight-dashboard-pivottableoptions-rowheaderstyle): 
    TableCellStyle
  [RowsLabelOptions](#cfn-quicksight-dashboard-pivottableoptions-rowslabeloptions): 
    PivotTableRowsLabelOptions
  [RowsLayout](#cfn-quicksight-dashboard-pivottableoptions-rowslayout): String
  [SingleMetricVisibility](#cfn-quicksight-dashboard-pivottableoptions-singlemetricvisibility): String
  [ToggleButtonsVisibility](#cfn-quicksight-dashboard-pivottableoptions-togglebuttonsvisibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-pivottableoptions-properties"></a>

`CellStyle`  <a name="cfn-quicksight-dashboard-pivottableoptions-cellstyle"></a>
The table cell style of cells.  
*Required*: No  
*Type*: [TableCellStyle](aws-properties-quicksight-dashboard-tablecellstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CollapsedRowDimensionsVisibility`  <a name="cfn-quicksight-dashboard-pivottableoptions-collapsedrowdimensionsvisibility"></a>
The visibility setting of a pivot table's collapsed row dimension fields. If the value of this structure is `HIDDEN`, all collapsed columns in a pivot table are automatically hidden. The default value is `VISIBLE`.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColumnHeaderStyle`  <a name="cfn-quicksight-dashboard-pivottableoptions-columnheaderstyle"></a>
The table cell style of the column header.  
*Required*: No  
*Type*: [TableCellStyle](aws-properties-quicksight-dashboard-tablecellstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColumnNamesVisibility`  <a name="cfn-quicksight-dashboard-pivottableoptions-columnnamesvisibility"></a>
The visibility of the column names.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DefaultCellWidth`  <a name="cfn-quicksight-dashboard-pivottableoptions-defaultcellwidth"></a>
The default cell width of the pivot table.  
*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)

`MetricPlacement`  <a name="cfn-quicksight-dashboard-pivottableoptions-metricplacement"></a>
The metric placement (row, column) options.  
*Required*: No  
*Type*: String  
*Allowed values*: `ROW | COLUMN`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RowAlternateColorOptions`  <a name="cfn-quicksight-dashboard-pivottableoptions-rowalternatecoloroptions"></a>
The row alternate color options (widget status, row alternate colors).  
*Required*: No  
*Type*: [RowAlternateColorOptions](aws-properties-quicksight-dashboard-rowalternatecoloroptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RowFieldNamesStyle`  <a name="cfn-quicksight-dashboard-pivottableoptions-rowfieldnamesstyle"></a>
The table cell style of row field names.  
*Required*: No  
*Type*: [TableCellStyle](aws-properties-quicksight-dashboard-tablecellstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RowHeaderStyle`  <a name="cfn-quicksight-dashboard-pivottableoptions-rowheaderstyle"></a>
The table cell style of the row headers.  
*Required*: No  
*Type*: [TableCellStyle](aws-properties-quicksight-dashboard-tablecellstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RowsLabelOptions`  <a name="cfn-quicksight-dashboard-pivottableoptions-rowslabeloptions"></a>
The options for the label that is located above the row headers. This option is only applicable when `RowsLayout` is set to `HIERARCHY`.  
*Required*: No  
*Type*: [PivotTableRowsLabelOptions](aws-properties-quicksight-dashboard-pivottablerowslabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RowsLayout`  <a name="cfn-quicksight-dashboard-pivottableoptions-rowslayout"></a>
The layout for the row dimension headers of a pivot table. Choose one of the following options.  
+ `TABULAR`: (Default) Each row field is displayed in a separate column.
+ `HIERARCHY`: All row fields are displayed in a single column. Indentation is used to differentiate row headers of different fields.
*Required*: No  
*Type*: String  
*Allowed values*: `TABULAR | HIERARCHY`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SingleMetricVisibility`  <a name="cfn-quicksight-dashboard-pivottableoptions-singlemetricvisibility"></a>
The visibility of the single metric options.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ToggleButtonsVisibility`  <a name="cfn-quicksight-dashboard-pivottableoptions-togglebuttonsvisibility"></a>
Determines the visibility of the pivot table.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PivotTablePaginatedReportOptions
<a name="aws-properties-quicksight-dashboard-pivottablepaginatedreportoptions"></a>

The paginated report options for a pivot table visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-pivottablepaginatedreportoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pivottablepaginatedreportoptions-syntax.json"></a>

```
{
  "[OverflowColumnHeaderVisibility](#cfn-quicksight-dashboard-pivottablepaginatedreportoptions-overflowcolumnheadervisibility)" : String,
  "[VerticalOverflowVisibility](#cfn-quicksight-dashboard-pivottablepaginatedreportoptions-verticaloverflowvisibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pivottablepaginatedreportoptions-syntax.yaml"></a>

```
  [OverflowColumnHeaderVisibility](#cfn-quicksight-dashboard-pivottablepaginatedreportoptions-overflowcolumnheadervisibility): String
  [VerticalOverflowVisibility](#cfn-quicksight-dashboard-pivottablepaginatedreportoptions-verticaloverflowvisibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-pivottablepaginatedreportoptions-properties"></a>

`OverflowColumnHeaderVisibility`  <a name="cfn-quicksight-dashboard-pivottablepaginatedreportoptions-overflowcolumnheadervisibility"></a>
The visibility of the repeating header rows on each page.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VerticalOverflowVisibility`  <a name="cfn-quicksight-dashboard-pivottablepaginatedreportoptions-verticaloverflowvisibility"></a>
The visibility of the printing table overflow across pages.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PivotTableRowsLabelOptions
<a name="aws-properties-quicksight-dashboard-pivottablerowslabeloptions"></a>

The options for the label thta is located above the row headers. This option is only applicable when `RowsLayout` is set to `HIERARCHY`.

## Syntax
<a name="aws-properties-quicksight-dashboard-pivottablerowslabeloptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pivottablerowslabeloptions-syntax.json"></a>

```
{
  "[CustomLabel](#cfn-quicksight-dashboard-pivottablerowslabeloptions-customlabel)" : String,
  "[Visibility](#cfn-quicksight-dashboard-pivottablerowslabeloptions-visibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pivottablerowslabeloptions-syntax.yaml"></a>

```
  [CustomLabel](#cfn-quicksight-dashboard-pivottablerowslabeloptions-customlabel): String
  [Visibility](#cfn-quicksight-dashboard-pivottablerowslabeloptions-visibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-pivottablerowslabeloptions-properties"></a>

`CustomLabel`  <a name="cfn-quicksight-dashboard-pivottablerowslabeloptions-customlabel"></a>
The custom label string for the rows label.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Visibility`  <a name="cfn-quicksight-dashboard-pivottablerowslabeloptions-visibility"></a>
The visibility of the rows label.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PivotTableSortBy
<a name="aws-properties-quicksight-dashboard-pivottablesortby"></a>

The sort by field for the field sort options.

## Syntax
<a name="aws-properties-quicksight-dashboard-pivottablesortby-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pivottablesortby-syntax.json"></a>

```
{
  "[Column](#cfn-quicksight-dashboard-pivottablesortby-column)" : ColumnSort,
  "[DataPath](#cfn-quicksight-dashboard-pivottablesortby-datapath)" : DataPathSort,
  "[Field](#cfn-quicksight-dashboard-pivottablesortby-field)" : FieldSort
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pivottablesortby-syntax.yaml"></a>

```
  [Column](#cfn-quicksight-dashboard-pivottablesortby-column): 
    ColumnSort
  [DataPath](#cfn-quicksight-dashboard-pivottablesortby-datapath): 
    DataPathSort
  [Field](#cfn-quicksight-dashboard-pivottablesortby-field): 
    FieldSort
```

## Properties
<a name="aws-properties-quicksight-dashboard-pivottablesortby-properties"></a>

`Column`  <a name="cfn-quicksight-dashboard-pivottablesortby-column"></a>
The column sort (field id, direction) for the pivot table sort by options.  
*Required*: No  
*Type*: [ColumnSort](aws-properties-quicksight-dashboard-columnsort.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataPath`  <a name="cfn-quicksight-dashboard-pivottablesortby-datapath"></a>
The data path sort (data path value, direction) for the pivot table sort by options.  
*Required*: No  
*Type*: [DataPathSort](aws-properties-quicksight-dashboard-datapathsort.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Field`  <a name="cfn-quicksight-dashboard-pivottablesortby-field"></a>
The field sort (field id, direction) for the pivot table sort by options.  
*Required*: No  
*Type*: [FieldSort](aws-properties-quicksight-dashboard-fieldsort.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PivotTableSortConfiguration
<a name="aws-properties-quicksight-dashboard-pivottablesortconfiguration"></a>

The sort configuration for a `PivotTableVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-pivottablesortconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pivottablesortconfiguration-syntax.json"></a>

```
{
  "[FieldSortOptions](#cfn-quicksight-dashboard-pivottablesortconfiguration-fieldsortoptions)" : [ PivotFieldSortOptions, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pivottablesortconfiguration-syntax.yaml"></a>

```
  [FieldSortOptions](#cfn-quicksight-dashboard-pivottablesortconfiguration-fieldsortoptions): 
    - PivotFieldSortOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-pivottablesortconfiguration-properties"></a>

`FieldSortOptions`  <a name="cfn-quicksight-dashboard-pivottablesortconfiguration-fieldsortoptions"></a>
The field sort options for a pivot table sort configuration.  
*Required*: No  
*Type*: [Array](aws-properties-quicksight-dashboard-fieldsortoptions.md) of [PivotFieldSortOptions](aws-properties-quicksight-dashboard-pivotfieldsortoptions.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PivotTableTotalOptions
<a name="aws-properties-quicksight-dashboard-pivottabletotaloptions"></a>

The total options for a pivot table visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-pivottabletotaloptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pivottabletotaloptions-syntax.json"></a>

```
{
  "[ColumnSubtotalOptions](#cfn-quicksight-dashboard-pivottabletotaloptions-columnsubtotaloptions)" : SubtotalOptions,
  "[ColumnTotalOptions](#cfn-quicksight-dashboard-pivottabletotaloptions-columntotaloptions)" : PivotTotalOptions,
  "[RowSubtotalOptions](#cfn-quicksight-dashboard-pivottabletotaloptions-rowsubtotaloptions)" : SubtotalOptions,
  "[RowTotalOptions](#cfn-quicksight-dashboard-pivottabletotaloptions-rowtotaloptions)" : PivotTotalOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pivottabletotaloptions-syntax.yaml"></a>

```
  [ColumnSubtotalOptions](#cfn-quicksight-dashboard-pivottabletotaloptions-columnsubtotaloptions): 
    SubtotalOptions
  [ColumnTotalOptions](#cfn-quicksight-dashboard-pivottabletotaloptions-columntotaloptions): 
    PivotTotalOptions
  [RowSubtotalOptions](#cfn-quicksight-dashboard-pivottabletotaloptions-rowsubtotaloptions): 
    SubtotalOptions
  [RowTotalOptions](#cfn-quicksight-dashboard-pivottabletotaloptions-rowtotaloptions): 
    PivotTotalOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-pivottabletotaloptions-properties"></a>

`ColumnSubtotalOptions`  <a name="cfn-quicksight-dashboard-pivottabletotaloptions-columnsubtotaloptions"></a>
The column subtotal options.  
*Required*: No  
*Type*: [SubtotalOptions](aws-properties-quicksight-dashboard-subtotaloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColumnTotalOptions`  <a name="cfn-quicksight-dashboard-pivottabletotaloptions-columntotaloptions"></a>
The column total options.  
*Required*: No  
*Type*: [PivotTotalOptions](aws-properties-quicksight-dashboard-pivottotaloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RowSubtotalOptions`  <a name="cfn-quicksight-dashboard-pivottabletotaloptions-rowsubtotaloptions"></a>
The row subtotal options.  
*Required*: No  
*Type*: [SubtotalOptions](aws-properties-quicksight-dashboard-subtotaloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RowTotalOptions`  <a name="cfn-quicksight-dashboard-pivottabletotaloptions-rowtotaloptions"></a>
The row total options.  
*Required*: No  
*Type*: [PivotTotalOptions](aws-properties-quicksight-dashboard-pivottotaloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PivotTableVisual
<a name="aws-properties-quicksight-dashboard-pivottablevisual"></a>

A pivot table.

For more information, see [Using pivot tables](https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html) in the *Amazon Quick Suite User Guide*.

## Syntax
<a name="aws-properties-quicksight-dashboard-pivottablevisual-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pivottablevisual-syntax.json"></a>

```
{
  "[Actions](#cfn-quicksight-dashboard-pivottablevisual-actions)" : [ VisualCustomAction, ... ],
  "[ChartConfiguration](#cfn-quicksight-dashboard-pivottablevisual-chartconfiguration)" : PivotTableConfiguration,
  "[ConditionalFormatting](#cfn-quicksight-dashboard-pivottablevisual-conditionalformatting)" : PivotTableConditionalFormatting,
  "[Subtitle](#cfn-quicksight-dashboard-pivottablevisual-subtitle)" : VisualSubtitleLabelOptions,
  "[Title](#cfn-quicksight-dashboard-pivottablevisual-title)" : VisualTitleLabelOptions,
  "[VisualContentAltText](#cfn-quicksight-dashboard-pivottablevisual-visualcontentalttext)" : String,
  "[VisualId](#cfn-quicksight-dashboard-pivottablevisual-visualid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pivottablevisual-syntax.yaml"></a>

```
  [Actions](#cfn-quicksight-dashboard-pivottablevisual-actions): 
    - VisualCustomAction
  [ChartConfiguration](#cfn-quicksight-dashboard-pivottablevisual-chartconfiguration): 
    PivotTableConfiguration
  [ConditionalFormatting](#cfn-quicksight-dashboard-pivottablevisual-conditionalformatting): 
    PivotTableConditionalFormatting
  [Subtitle](#cfn-quicksight-dashboard-pivottablevisual-subtitle): 
    VisualSubtitleLabelOptions
  [Title](#cfn-quicksight-dashboard-pivottablevisual-title): 
    VisualTitleLabelOptions
  [VisualContentAltText](#cfn-quicksight-dashboard-pivottablevisual-visualcontentalttext): String
  [VisualId](#cfn-quicksight-dashboard-pivottablevisual-visualid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-pivottablevisual-properties"></a>

`Actions`  <a name="cfn-quicksight-dashboard-pivottablevisual-actions"></a>
The list of custom actions that are configured for a visual.  
*Required*: No  
*Type*: Array of [VisualCustomAction](aws-properties-quicksight-dashboard-visualcustomaction.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ChartConfiguration`  <a name="cfn-quicksight-dashboard-pivottablevisual-chartconfiguration"></a>
The configuration settings of the visual.  
*Required*: No  
*Type*: [PivotTableConfiguration](aws-properties-quicksight-dashboard-pivottableconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ConditionalFormatting`  <a name="cfn-quicksight-dashboard-pivottablevisual-conditionalformatting"></a>
The conditional formatting for a `PivotTableVisual`.  
*Required*: No  
*Type*: [PivotTableConditionalFormatting](aws-properties-quicksight-dashboard-pivottableconditionalformatting.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Subtitle`  <a name="cfn-quicksight-dashboard-pivottablevisual-subtitle"></a>
The subtitle that is displayed on the visual.  
*Required*: No  
*Type*: [VisualSubtitleLabelOptions](aws-properties-quicksight-dashboard-visualsubtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-pivottablevisual-title"></a>
The title that is displayed on the visual.  
*Required*: No  
*Type*: [VisualTitleLabelOptions](aws-properties-quicksight-dashboard-visualtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualContentAltText`  <a name="cfn-quicksight-dashboard-pivottablevisual-visualcontentalttext"></a>
The alt text for the visual.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualId`  <a name="cfn-quicksight-dashboard-pivottablevisual-visualid"></a>
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

# AWS::QuickSight::Dashboard PivotTotalOptions
<a name="aws-properties-quicksight-dashboard-pivottotaloptions"></a>

The optional configuration of totals cells in a `PivotTableVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-pivottotaloptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pivottotaloptions-syntax.json"></a>

```
{
  "[CustomLabel](#cfn-quicksight-dashboard-pivottotaloptions-customlabel)" : String,
  "[MetricHeaderCellStyle](#cfn-quicksight-dashboard-pivottotaloptions-metricheadercellstyle)" : TableCellStyle,
  "[Placement](#cfn-quicksight-dashboard-pivottotaloptions-placement)" : String,
  "[ScrollStatus](#cfn-quicksight-dashboard-pivottotaloptions-scrollstatus)" : String,
  "[TotalAggregationOptions](#cfn-quicksight-dashboard-pivottotaloptions-totalaggregationoptions)" : [ TotalAggregationOption, ... ],
  "[TotalCellStyle](#cfn-quicksight-dashboard-pivottotaloptions-totalcellstyle)" : TableCellStyle,
  "[TotalsVisibility](#cfn-quicksight-dashboard-pivottotaloptions-totalsvisibility)" : String,
  "[ValueCellStyle](#cfn-quicksight-dashboard-pivottotaloptions-valuecellstyle)" : TableCellStyle
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pivottotaloptions-syntax.yaml"></a>

```
  [CustomLabel](#cfn-quicksight-dashboard-pivottotaloptions-customlabel): String
  [MetricHeaderCellStyle](#cfn-quicksight-dashboard-pivottotaloptions-metricheadercellstyle): 
    TableCellStyle
  [Placement](#cfn-quicksight-dashboard-pivottotaloptions-placement): String
  [ScrollStatus](#cfn-quicksight-dashboard-pivottotaloptions-scrollstatus): String
  [TotalAggregationOptions](#cfn-quicksight-dashboard-pivottotaloptions-totalaggregationoptions): 
    - TotalAggregationOption
  [TotalCellStyle](#cfn-quicksight-dashboard-pivottotaloptions-totalcellstyle): 
    TableCellStyle
  [TotalsVisibility](#cfn-quicksight-dashboard-pivottotaloptions-totalsvisibility): String
  [ValueCellStyle](#cfn-quicksight-dashboard-pivottotaloptions-valuecellstyle): 
    TableCellStyle
```

## Properties
<a name="aws-properties-quicksight-dashboard-pivottotaloptions-properties"></a>

`CustomLabel`  <a name="cfn-quicksight-dashboard-pivottotaloptions-customlabel"></a>
The custom label string for the total cells.  
*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)

`MetricHeaderCellStyle`  <a name="cfn-quicksight-dashboard-pivottotaloptions-metricheadercellstyle"></a>
The cell styling options for the total of header cells.  
*Required*: No  
*Type*: [TableCellStyle](aws-properties-quicksight-dashboard-tablecellstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Placement`  <a name="cfn-quicksight-dashboard-pivottotaloptions-placement"></a>
The placement (start, end) for the total cells.  
*Required*: No  
*Type*: String  
*Allowed values*: `START | END | AUTO`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ScrollStatus`  <a name="cfn-quicksight-dashboard-pivottotaloptions-scrollstatus"></a>
The scroll status (pinned, scrolled) for the total cells.  
*Required*: No  
*Type*: String  
*Allowed values*: `PINNED | SCROLLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TotalAggregationOptions`  <a name="cfn-quicksight-dashboard-pivottotaloptions-totalaggregationoptions"></a>
The total aggregation options for each value field.  
*Required*: No  
*Type*: Array of [TotalAggregationOption](aws-properties-quicksight-dashboard-totalaggregationoption.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TotalCellStyle`  <a name="cfn-quicksight-dashboard-pivottotaloptions-totalcellstyle"></a>
The cell styling options for the total cells.  
*Required*: No  
*Type*: [TableCellStyle](aws-properties-quicksight-dashboard-tablecellstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TotalsVisibility`  <a name="cfn-quicksight-dashboard-pivottotaloptions-totalsvisibility"></a>
The visibility configuration for the total cells.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ValueCellStyle`  <a name="cfn-quicksight-dashboard-pivottotaloptions-valuecellstyle"></a>
The cell styling options for the totals of value cells.  
*Required*: No  
*Type*: [TableCellStyle](aws-properties-quicksight-dashboard-tablecellstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PluginVisual
<a name="aws-properties-quicksight-dashboard-pluginvisual"></a>

A flexible visualization type that allows engineers to create new custom charts in Quick Sight.

## Syntax
<a name="aws-properties-quicksight-dashboard-pluginvisual-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pluginvisual-syntax.json"></a>

```
{
  "[ChartConfiguration](#cfn-quicksight-dashboard-pluginvisual-chartconfiguration)" : PluginVisualConfiguration,
  "[PluginArn](#cfn-quicksight-dashboard-pluginvisual-pluginarn)" : String,
  "[Subtitle](#cfn-quicksight-dashboard-pluginvisual-subtitle)" : VisualSubtitleLabelOptions,
  "[Title](#cfn-quicksight-dashboard-pluginvisual-title)" : VisualTitleLabelOptions,
  "[VisualContentAltText](#cfn-quicksight-dashboard-pluginvisual-visualcontentalttext)" : String,
  "[VisualId](#cfn-quicksight-dashboard-pluginvisual-visualid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pluginvisual-syntax.yaml"></a>

```
  [ChartConfiguration](#cfn-quicksight-dashboard-pluginvisual-chartconfiguration): 
    PluginVisualConfiguration
  [PluginArn](#cfn-quicksight-dashboard-pluginvisual-pluginarn): String
  [Subtitle](#cfn-quicksight-dashboard-pluginvisual-subtitle): 
    VisualSubtitleLabelOptions
  [Title](#cfn-quicksight-dashboard-pluginvisual-title): 
    VisualTitleLabelOptions
  [VisualContentAltText](#cfn-quicksight-dashboard-pluginvisual-visualcontentalttext): String
  [VisualId](#cfn-quicksight-dashboard-pluginvisual-visualid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-pluginvisual-properties"></a>

`ChartConfiguration`  <a name="cfn-quicksight-dashboard-pluginvisual-chartconfiguration"></a>
 A description of the plugin field wells and their persisted properties.   
*Required*: No  
*Type*: [PluginVisualConfiguration](aws-properties-quicksight-dashboard-pluginvisualconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PluginArn`  <a name="cfn-quicksight-dashboard-pluginvisual-pluginarn"></a>
The Amazon Resource Name (ARN) that reflects the plugin and version.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Subtitle`  <a name="cfn-quicksight-dashboard-pluginvisual-subtitle"></a>
Property description not available.  
*Required*: No  
*Type*: [VisualSubtitleLabelOptions](aws-properties-quicksight-dashboard-visualsubtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-pluginvisual-title"></a>
Property description not available.  
*Required*: No  
*Type*: [VisualTitleLabelOptions](aws-properties-quicksight-dashboard-visualtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualContentAltText`  <a name="cfn-quicksight-dashboard-pluginvisual-visualcontentalttext"></a>
The alt text for the visual.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualId`  <a name="cfn-quicksight-dashboard-pluginvisual-visualid"></a>
The ID of the visual that you want to use.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

# AWS::QuickSight::Dashboard PluginVisualConfiguration
<a name="aws-properties-quicksight-dashboard-pluginvisualconfiguration"></a>

The plugin visual configuration. This includes the field wells, sorting options, and persisted options of the plugin visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-pluginvisualconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pluginvisualconfiguration-syntax.json"></a>

```
{
  "[FieldWells](#cfn-quicksight-dashboard-pluginvisualconfiguration-fieldwells)" : [ PluginVisualFieldWell, ... ],
  "[SortConfiguration](#cfn-quicksight-dashboard-pluginvisualconfiguration-sortconfiguration)" : PluginVisualSortConfiguration,
  "[VisualOptions](#cfn-quicksight-dashboard-pluginvisualconfiguration-visualoptions)" : PluginVisualOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pluginvisualconfiguration-syntax.yaml"></a>

```
  [FieldWells](#cfn-quicksight-dashboard-pluginvisualconfiguration-fieldwells): 
    - PluginVisualFieldWell
  [SortConfiguration](#cfn-quicksight-dashboard-pluginvisualconfiguration-sortconfiguration): 
    PluginVisualSortConfiguration
  [VisualOptions](#cfn-quicksight-dashboard-pluginvisualconfiguration-visualoptions): 
    PluginVisualOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-pluginvisualconfiguration-properties"></a>

`FieldWells`  <a name="cfn-quicksight-dashboard-pluginvisualconfiguration-fieldwells"></a>
The field wells configuration of the plugin visual.  
*Required*: No  
*Type*: Array of [PluginVisualFieldWell](aws-properties-quicksight-dashboard-pluginvisualfieldwell.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SortConfiguration`  <a name="cfn-quicksight-dashboard-pluginvisualconfiguration-sortconfiguration"></a>
The sort configuration of the plugin visual.  
*Required*: No  
*Type*: [PluginVisualSortConfiguration](aws-properties-quicksight-dashboard-pluginvisualsortconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualOptions`  <a name="cfn-quicksight-dashboard-pluginvisualconfiguration-visualoptions"></a>
The persisted properties of the plugin visual.  
*Required*: No  
*Type*: [PluginVisualOptions](aws-properties-quicksight-dashboard-pluginvisualoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PluginVisualFieldWell
<a name="aws-properties-quicksight-dashboard-pluginvisualfieldwell"></a>

A collection of field wells for a plugin visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-pluginvisualfieldwell-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pluginvisualfieldwell-syntax.json"></a>

```
{
  "[AxisName](#cfn-quicksight-dashboard-pluginvisualfieldwell-axisname)" : String,
  "[Dimensions](#cfn-quicksight-dashboard-pluginvisualfieldwell-dimensions)" : [ DimensionField, ... ],
  "[Measures](#cfn-quicksight-dashboard-pluginvisualfieldwell-measures)" : [ MeasureField, ... ],
  "[Unaggregated](#cfn-quicksight-dashboard-pluginvisualfieldwell-unaggregated)" : [ UnaggregatedField, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pluginvisualfieldwell-syntax.yaml"></a>

```
  [AxisName](#cfn-quicksight-dashboard-pluginvisualfieldwell-axisname): String
  [Dimensions](#cfn-quicksight-dashboard-pluginvisualfieldwell-dimensions): 
    - DimensionField
  [Measures](#cfn-quicksight-dashboard-pluginvisualfieldwell-measures): 
    - MeasureField
  [Unaggregated](#cfn-quicksight-dashboard-pluginvisualfieldwell-unaggregated): 
    - UnaggregatedField
```

## Properties
<a name="aws-properties-quicksight-dashboard-pluginvisualfieldwell-properties"></a>

`AxisName`  <a name="cfn-quicksight-dashboard-pluginvisualfieldwell-axisname"></a>
The semantic axis name for the field well.  
*Required*: No  
*Type*: String  
*Allowed values*: `GROUP_BY | VALUE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Dimensions`  <a name="cfn-quicksight-dashboard-pluginvisualfieldwell-dimensions"></a>
A list of dimensions for the field well.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Measures`  <a name="cfn-quicksight-dashboard-pluginvisualfieldwell-measures"></a>
A list of measures that exist in the field well.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Unaggregated`  <a name="cfn-quicksight-dashboard-pluginvisualfieldwell-unaggregated"></a>
A list of unaggregated fields that exist in the field well.  
*Required*: No  
*Type*: Array of [UnaggregatedField](aws-properties-quicksight-dashboard-unaggregatedfield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PluginVisualItemsLimitConfiguration
<a name="aws-properties-quicksight-dashboard-pluginvisualitemslimitconfiguration"></a>

A query limits configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-pluginvisualitemslimitconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pluginvisualitemslimitconfiguration-syntax.json"></a>

```
{
  "[ItemsLimit](#cfn-quicksight-dashboard-pluginvisualitemslimitconfiguration-itemslimit)" : Number
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pluginvisualitemslimitconfiguration-syntax.yaml"></a>

```
  [ItemsLimit](#cfn-quicksight-dashboard-pluginvisualitemslimitconfiguration-itemslimit): Number
```

## Properties
<a name="aws-properties-quicksight-dashboard-pluginvisualitemslimitconfiguration-properties"></a>

`ItemsLimit`  <a name="cfn-quicksight-dashboard-pluginvisualitemslimitconfiguration-itemslimit"></a>
Determines how many values are be fetched at once.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PluginVisualOptions
<a name="aws-properties-quicksight-dashboard-pluginvisualoptions"></a>

The options and persisted properties for the plugin visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-pluginvisualoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pluginvisualoptions-syntax.json"></a>

```
{
  "[VisualProperties](#cfn-quicksight-dashboard-pluginvisualoptions-visualproperties)" : [ PluginVisualProperty, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pluginvisualoptions-syntax.yaml"></a>

```
  [VisualProperties](#cfn-quicksight-dashboard-pluginvisualoptions-visualproperties): 
    - PluginVisualProperty
```

## Properties
<a name="aws-properties-quicksight-dashboard-pluginvisualoptions-properties"></a>

`VisualProperties`  <a name="cfn-quicksight-dashboard-pluginvisualoptions-visualproperties"></a>
The persisted properties and their values.  
*Required*: No  
*Type*: Array of [PluginVisualProperty](aws-properties-quicksight-dashboard-pluginvisualproperty.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PluginVisualProperty
<a name="aws-properties-quicksight-dashboard-pluginvisualproperty"></a>

The key value pair of the persisted property.

## Syntax
<a name="aws-properties-quicksight-dashboard-pluginvisualproperty-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pluginvisualproperty-syntax.json"></a>

```
{
  "[Name](#cfn-quicksight-dashboard-pluginvisualproperty-name)" : String,
  "[Value](#cfn-quicksight-dashboard-pluginvisualproperty-value)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pluginvisualproperty-syntax.yaml"></a>

```
  [Name](#cfn-quicksight-dashboard-pluginvisualproperty-name): String
  [Value](#cfn-quicksight-dashboard-pluginvisualproperty-value): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-pluginvisualproperty-properties"></a>

`Name`  <a name="cfn-quicksight-dashboard-pluginvisualproperty-name"></a>
The name of the plugin visual property.  
*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)

`Value`  <a name="cfn-quicksight-dashboard-pluginvisualproperty-value"></a>
The value of the plugin visual property.  
*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)

# AWS::QuickSight::Dashboard PluginVisualSortConfiguration
<a name="aws-properties-quicksight-dashboard-pluginvisualsortconfiguration"></a>

Determines how the plugin visual sorts the data during query.

## Syntax
<a name="aws-properties-quicksight-dashboard-pluginvisualsortconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pluginvisualsortconfiguration-syntax.json"></a>

```
{
  "[PluginVisualTableQuerySort](#cfn-quicksight-dashboard-pluginvisualsortconfiguration-pluginvisualtablequerysort)" : PluginVisualTableQuerySort
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pluginvisualsortconfiguration-syntax.yaml"></a>

```
  [PluginVisualTableQuerySort](#cfn-quicksight-dashboard-pluginvisualsortconfiguration-pluginvisualtablequerysort): 
    PluginVisualTableQuerySort
```

## Properties
<a name="aws-properties-quicksight-dashboard-pluginvisualsortconfiguration-properties"></a>

`PluginVisualTableQuerySort`  <a name="cfn-quicksight-dashboard-pluginvisualsortconfiguration-pluginvisualtablequerysort"></a>
The table query sorting options for the plugin visual.  
*Required*: No  
*Type*: [PluginVisualTableQuerySort](aws-properties-quicksight-dashboard-pluginvisualtablequerysort.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard PluginVisualTableQuerySort
<a name="aws-properties-quicksight-dashboard-pluginvisualtablequerysort"></a>

The table query sorting options for the plugin visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-pluginvisualtablequerysort-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-pluginvisualtablequerysort-syntax.json"></a>

```
{
  "[ItemsLimitConfiguration](#cfn-quicksight-dashboard-pluginvisualtablequerysort-itemslimitconfiguration)" : PluginVisualItemsLimitConfiguration,
  "[RowSort](#cfn-quicksight-dashboard-pluginvisualtablequerysort-rowsort)" : [ FieldSortOptions, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-pluginvisualtablequerysort-syntax.yaml"></a>

```
  [ItemsLimitConfiguration](#cfn-quicksight-dashboard-pluginvisualtablequerysort-itemslimitconfiguration): 
    PluginVisualItemsLimitConfiguration
  [RowSort](#cfn-quicksight-dashboard-pluginvisualtablequerysort-rowsort): 
    - FieldSortOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-pluginvisualtablequerysort-properties"></a>

`ItemsLimitConfiguration`  <a name="cfn-quicksight-dashboard-pluginvisualtablequerysort-itemslimitconfiguration"></a>
The maximum amount of data to be returned by a query.  
*Required*: No  
*Type*: [PluginVisualItemsLimitConfiguration](aws-properties-quicksight-dashboard-pluginvisualitemslimitconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RowSort`  <a name="cfn-quicksight-dashboard-pluginvisualtablequerysort-rowsort"></a>
Determines how data is sorted in the response.  
*Required*: No  
*Type*: Array of [FieldSortOptions](aws-properties-quicksight-dashboard-fieldsortoptions.md)  
*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)

# AWS::QuickSight::Dashboard PredefinedHierarchy
<a name="aws-properties-quicksight-dashboard-predefinedhierarchy"></a>

The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.

## Syntax
<a name="aws-properties-quicksight-dashboard-predefinedhierarchy-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-predefinedhierarchy-syntax.json"></a>

```
{
  "[Columns](#cfn-quicksight-dashboard-predefinedhierarchy-columns)" : [ ColumnIdentifier, ... ],
  "[DrillDownFilters](#cfn-quicksight-dashboard-predefinedhierarchy-drilldownfilters)" : [ DrillDownFilter, ... ],
  "[HierarchyId](#cfn-quicksight-dashboard-predefinedhierarchy-hierarchyid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-predefinedhierarchy-syntax.yaml"></a>

```
  [Columns](#cfn-quicksight-dashboard-predefinedhierarchy-columns): 
    - ColumnIdentifier
  [DrillDownFilters](#cfn-quicksight-dashboard-predefinedhierarchy-drilldownfilters): 
    - DrillDownFilter
  [HierarchyId](#cfn-quicksight-dashboard-predefinedhierarchy-hierarchyid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-predefinedhierarchy-properties"></a>

`Columns`  <a name="cfn-quicksight-dashboard-predefinedhierarchy-columns"></a>
The list of columns that define the predefined hierarchy.  
*Required*: Yes  
*Type*: Array of [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Minimum*: `1`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DrillDownFilters`  <a name="cfn-quicksight-dashboard-predefinedhierarchy-drilldownfilters"></a>
The option that determines the drill down filters for the predefined hierarchy.  
*Required*: No  
*Type*: Array of [DrillDownFilter](aws-properties-quicksight-dashboard-drilldownfilter.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`HierarchyId`  <a name="cfn-quicksight-dashboard-predefinedhierarchy-hierarchyid"></a>
The hierarchy ID of the predefined hierarchy.  
*Required*: Yes  
*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)

# AWS::QuickSight::Dashboard ProgressBarOptions
<a name="aws-properties-quicksight-dashboard-progressbaroptions"></a>

The options that determine the presentation of the progress bar of a KPI visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-progressbaroptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-progressbaroptions-syntax.json"></a>

```
{
  "[Visibility](#cfn-quicksight-dashboard-progressbaroptions-visibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-progressbaroptions-syntax.yaml"></a>

```
  [Visibility](#cfn-quicksight-dashboard-progressbaroptions-visibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-progressbaroptions-properties"></a>

`Visibility`  <a name="cfn-quicksight-dashboard-progressbaroptions-visibility"></a>
The visibility of the progress bar.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard QuickSuiteActionsOption
<a name="aws-properties-quicksight-dashboard-quicksuiteactionsoption"></a>

Determines if Actions in Amazon Quick Suite are enabled in a dashboard..

## Syntax
<a name="aws-properties-quicksight-dashboard-quicksuiteactionsoption-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-quicksuiteactionsoption-syntax.json"></a>

```
{
  "[AvailabilityStatus](#cfn-quicksight-dashboard-quicksuiteactionsoption-availabilitystatus)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-quicksuiteactionsoption-syntax.yaml"></a>

```
  [AvailabilityStatus](#cfn-quicksight-dashboard-quicksuiteactionsoption-availabilitystatus): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-quicksuiteactionsoption-properties"></a>

`AvailabilityStatus`  <a name="cfn-quicksight-dashboard-quicksuiteactionsoption-availabilitystatus"></a>
Availability status.  
*Required*: No  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard RadarChartAggregatedFieldWells
<a name="aws-properties-quicksight-dashboard-radarchartaggregatedfieldwells"></a>

The aggregated field well configuration of a `RadarChartVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-radarchartaggregatedfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-radarchartaggregatedfieldwells-syntax.json"></a>

```
{
  "[Category](#cfn-quicksight-dashboard-radarchartaggregatedfieldwells-category)" : [ DimensionField, ... ],
  "[Color](#cfn-quicksight-dashboard-radarchartaggregatedfieldwells-color)" : [ DimensionField, ... ],
  "[Values](#cfn-quicksight-dashboard-radarchartaggregatedfieldwells-values)" : [ MeasureField, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-radarchartaggregatedfieldwells-syntax.yaml"></a>

```
  [Category](#cfn-quicksight-dashboard-radarchartaggregatedfieldwells-category): 
    - DimensionField
  [Color](#cfn-quicksight-dashboard-radarchartaggregatedfieldwells-color): 
    - DimensionField
  [Values](#cfn-quicksight-dashboard-radarchartaggregatedfieldwells-values): 
    - MeasureField
```

## Properties
<a name="aws-properties-quicksight-dashboard-radarchartaggregatedfieldwells-properties"></a>

`Category`  <a name="cfn-quicksight-dashboard-radarchartaggregatedfieldwells-category"></a>
The aggregated field well categories of a radar chart.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Color`  <a name="cfn-quicksight-dashboard-radarchartaggregatedfieldwells-color"></a>
The color that are assigned to the aggregated field wells of a radar chart.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Values`  <a name="cfn-quicksight-dashboard-radarchartaggregatedfieldwells-values"></a>
The values that are assigned to the aggregated field wells of a radar chart.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-dashboard-measurefield.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)

# AWS::QuickSight::Dashboard RadarChartAreaStyleSettings
<a name="aws-properties-quicksight-dashboard-radarchartareastylesettings"></a>

The configured style settings of a radar chart.

## Syntax
<a name="aws-properties-quicksight-dashboard-radarchartareastylesettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-radarchartareastylesettings-syntax.json"></a>

```
{
  "[Visibility](#cfn-quicksight-dashboard-radarchartareastylesettings-visibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-radarchartareastylesettings-syntax.yaml"></a>

```
  [Visibility](#cfn-quicksight-dashboard-radarchartareastylesettings-visibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-radarchartareastylesettings-properties"></a>

`Visibility`  <a name="cfn-quicksight-dashboard-radarchartareastylesettings-visibility"></a>
The visibility settings of a radar chart.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard RadarChartConfiguration
<a name="aws-properties-quicksight-dashboard-radarchartconfiguration"></a>

The configuration of a `RadarChartVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-radarchartconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-radarchartconfiguration-syntax.json"></a>

```
{
  "[AlternateBandColorsVisibility](#cfn-quicksight-dashboard-radarchartconfiguration-alternatebandcolorsvisibility)" : String,
  "[AlternateBandEvenColor](#cfn-quicksight-dashboard-radarchartconfiguration-alternatebandevencolor)" : String,
  "[AlternateBandOddColor](#cfn-quicksight-dashboard-radarchartconfiguration-alternatebandoddcolor)" : String,
  "[AxesRangeScale](#cfn-quicksight-dashboard-radarchartconfiguration-axesrangescale)" : String,
  "[BaseSeriesSettings](#cfn-quicksight-dashboard-radarchartconfiguration-baseseriessettings)" : RadarChartSeriesSettings,
  "[CategoryAxis](#cfn-quicksight-dashboard-radarchartconfiguration-categoryaxis)" : AxisDisplayOptions,
  "[CategoryLabelOptions](#cfn-quicksight-dashboard-radarchartconfiguration-categorylabeloptions)" : ChartAxisLabelOptions,
  "[ColorAxis](#cfn-quicksight-dashboard-radarchartconfiguration-coloraxis)" : AxisDisplayOptions,
  "[ColorLabelOptions](#cfn-quicksight-dashboard-radarchartconfiguration-colorlabeloptions)" : ChartAxisLabelOptions,
  "[FieldWells](#cfn-quicksight-dashboard-radarchartconfiguration-fieldwells)" : RadarChartFieldWells,
  "[Interactions](#cfn-quicksight-dashboard-radarchartconfiguration-interactions)" : VisualInteractionOptions,
  "[Legend](#cfn-quicksight-dashboard-radarchartconfiguration-legend)" : LegendOptions,
  "[Shape](#cfn-quicksight-dashboard-radarchartconfiguration-shape)" : String,
  "[SortConfiguration](#cfn-quicksight-dashboard-radarchartconfiguration-sortconfiguration)" : RadarChartSortConfiguration,
  "[StartAngle](#cfn-quicksight-dashboard-radarchartconfiguration-startangle)" : Number,
  "[VisualPalette](#cfn-quicksight-dashboard-radarchartconfiguration-visualpalette)" : VisualPalette
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-radarchartconfiguration-syntax.yaml"></a>

```
  [AlternateBandColorsVisibility](#cfn-quicksight-dashboard-radarchartconfiguration-alternatebandcolorsvisibility): String
  [AlternateBandEvenColor](#cfn-quicksight-dashboard-radarchartconfiguration-alternatebandevencolor): String
  [AlternateBandOddColor](#cfn-quicksight-dashboard-radarchartconfiguration-alternatebandoddcolor): String
  [AxesRangeScale](#cfn-quicksight-dashboard-radarchartconfiguration-axesrangescale): String
  [BaseSeriesSettings](#cfn-quicksight-dashboard-radarchartconfiguration-baseseriessettings): 
    RadarChartSeriesSettings
  [CategoryAxis](#cfn-quicksight-dashboard-radarchartconfiguration-categoryaxis): 
    AxisDisplayOptions
  [CategoryLabelOptions](#cfn-quicksight-dashboard-radarchartconfiguration-categorylabeloptions): 
    ChartAxisLabelOptions
  [ColorAxis](#cfn-quicksight-dashboard-radarchartconfiguration-coloraxis): 
    AxisDisplayOptions
  [ColorLabelOptions](#cfn-quicksight-dashboard-radarchartconfiguration-colorlabeloptions): 
    ChartAxisLabelOptions
  [FieldWells](#cfn-quicksight-dashboard-radarchartconfiguration-fieldwells): 
    RadarChartFieldWells
  [Interactions](#cfn-quicksight-dashboard-radarchartconfiguration-interactions): 
    VisualInteractionOptions
  [Legend](#cfn-quicksight-dashboard-radarchartconfiguration-legend): 
    LegendOptions
  [Shape](#cfn-quicksight-dashboard-radarchartconfiguration-shape): String
  [SortConfiguration](#cfn-quicksight-dashboard-radarchartconfiguration-sortconfiguration): 
    RadarChartSortConfiguration
  [StartAngle](#cfn-quicksight-dashboard-radarchartconfiguration-startangle): Number
  [VisualPalette](#cfn-quicksight-dashboard-radarchartconfiguration-visualpalette): 
    VisualPalette
```

## Properties
<a name="aws-properties-quicksight-dashboard-radarchartconfiguration-properties"></a>

`AlternateBandColorsVisibility`  <a name="cfn-quicksight-dashboard-radarchartconfiguration-alternatebandcolorsvisibility"></a>
Determines the visibility of the colors of alternatign bands in a radar chart.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`AlternateBandEvenColor`  <a name="cfn-quicksight-dashboard-radarchartconfiguration-alternatebandevencolor"></a>
The color of the even-numbered alternate bands of a radar chart.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`AlternateBandOddColor`  <a name="cfn-quicksight-dashboard-radarchartconfiguration-alternatebandoddcolor"></a>
The color of the odd-numbered alternate bands of a radar chart.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`AxesRangeScale`  <a name="cfn-quicksight-dashboard-radarchartconfiguration-axesrangescale"></a>
The axis behavior options of a radar chart.  
*Required*: No  
*Type*: String  
*Allowed values*: `AUTO | INDEPENDENT | SHARED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`BaseSeriesSettings`  <a name="cfn-quicksight-dashboard-radarchartconfiguration-baseseriessettings"></a>
The base sreies settings of a radar chart.  
*Required*: No  
*Type*: [RadarChartSeriesSettings](aws-properties-quicksight-dashboard-radarchartseriessettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CategoryAxis`  <a name="cfn-quicksight-dashboard-radarchartconfiguration-categoryaxis"></a>
The category axis of a radar chart.  
*Required*: No  
*Type*: [AxisDisplayOptions](aws-properties-quicksight-dashboard-axisdisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CategoryLabelOptions`  <a name="cfn-quicksight-dashboard-radarchartconfiguration-categorylabeloptions"></a>
The category label options of a radar chart.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-dashboard-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColorAxis`  <a name="cfn-quicksight-dashboard-radarchartconfiguration-coloraxis"></a>
The color axis of a radar chart.  
*Required*: No  
*Type*: [AxisDisplayOptions](aws-properties-quicksight-dashboard-axisdisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColorLabelOptions`  <a name="cfn-quicksight-dashboard-radarchartconfiguration-colorlabeloptions"></a>
The color label options of a radar chart.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-dashboard-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldWells`  <a name="cfn-quicksight-dashboard-radarchartconfiguration-fieldwells"></a>
The field well configuration of a `RadarChartVisual`.  
*Required*: No  
*Type*: [RadarChartFieldWells](aws-properties-quicksight-dashboard-radarchartfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Interactions`  <a name="cfn-quicksight-dashboard-radarchartconfiguration-interactions"></a>
The general visual interactions setup for a visual.  
*Required*: No  
*Type*: [VisualInteractionOptions](aws-properties-quicksight-dashboard-visualinteractionoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Legend`  <a name="cfn-quicksight-dashboard-radarchartconfiguration-legend"></a>
The legend display setup of the visual.  
*Required*: No  
*Type*: [LegendOptions](aws-properties-quicksight-dashboard-legendoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Shape`  <a name="cfn-quicksight-dashboard-radarchartconfiguration-shape"></a>
The shape of the radar chart.  
*Required*: No  
*Type*: String  
*Allowed values*: `CIRCLE | POLYGON`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SortConfiguration`  <a name="cfn-quicksight-dashboard-radarchartconfiguration-sortconfiguration"></a>
The sort configuration of a `RadarChartVisual`.  
*Required*: No  
*Type*: [RadarChartSortConfiguration](aws-properties-quicksight-dashboard-radarchartsortconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StartAngle`  <a name="cfn-quicksight-dashboard-radarchartconfiguration-startangle"></a>
The start angle of a radar chart's axis.  
*Required*: No  
*Type*: Number  
*Minimum*: `-360`  
*Maximum*: `360`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualPalette`  <a name="cfn-quicksight-dashboard-radarchartconfiguration-visualpalette"></a>
The palette (chart color) display setup of the visual.  
*Required*: No  
*Type*: [VisualPalette](aws-properties-quicksight-dashboard-visualpalette.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard RadarChartFieldWells
<a name="aws-properties-quicksight-dashboard-radarchartfieldwells"></a>

The field wells of a radar chart visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-radarchartfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-radarchartfieldwells-syntax.json"></a>

```
{
  "[RadarChartAggregatedFieldWells](#cfn-quicksight-dashboard-radarchartfieldwells-radarchartaggregatedfieldwells)" : RadarChartAggregatedFieldWells
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-radarchartfieldwells-syntax.yaml"></a>

```
  [RadarChartAggregatedFieldWells](#cfn-quicksight-dashboard-radarchartfieldwells-radarchartaggregatedfieldwells): 
    RadarChartAggregatedFieldWells
```

## Properties
<a name="aws-properties-quicksight-dashboard-radarchartfieldwells-properties"></a>

`RadarChartAggregatedFieldWells`  <a name="cfn-quicksight-dashboard-radarchartfieldwells-radarchartaggregatedfieldwells"></a>
The aggregated field wells of a radar chart visual.  
*Required*: No  
*Type*: [RadarChartAggregatedFieldWells](aws-properties-quicksight-dashboard-radarchartaggregatedfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard RadarChartSeriesSettings
<a name="aws-properties-quicksight-dashboard-radarchartseriessettings"></a>

The series settings of a radar chart.

## Syntax
<a name="aws-properties-quicksight-dashboard-radarchartseriessettings-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-radarchartseriessettings-syntax.json"></a>

```
{
  "[AreaStyleSettings](#cfn-quicksight-dashboard-radarchartseriessettings-areastylesettings)" : RadarChartAreaStyleSettings
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-radarchartseriessettings-syntax.yaml"></a>

```
  [AreaStyleSettings](#cfn-quicksight-dashboard-radarchartseriessettings-areastylesettings): 
    RadarChartAreaStyleSettings
```

## Properties
<a name="aws-properties-quicksight-dashboard-radarchartseriessettings-properties"></a>

`AreaStyleSettings`  <a name="cfn-quicksight-dashboard-radarchartseriessettings-areastylesettings"></a>
The area style settings of a radar chart.  
*Required*: No  
*Type*: [RadarChartAreaStyleSettings](aws-properties-quicksight-dashboard-radarchartareastylesettings.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard RadarChartSortConfiguration
<a name="aws-properties-quicksight-dashboard-radarchartsortconfiguration"></a>

The sort configuration of a `RadarChartVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-radarchartsortconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-radarchartsortconfiguration-syntax.json"></a>

```
{
  "[CategoryItemsLimit](#cfn-quicksight-dashboard-radarchartsortconfiguration-categoryitemslimit)" : ItemsLimitConfiguration,
  "[CategorySort](#cfn-quicksight-dashboard-radarchartsortconfiguration-categorysort)" : [ FieldSortOptions, ... ],
  "[ColorItemsLimit](#cfn-quicksight-dashboard-radarchartsortconfiguration-coloritemslimit)" : ItemsLimitConfiguration,
  "[ColorSort](#cfn-quicksight-dashboard-radarchartsortconfiguration-colorsort)" : [ FieldSortOptions, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-radarchartsortconfiguration-syntax.yaml"></a>

```
  [CategoryItemsLimit](#cfn-quicksight-dashboard-radarchartsortconfiguration-categoryitemslimit): 
    ItemsLimitConfiguration
  [CategorySort](#cfn-quicksight-dashboard-radarchartsortconfiguration-categorysort): 
    - FieldSortOptions
  [ColorItemsLimit](#cfn-quicksight-dashboard-radarchartsortconfiguration-coloritemslimit): 
    ItemsLimitConfiguration
  [ColorSort](#cfn-quicksight-dashboard-radarchartsortconfiguration-colorsort): 
    - FieldSortOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-radarchartsortconfiguration-properties"></a>

`CategoryItemsLimit`  <a name="cfn-quicksight-dashboard-radarchartsortconfiguration-categoryitemslimit"></a>
The category items limit for a radar chart.  
*Required*: No  
*Type*: [ItemsLimitConfiguration](aws-properties-quicksight-dashboard-itemslimitconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CategorySort`  <a name="cfn-quicksight-dashboard-radarchartsortconfiguration-categorysort"></a>
The category sort options of a radar chart.  
*Required*: No  
*Type*: Array of [FieldSortOptions](aws-properties-quicksight-dashboard-fieldsortoptions.md)  
*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)

`ColorItemsLimit`  <a name="cfn-quicksight-dashboard-radarchartsortconfiguration-coloritemslimit"></a>
The color items limit of a radar chart.  
*Required*: No  
*Type*: [ItemsLimitConfiguration](aws-properties-quicksight-dashboard-itemslimitconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColorSort`  <a name="cfn-quicksight-dashboard-radarchartsortconfiguration-colorsort"></a>
The color sort configuration of a radar chart.  
*Required*: No  
*Type*: Array of [FieldSortOptions](aws-properties-quicksight-dashboard-fieldsortoptions.md)  
*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)

# AWS::QuickSight::Dashboard RadarChartVisual
<a name="aws-properties-quicksight-dashboard-radarchartvisual"></a>

A radar chart visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-radarchartvisual-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-radarchartvisual-syntax.json"></a>

```
{
  "[Actions](#cfn-quicksight-dashboard-radarchartvisual-actions)" : [ VisualCustomAction, ... ],
  "[ChartConfiguration](#cfn-quicksight-dashboard-radarchartvisual-chartconfiguration)" : RadarChartConfiguration,
  "[ColumnHierarchies](#cfn-quicksight-dashboard-radarchartvisual-columnhierarchies)" : [ ColumnHierarchy, ... ],
  "[Subtitle](#cfn-quicksight-dashboard-radarchartvisual-subtitle)" : VisualSubtitleLabelOptions,
  "[Title](#cfn-quicksight-dashboard-radarchartvisual-title)" : VisualTitleLabelOptions,
  "[VisualContentAltText](#cfn-quicksight-dashboard-radarchartvisual-visualcontentalttext)" : String,
  "[VisualId](#cfn-quicksight-dashboard-radarchartvisual-visualid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-radarchartvisual-syntax.yaml"></a>

```
  [Actions](#cfn-quicksight-dashboard-radarchartvisual-actions): 
    - VisualCustomAction
  [ChartConfiguration](#cfn-quicksight-dashboard-radarchartvisual-chartconfiguration): 
    RadarChartConfiguration
  [ColumnHierarchies](#cfn-quicksight-dashboard-radarchartvisual-columnhierarchies): 
    - ColumnHierarchy
  [Subtitle](#cfn-quicksight-dashboard-radarchartvisual-subtitle): 
    VisualSubtitleLabelOptions
  [Title](#cfn-quicksight-dashboard-radarchartvisual-title): 
    VisualTitleLabelOptions
  [VisualContentAltText](#cfn-quicksight-dashboard-radarchartvisual-visualcontentalttext): String
  [VisualId](#cfn-quicksight-dashboard-radarchartvisual-visualid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-radarchartvisual-properties"></a>

`Actions`  <a name="cfn-quicksight-dashboard-radarchartvisual-actions"></a>
The list of custom actions that are configured for a visual.  
*Required*: No  
*Type*: Array of [VisualCustomAction](aws-properties-quicksight-dashboard-visualcustomaction.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ChartConfiguration`  <a name="cfn-quicksight-dashboard-radarchartvisual-chartconfiguration"></a>
The configuration settings of the visual.  
*Required*: No  
*Type*: [RadarChartConfiguration](aws-properties-quicksight-dashboard-radarchartconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColumnHierarchies`  <a name="cfn-quicksight-dashboard-radarchartvisual-columnhierarchies"></a>
The column hierarchy that is used during drill-downs and drill-ups.  
*Required*: No  
*Type*: Array of [ColumnHierarchy](aws-properties-quicksight-dashboard-columnhierarchy.md)  
*Minimum*: `0`  
*Maximum*: `2`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Subtitle`  <a name="cfn-quicksight-dashboard-radarchartvisual-subtitle"></a>
The subtitle that is displayed on the visual.  
*Required*: No  
*Type*: [VisualSubtitleLabelOptions](aws-properties-quicksight-dashboard-visualsubtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-radarchartvisual-title"></a>
The title that is displayed on the visual.  
*Required*: No  
*Type*: [VisualTitleLabelOptions](aws-properties-quicksight-dashboard-visualtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualContentAltText`  <a name="cfn-quicksight-dashboard-radarchartvisual-visualcontentalttext"></a>
The alt text for the visual.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualId`  <a name="cfn-quicksight-dashboard-radarchartvisual-visualid"></a>
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

# AWS::QuickSight::Dashboard RangeEndsLabelType
<a name="aws-properties-quicksight-dashboard-rangeendslabeltype"></a>

The range ends label type of a data path label.

## Syntax
<a name="aws-properties-quicksight-dashboard-rangeendslabeltype-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-rangeendslabeltype-syntax.json"></a>

```
{
  "[Visibility](#cfn-quicksight-dashboard-rangeendslabeltype-visibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-rangeendslabeltype-syntax.yaml"></a>

```
  [Visibility](#cfn-quicksight-dashboard-rangeendslabeltype-visibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-rangeendslabeltype-properties"></a>

`Visibility`  <a name="cfn-quicksight-dashboard-rangeendslabeltype-visibility"></a>
The visibility of the range ends label.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ReferenceLine
<a name="aws-properties-quicksight-dashboard-referenceline"></a>

The reference line visual display options.

## Syntax
<a name="aws-properties-quicksight-dashboard-referenceline-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-referenceline-syntax.json"></a>

```
{
  "[DataConfiguration](#cfn-quicksight-dashboard-referenceline-dataconfiguration)" : ReferenceLineDataConfiguration,
  "[LabelConfiguration](#cfn-quicksight-dashboard-referenceline-labelconfiguration)" : ReferenceLineLabelConfiguration,
  "[Status](#cfn-quicksight-dashboard-referenceline-status)" : String,
  "[StyleConfiguration](#cfn-quicksight-dashboard-referenceline-styleconfiguration)" : ReferenceLineStyleConfiguration
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-referenceline-syntax.yaml"></a>

```
  [DataConfiguration](#cfn-quicksight-dashboard-referenceline-dataconfiguration): 
    ReferenceLineDataConfiguration
  [LabelConfiguration](#cfn-quicksight-dashboard-referenceline-labelconfiguration): 
    ReferenceLineLabelConfiguration
  [Status](#cfn-quicksight-dashboard-referenceline-status): String
  [StyleConfiguration](#cfn-quicksight-dashboard-referenceline-styleconfiguration): 
    ReferenceLineStyleConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-referenceline-properties"></a>

`DataConfiguration`  <a name="cfn-quicksight-dashboard-referenceline-dataconfiguration"></a>
The data configuration of the reference line.  
*Required*: Yes  
*Type*: [ReferenceLineDataConfiguration](aws-properties-quicksight-dashboard-referencelinedataconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LabelConfiguration`  <a name="cfn-quicksight-dashboard-referenceline-labelconfiguration"></a>
The label configuration of the reference line.  
*Required*: No  
*Type*: [ReferenceLineLabelConfiguration](aws-properties-quicksight-dashboard-referencelinelabelconfiguration.md)  
*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-referenceline-status"></a>
The status of the reference line. Choose one of the following options:  
+  `ENABLE` 
+  `DISABLE` 
*Required*: No  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StyleConfiguration`  <a name="cfn-quicksight-dashboard-referenceline-styleconfiguration"></a>
The style configuration of the reference line.  
*Required*: No  
*Type*: [ReferenceLineStyleConfiguration](aws-properties-quicksight-dashboard-referencelinestyleconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ReferenceLineCustomLabelConfiguration
<a name="aws-properties-quicksight-dashboard-referencelinecustomlabelconfiguration"></a>

The configuration for a custom label on a `ReferenceLine`.

## Syntax
<a name="aws-properties-quicksight-dashboard-referencelinecustomlabelconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-referencelinecustomlabelconfiguration-syntax.json"></a>

```
{
  "[CustomLabel](#cfn-quicksight-dashboard-referencelinecustomlabelconfiguration-customlabel)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-referencelinecustomlabelconfiguration-syntax.yaml"></a>

```
  [CustomLabel](#cfn-quicksight-dashboard-referencelinecustomlabelconfiguration-customlabel): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-referencelinecustomlabelconfiguration-properties"></a>

`CustomLabel`  <a name="cfn-quicksight-dashboard-referencelinecustomlabelconfiguration-customlabel"></a>
The string text of the custom label.  
*Required*: Yes  
*Type*: String  
*Pattern*: `\S`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ReferenceLineDataConfiguration
<a name="aws-properties-quicksight-dashboard-referencelinedataconfiguration"></a>

The data configuration of the reference line.

## Syntax
<a name="aws-properties-quicksight-dashboard-referencelinedataconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-referencelinedataconfiguration-syntax.json"></a>

```
{
  "[AxisBinding](#cfn-quicksight-dashboard-referencelinedataconfiguration-axisbinding)" : String,
  "[DynamicConfiguration](#cfn-quicksight-dashboard-referencelinedataconfiguration-dynamicconfiguration)" : ReferenceLineDynamicDataConfiguration,
  "[SeriesType](#cfn-quicksight-dashboard-referencelinedataconfiguration-seriestype)" : String,
  "[StaticConfiguration](#cfn-quicksight-dashboard-referencelinedataconfiguration-staticconfiguration)" : ReferenceLineStaticDataConfiguration
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-referencelinedataconfiguration-syntax.yaml"></a>

```
  [AxisBinding](#cfn-quicksight-dashboard-referencelinedataconfiguration-axisbinding): String
  [DynamicConfiguration](#cfn-quicksight-dashboard-referencelinedataconfiguration-dynamicconfiguration): 
    ReferenceLineDynamicDataConfiguration
  [SeriesType](#cfn-quicksight-dashboard-referencelinedataconfiguration-seriestype): String
  [StaticConfiguration](#cfn-quicksight-dashboard-referencelinedataconfiguration-staticconfiguration): 
    ReferenceLineStaticDataConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-referencelinedataconfiguration-properties"></a>

`AxisBinding`  <a name="cfn-quicksight-dashboard-referencelinedataconfiguration-axisbinding"></a>
The axis binding type of the reference line. Choose one of the following options:  
+  `PrimaryY` 
+  `SecondaryY` 
*Required*: No  
*Type*: String  
*Allowed values*: `PRIMARY_YAXIS | SECONDARY_YAXIS`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DynamicConfiguration`  <a name="cfn-quicksight-dashboard-referencelinedataconfiguration-dynamicconfiguration"></a>
The dynamic configuration of the reference line data configuration.  
*Required*: No  
*Type*: [ReferenceLineDynamicDataConfiguration](aws-properties-quicksight-dashboard-referencelinedynamicdataconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SeriesType`  <a name="cfn-quicksight-dashboard-referencelinedataconfiguration-seriestype"></a>
The series type of the reference line data configuration. Choose one of the following options:  
+  `BAR` 
+  `LINE` 
*Required*: No  
*Type*: String  
*Allowed values*: `BAR | LINE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StaticConfiguration`  <a name="cfn-quicksight-dashboard-referencelinedataconfiguration-staticconfiguration"></a>
The static data configuration of the reference line data configuration.  
*Required*: No  
*Type*: [ReferenceLineStaticDataConfiguration](aws-properties-quicksight-dashboard-referencelinestaticdataconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ReferenceLineDynamicDataConfiguration
<a name="aws-properties-quicksight-dashboard-referencelinedynamicdataconfiguration"></a>

The dynamic configuration of the reference line data configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-referencelinedynamicdataconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-referencelinedynamicdataconfiguration-syntax.json"></a>

```
{
  "[Calculation](#cfn-quicksight-dashboard-referencelinedynamicdataconfiguration-calculation)" : NumericalAggregationFunction,
  "[Column](#cfn-quicksight-dashboard-referencelinedynamicdataconfiguration-column)" : ColumnIdentifier,
  "[MeasureAggregationFunction](#cfn-quicksight-dashboard-referencelinedynamicdataconfiguration-measureaggregationfunction)" : AggregationFunction
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-referencelinedynamicdataconfiguration-syntax.yaml"></a>

```
  [Calculation](#cfn-quicksight-dashboard-referencelinedynamicdataconfiguration-calculation): 
    NumericalAggregationFunction
  [Column](#cfn-quicksight-dashboard-referencelinedynamicdataconfiguration-column): 
    ColumnIdentifier
  [MeasureAggregationFunction](#cfn-quicksight-dashboard-referencelinedynamicdataconfiguration-measureaggregationfunction): 
    AggregationFunction
```

## Properties
<a name="aws-properties-quicksight-dashboard-referencelinedynamicdataconfiguration-properties"></a>

`Calculation`  <a name="cfn-quicksight-dashboard-referencelinedynamicdataconfiguration-calculation"></a>
The calculation that is used in the dynamic data.  
*Required*: Yes  
*Type*: [NumericalAggregationFunction](aws-properties-quicksight-dashboard-numericalaggregationfunction.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Column`  <a name="cfn-quicksight-dashboard-referencelinedynamicdataconfiguration-column"></a>
The column that the dynamic data targets.  
*Required*: Yes  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MeasureAggregationFunction`  <a name="cfn-quicksight-dashboard-referencelinedynamicdataconfiguration-measureaggregationfunction"></a>
The aggregation function that is used in the dynamic data.  
*Required*: No  
*Type*: [AggregationFunction](aws-properties-quicksight-dashboard-aggregationfunction.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ReferenceLineLabelConfiguration
<a name="aws-properties-quicksight-dashboard-referencelinelabelconfiguration"></a>

The label configuration of a reference line.

## Syntax
<a name="aws-properties-quicksight-dashboard-referencelinelabelconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-referencelinelabelconfiguration-syntax.json"></a>

```
{
  "[CustomLabelConfiguration](#cfn-quicksight-dashboard-referencelinelabelconfiguration-customlabelconfiguration)" : ReferenceLineCustomLabelConfiguration,
  "[FontColor](#cfn-quicksight-dashboard-referencelinelabelconfiguration-fontcolor)" : String,
  "[FontConfiguration](#cfn-quicksight-dashboard-referencelinelabelconfiguration-fontconfiguration)" : FontConfiguration,
  "[HorizontalPosition](#cfn-quicksight-dashboard-referencelinelabelconfiguration-horizontalposition)" : String,
  "[ValueLabelConfiguration](#cfn-quicksight-dashboard-referencelinelabelconfiguration-valuelabelconfiguration)" : ReferenceLineValueLabelConfiguration,
  "[VerticalPosition](#cfn-quicksight-dashboard-referencelinelabelconfiguration-verticalposition)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-referencelinelabelconfiguration-syntax.yaml"></a>

```
  [CustomLabelConfiguration](#cfn-quicksight-dashboard-referencelinelabelconfiguration-customlabelconfiguration): 
    ReferenceLineCustomLabelConfiguration
  [FontColor](#cfn-quicksight-dashboard-referencelinelabelconfiguration-fontcolor): String
  [FontConfiguration](#cfn-quicksight-dashboard-referencelinelabelconfiguration-fontconfiguration): 
    FontConfiguration
  [HorizontalPosition](#cfn-quicksight-dashboard-referencelinelabelconfiguration-horizontalposition): String
  [ValueLabelConfiguration](#cfn-quicksight-dashboard-referencelinelabelconfiguration-valuelabelconfiguration): 
    ReferenceLineValueLabelConfiguration
  [VerticalPosition](#cfn-quicksight-dashboard-referencelinelabelconfiguration-verticalposition): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-referencelinelabelconfiguration-properties"></a>

`CustomLabelConfiguration`  <a name="cfn-quicksight-dashboard-referencelinelabelconfiguration-customlabelconfiguration"></a>
The custom label configuration of the label in a reference line.  
*Required*: No  
*Type*: [ReferenceLineCustomLabelConfiguration](aws-properties-quicksight-dashboard-referencelinecustomlabelconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FontColor`  <a name="cfn-quicksight-dashboard-referencelinelabelconfiguration-fontcolor"></a>
The font color configuration of the label in a reference line.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FontConfiguration`  <a name="cfn-quicksight-dashboard-referencelinelabelconfiguration-fontconfiguration"></a>
The font configuration of the label in a reference line.  
*Required*: No  
*Type*: [FontConfiguration](aws-properties-quicksight-dashboard-fontconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`HorizontalPosition`  <a name="cfn-quicksight-dashboard-referencelinelabelconfiguration-horizontalposition"></a>
The horizontal position configuration of the label in a reference line. Choose one of the following options:  
+  `LEFT` 
+  `CENTER` 
+  `RIGHT` 
*Required*: No  
*Type*: String  
*Allowed values*: `LEFT | CENTER | RIGHT`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ValueLabelConfiguration`  <a name="cfn-quicksight-dashboard-referencelinelabelconfiguration-valuelabelconfiguration"></a>
The value label configuration of the label in a reference line.  
*Required*: No  
*Type*: [ReferenceLineValueLabelConfiguration](aws-properties-quicksight-dashboard-referencelinevaluelabelconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VerticalPosition`  <a name="cfn-quicksight-dashboard-referencelinelabelconfiguration-verticalposition"></a>
The vertical position configuration of the label in a reference line. Choose one of the following options:  
+  `ABOVE` 
+  `BELOW` 
*Required*: No  
*Type*: String  
*Allowed values*: `ABOVE | BELOW`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ReferenceLineStaticDataConfiguration
<a name="aws-properties-quicksight-dashboard-referencelinestaticdataconfiguration"></a>

The static data configuration of the reference line data configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-referencelinestaticdataconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-referencelinestaticdataconfiguration-syntax.json"></a>

```
{
  "[Value](#cfn-quicksight-dashboard-referencelinestaticdataconfiguration-value)" : Number
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-referencelinestaticdataconfiguration-syntax.yaml"></a>

```
  [Value](#cfn-quicksight-dashboard-referencelinestaticdataconfiguration-value): Number
```

## Properties
<a name="aws-properties-quicksight-dashboard-referencelinestaticdataconfiguration-properties"></a>

`Value`  <a name="cfn-quicksight-dashboard-referencelinestaticdataconfiguration-value"></a>
The double input of the static data.  
*Required*: Yes  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ReferenceLineStyleConfiguration
<a name="aws-properties-quicksight-dashboard-referencelinestyleconfiguration"></a>

The style configuration of the reference line.

## Syntax
<a name="aws-properties-quicksight-dashboard-referencelinestyleconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-referencelinestyleconfiguration-syntax.json"></a>

```
{
  "[Color](#cfn-quicksight-dashboard-referencelinestyleconfiguration-color)" : String,
  "[Pattern](#cfn-quicksight-dashboard-referencelinestyleconfiguration-pattern)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-referencelinestyleconfiguration-syntax.yaml"></a>

```
  [Color](#cfn-quicksight-dashboard-referencelinestyleconfiguration-color): String
  [Pattern](#cfn-quicksight-dashboard-referencelinestyleconfiguration-pattern): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-referencelinestyleconfiguration-properties"></a>

`Color`  <a name="cfn-quicksight-dashboard-referencelinestyleconfiguration-color"></a>
The hex color of the reference line.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Pattern`  <a name="cfn-quicksight-dashboard-referencelinestyleconfiguration-pattern"></a>
The pattern type of the line style. Choose one of the following options:  
+  `SOLID` 
+  `DASHED` 
+  `DOTTED` 
*Required*: No  
*Type*: String  
*Allowed values*: `SOLID | DASHED | DOTTED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ReferenceLineValueLabelConfiguration
<a name="aws-properties-quicksight-dashboard-referencelinevaluelabelconfiguration"></a>

The value label configuration of the label in a reference line.

## Syntax
<a name="aws-properties-quicksight-dashboard-referencelinevaluelabelconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-referencelinevaluelabelconfiguration-syntax.json"></a>

```
{
  "[FormatConfiguration](#cfn-quicksight-dashboard-referencelinevaluelabelconfiguration-formatconfiguration)" : NumericFormatConfiguration,
  "[RelativePosition](#cfn-quicksight-dashboard-referencelinevaluelabelconfiguration-relativeposition)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-referencelinevaluelabelconfiguration-syntax.yaml"></a>

```
  [FormatConfiguration](#cfn-quicksight-dashboard-referencelinevaluelabelconfiguration-formatconfiguration): 
    NumericFormatConfiguration
  [RelativePosition](#cfn-quicksight-dashboard-referencelinevaluelabelconfiguration-relativeposition): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-referencelinevaluelabelconfiguration-properties"></a>

`FormatConfiguration`  <a name="cfn-quicksight-dashboard-referencelinevaluelabelconfiguration-formatconfiguration"></a>
The format configuration of the value label.  
*Required*: No  
*Type*: [NumericFormatConfiguration](aws-properties-quicksight-dashboard-numericformatconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RelativePosition`  <a name="cfn-quicksight-dashboard-referencelinevaluelabelconfiguration-relativeposition"></a>
The relative position of the value label. Choose one of the following options:  
+  `BEFORE_CUSTOM_LABEL` 
+  `AFTER_CUSTOM_LABEL` 
*Required*: No  
*Type*: String  
*Allowed values*: `BEFORE_CUSTOM_LABEL | AFTER_CUSTOM_LABEL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard RelativeDatesFilter
<a name="aws-properties-quicksight-dashboard-relativedatesfilter"></a>

A `RelativeDatesFilter` filters relative dates values.

## Syntax
<a name="aws-properties-quicksight-dashboard-relativedatesfilter-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-relativedatesfilter-syntax.json"></a>

```
{
  "[AnchorDateConfiguration](#cfn-quicksight-dashboard-relativedatesfilter-anchordateconfiguration)" : AnchorDateConfiguration,
  "[Column](#cfn-quicksight-dashboard-relativedatesfilter-column)" : ColumnIdentifier,
  "[DefaultFilterControlConfiguration](#cfn-quicksight-dashboard-relativedatesfilter-defaultfiltercontrolconfiguration)" : DefaultFilterControlConfiguration,
  "[ExcludePeriodConfiguration](#cfn-quicksight-dashboard-relativedatesfilter-excludeperiodconfiguration)" : ExcludePeriodConfiguration,
  "[FilterId](#cfn-quicksight-dashboard-relativedatesfilter-filterid)" : String,
  "[MinimumGranularity](#cfn-quicksight-dashboard-relativedatesfilter-minimumgranularity)" : String,
  "[NullOption](#cfn-quicksight-dashboard-relativedatesfilter-nulloption)" : String,
  "[ParameterName](#cfn-quicksight-dashboard-relativedatesfilter-parametername)" : String,
  "[RelativeDateType](#cfn-quicksight-dashboard-relativedatesfilter-relativedatetype)" : String,
  "[RelativeDateValue](#cfn-quicksight-dashboard-relativedatesfilter-relativedatevalue)" : Number,
  "[TimeGranularity](#cfn-quicksight-dashboard-relativedatesfilter-timegranularity)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-relativedatesfilter-syntax.yaml"></a>

```
  [AnchorDateConfiguration](#cfn-quicksight-dashboard-relativedatesfilter-anchordateconfiguration): 
    AnchorDateConfiguration
  [Column](#cfn-quicksight-dashboard-relativedatesfilter-column): 
    ColumnIdentifier
  [DefaultFilterControlConfiguration](#cfn-quicksight-dashboard-relativedatesfilter-defaultfiltercontrolconfiguration): 
    DefaultFilterControlConfiguration
  [ExcludePeriodConfiguration](#cfn-quicksight-dashboard-relativedatesfilter-excludeperiodconfiguration): 
    ExcludePeriodConfiguration
  [FilterId](#cfn-quicksight-dashboard-relativedatesfilter-filterid): String
  [MinimumGranularity](#cfn-quicksight-dashboard-relativedatesfilter-minimumgranularity): String
  [NullOption](#cfn-quicksight-dashboard-relativedatesfilter-nulloption): String
  [ParameterName](#cfn-quicksight-dashboard-relativedatesfilter-parametername): String
  [RelativeDateType](#cfn-quicksight-dashboard-relativedatesfilter-relativedatetype): String
  [RelativeDateValue](#cfn-quicksight-dashboard-relativedatesfilter-relativedatevalue): Number
  [TimeGranularity](#cfn-quicksight-dashboard-relativedatesfilter-timegranularity): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-relativedatesfilter-properties"></a>

`AnchorDateConfiguration`  <a name="cfn-quicksight-dashboard-relativedatesfilter-anchordateconfiguration"></a>
The date configuration of the filter.  
*Required*: Yes  
*Type*: [AnchorDateConfiguration](aws-properties-quicksight-dashboard-anchordateconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Column`  <a name="cfn-quicksight-dashboard-relativedatesfilter-column"></a>
The column that the filter is applied to.  
*Required*: Yes  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DefaultFilterControlConfiguration`  <a name="cfn-quicksight-dashboard-relativedatesfilter-defaultfiltercontrolconfiguration"></a>
The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.  
*Required*: No  
*Type*: [DefaultFilterControlConfiguration](aws-properties-quicksight-dashboard-defaultfiltercontrolconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ExcludePeriodConfiguration`  <a name="cfn-quicksight-dashboard-relativedatesfilter-excludeperiodconfiguration"></a>
The configuration for the exclude period of the filter.  
*Required*: No  
*Type*: [ExcludePeriodConfiguration](aws-properties-quicksight-dashboard-excludeperiodconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FilterId`  <a name="cfn-quicksight-dashboard-relativedatesfilter-filterid"></a>
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`MinimumGranularity`  <a name="cfn-quicksight-dashboard-relativedatesfilter-minimumgranularity"></a>
The minimum granularity (period granularity) of the relative dates filter.  
*Required*: No  
*Type*: String  
*Allowed values*: `YEAR | QUARTER | MONTH | WEEK | DAY | HOUR | MINUTE | SECOND | MILLISECOND`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NullOption`  <a name="cfn-quicksight-dashboard-relativedatesfilter-nulloption"></a>
This option determines how null values should be treated when filtering data.  
+ `ALL_VALUES`: Include null values in filtered results.
+ `NULLS_ONLY`: Only include null values in filtered results.
+ `NON_NULLS_ONLY`: Exclude null values from filtered results.
*Required*: Yes  
*Type*: String  
*Allowed values*: `ALL_VALUES | NULLS_ONLY | NON_NULLS_ONLY`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ParameterName`  <a name="cfn-quicksight-dashboard-relativedatesfilter-parametername"></a>
The parameter whose value should be used for the filter value.  
*Required*: No  
*Type*: String  
*Pattern*: `^[a-zA-Z0-9]+$`  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RelativeDateType`  <a name="cfn-quicksight-dashboard-relativedatesfilter-relativedatetype"></a>
The range date type of the filter. Choose one of the options below:  
+  `PREVIOUS` 
+  `THIS` 
+  `LAST` 
+  `NOW` 
+  `NEXT` 
*Required*: Yes  
*Type*: String  
*Allowed values*: `PREVIOUS | THIS | LAST | NOW | NEXT`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RelativeDateValue`  <a name="cfn-quicksight-dashboard-relativedatesfilter-relativedatevalue"></a>
The date value of the filter.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TimeGranularity`  <a name="cfn-quicksight-dashboard-relativedatesfilter-timegranularity"></a>
The level of time precision that is used to aggregate `DateTime` values.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `YEAR | QUARTER | MONTH | WEEK | DAY | HOUR | MINUTE | SECOND | MILLISECOND`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard RelativeDateTimeControlDisplayOptions
<a name="aws-properties-quicksight-dashboard-relativedatetimecontroldisplayoptions"></a>

The display options of a control.

## Syntax
<a name="aws-properties-quicksight-dashboard-relativedatetimecontroldisplayoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-relativedatetimecontroldisplayoptions-syntax.json"></a>

```
{
  "[DateTimeFormat](#cfn-quicksight-dashboard-relativedatetimecontroldisplayoptions-datetimeformat)" : String,
  "[InfoIconLabelOptions](#cfn-quicksight-dashboard-relativedatetimecontroldisplayoptions-infoiconlabeloptions)" : SheetControlInfoIconLabelOptions,
  "[TitleOptions](#cfn-quicksight-dashboard-relativedatetimecontroldisplayoptions-titleoptions)" : LabelOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-relativedatetimecontroldisplayoptions-syntax.yaml"></a>

```
  [DateTimeFormat](#cfn-quicksight-dashboard-relativedatetimecontroldisplayoptions-datetimeformat): String
  [InfoIconLabelOptions](#cfn-quicksight-dashboard-relativedatetimecontroldisplayoptions-infoiconlabeloptions): 
    SheetControlInfoIconLabelOptions
  [TitleOptions](#cfn-quicksight-dashboard-relativedatetimecontroldisplayoptions-titleoptions): 
    LabelOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-relativedatetimecontroldisplayoptions-properties"></a>

`DateTimeFormat`  <a name="cfn-quicksight-dashboard-relativedatetimecontroldisplayoptions-datetimeformat"></a>
Customize how dates are formatted in controls.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `128`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`InfoIconLabelOptions`  <a name="cfn-quicksight-dashboard-relativedatetimecontroldisplayoptions-infoiconlabeloptions"></a>
The configuration of info icon label options.  
*Required*: No  
*Type*: [SheetControlInfoIconLabelOptions](aws-properties-quicksight-dashboard-sheetcontrolinfoiconlabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TitleOptions`  <a name="cfn-quicksight-dashboard-relativedatetimecontroldisplayoptions-titleoptions"></a>
The options to configure the title visibility, name, and font size.  
*Required*: No  
*Type*: [LabelOptions](aws-properties-quicksight-dashboard-labeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ResourcePermission
<a name="aws-properties-quicksight-dashboard-resourcepermission"></a>

Permission for the resource.

## Syntax
<a name="aws-properties-quicksight-dashboard-resourcepermission-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-resourcepermission-syntax.json"></a>

```
{
  "[Actions](#cfn-quicksight-dashboard-resourcepermission-actions)" : [ String, ... ],
  "[Principal](#cfn-quicksight-dashboard-resourcepermission-principal)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-resourcepermission-syntax.yaml"></a>

```
  [Actions](#cfn-quicksight-dashboard-resourcepermission-actions): 
    - String
  [Principal](#cfn-quicksight-dashboard-resourcepermission-principal): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-resourcepermission-properties"></a>

`Actions`  <a name="cfn-quicksight-dashboard-resourcepermission-actions"></a>
The IAM action to grant or revoke permissions on.  
*Required*: Yes  
*Type*: Array of String  
*Minimum*: `1`  
*Maximum*: `20`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Principal`  <a name="cfn-quicksight-dashboard-resourcepermission-principal"></a>
The Amazon Resource Name (ARN) of the principal. This can be one of the following:  
+ The ARN of an Amazon Quick user or group associated with a data source or dataset. (This is common.)
+ The ARN of an Amazon Quick user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)
+ The ARN of an AWS account root: This is an IAM ARN rather than a Quick ARN. Use this option only to share resources (templates) across AWS accounts. (This is less common.)
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `256`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard RollingDateConfiguration
<a name="aws-properties-quicksight-dashboard-rollingdateconfiguration"></a>

The rolling date configuration of a date time filter.

## Syntax
<a name="aws-properties-quicksight-dashboard-rollingdateconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-rollingdateconfiguration-syntax.json"></a>

```
{
  "[DataSetIdentifier](#cfn-quicksight-dashboard-rollingdateconfiguration-datasetidentifier)" : String,
  "[Expression](#cfn-quicksight-dashboard-rollingdateconfiguration-expression)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-rollingdateconfiguration-syntax.yaml"></a>

```
  [DataSetIdentifier](#cfn-quicksight-dashboard-rollingdateconfiguration-datasetidentifier): String
  [Expression](#cfn-quicksight-dashboard-rollingdateconfiguration-expression): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-rollingdateconfiguration-properties"></a>

`DataSetIdentifier`  <a name="cfn-quicksight-dashboard-rollingdateconfiguration-datasetidentifier"></a>
The data set that is used in the rolling date configuration.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Expression`  <a name="cfn-quicksight-dashboard-rollingdateconfiguration-expression"></a>
The expression of the rolling date configuration.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `4096`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard RowAlternateColorOptions
<a name="aws-properties-quicksight-dashboard-rowalternatecoloroptions"></a>

Determines the row alternate color options.

## Syntax
<a name="aws-properties-quicksight-dashboard-rowalternatecoloroptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-rowalternatecoloroptions-syntax.json"></a>

```
{
  "[RowAlternateColors](#cfn-quicksight-dashboard-rowalternatecoloroptions-rowalternatecolors)" : [ String, ... ],
  "[Status](#cfn-quicksight-dashboard-rowalternatecoloroptions-status)" : String,
  "[UsePrimaryBackgroundColor](#cfn-quicksight-dashboard-rowalternatecoloroptions-useprimarybackgroundcolor)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-rowalternatecoloroptions-syntax.yaml"></a>

```
  [RowAlternateColors](#cfn-quicksight-dashboard-rowalternatecoloroptions-rowalternatecolors): 
    - String
  [Status](#cfn-quicksight-dashboard-rowalternatecoloroptions-status): String
  [UsePrimaryBackgroundColor](#cfn-quicksight-dashboard-rowalternatecoloroptions-useprimarybackgroundcolor): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-rowalternatecoloroptions-properties"></a>

`RowAlternateColors`  <a name="cfn-quicksight-dashboard-rowalternatecoloroptions-rowalternatecolors"></a>
Determines the list of row alternate colors.  
*Required*: No  
*Type*: Array of String  
*Minimum*: `0`  
*Maximum*: `1`  
*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-rowalternatecoloroptions-status"></a>
Determines the widget status.  
*Required*: No  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`UsePrimaryBackgroundColor`  <a name="cfn-quicksight-dashboard-rowalternatecoloroptions-useprimarybackgroundcolor"></a>
The primary background color options for alternate rows.  
*Required*: No  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SameSheetTargetVisualConfiguration
<a name="aws-properties-quicksight-dashboard-samesheettargetvisualconfiguration"></a>

The configuration of the same-sheet target visuals that you want to be filtered.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-samesheettargetvisualconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-samesheettargetvisualconfiguration-syntax.json"></a>

```
{
  "[TargetVisualOptions](#cfn-quicksight-dashboard-samesheettargetvisualconfiguration-targetvisualoptions)" : String,
  "[TargetVisuals](#cfn-quicksight-dashboard-samesheettargetvisualconfiguration-targetvisuals)" : [ String, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-samesheettargetvisualconfiguration-syntax.yaml"></a>

```
  [TargetVisualOptions](#cfn-quicksight-dashboard-samesheettargetvisualconfiguration-targetvisualoptions): String
  [TargetVisuals](#cfn-quicksight-dashboard-samesheettargetvisualconfiguration-targetvisuals): 
    - String
```

## Properties
<a name="aws-properties-quicksight-dashboard-samesheettargetvisualconfiguration-properties"></a>

`TargetVisualOptions`  <a name="cfn-quicksight-dashboard-samesheettargetvisualconfiguration-targetvisualoptions"></a>
The options that choose the target visual in the same sheet.  
Valid values are defined as follows:  
+ `ALL_VISUALS`: Applies the filter operation to all visuals in the same sheet.
*Required*: No  
*Type*: String  
*Allowed values*: `ALL_VISUALS`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TargetVisuals`  <a name="cfn-quicksight-dashboard-samesheettargetvisualconfiguration-targetvisuals"></a>
A list of the target visual IDs that are located in the same sheet of the analysis.  
*Required*: No  
*Type*: Array of String  
*Minimum*: `1 | 1`  
*Maximum*: `512 | 50`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SankeyDiagramAggregatedFieldWells
<a name="aws-properties-quicksight-dashboard-sankeydiagramaggregatedfieldwells"></a>

The field well configuration of a sankey diagram.

## Syntax
<a name="aws-properties-quicksight-dashboard-sankeydiagramaggregatedfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-sankeydiagramaggregatedfieldwells-syntax.json"></a>

```
{
  "[Destination](#cfn-quicksight-dashboard-sankeydiagramaggregatedfieldwells-destination)" : [ DimensionField, ... ],
  "[Source](#cfn-quicksight-dashboard-sankeydiagramaggregatedfieldwells-source)" : [ DimensionField, ... ],
  "[Weight](#cfn-quicksight-dashboard-sankeydiagramaggregatedfieldwells-weight)" : [ MeasureField, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-sankeydiagramaggregatedfieldwells-syntax.yaml"></a>

```
  [Destination](#cfn-quicksight-dashboard-sankeydiagramaggregatedfieldwells-destination): 
    - DimensionField
  [Source](#cfn-quicksight-dashboard-sankeydiagramaggregatedfieldwells-source): 
    - DimensionField
  [Weight](#cfn-quicksight-dashboard-sankeydiagramaggregatedfieldwells-weight): 
    - MeasureField
```

## Properties
<a name="aws-properties-quicksight-dashboard-sankeydiagramaggregatedfieldwells-properties"></a>

`Destination`  <a name="cfn-quicksight-dashboard-sankeydiagramaggregatedfieldwells-destination"></a>
The destination field wells of a sankey diagram.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Source`  <a name="cfn-quicksight-dashboard-sankeydiagramaggregatedfieldwells-source"></a>
The source field wells of a sankey diagram.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Weight`  <a name="cfn-quicksight-dashboard-sankeydiagramaggregatedfieldwells-weight"></a>
The weight field wells of a sankey diagram.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SankeyDiagramChartConfiguration
<a name="aws-properties-quicksight-dashboard-sankeydiagramchartconfiguration"></a>

The configuration of a sankey diagram.

## Syntax
<a name="aws-properties-quicksight-dashboard-sankeydiagramchartconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-sankeydiagramchartconfiguration-syntax.json"></a>

```
{
  "[DataLabels](#cfn-quicksight-dashboard-sankeydiagramchartconfiguration-datalabels)" : DataLabelOptions,
  "[FieldWells](#cfn-quicksight-dashboard-sankeydiagramchartconfiguration-fieldwells)" : SankeyDiagramFieldWells,
  "[Interactions](#cfn-quicksight-dashboard-sankeydiagramchartconfiguration-interactions)" : VisualInteractionOptions,
  "[SortConfiguration](#cfn-quicksight-dashboard-sankeydiagramchartconfiguration-sortconfiguration)" : SankeyDiagramSortConfiguration
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-sankeydiagramchartconfiguration-syntax.yaml"></a>

```
  [DataLabels](#cfn-quicksight-dashboard-sankeydiagramchartconfiguration-datalabels): 
    DataLabelOptions
  [FieldWells](#cfn-quicksight-dashboard-sankeydiagramchartconfiguration-fieldwells): 
    SankeyDiagramFieldWells
  [Interactions](#cfn-quicksight-dashboard-sankeydiagramchartconfiguration-interactions): 
    VisualInteractionOptions
  [SortConfiguration](#cfn-quicksight-dashboard-sankeydiagramchartconfiguration-sortconfiguration): 
    SankeyDiagramSortConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-sankeydiagramchartconfiguration-properties"></a>

`DataLabels`  <a name="cfn-quicksight-dashboard-sankeydiagramchartconfiguration-datalabels"></a>
The data label configuration of a sankey diagram.  
*Required*: No  
*Type*: [DataLabelOptions](aws-properties-quicksight-dashboard-datalabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldWells`  <a name="cfn-quicksight-dashboard-sankeydiagramchartconfiguration-fieldwells"></a>
The field well configuration of a sankey diagram.  
*Required*: No  
*Type*: [SankeyDiagramFieldWells](aws-properties-quicksight-dashboard-sankeydiagramfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Interactions`  <a name="cfn-quicksight-dashboard-sankeydiagramchartconfiguration-interactions"></a>
The general visual interactions setup for a visual.  
*Required*: No  
*Type*: [VisualInteractionOptions](aws-properties-quicksight-dashboard-visualinteractionoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SortConfiguration`  <a name="cfn-quicksight-dashboard-sankeydiagramchartconfiguration-sortconfiguration"></a>
The sort configuration of a sankey diagram.  
*Required*: No  
*Type*: [SankeyDiagramSortConfiguration](aws-properties-quicksight-dashboard-sankeydiagramsortconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SankeyDiagramFieldWells
<a name="aws-properties-quicksight-dashboard-sankeydiagramfieldwells"></a>

The field well configuration of a sankey diagram.

## Syntax
<a name="aws-properties-quicksight-dashboard-sankeydiagramfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-sankeydiagramfieldwells-syntax.json"></a>

```
{
  "[SankeyDiagramAggregatedFieldWells](#cfn-quicksight-dashboard-sankeydiagramfieldwells-sankeydiagramaggregatedfieldwells)" : SankeyDiagramAggregatedFieldWells
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-sankeydiagramfieldwells-syntax.yaml"></a>

```
  [SankeyDiagramAggregatedFieldWells](#cfn-quicksight-dashboard-sankeydiagramfieldwells-sankeydiagramaggregatedfieldwells): 
    SankeyDiagramAggregatedFieldWells
```

## Properties
<a name="aws-properties-quicksight-dashboard-sankeydiagramfieldwells-properties"></a>

`SankeyDiagramAggregatedFieldWells`  <a name="cfn-quicksight-dashboard-sankeydiagramfieldwells-sankeydiagramaggregatedfieldwells"></a>
The field well configuration of a sankey diagram.  
*Required*: No  
*Type*: [SankeyDiagramAggregatedFieldWells](aws-properties-quicksight-dashboard-sankeydiagramaggregatedfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SankeyDiagramSortConfiguration
<a name="aws-properties-quicksight-dashboard-sankeydiagramsortconfiguration"></a>

The sort configuration of a sankey diagram.

## Syntax
<a name="aws-properties-quicksight-dashboard-sankeydiagramsortconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-sankeydiagramsortconfiguration-syntax.json"></a>

```
{
  "[DestinationItemsLimit](#cfn-quicksight-dashboard-sankeydiagramsortconfiguration-destinationitemslimit)" : ItemsLimitConfiguration,
  "[SourceItemsLimit](#cfn-quicksight-dashboard-sankeydiagramsortconfiguration-sourceitemslimit)" : ItemsLimitConfiguration,
  "[WeightSort](#cfn-quicksight-dashboard-sankeydiagramsortconfiguration-weightsort)" : [ FieldSortOptions, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-sankeydiagramsortconfiguration-syntax.yaml"></a>

```
  [DestinationItemsLimit](#cfn-quicksight-dashboard-sankeydiagramsortconfiguration-destinationitemslimit): 
    ItemsLimitConfiguration
  [SourceItemsLimit](#cfn-quicksight-dashboard-sankeydiagramsortconfiguration-sourceitemslimit): 
    ItemsLimitConfiguration
  [WeightSort](#cfn-quicksight-dashboard-sankeydiagramsortconfiguration-weightsort): 
    - FieldSortOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-sankeydiagramsortconfiguration-properties"></a>

`DestinationItemsLimit`  <a name="cfn-quicksight-dashboard-sankeydiagramsortconfiguration-destinationitemslimit"></a>
The limit on the number of destination nodes that are displayed in a sankey diagram.  
*Required*: No  
*Type*: [ItemsLimitConfiguration](aws-properties-quicksight-dashboard-itemslimitconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SourceItemsLimit`  <a name="cfn-quicksight-dashboard-sankeydiagramsortconfiguration-sourceitemslimit"></a>
The limit on the number of source nodes that are displayed in a sankey diagram.  
*Required*: No  
*Type*: [ItemsLimitConfiguration](aws-properties-quicksight-dashboard-itemslimitconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`WeightSort`  <a name="cfn-quicksight-dashboard-sankeydiagramsortconfiguration-weightsort"></a>
The sort configuration of the weight fields.  
*Required*: No  
*Type*: Array of [FieldSortOptions](aws-properties-quicksight-dashboard-fieldsortoptions.md)  
*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)

# AWS::QuickSight::Dashboard SankeyDiagramVisual
<a name="aws-properties-quicksight-dashboard-sankeydiagramvisual"></a>

A sankey diagram.

For more information, see [Using Sankey diagrams](https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html) in the *Amazon Quick Suite User Guide*.

## Syntax
<a name="aws-properties-quicksight-dashboard-sankeydiagramvisual-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-sankeydiagramvisual-syntax.json"></a>

```
{
  "[Actions](#cfn-quicksight-dashboard-sankeydiagramvisual-actions)" : [ VisualCustomAction, ... ],
  "[ChartConfiguration](#cfn-quicksight-dashboard-sankeydiagramvisual-chartconfiguration)" : SankeyDiagramChartConfiguration,
  "[Subtitle](#cfn-quicksight-dashboard-sankeydiagramvisual-subtitle)" : VisualSubtitleLabelOptions,
  "[Title](#cfn-quicksight-dashboard-sankeydiagramvisual-title)" : VisualTitleLabelOptions,
  "[VisualContentAltText](#cfn-quicksight-dashboard-sankeydiagramvisual-visualcontentalttext)" : String,
  "[VisualId](#cfn-quicksight-dashboard-sankeydiagramvisual-visualid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-sankeydiagramvisual-syntax.yaml"></a>

```
  [Actions](#cfn-quicksight-dashboard-sankeydiagramvisual-actions): 
    - VisualCustomAction
  [ChartConfiguration](#cfn-quicksight-dashboard-sankeydiagramvisual-chartconfiguration): 
    SankeyDiagramChartConfiguration
  [Subtitle](#cfn-quicksight-dashboard-sankeydiagramvisual-subtitle): 
    VisualSubtitleLabelOptions
  [Title](#cfn-quicksight-dashboard-sankeydiagramvisual-title): 
    VisualTitleLabelOptions
  [VisualContentAltText](#cfn-quicksight-dashboard-sankeydiagramvisual-visualcontentalttext): String
  [VisualId](#cfn-quicksight-dashboard-sankeydiagramvisual-visualid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-sankeydiagramvisual-properties"></a>

`Actions`  <a name="cfn-quicksight-dashboard-sankeydiagramvisual-actions"></a>
The list of custom actions that are configured for a visual.  
*Required*: No  
*Type*: Array of [VisualCustomAction](aws-properties-quicksight-dashboard-visualcustomaction.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ChartConfiguration`  <a name="cfn-quicksight-dashboard-sankeydiagramvisual-chartconfiguration"></a>
The configuration of a sankey diagram.  
*Required*: No  
*Type*: [SankeyDiagramChartConfiguration](aws-properties-quicksight-dashboard-sankeydiagramchartconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Subtitle`  <a name="cfn-quicksight-dashboard-sankeydiagramvisual-subtitle"></a>
The subtitle that is displayed on the visual.  
*Required*: No  
*Type*: [VisualSubtitleLabelOptions](aws-properties-quicksight-dashboard-visualsubtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-sankeydiagramvisual-title"></a>
The title that is displayed on the visual.  
*Required*: No  
*Type*: [VisualTitleLabelOptions](aws-properties-quicksight-dashboard-visualtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualContentAltText`  <a name="cfn-quicksight-dashboard-sankeydiagramvisual-visualcontentalttext"></a>
The alt text for the visual.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualId`  <a name="cfn-quicksight-dashboard-sankeydiagramvisual-visualid"></a>
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

# AWS::QuickSight::Dashboard ScatterPlotCategoricallyAggregatedFieldWells
<a name="aws-properties-quicksight-dashboard-scatterplotcategoricallyaggregatedfieldwells"></a>

The aggregated field well of a scatter plot.

## Syntax
<a name="aws-properties-quicksight-dashboard-scatterplotcategoricallyaggregatedfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-scatterplotcategoricallyaggregatedfieldwells-syntax.json"></a>

```
{
  "[Category](#cfn-quicksight-dashboard-scatterplotcategoricallyaggregatedfieldwells-category)" : [ DimensionField, ... ],
  "[Label](#cfn-quicksight-dashboard-scatterplotcategoricallyaggregatedfieldwells-label)" : [ DimensionField, ... ],
  "[Size](#cfn-quicksight-dashboard-scatterplotcategoricallyaggregatedfieldwells-size)" : [ MeasureField, ... ],
  "[XAxis](#cfn-quicksight-dashboard-scatterplotcategoricallyaggregatedfieldwells-xaxis)" : [ MeasureField, ... ],
  "[YAxis](#cfn-quicksight-dashboard-scatterplotcategoricallyaggregatedfieldwells-yaxis)" : [ MeasureField, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-scatterplotcategoricallyaggregatedfieldwells-syntax.yaml"></a>

```
  [Category](#cfn-quicksight-dashboard-scatterplotcategoricallyaggregatedfieldwells-category): 
    - DimensionField
  [Label](#cfn-quicksight-dashboard-scatterplotcategoricallyaggregatedfieldwells-label): 
    - DimensionField
  [Size](#cfn-quicksight-dashboard-scatterplotcategoricallyaggregatedfieldwells-size): 
    - MeasureField
  [XAxis](#cfn-quicksight-dashboard-scatterplotcategoricallyaggregatedfieldwells-xaxis): 
    - MeasureField
  [YAxis](#cfn-quicksight-dashboard-scatterplotcategoricallyaggregatedfieldwells-yaxis): 
    - MeasureField
```

## Properties
<a name="aws-properties-quicksight-dashboard-scatterplotcategoricallyaggregatedfieldwells-properties"></a>

`Category`  <a name="cfn-quicksight-dashboard-scatterplotcategoricallyaggregatedfieldwells-category"></a>
The category field well of a scatter plot.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Label`  <a name="cfn-quicksight-dashboard-scatterplotcategoricallyaggregatedfieldwells-label"></a>
The label field well of a scatter plot.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Size`  <a name="cfn-quicksight-dashboard-scatterplotcategoricallyaggregatedfieldwells-size"></a>
The size field well of a scatter plot.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`XAxis`  <a name="cfn-quicksight-dashboard-scatterplotcategoricallyaggregatedfieldwells-xaxis"></a>
The x-axis field well of a scatter plot.  
The x-axis is aggregated by category.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`YAxis`  <a name="cfn-quicksight-dashboard-scatterplotcategoricallyaggregatedfieldwells-yaxis"></a>
The y-axis field well of a scatter plot.  
The y-axis is aggregated by category.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ScatterPlotConfiguration
<a name="aws-properties-quicksight-dashboard-scatterplotconfiguration"></a>

The configuration of a scatter plot.

## Syntax
<a name="aws-properties-quicksight-dashboard-scatterplotconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-scatterplotconfiguration-syntax.json"></a>

```
{
  "[DataLabels](#cfn-quicksight-dashboard-scatterplotconfiguration-datalabels)" : DataLabelOptions,
  "[FieldWells](#cfn-quicksight-dashboard-scatterplotconfiguration-fieldwells)" : ScatterPlotFieldWells,
  "[Interactions](#cfn-quicksight-dashboard-scatterplotconfiguration-interactions)" : VisualInteractionOptions,
  "[Legend](#cfn-quicksight-dashboard-scatterplotconfiguration-legend)" : LegendOptions,
  "[SortConfiguration](#cfn-quicksight-dashboard-scatterplotconfiguration-sortconfiguration)" : ScatterPlotSortConfiguration,
  "[Tooltip](#cfn-quicksight-dashboard-scatterplotconfiguration-tooltip)" : TooltipOptions,
  "[VisualPalette](#cfn-quicksight-dashboard-scatterplotconfiguration-visualpalette)" : VisualPalette,
  "[XAxisDisplayOptions](#cfn-quicksight-dashboard-scatterplotconfiguration-xaxisdisplayoptions)" : AxisDisplayOptions,
  "[XAxisLabelOptions](#cfn-quicksight-dashboard-scatterplotconfiguration-xaxislabeloptions)" : ChartAxisLabelOptions,
  "[YAxisDisplayOptions](#cfn-quicksight-dashboard-scatterplotconfiguration-yaxisdisplayoptions)" : AxisDisplayOptions,
  "[YAxisLabelOptions](#cfn-quicksight-dashboard-scatterplotconfiguration-yaxislabeloptions)" : ChartAxisLabelOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-scatterplotconfiguration-syntax.yaml"></a>

```
  [DataLabels](#cfn-quicksight-dashboard-scatterplotconfiguration-datalabels): 
    DataLabelOptions
  [FieldWells](#cfn-quicksight-dashboard-scatterplotconfiguration-fieldwells): 
    ScatterPlotFieldWells
  [Interactions](#cfn-quicksight-dashboard-scatterplotconfiguration-interactions): 
    VisualInteractionOptions
  [Legend](#cfn-quicksight-dashboard-scatterplotconfiguration-legend): 
    LegendOptions
  [SortConfiguration](#cfn-quicksight-dashboard-scatterplotconfiguration-sortconfiguration): 
    ScatterPlotSortConfiguration
  [Tooltip](#cfn-quicksight-dashboard-scatterplotconfiguration-tooltip): 
    TooltipOptions
  [VisualPalette](#cfn-quicksight-dashboard-scatterplotconfiguration-visualpalette): 
    VisualPalette
  [XAxisDisplayOptions](#cfn-quicksight-dashboard-scatterplotconfiguration-xaxisdisplayoptions): 
    AxisDisplayOptions
  [XAxisLabelOptions](#cfn-quicksight-dashboard-scatterplotconfiguration-xaxislabeloptions): 
    ChartAxisLabelOptions
  [YAxisDisplayOptions](#cfn-quicksight-dashboard-scatterplotconfiguration-yaxisdisplayoptions): 
    AxisDisplayOptions
  [YAxisLabelOptions](#cfn-quicksight-dashboard-scatterplotconfiguration-yaxislabeloptions): 
    ChartAxisLabelOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-scatterplotconfiguration-properties"></a>

`DataLabels`  <a name="cfn-quicksight-dashboard-scatterplotconfiguration-datalabels"></a>
The options that determine if visual data labels are displayed.  
*Required*: No  
*Type*: [DataLabelOptions](aws-properties-quicksight-dashboard-datalabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldWells`  <a name="cfn-quicksight-dashboard-scatterplotconfiguration-fieldwells"></a>
The field wells of the visual.  
*Required*: No  
*Type*: [ScatterPlotFieldWells](aws-properties-quicksight-dashboard-scatterplotfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Interactions`  <a name="cfn-quicksight-dashboard-scatterplotconfiguration-interactions"></a>
The general visual interactions setup for a visual.  
*Required*: No  
*Type*: [VisualInteractionOptions](aws-properties-quicksight-dashboard-visualinteractionoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Legend`  <a name="cfn-quicksight-dashboard-scatterplotconfiguration-legend"></a>
The legend display setup of the visual.  
*Required*: No  
*Type*: [LegendOptions](aws-properties-quicksight-dashboard-legendoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SortConfiguration`  <a name="cfn-quicksight-dashboard-scatterplotconfiguration-sortconfiguration"></a>
The sort configuration of a scatter plot.  
*Required*: No  
*Type*: [ScatterPlotSortConfiguration](aws-properties-quicksight-dashboard-scatterplotsortconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tooltip`  <a name="cfn-quicksight-dashboard-scatterplotconfiguration-tooltip"></a>
The legend display setup of the visual.  
*Required*: No  
*Type*: [TooltipOptions](aws-properties-quicksight-dashboard-tooltipoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualPalette`  <a name="cfn-quicksight-dashboard-scatterplotconfiguration-visualpalette"></a>
The palette (chart color) display setup of the visual.  
*Required*: No  
*Type*: [VisualPalette](aws-properties-quicksight-dashboard-visualpalette.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`XAxisDisplayOptions`  <a name="cfn-quicksight-dashboard-scatterplotconfiguration-xaxisdisplayoptions"></a>
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.  
*Required*: No  
*Type*: [AxisDisplayOptions](aws-properties-quicksight-dashboard-axisdisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`XAxisLabelOptions`  <a name="cfn-quicksight-dashboard-scatterplotconfiguration-xaxislabeloptions"></a>
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-dashboard-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`YAxisDisplayOptions`  <a name="cfn-quicksight-dashboard-scatterplotconfiguration-yaxisdisplayoptions"></a>
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.  
*Required*: No  
*Type*: [AxisDisplayOptions](aws-properties-quicksight-dashboard-axisdisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`YAxisLabelOptions`  <a name="cfn-quicksight-dashboard-scatterplotconfiguration-yaxislabeloptions"></a>
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-dashboard-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ScatterPlotFieldWells
<a name="aws-properties-quicksight-dashboard-scatterplotfieldwells"></a>

The field well configuration of a scatter plot.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-scatterplotfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-scatterplotfieldwells-syntax.json"></a>

```
{
  "[ScatterPlotCategoricallyAggregatedFieldWells](#cfn-quicksight-dashboard-scatterplotfieldwells-scatterplotcategoricallyaggregatedfieldwells)" : ScatterPlotCategoricallyAggregatedFieldWells,
  "[ScatterPlotUnaggregatedFieldWells](#cfn-quicksight-dashboard-scatterplotfieldwells-scatterplotunaggregatedfieldwells)" : ScatterPlotUnaggregatedFieldWells
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-scatterplotfieldwells-syntax.yaml"></a>

```
  [ScatterPlotCategoricallyAggregatedFieldWells](#cfn-quicksight-dashboard-scatterplotfieldwells-scatterplotcategoricallyaggregatedfieldwells): 
    ScatterPlotCategoricallyAggregatedFieldWells
  [ScatterPlotUnaggregatedFieldWells](#cfn-quicksight-dashboard-scatterplotfieldwells-scatterplotunaggregatedfieldwells): 
    ScatterPlotUnaggregatedFieldWells
```

## Properties
<a name="aws-properties-quicksight-dashboard-scatterplotfieldwells-properties"></a>

`ScatterPlotCategoricallyAggregatedFieldWells`  <a name="cfn-quicksight-dashboard-scatterplotfieldwells-scatterplotcategoricallyaggregatedfieldwells"></a>
The aggregated field wells of a scatter plot. The x and y-axes of scatter plots with aggregated field wells are aggregated by category, label, or both.  
*Required*: No  
*Type*: [ScatterPlotCategoricallyAggregatedFieldWells](aws-properties-quicksight-dashboard-scatterplotcategoricallyaggregatedfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ScatterPlotUnaggregatedFieldWells`  <a name="cfn-quicksight-dashboard-scatterplotfieldwells-scatterplotunaggregatedfieldwells"></a>
The unaggregated field wells of a scatter plot. The x and y-axes of these scatter plots are unaggregated.  
*Required*: No  
*Type*: [ScatterPlotUnaggregatedFieldWells](aws-properties-quicksight-dashboard-scatterplotunaggregatedfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ScatterPlotSortConfiguration
<a name="aws-properties-quicksight-dashboard-scatterplotsortconfiguration"></a>

The sort configuration of a scatter plot.

## Syntax
<a name="aws-properties-quicksight-dashboard-scatterplotsortconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-scatterplotsortconfiguration-syntax.json"></a>

```
{
  "[ScatterPlotLimitConfiguration](#cfn-quicksight-dashboard-scatterplotsortconfiguration-scatterplotlimitconfiguration)" : ItemsLimitConfiguration
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-scatterplotsortconfiguration-syntax.yaml"></a>

```
  [ScatterPlotLimitConfiguration](#cfn-quicksight-dashboard-scatterplotsortconfiguration-scatterplotlimitconfiguration): 
    ItemsLimitConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-scatterplotsortconfiguration-properties"></a>

`ScatterPlotLimitConfiguration`  <a name="cfn-quicksight-dashboard-scatterplotsortconfiguration-scatterplotlimitconfiguration"></a>
Property description not available.  
*Required*: No  
*Type*: [ItemsLimitConfiguration](aws-properties-quicksight-dashboard-itemslimitconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ScatterPlotUnaggregatedFieldWells
<a name="aws-properties-quicksight-dashboard-scatterplotunaggregatedfieldwells"></a>

The unaggregated field wells of a scatter plot.

## Syntax
<a name="aws-properties-quicksight-dashboard-scatterplotunaggregatedfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-scatterplotunaggregatedfieldwells-syntax.json"></a>

```
{
  "[Category](#cfn-quicksight-dashboard-scatterplotunaggregatedfieldwells-category)" : [ DimensionField, ... ],
  "[Label](#cfn-quicksight-dashboard-scatterplotunaggregatedfieldwells-label)" : [ DimensionField, ... ],
  "[Size](#cfn-quicksight-dashboard-scatterplotunaggregatedfieldwells-size)" : [ MeasureField, ... ],
  "[XAxis](#cfn-quicksight-dashboard-scatterplotunaggregatedfieldwells-xaxis)" : [ DimensionField, ... ],
  "[YAxis](#cfn-quicksight-dashboard-scatterplotunaggregatedfieldwells-yaxis)" : [ DimensionField, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-scatterplotunaggregatedfieldwells-syntax.yaml"></a>

```
  [Category](#cfn-quicksight-dashboard-scatterplotunaggregatedfieldwells-category): 
    - DimensionField
  [Label](#cfn-quicksight-dashboard-scatterplotunaggregatedfieldwells-label): 
    - DimensionField
  [Size](#cfn-quicksight-dashboard-scatterplotunaggregatedfieldwells-size): 
    - MeasureField
  [XAxis](#cfn-quicksight-dashboard-scatterplotunaggregatedfieldwells-xaxis): 
    - DimensionField
  [YAxis](#cfn-quicksight-dashboard-scatterplotunaggregatedfieldwells-yaxis): 
    - DimensionField
```

## Properties
<a name="aws-properties-quicksight-dashboard-scatterplotunaggregatedfieldwells-properties"></a>

`Category`  <a name="cfn-quicksight-dashboard-scatterplotunaggregatedfieldwells-category"></a>
The category field well of a scatter plot.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Label`  <a name="cfn-quicksight-dashboard-scatterplotunaggregatedfieldwells-label"></a>
The label field well of a scatter plot.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Size`  <a name="cfn-quicksight-dashboard-scatterplotunaggregatedfieldwells-size"></a>
The size field well of a scatter plot.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`XAxis`  <a name="cfn-quicksight-dashboard-scatterplotunaggregatedfieldwells-xaxis"></a>
The x-axis field well of a scatter plot.  
The x-axis is a dimension field and cannot be aggregated.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`YAxis`  <a name="cfn-quicksight-dashboard-scatterplotunaggregatedfieldwells-yaxis"></a>
The y-axis field well of a scatter plot.  
The y-axis is a dimension field and cannot be aggregated.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ScatterPlotVisual
<a name="aws-properties-quicksight-dashboard-scatterplotvisual"></a>

A scatter plot.

For more information, see [Using scatter plots](https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html) in the *Amazon Quick Suite User Guide*.

## Syntax
<a name="aws-properties-quicksight-dashboard-scatterplotvisual-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-scatterplotvisual-syntax.json"></a>

```
{
  "[Actions](#cfn-quicksight-dashboard-scatterplotvisual-actions)" : [ VisualCustomAction, ... ],
  "[ChartConfiguration](#cfn-quicksight-dashboard-scatterplotvisual-chartconfiguration)" : ScatterPlotConfiguration,
  "[ColumnHierarchies](#cfn-quicksight-dashboard-scatterplotvisual-columnhierarchies)" : [ ColumnHierarchy, ... ],
  "[Subtitle](#cfn-quicksight-dashboard-scatterplotvisual-subtitle)" : VisualSubtitleLabelOptions,
  "[Title](#cfn-quicksight-dashboard-scatterplotvisual-title)" : VisualTitleLabelOptions,
  "[VisualContentAltText](#cfn-quicksight-dashboard-scatterplotvisual-visualcontentalttext)" : String,
  "[VisualId](#cfn-quicksight-dashboard-scatterplotvisual-visualid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-scatterplotvisual-syntax.yaml"></a>

```
  [Actions](#cfn-quicksight-dashboard-scatterplotvisual-actions): 
    - VisualCustomAction
  [ChartConfiguration](#cfn-quicksight-dashboard-scatterplotvisual-chartconfiguration): 
    ScatterPlotConfiguration
  [ColumnHierarchies](#cfn-quicksight-dashboard-scatterplotvisual-columnhierarchies): 
    - ColumnHierarchy
  [Subtitle](#cfn-quicksight-dashboard-scatterplotvisual-subtitle): 
    VisualSubtitleLabelOptions
  [Title](#cfn-quicksight-dashboard-scatterplotvisual-title): 
    VisualTitleLabelOptions
  [VisualContentAltText](#cfn-quicksight-dashboard-scatterplotvisual-visualcontentalttext): String
  [VisualId](#cfn-quicksight-dashboard-scatterplotvisual-visualid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-scatterplotvisual-properties"></a>

`Actions`  <a name="cfn-quicksight-dashboard-scatterplotvisual-actions"></a>
The list of custom actions that are configured for a visual.  
*Required*: No  
*Type*: Array of [VisualCustomAction](aws-properties-quicksight-dashboard-visualcustomaction.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ChartConfiguration`  <a name="cfn-quicksight-dashboard-scatterplotvisual-chartconfiguration"></a>
The configuration settings of the visual.  
*Required*: No  
*Type*: [ScatterPlotConfiguration](aws-properties-quicksight-dashboard-scatterplotconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColumnHierarchies`  <a name="cfn-quicksight-dashboard-scatterplotvisual-columnhierarchies"></a>
The column hierarchy that is used during drill-downs and drill-ups.  
*Required*: No  
*Type*: Array of [ColumnHierarchy](aws-properties-quicksight-dashboard-columnhierarchy.md)  
*Minimum*: `0`  
*Maximum*: `2`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Subtitle`  <a name="cfn-quicksight-dashboard-scatterplotvisual-subtitle"></a>
The subtitle that is displayed on the visual.  
*Required*: No  
*Type*: [VisualSubtitleLabelOptions](aws-properties-quicksight-dashboard-visualsubtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-scatterplotvisual-title"></a>
The title that is displayed on the visual.  
*Required*: No  
*Type*: [VisualTitleLabelOptions](aws-properties-quicksight-dashboard-visualtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualContentAltText`  <a name="cfn-quicksight-dashboard-scatterplotvisual-visualcontentalttext"></a>
The alt text for the visual.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualId`  <a name="cfn-quicksight-dashboard-scatterplotvisual-visualid"></a>
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

# AWS::QuickSight::Dashboard ScrollBarOptions
<a name="aws-properties-quicksight-dashboard-scrollbaroptions"></a>

The visual display options for a data zoom scroll bar.

## Syntax
<a name="aws-properties-quicksight-dashboard-scrollbaroptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-scrollbaroptions-syntax.json"></a>

```
{
  "[Visibility](#cfn-quicksight-dashboard-scrollbaroptions-visibility)" : String,
  "[VisibleRange](#cfn-quicksight-dashboard-scrollbaroptions-visiblerange)" : VisibleRangeOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-scrollbaroptions-syntax.yaml"></a>

```
  [Visibility](#cfn-quicksight-dashboard-scrollbaroptions-visibility): String
  [VisibleRange](#cfn-quicksight-dashboard-scrollbaroptions-visiblerange): 
    VisibleRangeOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-scrollbaroptions-properties"></a>

`Visibility`  <a name="cfn-quicksight-dashboard-scrollbaroptions-visibility"></a>
The visibility of the data zoom scroll bar.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisibleRange`  <a name="cfn-quicksight-dashboard-scrollbaroptions-visiblerange"></a>
The visibility range for the data zoom scroll bar.  
*Required*: No  
*Type*: [VisibleRangeOptions](aws-properties-quicksight-dashboard-visiblerangeoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SecondaryValueOptions
<a name="aws-properties-quicksight-dashboard-secondaryvalueoptions"></a>

The options that determine the presentation of the secondary value of a KPI visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-secondaryvalueoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-secondaryvalueoptions-syntax.json"></a>

```
{
  "[Visibility](#cfn-quicksight-dashboard-secondaryvalueoptions-visibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-secondaryvalueoptions-syntax.yaml"></a>

```
  [Visibility](#cfn-quicksight-dashboard-secondaryvalueoptions-visibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-secondaryvalueoptions-properties"></a>

`Visibility`  <a name="cfn-quicksight-dashboard-secondaryvalueoptions-visibility"></a>
Determines the visibility of the secondary value.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SectionAfterPageBreak
<a name="aws-properties-quicksight-dashboard-sectionafterpagebreak"></a>

The configuration of a page break after a section.

## Syntax
<a name="aws-properties-quicksight-dashboard-sectionafterpagebreak-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-sectionafterpagebreak-syntax.json"></a>

```
{
  "[Status](#cfn-quicksight-dashboard-sectionafterpagebreak-status)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-sectionafterpagebreak-syntax.yaml"></a>

```
  [Status](#cfn-quicksight-dashboard-sectionafterpagebreak-status): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-sectionafterpagebreak-properties"></a>

`Status`  <a name="cfn-quicksight-dashboard-sectionafterpagebreak-status"></a>
The option that enables or disables a page break at the end of a section.  
*Required*: No  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SectionBasedLayoutCanvasSizeOptions
<a name="aws-properties-quicksight-dashboard-sectionbasedlayoutcanvassizeoptions"></a>

The options for the canvas of a section-based layout.

## Syntax
<a name="aws-properties-quicksight-dashboard-sectionbasedlayoutcanvassizeoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-sectionbasedlayoutcanvassizeoptions-syntax.json"></a>

```
{
  "[PaperCanvasSizeOptions](#cfn-quicksight-dashboard-sectionbasedlayoutcanvassizeoptions-papercanvassizeoptions)" : SectionBasedLayoutPaperCanvasSizeOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-sectionbasedlayoutcanvassizeoptions-syntax.yaml"></a>

```
  [PaperCanvasSizeOptions](#cfn-quicksight-dashboard-sectionbasedlayoutcanvassizeoptions-papercanvassizeoptions): 
    SectionBasedLayoutPaperCanvasSizeOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-sectionbasedlayoutcanvassizeoptions-properties"></a>

`PaperCanvasSizeOptions`  <a name="cfn-quicksight-dashboard-sectionbasedlayoutcanvassizeoptions-papercanvassizeoptions"></a>
The options for a paper canvas of a section-based layout.  
*Required*: No  
*Type*: [SectionBasedLayoutPaperCanvasSizeOptions](aws-properties-quicksight-dashboard-sectionbasedlayoutpapercanvassizeoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SectionBasedLayoutConfiguration
<a name="aws-properties-quicksight-dashboard-sectionbasedlayoutconfiguration"></a>

The configuration for a section-based layout.

## Syntax
<a name="aws-properties-quicksight-dashboard-sectionbasedlayoutconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-sectionbasedlayoutconfiguration-syntax.json"></a>

```
{
  "[BodySections](#cfn-quicksight-dashboard-sectionbasedlayoutconfiguration-bodysections)" : [ BodySectionConfiguration, ... ],
  "[CanvasSizeOptions](#cfn-quicksight-dashboard-sectionbasedlayoutconfiguration-canvassizeoptions)" : SectionBasedLayoutCanvasSizeOptions,
  "[FooterSections](#cfn-quicksight-dashboard-sectionbasedlayoutconfiguration-footersections)" : [ HeaderFooterSectionConfiguration, ... ],
  "[HeaderSections](#cfn-quicksight-dashboard-sectionbasedlayoutconfiguration-headersections)" : [ HeaderFooterSectionConfiguration, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-sectionbasedlayoutconfiguration-syntax.yaml"></a>

```
  [BodySections](#cfn-quicksight-dashboard-sectionbasedlayoutconfiguration-bodysections): 
    - BodySectionConfiguration
  [CanvasSizeOptions](#cfn-quicksight-dashboard-sectionbasedlayoutconfiguration-canvassizeoptions): 
    SectionBasedLayoutCanvasSizeOptions
  [FooterSections](#cfn-quicksight-dashboard-sectionbasedlayoutconfiguration-footersections): 
    - HeaderFooterSectionConfiguration
  [HeaderSections](#cfn-quicksight-dashboard-sectionbasedlayoutconfiguration-headersections): 
    - HeaderFooterSectionConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-sectionbasedlayoutconfiguration-properties"></a>

`BodySections`  <a name="cfn-quicksight-dashboard-sectionbasedlayoutconfiguration-bodysections"></a>
A list of body section configurations.  
*Required*: Yes  
*Type*: Array of [BodySectionConfiguration](aws-properties-quicksight-dashboard-bodysectionconfiguration.md)  
*Minimum*: `0`  
*Maximum*: `28`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CanvasSizeOptions`  <a name="cfn-quicksight-dashboard-sectionbasedlayoutconfiguration-canvassizeoptions"></a>
The options for the canvas of a section-based layout.  
*Required*: Yes  
*Type*: [SectionBasedLayoutCanvasSizeOptions](aws-properties-quicksight-dashboard-sectionbasedlayoutcanvassizeoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FooterSections`  <a name="cfn-quicksight-dashboard-sectionbasedlayoutconfiguration-footersections"></a>
A list of footer section configurations.  
*Required*: Yes  
*Type*: Array of [HeaderFooterSectionConfiguration](aws-properties-quicksight-dashboard-headerfootersectionconfiguration.md)  
*Minimum*: `0`  
*Maximum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`HeaderSections`  <a name="cfn-quicksight-dashboard-sectionbasedlayoutconfiguration-headersections"></a>
A list of header section configurations.  
*Required*: Yes  
*Type*: Array of [HeaderFooterSectionConfiguration](aws-properties-quicksight-dashboard-headerfootersectionconfiguration.md)  
*Minimum*: `0`  
*Maximum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SectionBasedLayoutPaperCanvasSizeOptions
<a name="aws-properties-quicksight-dashboard-sectionbasedlayoutpapercanvassizeoptions"></a>

The options for a paper canvas of a section-based layout.

## Syntax
<a name="aws-properties-quicksight-dashboard-sectionbasedlayoutpapercanvassizeoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-sectionbasedlayoutpapercanvassizeoptions-syntax.json"></a>

```
{
  "[PaperMargin](#cfn-quicksight-dashboard-sectionbasedlayoutpapercanvassizeoptions-papermargin)" : Spacing,
  "[PaperOrientation](#cfn-quicksight-dashboard-sectionbasedlayoutpapercanvassizeoptions-paperorientation)" : String,
  "[PaperSize](#cfn-quicksight-dashboard-sectionbasedlayoutpapercanvassizeoptions-papersize)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-sectionbasedlayoutpapercanvassizeoptions-syntax.yaml"></a>

```
  [PaperMargin](#cfn-quicksight-dashboard-sectionbasedlayoutpapercanvassizeoptions-papermargin): 
    Spacing
  [PaperOrientation](#cfn-quicksight-dashboard-sectionbasedlayoutpapercanvassizeoptions-paperorientation): String
  [PaperSize](#cfn-quicksight-dashboard-sectionbasedlayoutpapercanvassizeoptions-papersize): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-sectionbasedlayoutpapercanvassizeoptions-properties"></a>

`PaperMargin`  <a name="cfn-quicksight-dashboard-sectionbasedlayoutpapercanvassizeoptions-papermargin"></a>
Defines the spacing between the canvas content and the top, bottom, left, and right edges.  
*Required*: No  
*Type*: [Spacing](aws-properties-quicksight-dashboard-spacing.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PaperOrientation`  <a name="cfn-quicksight-dashboard-sectionbasedlayoutpapercanvassizeoptions-paperorientation"></a>
The paper orientation that is used to define canvas dimensions. Choose one of the following options:  
+ PORTRAIT
+ LANDSCAPE
*Required*: No  
*Type*: String  
*Allowed values*: `PORTRAIT | LANDSCAPE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PaperSize`  <a name="cfn-quicksight-dashboard-sectionbasedlayoutpapercanvassizeoptions-papersize"></a>
The paper size that is used to define canvas dimensions.  
*Required*: No  
*Type*: String  
*Allowed values*: `US_LETTER | US_LEGAL | US_TABLOID_LEDGER | A0 | A1 | A2 | A3 | A4 | A5 | JIS_B4 | JIS_B5`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SectionLayoutConfiguration
<a name="aws-properties-quicksight-dashboard-sectionlayoutconfiguration"></a>

The layout configuration of a section.

## Syntax
<a name="aws-properties-quicksight-dashboard-sectionlayoutconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-sectionlayoutconfiguration-syntax.json"></a>

```
{
  "[FreeFormLayout](#cfn-quicksight-dashboard-sectionlayoutconfiguration-freeformlayout)" : FreeFormSectionLayoutConfiguration
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-sectionlayoutconfiguration-syntax.yaml"></a>

```
  [FreeFormLayout](#cfn-quicksight-dashboard-sectionlayoutconfiguration-freeformlayout): 
    FreeFormSectionLayoutConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-sectionlayoutconfiguration-properties"></a>

`FreeFormLayout`  <a name="cfn-quicksight-dashboard-sectionlayoutconfiguration-freeformlayout"></a>
The free-form layout configuration of a section.  
*Required*: Yes  
*Type*: [FreeFormSectionLayoutConfiguration](aws-properties-quicksight-dashboard-freeformsectionlayoutconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SectionPageBreakConfiguration
<a name="aws-properties-quicksight-dashboard-sectionpagebreakconfiguration"></a>

The configuration of a page break for a section.

## Syntax
<a name="aws-properties-quicksight-dashboard-sectionpagebreakconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-sectionpagebreakconfiguration-syntax.json"></a>

```
{
  "[After](#cfn-quicksight-dashboard-sectionpagebreakconfiguration-after)" : SectionAfterPageBreak
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-sectionpagebreakconfiguration-syntax.yaml"></a>

```
  [After](#cfn-quicksight-dashboard-sectionpagebreakconfiguration-after): 
    SectionAfterPageBreak
```

## Properties
<a name="aws-properties-quicksight-dashboard-sectionpagebreakconfiguration-properties"></a>

`After`  <a name="cfn-quicksight-dashboard-sectionpagebreakconfiguration-after"></a>
The configuration of a page break after a section.  
*Required*: No  
*Type*: [SectionAfterPageBreak](aws-properties-quicksight-dashboard-sectionafterpagebreak.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SectionStyle
<a name="aws-properties-quicksight-dashboard-sectionstyle"></a>

The options that style a section.

## Syntax
<a name="aws-properties-quicksight-dashboard-sectionstyle-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-sectionstyle-syntax.json"></a>

```
{
  "[Height](#cfn-quicksight-dashboard-sectionstyle-height)" : String,
  "[Padding](#cfn-quicksight-dashboard-sectionstyle-padding)" : Spacing
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-sectionstyle-syntax.yaml"></a>

```
  [Height](#cfn-quicksight-dashboard-sectionstyle-height): String
  [Padding](#cfn-quicksight-dashboard-sectionstyle-padding): 
    Spacing
```

## Properties
<a name="aws-properties-quicksight-dashboard-sectionstyle-properties"></a>

`Height`  <a name="cfn-quicksight-dashboard-sectionstyle-height"></a>
The height of a section.  
Heights can only be defined for header and footer sections. The default height margin is 0.5 inches.   
*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)

`Padding`  <a name="cfn-quicksight-dashboard-sectionstyle-padding"></a>
The spacing between section content and its top, bottom, left, and right edges.  
There is no padding by default.  
*Required*: No  
*Type*: [Spacing](aws-properties-quicksight-dashboard-spacing.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SelectedSheetsFilterScopeConfiguration
<a name="aws-properties-quicksight-dashboard-selectedsheetsfilterscopeconfiguration"></a>

The configuration for applying a filter to specific sheets or visuals. You can apply this filter to multiple visuals that are on one sheet or to all visuals on a sheet.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-selectedsheetsfilterscopeconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-selectedsheetsfilterscopeconfiguration-syntax.json"></a>

```
{
  "[SheetVisualScopingConfigurations](#cfn-quicksight-dashboard-selectedsheetsfilterscopeconfiguration-sheetvisualscopingconfigurations)" : [ SheetVisualScopingConfiguration, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-selectedsheetsfilterscopeconfiguration-syntax.yaml"></a>

```
  [SheetVisualScopingConfigurations](#cfn-quicksight-dashboard-selectedsheetsfilterscopeconfiguration-sheetvisualscopingconfigurations): 
    - SheetVisualScopingConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-selectedsheetsfilterscopeconfiguration-properties"></a>

`SheetVisualScopingConfigurations`  <a name="cfn-quicksight-dashboard-selectedsheetsfilterscopeconfiguration-sheetvisualscopingconfigurations"></a>
The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.  
*Required*: No  
*Type*: Array of [SheetVisualScopingConfiguration](aws-properties-quicksight-dashboard-sheetvisualscopingconfiguration.md)  
*Minimum*: `1`  
*Maximum*: `50`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SeriesItem
<a name="aws-properties-quicksight-dashboard-seriesitem"></a>

The series item configuration of a line chart.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-seriesitem-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-seriesitem-syntax.json"></a>

```
{
  "[DataFieldSeriesItem](#cfn-quicksight-dashboard-seriesitem-datafieldseriesitem)" : DataFieldSeriesItem,
  "[FieldSeriesItem](#cfn-quicksight-dashboard-seriesitem-fieldseriesitem)" : FieldSeriesItem
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-seriesitem-syntax.yaml"></a>

```
  [DataFieldSeriesItem](#cfn-quicksight-dashboard-seriesitem-datafieldseriesitem): 
    DataFieldSeriesItem
  [FieldSeriesItem](#cfn-quicksight-dashboard-seriesitem-fieldseriesitem): 
    FieldSeriesItem
```

## Properties
<a name="aws-properties-quicksight-dashboard-seriesitem-properties"></a>

`DataFieldSeriesItem`  <a name="cfn-quicksight-dashboard-seriesitem-datafieldseriesitem"></a>
The data field series item configuration of a line chart.  
*Required*: No  
*Type*: [DataFieldSeriesItem](aws-properties-quicksight-dashboard-datafieldseriesitem.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldSeriesItem`  <a name="cfn-quicksight-dashboard-seriesitem-fieldseriesitem"></a>
The field series item configuration of a line chart.  
*Required*: No  
*Type*: [FieldSeriesItem](aws-properties-quicksight-dashboard-fieldseriesitem.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SetParameterValueConfiguration
<a name="aws-properties-quicksight-dashboard-setparametervalueconfiguration"></a>

The configuration of adding parameters in action.

## Syntax
<a name="aws-properties-quicksight-dashboard-setparametervalueconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-setparametervalueconfiguration-syntax.json"></a>

```
{
  "[DestinationParameterName](#cfn-quicksight-dashboard-setparametervalueconfiguration-destinationparametername)" : String,
  "[Value](#cfn-quicksight-dashboard-setparametervalueconfiguration-value)" : DestinationParameterValueConfiguration
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-setparametervalueconfiguration-syntax.yaml"></a>

```
  [DestinationParameterName](#cfn-quicksight-dashboard-setparametervalueconfiguration-destinationparametername): String
  [Value](#cfn-quicksight-dashboard-setparametervalueconfiguration-value): 
    DestinationParameterValueConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-setparametervalueconfiguration-properties"></a>

`DestinationParameterName`  <a name="cfn-quicksight-dashboard-setparametervalueconfiguration-destinationparametername"></a>
The destination parameter name of the `SetParameterValueConfiguration`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[a-zA-Z0-9]+$`  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-quicksight-dashboard-setparametervalueconfiguration-value"></a>
Property description not available.  
*Required*: Yes  
*Type*: [DestinationParameterValueConfiguration](aws-properties-quicksight-dashboard-destinationparametervalueconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ShapeConditionalFormat
<a name="aws-properties-quicksight-dashboard-shapeconditionalformat"></a>

The shape conditional formatting of a filled map visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-shapeconditionalformat-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-shapeconditionalformat-syntax.json"></a>

```
{
  "[BackgroundColor](#cfn-quicksight-dashboard-shapeconditionalformat-backgroundcolor)" : ConditionalFormattingColor
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-shapeconditionalformat-syntax.yaml"></a>

```
  [BackgroundColor](#cfn-quicksight-dashboard-shapeconditionalformat-backgroundcolor): 
    ConditionalFormattingColor
```

## Properties
<a name="aws-properties-quicksight-dashboard-shapeconditionalformat-properties"></a>

`BackgroundColor`  <a name="cfn-quicksight-dashboard-shapeconditionalformat-backgroundcolor"></a>
The conditional formatting for the shape background color of a filled map visual.  
*Required*: Yes  
*Type*: [ConditionalFormattingColor](aws-properties-quicksight-dashboard-conditionalformattingcolor.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard Sheet
<a name="aws-properties-quicksight-dashboard-sheet"></a>

A *sheet*, which is an object that contains a set of visuals that are viewed together on one page in Quick Sight. Every analysis and dashboard contains at least one sheet. Each sheet contains at least one visualization widget, for example a chart, pivot table, or narrative insight. Sheets can be associated with other components, such as controls, filters, and so on.

## Syntax
<a name="aws-properties-quicksight-dashboard-sheet-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-sheet-syntax.json"></a>

```
{
  "[Name](#cfn-quicksight-dashboard-sheet-name)" : String,
  "[SheetId](#cfn-quicksight-dashboard-sheet-sheetid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-sheet-syntax.yaml"></a>

```
  [Name](#cfn-quicksight-dashboard-sheet-name): String
  [SheetId](#cfn-quicksight-dashboard-sheet-sheetid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-sheet-properties"></a>

`Name`  <a name="cfn-quicksight-dashboard-sheet-name"></a>
The name of a sheet. This name is displayed on the sheet's tab in the Quick Sight console.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SheetId`  <a name="cfn-quicksight-dashboard-sheet-sheetid"></a>
The unique identifier associated with a sheet.  
*Required*: No  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

# AWS::QuickSight::Dashboard SheetControlInfoIconLabelOptions
<a name="aws-properties-quicksight-dashboard-sheetcontrolinfoiconlabeloptions"></a>

A control to display info icons for filters and parameters.

## Syntax
<a name="aws-properties-quicksight-dashboard-sheetcontrolinfoiconlabeloptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-sheetcontrolinfoiconlabeloptions-syntax.json"></a>

```
{
  "[InfoIconText](#cfn-quicksight-dashboard-sheetcontrolinfoiconlabeloptions-infoicontext)" : String,
  "[Visibility](#cfn-quicksight-dashboard-sheetcontrolinfoiconlabeloptions-visibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-sheetcontrolinfoiconlabeloptions-syntax.yaml"></a>

```
  [InfoIconText](#cfn-quicksight-dashboard-sheetcontrolinfoiconlabeloptions-infoicontext): String
  [Visibility](#cfn-quicksight-dashboard-sheetcontrolinfoiconlabeloptions-visibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-sheetcontrolinfoiconlabeloptions-properties"></a>

`InfoIconText`  <a name="cfn-quicksight-dashboard-sheetcontrolinfoiconlabeloptions-infoicontext"></a>
 The text content of info icon.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `100`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Visibility`  <a name="cfn-quicksight-dashboard-sheetcontrolinfoiconlabeloptions-visibility"></a>
The visibility configuration of info icon label options.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SheetControlLayout
<a name="aws-properties-quicksight-dashboard-sheetcontrollayout"></a>

A grid layout to define the placement of sheet control.

## Syntax
<a name="aws-properties-quicksight-dashboard-sheetcontrollayout-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-sheetcontrollayout-syntax.json"></a>

```
{
  "[Configuration](#cfn-quicksight-dashboard-sheetcontrollayout-configuration)" : SheetControlLayoutConfiguration
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-sheetcontrollayout-syntax.yaml"></a>

```
  [Configuration](#cfn-quicksight-dashboard-sheetcontrollayout-configuration): 
    SheetControlLayoutConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-sheetcontrollayout-properties"></a>

`Configuration`  <a name="cfn-quicksight-dashboard-sheetcontrollayout-configuration"></a>
The configuration that determines the elements and canvas size options of sheet control.  
*Required*: Yes  
*Type*: [SheetControlLayoutConfiguration](aws-properties-quicksight-dashboard-sheetcontrollayoutconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SheetControlLayoutConfiguration
<a name="aws-properties-quicksight-dashboard-sheetcontrollayoutconfiguration"></a>

The configuration that determines the elements and canvas size options of sheet control.

## Syntax
<a name="aws-properties-quicksight-dashboard-sheetcontrollayoutconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-sheetcontrollayoutconfiguration-syntax.json"></a>

```
{
  "[GridLayout](#cfn-quicksight-dashboard-sheetcontrollayoutconfiguration-gridlayout)" : GridLayoutConfiguration
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-sheetcontrollayoutconfiguration-syntax.yaml"></a>

```
  [GridLayout](#cfn-quicksight-dashboard-sheetcontrollayoutconfiguration-gridlayout): 
    GridLayoutConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-sheetcontrollayoutconfiguration-properties"></a>

`GridLayout`  <a name="cfn-quicksight-dashboard-sheetcontrollayoutconfiguration-gridlayout"></a>
The configuration that determines the elements and canvas size options of sheet control.  
*Required*: No  
*Type*: [GridLayoutConfiguration](aws-properties-quicksight-dashboard-gridlayoutconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SheetControlsOption
<a name="aws-properties-quicksight-dashboard-sheetcontrolsoption"></a>

Sheet controls option.

## Syntax
<a name="aws-properties-quicksight-dashboard-sheetcontrolsoption-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-sheetcontrolsoption-syntax.json"></a>

```
{
  "[VisibilityState](#cfn-quicksight-dashboard-sheetcontrolsoption-visibilitystate)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-sheetcontrolsoption-syntax.yaml"></a>

```
  [VisibilityState](#cfn-quicksight-dashboard-sheetcontrolsoption-visibilitystate): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-sheetcontrolsoption-properties"></a>

`VisibilityState`  <a name="cfn-quicksight-dashboard-sheetcontrolsoption-visibilitystate"></a>
Visibility state.  
*Required*: No  
*Type*: String  
*Allowed values*: `EXPANDED | COLLAPSED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SheetDefinition
<a name="aws-properties-quicksight-dashboard-sheetdefinition"></a>

A sheet is an object that contains a set of visuals that are viewed together on one page in a paginated report. Every analysis and dashboard must contain at least one sheet.

## Syntax
<a name="aws-properties-quicksight-dashboard-sheetdefinition-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-sheetdefinition-syntax.json"></a>

```
{
  "[ContentType](#cfn-quicksight-dashboard-sheetdefinition-contenttype)" : String,
  "[Description](#cfn-quicksight-dashboard-sheetdefinition-description)" : String,
  "[FilterControls](#cfn-quicksight-dashboard-sheetdefinition-filtercontrols)" : [ FilterControl, ... ],
  "[Images](#cfn-quicksight-dashboard-sheetdefinition-images)" : [ SheetImage, ... ],
  "[Layouts](#cfn-quicksight-dashboard-sheetdefinition-layouts)" : [ Layout, ... ],
  "[Name](#cfn-quicksight-dashboard-sheetdefinition-name)" : String,
  "[ParameterControls](#cfn-quicksight-dashboard-sheetdefinition-parametercontrols)" : [ ParameterControl, ... ],
  "[SheetControlLayouts](#cfn-quicksight-dashboard-sheetdefinition-sheetcontrollayouts)" : [ SheetControlLayout, ... ],
  "[SheetId](#cfn-quicksight-dashboard-sheetdefinition-sheetid)" : String,
  "[TextBoxes](#cfn-quicksight-dashboard-sheetdefinition-textboxes)" : [ SheetTextBox, ... ],
  "[Title](#cfn-quicksight-dashboard-sheetdefinition-title)" : String,
  "[Visuals](#cfn-quicksight-dashboard-sheetdefinition-visuals)" : [ Visual, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-sheetdefinition-syntax.yaml"></a>

```
  [ContentType](#cfn-quicksight-dashboard-sheetdefinition-contenttype): String
  [Description](#cfn-quicksight-dashboard-sheetdefinition-description): String
  [FilterControls](#cfn-quicksight-dashboard-sheetdefinition-filtercontrols): 
    - FilterControl
  [Images](#cfn-quicksight-dashboard-sheetdefinition-images): 
    - SheetImage
  [Layouts](#cfn-quicksight-dashboard-sheetdefinition-layouts): 
    - Layout
  [Name](#cfn-quicksight-dashboard-sheetdefinition-name): String
  [ParameterControls](#cfn-quicksight-dashboard-sheetdefinition-parametercontrols): 
    - ParameterControl
  [SheetControlLayouts](#cfn-quicksight-dashboard-sheetdefinition-sheetcontrollayouts): 
    - SheetControlLayout
  [SheetId](#cfn-quicksight-dashboard-sheetdefinition-sheetid): String
  [TextBoxes](#cfn-quicksight-dashboard-sheetdefinition-textboxes): 
    - SheetTextBox
  [Title](#cfn-quicksight-dashboard-sheetdefinition-title): String
  [Visuals](#cfn-quicksight-dashboard-sheetdefinition-visuals): 
    - Visual
```

## Properties
<a name="aws-properties-quicksight-dashboard-sheetdefinition-properties"></a>

`ContentType`  <a name="cfn-quicksight-dashboard-sheetdefinition-contenttype"></a>
The layout content type of the sheet. Choose one of the following options:  
+ `PAGINATED`: Creates a sheet for a paginated report.
+ `INTERACTIVE`: Creates a sheet for an interactive dashboard.
*Required*: No  
*Type*: String  
*Allowed values*: `PAGINATED | INTERACTIVE`  
*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-sheetdefinition-description"></a>
A description of the sheet.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FilterControls`  <a name="cfn-quicksight-dashboard-sheetdefinition-filtercontrols"></a>
The list of filter controls that are on a sheet.  
For more information, see [Adding filter controls to analysis sheets](https://docs.aws.amazon.com/quicksight/latest/user/filter-controls.html) in the *Amazon Quick Suite User Guide*.  
*Required*: No  
*Type*: Array of [FilterControl](aws-properties-quicksight-dashboard-filtercontrol.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Images`  <a name="cfn-quicksight-dashboard-sheetdefinition-images"></a>
A list of images on a sheet.  
*Required*: No  
*Type*: Array of [SheetImage](aws-properties-quicksight-dashboard-sheetimage.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Layouts`  <a name="cfn-quicksight-dashboard-sheetdefinition-layouts"></a>
Layouts define how the components of a sheet are arranged.  
For more information, see [Types of layout](https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html) in the *Amazon Quick Suite User Guide*.  
*Required*: No  
*Type*: Array of [Layout](aws-properties-quicksight-dashboard-layout.md)  
*Minimum*: `1`  
*Maximum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-quicksight-dashboard-sheetdefinition-name"></a>
The name of the sheet. This name is displayed on the sheet's tab in the Quick console.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ParameterControls`  <a name="cfn-quicksight-dashboard-sheetdefinition-parametercontrols"></a>
The list of parameter controls that are on a sheet.  
For more information, see [Using a Control with a Parameter in Amazon Quick Sight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html) in the *Amazon Quick Suite User Guide*.  
*Required*: No  
*Type*: Array of [ParameterControl](aws-properties-quicksight-dashboard-parametercontrol.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SheetControlLayouts`  <a name="cfn-quicksight-dashboard-sheetdefinition-sheetcontrollayouts"></a>
The control layouts of the sheet.  
*Required*: No  
*Type*: Array of [SheetControlLayout](aws-properties-quicksight-dashboard-sheetcontrollayout.md)  
*Minimum*: `0`  
*Maximum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SheetId`  <a name="cfn-quicksight-dashboard-sheetdefinition-sheetid"></a>
The unique identifier of a sheet.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`TextBoxes`  <a name="cfn-quicksight-dashboard-sheetdefinition-textboxes"></a>
The text boxes that are on a sheet.  
*Required*: No  
*Type*: Array of [SheetTextBox](aws-properties-quicksight-dashboard-sheettextbox.md)  
*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)

`Title`  <a name="cfn-quicksight-dashboard-sheetdefinition-title"></a>
The title of the sheet.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Visuals`  <a name="cfn-quicksight-dashboard-sheetdefinition-visuals"></a>
A list of the visuals that are on a sheet. Visual placement is determined by the layout of the sheet.  
*Required*: No  
*Type*: Array of [Visual](aws-properties-quicksight-dashboard-visual.md)  
*Minimum*: `0`  
*Maximum*: `50`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SheetElementConfigurationOverrides
<a name="aws-properties-quicksight-dashboard-sheetelementconfigurationoverrides"></a>

The override configuration of the rendering rules of a sheet.

## Syntax
<a name="aws-properties-quicksight-dashboard-sheetelementconfigurationoverrides-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-sheetelementconfigurationoverrides-syntax.json"></a>

```
{
  "[Visibility](#cfn-quicksight-dashboard-sheetelementconfigurationoverrides-visibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-sheetelementconfigurationoverrides-syntax.yaml"></a>

```
  [Visibility](#cfn-quicksight-dashboard-sheetelementconfigurationoverrides-visibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-sheetelementconfigurationoverrides-properties"></a>

`Visibility`  <a name="cfn-quicksight-dashboard-sheetelementconfigurationoverrides-visibility"></a>
Determines whether or not the overrides are visible. Choose one of the following options:  
+  `VISIBLE` 
+  `HIDDEN` 
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SheetElementRenderingRule
<a name="aws-properties-quicksight-dashboard-sheetelementrenderingrule"></a>

The rendering rules of a sheet that uses a free-form layout.

## Syntax
<a name="aws-properties-quicksight-dashboard-sheetelementrenderingrule-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-sheetelementrenderingrule-syntax.json"></a>

```
{
  "[ConfigurationOverrides](#cfn-quicksight-dashboard-sheetelementrenderingrule-configurationoverrides)" : SheetElementConfigurationOverrides,
  "[Expression](#cfn-quicksight-dashboard-sheetelementrenderingrule-expression)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-sheetelementrenderingrule-syntax.yaml"></a>

```
  [ConfigurationOverrides](#cfn-quicksight-dashboard-sheetelementrenderingrule-configurationoverrides): 
    SheetElementConfigurationOverrides
  [Expression](#cfn-quicksight-dashboard-sheetelementrenderingrule-expression): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-sheetelementrenderingrule-properties"></a>

`ConfigurationOverrides`  <a name="cfn-quicksight-dashboard-sheetelementrenderingrule-configurationoverrides"></a>
The override configuration of the rendering rules of a sheet.  
*Required*: Yes  
*Type*: [SheetElementConfigurationOverrides](aws-properties-quicksight-dashboard-sheetelementconfigurationoverrides.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Expression`  <a name="cfn-quicksight-dashboard-sheetelementrenderingrule-expression"></a>
The expression of the rendering rules of a sheet.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `4096`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SheetImage
<a name="aws-properties-quicksight-dashboard-sheetimage"></a>

An image that is located on a sheet.

## Syntax
<a name="aws-properties-quicksight-dashboard-sheetimage-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-sheetimage-syntax.json"></a>

```
{
  "[Actions](#cfn-quicksight-dashboard-sheetimage-actions)" : [ ImageCustomAction, ... ],
  "[ImageContentAltText](#cfn-quicksight-dashboard-sheetimage-imagecontentalttext)" : String,
  "[Interactions](#cfn-quicksight-dashboard-sheetimage-interactions)" : ImageInteractionOptions,
  "[Scaling](#cfn-quicksight-dashboard-sheetimage-scaling)" : SheetImageScalingConfiguration,
  "[SheetImageId](#cfn-quicksight-dashboard-sheetimage-sheetimageid)" : String,
  "[Source](#cfn-quicksight-dashboard-sheetimage-source)" : SheetImageSource,
  "[Tooltip](#cfn-quicksight-dashboard-sheetimage-tooltip)" : SheetImageTooltipConfiguration
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-sheetimage-syntax.yaml"></a>

```
  [Actions](#cfn-quicksight-dashboard-sheetimage-actions): 
    - ImageCustomAction
  [ImageContentAltText](#cfn-quicksight-dashboard-sheetimage-imagecontentalttext): String
  [Interactions](#cfn-quicksight-dashboard-sheetimage-interactions): 
    ImageInteractionOptions
  [Scaling](#cfn-quicksight-dashboard-sheetimage-scaling): 
    SheetImageScalingConfiguration
  [SheetImageId](#cfn-quicksight-dashboard-sheetimage-sheetimageid): String
  [Source](#cfn-quicksight-dashboard-sheetimage-source): 
    SheetImageSource
  [Tooltip](#cfn-quicksight-dashboard-sheetimage-tooltip): 
    SheetImageTooltipConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-sheetimage-properties"></a>

`Actions`  <a name="cfn-quicksight-dashboard-sheetimage-actions"></a>
A list of custom actions that are configured for an image.  
*Required*: No  
*Type*: Array of [ImageCustomAction](aws-properties-quicksight-dashboard-imagecustomaction.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ImageContentAltText`  <a name="cfn-quicksight-dashboard-sheetimage-imagecontentalttext"></a>
The alt text for the image.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Interactions`  <a name="cfn-quicksight-dashboard-sheetimage-interactions"></a>
The general image interactions setup for an image.  
*Required*: No  
*Type*: [ImageInteractionOptions](aws-properties-quicksight-dashboard-imageinteractionoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Scaling`  <a name="cfn-quicksight-dashboard-sheetimage-scaling"></a>
Determines how the image is scaled.  
*Required*: No  
*Type*: [SheetImageScalingConfiguration](aws-properties-quicksight-dashboard-sheetimagescalingconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SheetImageId`  <a name="cfn-quicksight-dashboard-sheetimage-sheetimageid"></a>
The ID of the sheet image.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`Source`  <a name="cfn-quicksight-dashboard-sheetimage-source"></a>
The source of the image.  
*Required*: Yes  
*Type*: [SheetImageSource](aws-properties-quicksight-dashboard-sheetimagesource.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tooltip`  <a name="cfn-quicksight-dashboard-sheetimage-tooltip"></a>
The tooltip to be shown when hovering over the image.  
*Required*: No  
*Type*: [SheetImageTooltipConfiguration](aws-properties-quicksight-dashboard-sheetimagetooltipconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SheetImageScalingConfiguration
<a name="aws-properties-quicksight-dashboard-sheetimagescalingconfiguration"></a>

Determines how the image is scaled

## Syntax
<a name="aws-properties-quicksight-dashboard-sheetimagescalingconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-sheetimagescalingconfiguration-syntax.json"></a>

```
{
  "[ScalingType](#cfn-quicksight-dashboard-sheetimagescalingconfiguration-scalingtype)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-sheetimagescalingconfiguration-syntax.yaml"></a>

```
  [ScalingType](#cfn-quicksight-dashboard-sheetimagescalingconfiguration-scalingtype): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-sheetimagescalingconfiguration-properties"></a>

`ScalingType`  <a name="cfn-quicksight-dashboard-sheetimagescalingconfiguration-scalingtype"></a>
The scaling option to use when fitting the image inside the container.  
Valid values are defined as follows:  
+ `SCALE_TO_WIDTH`: The image takes up the entire width of the container. The image aspect ratio is preserved.
+ `SCALE_TO_HEIGHT`: The image takes up the entire height of the container. The image aspect ratio is preserved.
+ `SCALE_TO_CONTAINER`: The image takes up the entire width and height of the container. The image aspect ratio is not preserved.
+ `SCALE_NONE`: The image is displayed in its original size and is not scaled to the container.
*Required*: No  
*Type*: String  
*Allowed values*: `SCALE_TO_WIDTH | SCALE_TO_HEIGHT | SCALE_TO_CONTAINER | SCALE_NONE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SheetImageSource
<a name="aws-properties-quicksight-dashboard-sheetimagesource"></a>

The source of the image.

## Syntax
<a name="aws-properties-quicksight-dashboard-sheetimagesource-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-sheetimagesource-syntax.json"></a>

```
{
  "[SheetImageStaticFileSource](#cfn-quicksight-dashboard-sheetimagesource-sheetimagestaticfilesource)" : SheetImageStaticFileSource
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-sheetimagesource-syntax.yaml"></a>

```
  [SheetImageStaticFileSource](#cfn-quicksight-dashboard-sheetimagesource-sheetimagestaticfilesource): 
    SheetImageStaticFileSource
```

## Properties
<a name="aws-properties-quicksight-dashboard-sheetimagesource-properties"></a>

`SheetImageStaticFileSource`  <a name="cfn-quicksight-dashboard-sheetimagesource-sheetimagestaticfilesource"></a>
The source of the static file that contains the image.  
*Required*: No  
*Type*: [SheetImageStaticFileSource](aws-properties-quicksight-dashboard-sheetimagestaticfilesource.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SheetImageStaticFileSource
<a name="aws-properties-quicksight-dashboard-sheetimagestaticfilesource"></a>

The source of the static file that contains the image.

## Syntax
<a name="aws-properties-quicksight-dashboard-sheetimagestaticfilesource-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-sheetimagestaticfilesource-syntax.json"></a>

```
{
  "[StaticFileId](#cfn-quicksight-dashboard-sheetimagestaticfilesource-staticfileid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-sheetimagestaticfilesource-syntax.yaml"></a>

```
  [StaticFileId](#cfn-quicksight-dashboard-sheetimagestaticfilesource-staticfileid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-sheetimagestaticfilesource-properties"></a>

`StaticFileId`  <a name="cfn-quicksight-dashboard-sheetimagestaticfilesource-staticfileid"></a>
The ID of the static file that contains the image.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

# AWS::QuickSight::Dashboard SheetImageTooltipConfiguration
<a name="aws-properties-quicksight-dashboard-sheetimagetooltipconfiguration"></a>

The tooltip configuration for a sheet image.

## Syntax
<a name="aws-properties-quicksight-dashboard-sheetimagetooltipconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-sheetimagetooltipconfiguration-syntax.json"></a>

```
{
  "[TooltipText](#cfn-quicksight-dashboard-sheetimagetooltipconfiguration-tooltiptext)" : SheetImageTooltipText,
  "[Visibility](#cfn-quicksight-dashboard-sheetimagetooltipconfiguration-visibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-sheetimagetooltipconfiguration-syntax.yaml"></a>

```
  [TooltipText](#cfn-quicksight-dashboard-sheetimagetooltipconfiguration-tooltiptext): 
    SheetImageTooltipText
  [Visibility](#cfn-quicksight-dashboard-sheetimagetooltipconfiguration-visibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-sheetimagetooltipconfiguration-properties"></a>

`TooltipText`  <a name="cfn-quicksight-dashboard-sheetimagetooltipconfiguration-tooltiptext"></a>
The text that appears in the tooltip.  
*Required*: No  
*Type*: [SheetImageTooltipText](aws-properties-quicksight-dashboard-sheetimagetooltiptext.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Visibility`  <a name="cfn-quicksight-dashboard-sheetimagetooltipconfiguration-visibility"></a>
The visibility of the tooltip.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SheetImageTooltipText
<a name="aws-properties-quicksight-dashboard-sheetimagetooltiptext"></a>

The text that appears in the sheet image tooltip.

## Syntax
<a name="aws-properties-quicksight-dashboard-sheetimagetooltiptext-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-sheetimagetooltiptext-syntax.json"></a>

```
{
  "[PlainText](#cfn-quicksight-dashboard-sheetimagetooltiptext-plaintext)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-sheetimagetooltiptext-syntax.yaml"></a>

```
  [PlainText](#cfn-quicksight-dashboard-sheetimagetooltiptext-plaintext): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-sheetimagetooltiptext-properties"></a>

`PlainText`  <a name="cfn-quicksight-dashboard-sheetimagetooltiptext-plaintext"></a>
The plain text format.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SheetLayoutElementMaximizationOption
<a name="aws-properties-quicksight-dashboard-sheetlayoutelementmaximizationoption"></a>

The sheet layout maximization options of a dashbaord.

## Syntax
<a name="aws-properties-quicksight-dashboard-sheetlayoutelementmaximizationoption-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-sheetlayoutelementmaximizationoption-syntax.json"></a>

```
{
  "[AvailabilityStatus](#cfn-quicksight-dashboard-sheetlayoutelementmaximizationoption-availabilitystatus)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-sheetlayoutelementmaximizationoption-syntax.yaml"></a>

```
  [AvailabilityStatus](#cfn-quicksight-dashboard-sheetlayoutelementmaximizationoption-availabilitystatus): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-sheetlayoutelementmaximizationoption-properties"></a>

`AvailabilityStatus`  <a name="cfn-quicksight-dashboard-sheetlayoutelementmaximizationoption-availabilitystatus"></a>
The status of the sheet layout maximization options of a dashbaord.  
*Required*: No  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SheetTextBox
<a name="aws-properties-quicksight-dashboard-sheettextbox"></a>

A text box.

## Syntax
<a name="aws-properties-quicksight-dashboard-sheettextbox-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-sheettextbox-syntax.json"></a>

```
{
  "[Content](#cfn-quicksight-dashboard-sheettextbox-content)" : String,
  "[SheetTextBoxId](#cfn-quicksight-dashboard-sheettextbox-sheettextboxid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-sheettextbox-syntax.yaml"></a>

```
  [Content](#cfn-quicksight-dashboard-sheettextbox-content): String
  [SheetTextBoxId](#cfn-quicksight-dashboard-sheettextbox-sheettextboxid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-sheettextbox-properties"></a>

`Content`  <a name="cfn-quicksight-dashboard-sheettextbox-content"></a>
The content that is displayed in the text box.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `150000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SheetTextBoxId`  <a name="cfn-quicksight-dashboard-sheettextbox-sheettextboxid"></a>
The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

# AWS::QuickSight::Dashboard SheetVisualScopingConfiguration
<a name="aws-properties-quicksight-dashboard-sheetvisualscopingconfiguration"></a>

The filter that is applied to the options.

## Syntax
<a name="aws-properties-quicksight-dashboard-sheetvisualscopingconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-sheetvisualscopingconfiguration-syntax.json"></a>

```
{
  "[Scope](#cfn-quicksight-dashboard-sheetvisualscopingconfiguration-scope)" : String,
  "[SheetId](#cfn-quicksight-dashboard-sheetvisualscopingconfiguration-sheetid)" : String,
  "[VisualIds](#cfn-quicksight-dashboard-sheetvisualscopingconfiguration-visualids)" : [ String, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-sheetvisualscopingconfiguration-syntax.yaml"></a>

```
  [Scope](#cfn-quicksight-dashboard-sheetvisualscopingconfiguration-scope): String
  [SheetId](#cfn-quicksight-dashboard-sheetvisualscopingconfiguration-sheetid): String
  [VisualIds](#cfn-quicksight-dashboard-sheetvisualscopingconfiguration-visualids): 
    - String
```

## Properties
<a name="aws-properties-quicksight-dashboard-sheetvisualscopingconfiguration-properties"></a>

`Scope`  <a name="cfn-quicksight-dashboard-sheetvisualscopingconfiguration-scope"></a>
The scope of the applied entities. Choose one of the following options:  
+  `ALL_VISUALS` 
+  `SELECTED_VISUALS` 
*Required*: Yes  
*Type*: String  
*Allowed values*: `ALL_VISUALS | SELECTED_VISUALS`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SheetId`  <a name="cfn-quicksight-dashboard-sheetvisualscopingconfiguration-sheetid"></a>
The selected sheet that the filter is applied to.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`VisualIds`  <a name="cfn-quicksight-dashboard-sheetvisualscopingconfiguration-visualids"></a>
The selected visuals that the filter is applied to.  
*Required*: No  
*Type*: Array of String  
*Minimum*: `1 | 0`  
*Maximum*: `512 | 50`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ShortFormatText
<a name="aws-properties-quicksight-dashboard-shortformattext"></a>

The text format for the title.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-shortformattext-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-shortformattext-syntax.json"></a>

```
{
  "[PlainText](#cfn-quicksight-dashboard-shortformattext-plaintext)" : String,
  "[RichText](#cfn-quicksight-dashboard-shortformattext-richtext)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-shortformattext-syntax.yaml"></a>

```
  [PlainText](#cfn-quicksight-dashboard-shortformattext-plaintext): String
  [RichText](#cfn-quicksight-dashboard-shortformattext-richtext): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-shortformattext-properties"></a>

`PlainText`  <a name="cfn-quicksight-dashboard-shortformattext-plaintext"></a>
Plain text format.  
*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)

`RichText`  <a name="cfn-quicksight-dashboard-shortformattext-richtext"></a>
Rich text. Examples of rich text include bold, underline, and italics.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SimpleClusterMarker
<a name="aws-properties-quicksight-dashboard-simpleclustermarker"></a>

The simple cluster marker of the cluster marker.

## Syntax
<a name="aws-properties-quicksight-dashboard-simpleclustermarker-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-simpleclustermarker-syntax.json"></a>

```
{
  "[Color](#cfn-quicksight-dashboard-simpleclustermarker-color)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-simpleclustermarker-syntax.yaml"></a>

```
  [Color](#cfn-quicksight-dashboard-simpleclustermarker-color): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-simpleclustermarker-properties"></a>

`Color`  <a name="cfn-quicksight-dashboard-simpleclustermarker-color"></a>
The color of the simple cluster marker.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SingleAxisOptions
<a name="aws-properties-quicksight-dashboard-singleaxisoptions"></a>

The settings of a chart's single axis configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-singleaxisoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-singleaxisoptions-syntax.json"></a>

```
{
  "[YAxisOptions](#cfn-quicksight-dashboard-singleaxisoptions-yaxisoptions)" : YAxisOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-singleaxisoptions-syntax.yaml"></a>

```
  [YAxisOptions](#cfn-quicksight-dashboard-singleaxisoptions-yaxisoptions): 
    YAxisOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-singleaxisoptions-properties"></a>

`YAxisOptions`  <a name="cfn-quicksight-dashboard-singleaxisoptions-yaxisoptions"></a>
The Y axis options of a single axis configuration.  
*Required*: No  
*Type*: [YAxisOptions](aws-properties-quicksight-dashboard-yaxisoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SliderControlDisplayOptions
<a name="aws-properties-quicksight-dashboard-slidercontroldisplayoptions"></a>

The display options of a control.

## Syntax
<a name="aws-properties-quicksight-dashboard-slidercontroldisplayoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-slidercontroldisplayoptions-syntax.json"></a>

```
{
  "[InfoIconLabelOptions](#cfn-quicksight-dashboard-slidercontroldisplayoptions-infoiconlabeloptions)" : SheetControlInfoIconLabelOptions,
  "[TitleOptions](#cfn-quicksight-dashboard-slidercontroldisplayoptions-titleoptions)" : LabelOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-slidercontroldisplayoptions-syntax.yaml"></a>

```
  [InfoIconLabelOptions](#cfn-quicksight-dashboard-slidercontroldisplayoptions-infoiconlabeloptions): 
    SheetControlInfoIconLabelOptions
  [TitleOptions](#cfn-quicksight-dashboard-slidercontroldisplayoptions-titleoptions): 
    LabelOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-slidercontroldisplayoptions-properties"></a>

`InfoIconLabelOptions`  <a name="cfn-quicksight-dashboard-slidercontroldisplayoptions-infoiconlabeloptions"></a>
The configuration of info icon label options.  
*Required*: No  
*Type*: [SheetControlInfoIconLabelOptions](aws-properties-quicksight-dashboard-sheetcontrolinfoiconlabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TitleOptions`  <a name="cfn-quicksight-dashboard-slidercontroldisplayoptions-titleoptions"></a>
The options to configure the title visibility, name, and font size.  
*Required*: No  
*Type*: [LabelOptions](aws-properties-quicksight-dashboard-labeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SmallMultiplesAxisProperties
<a name="aws-properties-quicksight-dashboard-smallmultiplesaxisproperties"></a>

Configures the properties of a chart's axes that are used by small multiples panels.

## Syntax
<a name="aws-properties-quicksight-dashboard-smallmultiplesaxisproperties-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-smallmultiplesaxisproperties-syntax.json"></a>

```
{
  "[Placement](#cfn-quicksight-dashboard-smallmultiplesaxisproperties-placement)" : String,
  "[Scale](#cfn-quicksight-dashboard-smallmultiplesaxisproperties-scale)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-smallmultiplesaxisproperties-syntax.yaml"></a>

```
  [Placement](#cfn-quicksight-dashboard-smallmultiplesaxisproperties-placement): String
  [Scale](#cfn-quicksight-dashboard-smallmultiplesaxisproperties-scale): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-smallmultiplesaxisproperties-properties"></a>

`Placement`  <a name="cfn-quicksight-dashboard-smallmultiplesaxisproperties-placement"></a>
Defines the placement of the axis. By default, axes are rendered `OUTSIDE` of the panels. Axes with `INDEPENDENT` scale are rendered `INSIDE` the panels.  
*Required*: No  
*Type*: String  
*Allowed values*: `OUTSIDE | INSIDE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Scale`  <a name="cfn-quicksight-dashboard-smallmultiplesaxisproperties-scale"></a>
Determines whether scale of the axes are shared or independent. The default value is `SHARED`.  
*Required*: No  
*Type*: String  
*Allowed values*: `SHARED | INDEPENDENT`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SmallMultiplesOptions
<a name="aws-properties-quicksight-dashboard-smallmultiplesoptions"></a>

Options that determine the layout and display options of a chart's small multiples.

## Syntax
<a name="aws-properties-quicksight-dashboard-smallmultiplesoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-smallmultiplesoptions-syntax.json"></a>

```
{
  "[MaxVisibleColumns](#cfn-quicksight-dashboard-smallmultiplesoptions-maxvisiblecolumns)" : Number,
  "[MaxVisibleRows](#cfn-quicksight-dashboard-smallmultiplesoptions-maxvisiblerows)" : Number,
  "[PanelConfiguration](#cfn-quicksight-dashboard-smallmultiplesoptions-panelconfiguration)" : PanelConfiguration,
  "[XAxis](#cfn-quicksight-dashboard-smallmultiplesoptions-xaxis)" : SmallMultiplesAxisProperties,
  "[YAxis](#cfn-quicksight-dashboard-smallmultiplesoptions-yaxis)" : SmallMultiplesAxisProperties
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-smallmultiplesoptions-syntax.yaml"></a>

```
  [MaxVisibleColumns](#cfn-quicksight-dashboard-smallmultiplesoptions-maxvisiblecolumns): Number
  [MaxVisibleRows](#cfn-quicksight-dashboard-smallmultiplesoptions-maxvisiblerows): Number
  [PanelConfiguration](#cfn-quicksight-dashboard-smallmultiplesoptions-panelconfiguration): 
    PanelConfiguration
  [XAxis](#cfn-quicksight-dashboard-smallmultiplesoptions-xaxis): 
    SmallMultiplesAxisProperties
  [YAxis](#cfn-quicksight-dashboard-smallmultiplesoptions-yaxis): 
    SmallMultiplesAxisProperties
```

## Properties
<a name="aws-properties-quicksight-dashboard-smallmultiplesoptions-properties"></a>

`MaxVisibleColumns`  <a name="cfn-quicksight-dashboard-smallmultiplesoptions-maxvisiblecolumns"></a>
Sets the maximum number of visible columns to display in the grid of small multiples panels.  
The default is `Auto`, which automatically adjusts the columns in the grid to fit the overall layout and size of the given chart.  
*Required*: No  
*Type*: Number  
*Minimum*: `1`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MaxVisibleRows`  <a name="cfn-quicksight-dashboard-smallmultiplesoptions-maxvisiblerows"></a>
Sets the maximum number of visible rows to display in the grid of small multiples panels.  
The default value is `Auto`, which automatically adjusts the rows in the grid to fit the overall layout and size of the given chart.  
*Required*: No  
*Type*: Number  
*Minimum*: `1`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PanelConfiguration`  <a name="cfn-quicksight-dashboard-smallmultiplesoptions-panelconfiguration"></a>
Configures the display options for each small multiples panel.  
*Required*: No  
*Type*: [PanelConfiguration](aws-properties-quicksight-dashboard-panelconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`XAxis`  <a name="cfn-quicksight-dashboard-smallmultiplesoptions-xaxis"></a>
The properties of a small multiples X axis.  
*Required*: No  
*Type*: [SmallMultiplesAxisProperties](aws-properties-quicksight-dashboard-smallmultiplesaxisproperties.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`YAxis`  <a name="cfn-quicksight-dashboard-smallmultiplesoptions-yaxis"></a>
The properties of a small multiples Y axis.  
*Required*: No  
*Type*: [SmallMultiplesAxisProperties](aws-properties-quicksight-dashboard-smallmultiplesaxisproperties.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard Spacing
<a name="aws-properties-quicksight-dashboard-spacing"></a>

The configuration of spacing (often a margin or padding).

## Syntax
<a name="aws-properties-quicksight-dashboard-spacing-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-spacing-syntax.json"></a>

```
{
  "[Bottom](#cfn-quicksight-dashboard-spacing-bottom)" : String,
  "[Left](#cfn-quicksight-dashboard-spacing-left)" : String,
  "[Right](#cfn-quicksight-dashboard-spacing-right)" : String,
  "[Top](#cfn-quicksight-dashboard-spacing-top)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-spacing-syntax.yaml"></a>

```
  [Bottom](#cfn-quicksight-dashboard-spacing-bottom): String
  [Left](#cfn-quicksight-dashboard-spacing-left): String
  [Right](#cfn-quicksight-dashboard-spacing-right): String
  [Top](#cfn-quicksight-dashboard-spacing-top): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-spacing-properties"></a>

`Bottom`  <a name="cfn-quicksight-dashboard-spacing-bottom"></a>
Define the bottom spacing.  
*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)

`Left`  <a name="cfn-quicksight-dashboard-spacing-left"></a>
Define the left spacing.  
*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)

`Right`  <a name="cfn-quicksight-dashboard-spacing-right"></a>
Define the right spacing.  
*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)

`Top`  <a name="cfn-quicksight-dashboard-spacing-top"></a>
Define the top spacing.  
*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)

# AWS::QuickSight::Dashboard SpatialStaticFile
<a name="aws-properties-quicksight-dashboard-spatialstaticfile"></a>

A static file that contains the geospatial data.

## Syntax
<a name="aws-properties-quicksight-dashboard-spatialstaticfile-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-spatialstaticfile-syntax.json"></a>

```
{
  "[Source](#cfn-quicksight-dashboard-spatialstaticfile-source)" : StaticFileSource,
  "[StaticFileId](#cfn-quicksight-dashboard-spatialstaticfile-staticfileid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-spatialstaticfile-syntax.yaml"></a>

```
  [Source](#cfn-quicksight-dashboard-spatialstaticfile-source): 
    StaticFileSource
  [StaticFileId](#cfn-quicksight-dashboard-spatialstaticfile-staticfileid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-spatialstaticfile-properties"></a>

`Source`  <a name="cfn-quicksight-dashboard-spatialstaticfile-source"></a>
The source of the spatial static file.  
*Required*: No  
*Type*: [StaticFileSource](aws-properties-quicksight-dashboard-staticfilesource.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StaticFileId`  <a name="cfn-quicksight-dashboard-spatialstaticfile-staticfileid"></a>
The ID of the spatial static file.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

# AWS::QuickSight::Dashboard StaticFile
<a name="aws-properties-quicksight-dashboard-staticfile"></a>

The static file.

## Syntax
<a name="aws-properties-quicksight-dashboard-staticfile-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-staticfile-syntax.json"></a>

```
{
  "[ImageStaticFile](#cfn-quicksight-dashboard-staticfile-imagestaticfile)" : ImageStaticFile,
  "[SpatialStaticFile](#cfn-quicksight-dashboard-staticfile-spatialstaticfile)" : SpatialStaticFile
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-staticfile-syntax.yaml"></a>

```
  [ImageStaticFile](#cfn-quicksight-dashboard-staticfile-imagestaticfile): 
    ImageStaticFile
  [SpatialStaticFile](#cfn-quicksight-dashboard-staticfile-spatialstaticfile): 
    SpatialStaticFile
```

## Properties
<a name="aws-properties-quicksight-dashboard-staticfile-properties"></a>

`ImageStaticFile`  <a name="cfn-quicksight-dashboard-staticfile-imagestaticfile"></a>
The image static file.  
*Required*: No  
*Type*: [ImageStaticFile](aws-properties-quicksight-dashboard-imagestaticfile.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SpatialStaticFile`  <a name="cfn-quicksight-dashboard-staticfile-spatialstaticfile"></a>
The spacial static file.  
*Required*: No  
*Type*: [SpatialStaticFile](aws-properties-quicksight-dashboard-spatialstaticfile.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard StaticFileS3SourceOptions
<a name="aws-properties-quicksight-dashboard-staticfiles3sourceoptions"></a>

The structure that contains the Amazon S3 location to download the static file from.

## Syntax
<a name="aws-properties-quicksight-dashboard-staticfiles3sourceoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-staticfiles3sourceoptions-syntax.json"></a>

```
{
  "[BucketName](#cfn-quicksight-dashboard-staticfiles3sourceoptions-bucketname)" : String,
  "[ObjectKey](#cfn-quicksight-dashboard-staticfiles3sourceoptions-objectkey)" : String,
  "[Region](#cfn-quicksight-dashboard-staticfiles3sourceoptions-region)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-staticfiles3sourceoptions-syntax.yaml"></a>

```
  [BucketName](#cfn-quicksight-dashboard-staticfiles3sourceoptions-bucketname): String
  [ObjectKey](#cfn-quicksight-dashboard-staticfiles3sourceoptions-objectkey): String
  [Region](#cfn-quicksight-dashboard-staticfiles3sourceoptions-region): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-staticfiles3sourceoptions-properties"></a>

`BucketName`  <a name="cfn-quicksight-dashboard-staticfiles3sourceoptions-bucketname"></a>
The name of the Amazon S3 bucket.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ObjectKey`  <a name="cfn-quicksight-dashboard-staticfiles3sourceoptions-objectkey"></a>
The identifier of the static file in the Amazon S3 bucket.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Region`  <a name="cfn-quicksight-dashboard-staticfiles3sourceoptions-region"></a>
The Region of the Amazon S3 account that contains the bucket.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard StaticFileSource
<a name="aws-properties-quicksight-dashboard-staticfilesource"></a>

The source of the static file.

## Syntax
<a name="aws-properties-quicksight-dashboard-staticfilesource-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-staticfilesource-syntax.json"></a>

```
{
  "[S3Options](#cfn-quicksight-dashboard-staticfilesource-s3options)" : StaticFileS3SourceOptions,
  "[UrlOptions](#cfn-quicksight-dashboard-staticfilesource-urloptions)" : StaticFileUrlSourceOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-staticfilesource-syntax.yaml"></a>

```
  [S3Options](#cfn-quicksight-dashboard-staticfilesource-s3options): 
    StaticFileS3SourceOptions
  [UrlOptions](#cfn-quicksight-dashboard-staticfilesource-urloptions): 
    StaticFileUrlSourceOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-staticfilesource-properties"></a>

`S3Options`  <a name="cfn-quicksight-dashboard-staticfilesource-s3options"></a>
The structure that contains the Amazon S3 location to download the static file from.  
*Required*: No  
*Type*: [StaticFileS3SourceOptions](aws-properties-quicksight-dashboard-staticfiles3sourceoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`UrlOptions`  <a name="cfn-quicksight-dashboard-staticfilesource-urloptions"></a>
The structure that contains the URL to download the static file from.  
*Required*: No  
*Type*: [StaticFileUrlSourceOptions](aws-properties-quicksight-dashboard-staticfileurlsourceoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard StaticFileUrlSourceOptions
<a name="aws-properties-quicksight-dashboard-staticfileurlsourceoptions"></a>

The structure that contains the URL to download the static file from.

## Syntax
<a name="aws-properties-quicksight-dashboard-staticfileurlsourceoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-staticfileurlsourceoptions-syntax.json"></a>

```
{
  "[Url](#cfn-quicksight-dashboard-staticfileurlsourceoptions-url)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-staticfileurlsourceoptions-syntax.yaml"></a>

```
  [Url](#cfn-quicksight-dashboard-staticfileurlsourceoptions-url): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-staticfileurlsourceoptions-properties"></a>

`Url`  <a name="cfn-quicksight-dashboard-staticfileurlsourceoptions-url"></a>
The URL to download the static file from.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard StringDefaultValues
<a name="aws-properties-quicksight-dashboard-stringdefaultvalues"></a>

The default values of the `StringParameterDeclaration`.

## Syntax
<a name="aws-properties-quicksight-dashboard-stringdefaultvalues-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-stringdefaultvalues-syntax.json"></a>

```
{
  "[DynamicValue](#cfn-quicksight-dashboard-stringdefaultvalues-dynamicvalue)" : DynamicDefaultValue,
  "[StaticValues](#cfn-quicksight-dashboard-stringdefaultvalues-staticvalues)" : [ String, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-stringdefaultvalues-syntax.yaml"></a>

```
  [DynamicValue](#cfn-quicksight-dashboard-stringdefaultvalues-dynamicvalue): 
    DynamicDefaultValue
  [StaticValues](#cfn-quicksight-dashboard-stringdefaultvalues-staticvalues): 
    - String
```

## Properties
<a name="aws-properties-quicksight-dashboard-stringdefaultvalues-properties"></a>

`DynamicValue`  <a name="cfn-quicksight-dashboard-stringdefaultvalues-dynamicvalue"></a>
The dynamic value of the `StringDefaultValues`. Different defaults displayed according to users, groups, and values mapping.  
*Required*: No  
*Type*: [DynamicDefaultValue](aws-properties-quicksight-dashboard-dynamicdefaultvalue.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StaticValues`  <a name="cfn-quicksight-dashboard-stringdefaultvalues-staticvalues"></a>
The static values of the `DecimalDefaultValues`.  
*Required*: No  
*Type*: Array of String  
*Minimum*: `0`  
*Maximum*: `50000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard StringFormatConfiguration
<a name="aws-properties-quicksight-dashboard-stringformatconfiguration"></a>

Formatting configuration for string fields.

## Syntax
<a name="aws-properties-quicksight-dashboard-stringformatconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-stringformatconfiguration-syntax.json"></a>

```
{
  "[NullValueFormatConfiguration](#cfn-quicksight-dashboard-stringformatconfiguration-nullvalueformatconfiguration)" : NullValueFormatConfiguration,
  "[NumericFormatConfiguration](#cfn-quicksight-dashboard-stringformatconfiguration-numericformatconfiguration)" : NumericFormatConfiguration
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-stringformatconfiguration-syntax.yaml"></a>

```
  [NullValueFormatConfiguration](#cfn-quicksight-dashboard-stringformatconfiguration-nullvalueformatconfiguration): 
    NullValueFormatConfiguration
  [NumericFormatConfiguration](#cfn-quicksight-dashboard-stringformatconfiguration-numericformatconfiguration): 
    NumericFormatConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-stringformatconfiguration-properties"></a>

`NullValueFormatConfiguration`  <a name="cfn-quicksight-dashboard-stringformatconfiguration-nullvalueformatconfiguration"></a>
The options that determine the null value format configuration.  
*Required*: No  
*Type*: [NullValueFormatConfiguration](aws-properties-quicksight-dashboard-nullvalueformatconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NumericFormatConfiguration`  <a name="cfn-quicksight-dashboard-stringformatconfiguration-numericformatconfiguration"></a>
The formatting configuration for numeric strings.  
*Required*: No  
*Type*: [NumericFormatConfiguration](aws-properties-quicksight-dashboard-numericformatconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard StringParameter
<a name="aws-properties-quicksight-dashboard-stringparameter"></a>

A string parameter.

## Syntax
<a name="aws-properties-quicksight-dashboard-stringparameter-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-stringparameter-syntax.json"></a>

```
{
  "[Name](#cfn-quicksight-dashboard-stringparameter-name)" : String,
  "[Values](#cfn-quicksight-dashboard-stringparameter-values)" : [ String, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-stringparameter-syntax.yaml"></a>

```
  [Name](#cfn-quicksight-dashboard-stringparameter-name): String
  [Values](#cfn-quicksight-dashboard-stringparameter-values): 
    - String
```

## Properties
<a name="aws-properties-quicksight-dashboard-stringparameter-properties"></a>

`Name`  <a name="cfn-quicksight-dashboard-stringparameter-name"></a>
A display name for a string parameter.  
*Required*: Yes  
*Type*: String  
*Pattern*: `\S`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Values`  <a name="cfn-quicksight-dashboard-stringparameter-values"></a>
The values of a string parameter.  
*Required*: Yes  
*Type*: Array of String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard StringParameterDeclaration
<a name="aws-properties-quicksight-dashboard-stringparameterdeclaration"></a>

A parameter declaration for the `String` data type.

## Syntax
<a name="aws-properties-quicksight-dashboard-stringparameterdeclaration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-stringparameterdeclaration-syntax.json"></a>

```
{
  "[DefaultValues](#cfn-quicksight-dashboard-stringparameterdeclaration-defaultvalues)" : StringDefaultValues,
  "[MappedDataSetParameters](#cfn-quicksight-dashboard-stringparameterdeclaration-mappeddatasetparameters)" : [ MappedDataSetParameter, ... ],
  "[Name](#cfn-quicksight-dashboard-stringparameterdeclaration-name)" : String,
  "[ParameterValueType](#cfn-quicksight-dashboard-stringparameterdeclaration-parametervaluetype)" : String,
  "[ValueWhenUnset](#cfn-quicksight-dashboard-stringparameterdeclaration-valuewhenunset)" : StringValueWhenUnsetConfiguration
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-stringparameterdeclaration-syntax.yaml"></a>

```
  [DefaultValues](#cfn-quicksight-dashboard-stringparameterdeclaration-defaultvalues): 
    StringDefaultValues
  [MappedDataSetParameters](#cfn-quicksight-dashboard-stringparameterdeclaration-mappeddatasetparameters): 
    - MappedDataSetParameter
  [Name](#cfn-quicksight-dashboard-stringparameterdeclaration-name): String
  [ParameterValueType](#cfn-quicksight-dashboard-stringparameterdeclaration-parametervaluetype): String
  [ValueWhenUnset](#cfn-quicksight-dashboard-stringparameterdeclaration-valuewhenunset): 
    StringValueWhenUnsetConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-stringparameterdeclaration-properties"></a>

`DefaultValues`  <a name="cfn-quicksight-dashboard-stringparameterdeclaration-defaultvalues"></a>
The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.  
*Required*: No  
*Type*: [StringDefaultValues](aws-properties-quicksight-dashboard-stringdefaultvalues.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MappedDataSetParameters`  <a name="cfn-quicksight-dashboard-stringparameterdeclaration-mappeddatasetparameters"></a>
Property description not available.  
*Required*: No  
*Type*: Array of [MappedDataSetParameter](aws-properties-quicksight-dashboard-mappeddatasetparameter.md)  
*Minimum*: `0`  
*Maximum*: `150`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-quicksight-dashboard-stringparameterdeclaration-name"></a>
The name of the parameter that is being declared.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[a-zA-Z0-9]+$`  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ParameterValueType`  <a name="cfn-quicksight-dashboard-stringparameterdeclaration-parametervaluetype"></a>
The value type determines whether the parameter is a single-value or multi-value parameter.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `MULTI_VALUED | SINGLE_VALUED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ValueWhenUnset`  <a name="cfn-quicksight-dashboard-stringparameterdeclaration-valuewhenunset"></a>
The configuration that defines the default value of a `String` parameter when a value has not been set.  
*Required*: No  
*Type*: [StringValueWhenUnsetConfiguration](aws-properties-quicksight-dashboard-stringvaluewhenunsetconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard StringValueWhenUnsetConfiguration
<a name="aws-properties-quicksight-dashboard-stringvaluewhenunsetconfiguration"></a>

The configuration that defines the default value of a `String` parameter when a value has not been set.

## Syntax
<a name="aws-properties-quicksight-dashboard-stringvaluewhenunsetconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-stringvaluewhenunsetconfiguration-syntax.json"></a>

```
{
  "[CustomValue](#cfn-quicksight-dashboard-stringvaluewhenunsetconfiguration-customvalue)" : String,
  "[ValueWhenUnsetOption](#cfn-quicksight-dashboard-stringvaluewhenunsetconfiguration-valuewhenunsetoption)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-stringvaluewhenunsetconfiguration-syntax.yaml"></a>

```
  [CustomValue](#cfn-quicksight-dashboard-stringvaluewhenunsetconfiguration-customvalue): String
  [ValueWhenUnsetOption](#cfn-quicksight-dashboard-stringvaluewhenunsetconfiguration-valuewhenunsetoption): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-stringvaluewhenunsetconfiguration-properties"></a>

`CustomValue`  <a name="cfn-quicksight-dashboard-stringvaluewhenunsetconfiguration-customvalue"></a>
A custom value that's used when the value of a parameter isn't set.  
*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)

`ValueWhenUnsetOption`  <a name="cfn-quicksight-dashboard-stringvaluewhenunsetconfiguration-valuewhenunsetoption"></a>
The built-in options for default values. The value can be one of the following:  
+ `RECOMMENDED`: The recommended value.
+ `NULL`: The `NULL` value.
*Required*: No  
*Type*: String  
*Allowed values*: `RECOMMENDED_VALUE | NULL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard SubtotalOptions
<a name="aws-properties-quicksight-dashboard-subtotaloptions"></a>

The subtotal options.

## Syntax
<a name="aws-properties-quicksight-dashboard-subtotaloptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-subtotaloptions-syntax.json"></a>

```
{
  "[CustomLabel](#cfn-quicksight-dashboard-subtotaloptions-customlabel)" : String,
  "[FieldLevel](#cfn-quicksight-dashboard-subtotaloptions-fieldlevel)" : String,
  "[FieldLevelOptions](#cfn-quicksight-dashboard-subtotaloptions-fieldleveloptions)" : [ PivotTableFieldSubtotalOptions, ... ],
  "[MetricHeaderCellStyle](#cfn-quicksight-dashboard-subtotaloptions-metricheadercellstyle)" : TableCellStyle,
  "[StyleTargets](#cfn-quicksight-dashboard-subtotaloptions-styletargets)" : [ TableStyleTarget, ... ],
  "[TotalCellStyle](#cfn-quicksight-dashboard-subtotaloptions-totalcellstyle)" : TableCellStyle,
  "[TotalsVisibility](#cfn-quicksight-dashboard-subtotaloptions-totalsvisibility)" : String,
  "[ValueCellStyle](#cfn-quicksight-dashboard-subtotaloptions-valuecellstyle)" : TableCellStyle
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-subtotaloptions-syntax.yaml"></a>

```
  [CustomLabel](#cfn-quicksight-dashboard-subtotaloptions-customlabel): String
  [FieldLevel](#cfn-quicksight-dashboard-subtotaloptions-fieldlevel): String
  [FieldLevelOptions](#cfn-quicksight-dashboard-subtotaloptions-fieldleveloptions): 
    - PivotTableFieldSubtotalOptions
  [MetricHeaderCellStyle](#cfn-quicksight-dashboard-subtotaloptions-metricheadercellstyle): 
    TableCellStyle
  [StyleTargets](#cfn-quicksight-dashboard-subtotaloptions-styletargets): 
    - TableStyleTarget
  [TotalCellStyle](#cfn-quicksight-dashboard-subtotaloptions-totalcellstyle): 
    TableCellStyle
  [TotalsVisibility](#cfn-quicksight-dashboard-subtotaloptions-totalsvisibility): String
  [ValueCellStyle](#cfn-quicksight-dashboard-subtotaloptions-valuecellstyle): 
    TableCellStyle
```

## Properties
<a name="aws-properties-quicksight-dashboard-subtotaloptions-properties"></a>

`CustomLabel`  <a name="cfn-quicksight-dashboard-subtotaloptions-customlabel"></a>
The custom label string for the subtotal cells.  
*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)

`FieldLevel`  <a name="cfn-quicksight-dashboard-subtotaloptions-fieldlevel"></a>
The field level (all, custom, last) for the subtotal cells.  
*Required*: No  
*Type*: String  
*Allowed values*: `ALL | CUSTOM | LAST`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldLevelOptions`  <a name="cfn-quicksight-dashboard-subtotaloptions-fieldleveloptions"></a>
The optional configuration of subtotal cells.  
*Required*: No  
*Type*: Array of [PivotTableFieldSubtotalOptions](aws-properties-quicksight-dashboard-pivottablefieldsubtotaloptions.md)  
*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)

`MetricHeaderCellStyle`  <a name="cfn-quicksight-dashboard-subtotaloptions-metricheadercellstyle"></a>
The cell styling options for the subtotals of header cells.  
*Required*: No  
*Type*: [TableCellStyle](aws-properties-quicksight-dashboard-tablecellstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StyleTargets`  <a name="cfn-quicksight-dashboard-subtotaloptions-styletargets"></a>
The style targets options for subtotals.  
*Required*: No  
*Type*: Array of [TableStyleTarget](aws-properties-quicksight-dashboard-tablestyletarget.md)  
*Minimum*: `0`  
*Maximum*: `3`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TotalCellStyle`  <a name="cfn-quicksight-dashboard-subtotaloptions-totalcellstyle"></a>
The cell styling options for the subtotal cells.  
*Required*: No  
*Type*: [TableCellStyle](aws-properties-quicksight-dashboard-tablecellstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TotalsVisibility`  <a name="cfn-quicksight-dashboard-subtotaloptions-totalsvisibility"></a>
The visibility configuration for the subtotal cells.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ValueCellStyle`  <a name="cfn-quicksight-dashboard-subtotaloptions-valuecellstyle"></a>
The cell styling options for the subtotals of value cells.  
*Required*: No  
*Type*: [TableCellStyle](aws-properties-quicksight-dashboard-tablecellstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TableAggregatedFieldWells
<a name="aws-properties-quicksight-dashboard-tableaggregatedfieldwells"></a>

The aggregated field well for the table.

## Syntax
<a name="aws-properties-quicksight-dashboard-tableaggregatedfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tableaggregatedfieldwells-syntax.json"></a>

```
{
  "[GroupBy](#cfn-quicksight-dashboard-tableaggregatedfieldwells-groupby)" : [ DimensionField, ... ],
  "[Values](#cfn-quicksight-dashboard-tableaggregatedfieldwells-values)" : [ MeasureField, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tableaggregatedfieldwells-syntax.yaml"></a>

```
  [GroupBy](#cfn-quicksight-dashboard-tableaggregatedfieldwells-groupby): 
    - DimensionField
  [Values](#cfn-quicksight-dashboard-tableaggregatedfieldwells-values): 
    - MeasureField
```

## Properties
<a name="aws-properties-quicksight-dashboard-tableaggregatedfieldwells-properties"></a>

`GroupBy`  <a name="cfn-quicksight-dashboard-tableaggregatedfieldwells-groupby"></a>
The group by field well for a pivot table. Values are grouped by group by fields.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Values`  <a name="cfn-quicksight-dashboard-tableaggregatedfieldwells-values"></a>
The values field well for a pivot table. Values are aggregated based on group by fields.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TableBorderOptions
<a name="aws-properties-quicksight-dashboard-tableborderoptions"></a>

The border options for a table border.

## Syntax
<a name="aws-properties-quicksight-dashboard-tableborderoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tableborderoptions-syntax.json"></a>

```
{
  "[Color](#cfn-quicksight-dashboard-tableborderoptions-color)" : String,
  "[Style](#cfn-quicksight-dashboard-tableborderoptions-style)" : String,
  "[Thickness](#cfn-quicksight-dashboard-tableborderoptions-thickness)" : Number
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tableborderoptions-syntax.yaml"></a>

```
  [Color](#cfn-quicksight-dashboard-tableborderoptions-color): String
  [Style](#cfn-quicksight-dashboard-tableborderoptions-style): String
  [Thickness](#cfn-quicksight-dashboard-tableborderoptions-thickness): Number
```

## Properties
<a name="aws-properties-quicksight-dashboard-tableborderoptions-properties"></a>

`Color`  <a name="cfn-quicksight-dashboard-tableborderoptions-color"></a>
The color of a table border.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Style`  <a name="cfn-quicksight-dashboard-tableborderoptions-style"></a>
The style (none, solid) of a table border.  
*Required*: No  
*Type*: String  
*Allowed values*: `NONE | SOLID`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Thickness`  <a name="cfn-quicksight-dashboard-tableborderoptions-thickness"></a>
The thickness of a table border.  
*Required*: No  
*Type*: Number  
*Minimum*: `1`  
*Maximum*: `4`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TableCellConditionalFormatting
<a name="aws-properties-quicksight-dashboard-tablecellconditionalformatting"></a>

The cell conditional formatting option for a table.

## Syntax
<a name="aws-properties-quicksight-dashboard-tablecellconditionalformatting-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tablecellconditionalformatting-syntax.json"></a>

```
{
  "[FieldId](#cfn-quicksight-dashboard-tablecellconditionalformatting-fieldid)" : String,
  "[TextFormat](#cfn-quicksight-dashboard-tablecellconditionalformatting-textformat)" : TextConditionalFormat
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tablecellconditionalformatting-syntax.yaml"></a>

```
  [FieldId](#cfn-quicksight-dashboard-tablecellconditionalformatting-fieldid): String
  [TextFormat](#cfn-quicksight-dashboard-tablecellconditionalformatting-textformat): 
    TextConditionalFormat
```

## Properties
<a name="aws-properties-quicksight-dashboard-tablecellconditionalformatting-properties"></a>

`FieldId`  <a name="cfn-quicksight-dashboard-tablecellconditionalformatting-fieldid"></a>
The field ID of the cell for conditional formatting.  
*Required*: Yes  
*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)

`TextFormat`  <a name="cfn-quicksight-dashboard-tablecellconditionalformatting-textformat"></a>
The text format of the cell for conditional formatting.  
*Required*: No  
*Type*: [TextConditionalFormat](aws-properties-quicksight-dashboard-textconditionalformat.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TableCellImageSizingConfiguration
<a name="aws-properties-quicksight-dashboard-tablecellimagesizingconfiguration"></a>

The sizing options for the table image configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-tablecellimagesizingconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tablecellimagesizingconfiguration-syntax.json"></a>

```
{
  "[TableCellImageScalingConfiguration](#cfn-quicksight-dashboard-tablecellimagesizingconfiguration-tablecellimagescalingconfiguration)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tablecellimagesizingconfiguration-syntax.yaml"></a>

```
  [TableCellImageScalingConfiguration](#cfn-quicksight-dashboard-tablecellimagesizingconfiguration-tablecellimagescalingconfiguration): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-tablecellimagesizingconfiguration-properties"></a>

`TableCellImageScalingConfiguration`  <a name="cfn-quicksight-dashboard-tablecellimagesizingconfiguration-tablecellimagescalingconfiguration"></a>
The cell scaling configuration of the sizing options for the table image configuration.  
*Required*: No  
*Type*: String  
*Allowed values*: `FIT_TO_CELL_HEIGHT | FIT_TO_CELL_WIDTH | DO_NOT_SCALE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TableCellStyle
<a name="aws-properties-quicksight-dashboard-tablecellstyle"></a>

The table cell style for a cell in pivot table or table visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-tablecellstyle-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tablecellstyle-syntax.json"></a>

```
{
  "[BackgroundColor](#cfn-quicksight-dashboard-tablecellstyle-backgroundcolor)" : String,
  "[Border](#cfn-quicksight-dashboard-tablecellstyle-border)" : GlobalTableBorderOptions,
  "[FontConfiguration](#cfn-quicksight-dashboard-tablecellstyle-fontconfiguration)" : FontConfiguration,
  "[Height](#cfn-quicksight-dashboard-tablecellstyle-height)" : Number,
  "[HorizontalTextAlignment](#cfn-quicksight-dashboard-tablecellstyle-horizontaltextalignment)" : String,
  "[TextWrap](#cfn-quicksight-dashboard-tablecellstyle-textwrap)" : String,
  "[VerticalTextAlignment](#cfn-quicksight-dashboard-tablecellstyle-verticaltextalignment)" : String,
  "[Visibility](#cfn-quicksight-dashboard-tablecellstyle-visibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tablecellstyle-syntax.yaml"></a>

```
  [BackgroundColor](#cfn-quicksight-dashboard-tablecellstyle-backgroundcolor): String
  [Border](#cfn-quicksight-dashboard-tablecellstyle-border): 
    GlobalTableBorderOptions
  [FontConfiguration](#cfn-quicksight-dashboard-tablecellstyle-fontconfiguration): 
    FontConfiguration
  [Height](#cfn-quicksight-dashboard-tablecellstyle-height): Number
  [HorizontalTextAlignment](#cfn-quicksight-dashboard-tablecellstyle-horizontaltextalignment): String
  [TextWrap](#cfn-quicksight-dashboard-tablecellstyle-textwrap): String
  [VerticalTextAlignment](#cfn-quicksight-dashboard-tablecellstyle-verticaltextalignment): String
  [Visibility](#cfn-quicksight-dashboard-tablecellstyle-visibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-tablecellstyle-properties"></a>

`BackgroundColor`  <a name="cfn-quicksight-dashboard-tablecellstyle-backgroundcolor"></a>
The background color for the table cells.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Border`  <a name="cfn-quicksight-dashboard-tablecellstyle-border"></a>
The borders for the table cells.  
*Required*: No  
*Type*: [GlobalTableBorderOptions](aws-properties-quicksight-dashboard-globaltableborderoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FontConfiguration`  <a name="cfn-quicksight-dashboard-tablecellstyle-fontconfiguration"></a>
The font configuration of the table cells.  
*Required*: No  
*Type*: [FontConfiguration](aws-properties-quicksight-dashboard-fontconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Height`  <a name="cfn-quicksight-dashboard-tablecellstyle-height"></a>
The height color for the table cells.  
*Required*: No  
*Type*: Number  
*Minimum*: `8`  
*Maximum*: `500`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`HorizontalTextAlignment`  <a name="cfn-quicksight-dashboard-tablecellstyle-horizontaltextalignment"></a>
The horizontal text alignment (left, center, right, auto) for the table cells.  
*Required*: No  
*Type*: String  
*Allowed values*: `LEFT | CENTER | RIGHT | AUTO`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TextWrap`  <a name="cfn-quicksight-dashboard-tablecellstyle-textwrap"></a>
The text wrap (none, wrap) for the table cells.  
*Required*: No  
*Type*: String  
*Allowed values*: `NONE | WRAP`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VerticalTextAlignment`  <a name="cfn-quicksight-dashboard-tablecellstyle-verticaltextalignment"></a>
The vertical text alignment (top, middle, bottom) for the table cells.  
*Required*: No  
*Type*: String  
*Allowed values*: `TOP | MIDDLE | BOTTOM | AUTO`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Visibility`  <a name="cfn-quicksight-dashboard-tablecellstyle-visibility"></a>
The visibility of the table cells.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TableConditionalFormatting
<a name="aws-properties-quicksight-dashboard-tableconditionalformatting"></a>

The conditional formatting for a `PivotTableVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-tableconditionalformatting-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tableconditionalformatting-syntax.json"></a>

```
{
  "[ConditionalFormattingOptions](#cfn-quicksight-dashboard-tableconditionalformatting-conditionalformattingoptions)" : [ TableConditionalFormattingOption, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tableconditionalformatting-syntax.yaml"></a>

```
  [ConditionalFormattingOptions](#cfn-quicksight-dashboard-tableconditionalformatting-conditionalformattingoptions): 
    - TableConditionalFormattingOption
```

## Properties
<a name="aws-properties-quicksight-dashboard-tableconditionalformatting-properties"></a>

`ConditionalFormattingOptions`  <a name="cfn-quicksight-dashboard-tableconditionalformatting-conditionalformattingoptions"></a>
Conditional formatting options for a `PivotTableVisual`.  
*Required*: No  
*Type*: Array of [TableConditionalFormattingOption](aws-properties-quicksight-dashboard-tableconditionalformattingoption.md)  
*Minimum*: `0`  
*Maximum*: `500`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TableConditionalFormattingOption
<a name="aws-properties-quicksight-dashboard-tableconditionalformattingoption"></a>

Conditional formatting options for a `PivotTableVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-tableconditionalformattingoption-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tableconditionalformattingoption-syntax.json"></a>

```
{
  "[Cell](#cfn-quicksight-dashboard-tableconditionalformattingoption-cell)" : TableCellConditionalFormatting,
  "[Row](#cfn-quicksight-dashboard-tableconditionalformattingoption-row)" : TableRowConditionalFormatting
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tableconditionalformattingoption-syntax.yaml"></a>

```
  [Cell](#cfn-quicksight-dashboard-tableconditionalformattingoption-cell): 
    TableCellConditionalFormatting
  [Row](#cfn-quicksight-dashboard-tableconditionalformattingoption-row): 
    TableRowConditionalFormatting
```

## Properties
<a name="aws-properties-quicksight-dashboard-tableconditionalformattingoption-properties"></a>

`Cell`  <a name="cfn-quicksight-dashboard-tableconditionalformattingoption-cell"></a>
The cell conditional formatting option for a table.  
*Required*: No  
*Type*: [TableCellConditionalFormatting](aws-properties-quicksight-dashboard-tablecellconditionalformatting.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Row`  <a name="cfn-quicksight-dashboard-tableconditionalformattingoption-row"></a>
The row conditional formatting option for a table.  
*Required*: No  
*Type*: [TableRowConditionalFormatting](aws-properties-quicksight-dashboard-tablerowconditionalformatting.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TableConfiguration
<a name="aws-properties-quicksight-dashboard-tableconfiguration"></a>

The configuration for a `TableVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-tableconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tableconfiguration-syntax.json"></a>

```
{
  "[FieldOptions](#cfn-quicksight-dashboard-tableconfiguration-fieldoptions)" : TableFieldOptions,
  "[FieldWells](#cfn-quicksight-dashboard-tableconfiguration-fieldwells)" : TableFieldWells,
  "[Interactions](#cfn-quicksight-dashboard-tableconfiguration-interactions)" : VisualInteractionOptions,
  "[PaginatedReportOptions](#cfn-quicksight-dashboard-tableconfiguration-paginatedreportoptions)" : TablePaginatedReportOptions,
  "[SortConfiguration](#cfn-quicksight-dashboard-tableconfiguration-sortconfiguration)" : TableSortConfiguration,
  "[TableInlineVisualizations](#cfn-quicksight-dashboard-tableconfiguration-tableinlinevisualizations)" : [ TableInlineVisualization, ... ],
  "[TableOptions](#cfn-quicksight-dashboard-tableconfiguration-tableoptions)" : TableOptions,
  "[TotalOptions](#cfn-quicksight-dashboard-tableconfiguration-totaloptions)" : TotalOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tableconfiguration-syntax.yaml"></a>

```
  [FieldOptions](#cfn-quicksight-dashboard-tableconfiguration-fieldoptions): 
    TableFieldOptions
  [FieldWells](#cfn-quicksight-dashboard-tableconfiguration-fieldwells): 
    TableFieldWells
  [Interactions](#cfn-quicksight-dashboard-tableconfiguration-interactions): 
    VisualInteractionOptions
  [PaginatedReportOptions](#cfn-quicksight-dashboard-tableconfiguration-paginatedreportoptions): 
    TablePaginatedReportOptions
  [SortConfiguration](#cfn-quicksight-dashboard-tableconfiguration-sortconfiguration): 
    TableSortConfiguration
  [TableInlineVisualizations](#cfn-quicksight-dashboard-tableconfiguration-tableinlinevisualizations): 
    - TableInlineVisualization
  [TableOptions](#cfn-quicksight-dashboard-tableconfiguration-tableoptions): 
    TableOptions
  [TotalOptions](#cfn-quicksight-dashboard-tableconfiguration-totaloptions): 
    TotalOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-tableconfiguration-properties"></a>

`FieldOptions`  <a name="cfn-quicksight-dashboard-tableconfiguration-fieldoptions"></a>
The field options for a table visual.  
*Required*: No  
*Type*: [TableFieldOptions](aws-properties-quicksight-dashboard-tablefieldoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldWells`  <a name="cfn-quicksight-dashboard-tableconfiguration-fieldwells"></a>
The field wells of the visual.  
*Required*: No  
*Type*: [TableFieldWells](aws-properties-quicksight-dashboard-tablefieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Interactions`  <a name="cfn-quicksight-dashboard-tableconfiguration-interactions"></a>
The general visual interactions setup for a visual.  
*Required*: No  
*Type*: [VisualInteractionOptions](aws-properties-quicksight-dashboard-visualinteractionoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PaginatedReportOptions`  <a name="cfn-quicksight-dashboard-tableconfiguration-paginatedreportoptions"></a>
The paginated report options for a table visual.  
*Required*: No  
*Type*: [TablePaginatedReportOptions](aws-properties-quicksight-dashboard-tablepaginatedreportoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SortConfiguration`  <a name="cfn-quicksight-dashboard-tableconfiguration-sortconfiguration"></a>
The sort configuration for a `TableVisual`.  
*Required*: No  
*Type*: [TableSortConfiguration](aws-properties-quicksight-dashboard-tablesortconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TableInlineVisualizations`  <a name="cfn-quicksight-dashboard-tableconfiguration-tableinlinevisualizations"></a>
A collection of inline visualizations to display within a chart.  
*Required*: No  
*Type*: Array of [TableInlineVisualization](aws-properties-quicksight-dashboard-tableinlinevisualization.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TableOptions`  <a name="cfn-quicksight-dashboard-tableconfiguration-tableoptions"></a>
The table options for a table visual.  
*Required*: No  
*Type*: [TableOptions](aws-properties-quicksight-dashboard-tableoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TotalOptions`  <a name="cfn-quicksight-dashboard-tableconfiguration-totaloptions"></a>
The total options for a table visual.  
*Required*: No  
*Type*: [TotalOptions](aws-properties-quicksight-dashboard-totaloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TableFieldCustomIconContent
<a name="aws-properties-quicksight-dashboard-tablefieldcustomiconcontent"></a>

The custom icon content for the table link content configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-tablefieldcustomiconcontent-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tablefieldcustomiconcontent-syntax.json"></a>

```
{
  "[Icon](#cfn-quicksight-dashboard-tablefieldcustomiconcontent-icon)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tablefieldcustomiconcontent-syntax.yaml"></a>

```
  [Icon](#cfn-quicksight-dashboard-tablefieldcustomiconcontent-icon): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-tablefieldcustomiconcontent-properties"></a>

`Icon`  <a name="cfn-quicksight-dashboard-tablefieldcustomiconcontent-icon"></a>
The icon set type (link) of the custom icon content for table URL link content.  
*Required*: No  
*Type*: String  
*Allowed values*: `LINK`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TableFieldCustomTextContent
<a name="aws-properties-quicksight-dashboard-tablefieldcustomtextcontent"></a>

The custom text content (value, font configuration) for the table link content configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-tablefieldcustomtextcontent-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tablefieldcustomtextcontent-syntax.json"></a>

```
{
  "[FontConfiguration](#cfn-quicksight-dashboard-tablefieldcustomtextcontent-fontconfiguration)" : FontConfiguration,
  "[Value](#cfn-quicksight-dashboard-tablefieldcustomtextcontent-value)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tablefieldcustomtextcontent-syntax.yaml"></a>

```
  [FontConfiguration](#cfn-quicksight-dashboard-tablefieldcustomtextcontent-fontconfiguration): 
    FontConfiguration
  [Value](#cfn-quicksight-dashboard-tablefieldcustomtextcontent-value): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-tablefieldcustomtextcontent-properties"></a>

`FontConfiguration`  <a name="cfn-quicksight-dashboard-tablefieldcustomtextcontent-fontconfiguration"></a>
The font configuration of the custom text content for the table URL link content.  
*Required*: Yes  
*Type*: [FontConfiguration](aws-properties-quicksight-dashboard-fontconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-quicksight-dashboard-tablefieldcustomtextcontent-value"></a>
The string value of the custom text content for the table URL link content.  
*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)

# AWS::QuickSight::Dashboard TableFieldImageConfiguration
<a name="aws-properties-quicksight-dashboard-tablefieldimageconfiguration"></a>

The image configuration of a table field URL.

## Syntax
<a name="aws-properties-quicksight-dashboard-tablefieldimageconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tablefieldimageconfiguration-syntax.json"></a>

```
{
  "[SizingOptions](#cfn-quicksight-dashboard-tablefieldimageconfiguration-sizingoptions)" : TableCellImageSizingConfiguration
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tablefieldimageconfiguration-syntax.yaml"></a>

```
  [SizingOptions](#cfn-quicksight-dashboard-tablefieldimageconfiguration-sizingoptions): 
    TableCellImageSizingConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-tablefieldimageconfiguration-properties"></a>

`SizingOptions`  <a name="cfn-quicksight-dashboard-tablefieldimageconfiguration-sizingoptions"></a>
The sizing options for the table image configuration.  
*Required*: No  
*Type*: [TableCellImageSizingConfiguration](aws-properties-quicksight-dashboard-tablecellimagesizingconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TableFieldLinkConfiguration
<a name="aws-properties-quicksight-dashboard-tablefieldlinkconfiguration"></a>

The link configuration of a table field URL.

## Syntax
<a name="aws-properties-quicksight-dashboard-tablefieldlinkconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tablefieldlinkconfiguration-syntax.json"></a>

```
{
  "[Content](#cfn-quicksight-dashboard-tablefieldlinkconfiguration-content)" : TableFieldLinkContentConfiguration,
  "[Target](#cfn-quicksight-dashboard-tablefieldlinkconfiguration-target)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tablefieldlinkconfiguration-syntax.yaml"></a>

```
  [Content](#cfn-quicksight-dashboard-tablefieldlinkconfiguration-content): 
    TableFieldLinkContentConfiguration
  [Target](#cfn-quicksight-dashboard-tablefieldlinkconfiguration-target): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-tablefieldlinkconfiguration-properties"></a>

`Content`  <a name="cfn-quicksight-dashboard-tablefieldlinkconfiguration-content"></a>
The URL content (text, icon) for the table link configuration.  
*Required*: Yes  
*Type*: [TableFieldLinkContentConfiguration](aws-properties-quicksight-dashboard-tablefieldlinkcontentconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Target`  <a name="cfn-quicksight-dashboard-tablefieldlinkconfiguration-target"></a>
The URL target (new tab, new window, same tab) for the table link configuration.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `NEW_TAB | NEW_WINDOW | SAME_TAB`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TableFieldLinkContentConfiguration
<a name="aws-properties-quicksight-dashboard-tablefieldlinkcontentconfiguration"></a>

The URL content (text, icon) for the table link configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-tablefieldlinkcontentconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tablefieldlinkcontentconfiguration-syntax.json"></a>

```
{
  "[CustomIconContent](#cfn-quicksight-dashboard-tablefieldlinkcontentconfiguration-customiconcontent)" : TableFieldCustomIconContent,
  "[CustomTextContent](#cfn-quicksight-dashboard-tablefieldlinkcontentconfiguration-customtextcontent)" : TableFieldCustomTextContent
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tablefieldlinkcontentconfiguration-syntax.yaml"></a>

```
  [CustomIconContent](#cfn-quicksight-dashboard-tablefieldlinkcontentconfiguration-customiconcontent): 
    TableFieldCustomIconContent
  [CustomTextContent](#cfn-quicksight-dashboard-tablefieldlinkcontentconfiguration-customtextcontent): 
    TableFieldCustomTextContent
```

## Properties
<a name="aws-properties-quicksight-dashboard-tablefieldlinkcontentconfiguration-properties"></a>

`CustomIconContent`  <a name="cfn-quicksight-dashboard-tablefieldlinkcontentconfiguration-customiconcontent"></a>
The custom icon content for the table link content configuration.  
*Required*: No  
*Type*: [TableFieldCustomIconContent](aws-properties-quicksight-dashboard-tablefieldcustomiconcontent.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CustomTextContent`  <a name="cfn-quicksight-dashboard-tablefieldlinkcontentconfiguration-customtextcontent"></a>
The custom text content (value, font configuration) for the table link content configuration.  
*Required*: No  
*Type*: [TableFieldCustomTextContent](aws-properties-quicksight-dashboard-tablefieldcustomtextcontent.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TableFieldOption
<a name="aws-properties-quicksight-dashboard-tablefieldoption"></a>

The options for a table field.

## Syntax
<a name="aws-properties-quicksight-dashboard-tablefieldoption-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tablefieldoption-syntax.json"></a>

```
{
  "[CustomLabel](#cfn-quicksight-dashboard-tablefieldoption-customlabel)" : String,
  "[FieldId](#cfn-quicksight-dashboard-tablefieldoption-fieldid)" : String,
  "[URLStyling](#cfn-quicksight-dashboard-tablefieldoption-urlstyling)" : TableFieldURLConfiguration,
  "[Visibility](#cfn-quicksight-dashboard-tablefieldoption-visibility)" : String,
  "[Width](#cfn-quicksight-dashboard-tablefieldoption-width)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tablefieldoption-syntax.yaml"></a>

```
  [CustomLabel](#cfn-quicksight-dashboard-tablefieldoption-customlabel): String
  [FieldId](#cfn-quicksight-dashboard-tablefieldoption-fieldid): String
  [URLStyling](#cfn-quicksight-dashboard-tablefieldoption-urlstyling): 
    TableFieldURLConfiguration
  [Visibility](#cfn-quicksight-dashboard-tablefieldoption-visibility): String
  [Width](#cfn-quicksight-dashboard-tablefieldoption-width): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-tablefieldoption-properties"></a>

`CustomLabel`  <a name="cfn-quicksight-dashboard-tablefieldoption-customlabel"></a>
The custom label for a table field.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldId`  <a name="cfn-quicksight-dashboard-tablefieldoption-fieldid"></a>
The field ID for a table field.  
*Required*: Yes  
*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)

`URLStyling`  <a name="cfn-quicksight-dashboard-tablefieldoption-urlstyling"></a>
The URL configuration for a table field.  
*Required*: No  
*Type*: [TableFieldURLConfiguration](aws-properties-quicksight-dashboard-tablefieldurlconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Visibility`  <a name="cfn-quicksight-dashboard-tablefieldoption-visibility"></a>
The visibility of a table field.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Width`  <a name="cfn-quicksight-dashboard-tablefieldoption-width"></a>
The width for a table field.  
*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)

# AWS::QuickSight::Dashboard TableFieldOptions
<a name="aws-properties-quicksight-dashboard-tablefieldoptions"></a>

The field options of a table visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-tablefieldoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tablefieldoptions-syntax.json"></a>

```
{
  "[Order](#cfn-quicksight-dashboard-tablefieldoptions-order)" : [ String, ... ],
  "[PinnedFieldOptions](#cfn-quicksight-dashboard-tablefieldoptions-pinnedfieldoptions)" : TablePinnedFieldOptions,
  "[SelectedFieldOptions](#cfn-quicksight-dashboard-tablefieldoptions-selectedfieldoptions)" : [ TableFieldOption, ... ],
  "[TransposedTableOptions](#cfn-quicksight-dashboard-tablefieldoptions-transposedtableoptions)" : [ TransposedTableOption, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tablefieldoptions-syntax.yaml"></a>

```
  [Order](#cfn-quicksight-dashboard-tablefieldoptions-order): 
    - String
  [PinnedFieldOptions](#cfn-quicksight-dashboard-tablefieldoptions-pinnedfieldoptions): 
    TablePinnedFieldOptions
  [SelectedFieldOptions](#cfn-quicksight-dashboard-tablefieldoptions-selectedfieldoptions): 
    - TableFieldOption
  [TransposedTableOptions](#cfn-quicksight-dashboard-tablefieldoptions-transposedtableoptions): 
    - TransposedTableOption
```

## Properties
<a name="aws-properties-quicksight-dashboard-tablefieldoptions-properties"></a>

`Order`  <a name="cfn-quicksight-dashboard-tablefieldoptions-order"></a>
The order of the field IDs that are configured as field options for a table visual.  
*Required*: No  
*Type*: Array of String  
*Minimum*: `1 | 0`  
*Maximum*: `512 | 200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PinnedFieldOptions`  <a name="cfn-quicksight-dashboard-tablefieldoptions-pinnedfieldoptions"></a>
The settings for the pinned columns of a table visual.  
*Required*: No  
*Type*: [TablePinnedFieldOptions](aws-properties-quicksight-dashboard-tablepinnedfieldoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SelectedFieldOptions`  <a name="cfn-quicksight-dashboard-tablefieldoptions-selectedfieldoptions"></a>
The field options to be configured to a table.  
*Required*: No  
*Type*: Array of [TableFieldOption](aws-properties-quicksight-dashboard-tablefieldoption.md)  
*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)

`TransposedTableOptions`  <a name="cfn-quicksight-dashboard-tablefieldoptions-transposedtableoptions"></a>
The `TableOptions` of a transposed table.  
*Required*: No  
*Type*: Array of [TransposedTableOption](aws-properties-quicksight-dashboard-transposedtableoption.md)  
*Minimum*: `0`  
*Maximum*: `10001`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TableFieldURLConfiguration
<a name="aws-properties-quicksight-dashboard-tablefieldurlconfiguration"></a>

The URL configuration for a table field.

## Syntax
<a name="aws-properties-quicksight-dashboard-tablefieldurlconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tablefieldurlconfiguration-syntax.json"></a>

```
{
  "[ImageConfiguration](#cfn-quicksight-dashboard-tablefieldurlconfiguration-imageconfiguration)" : TableFieldImageConfiguration,
  "[LinkConfiguration](#cfn-quicksight-dashboard-tablefieldurlconfiguration-linkconfiguration)" : TableFieldLinkConfiguration
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tablefieldurlconfiguration-syntax.yaml"></a>

```
  [ImageConfiguration](#cfn-quicksight-dashboard-tablefieldurlconfiguration-imageconfiguration): 
    TableFieldImageConfiguration
  [LinkConfiguration](#cfn-quicksight-dashboard-tablefieldurlconfiguration-linkconfiguration): 
    TableFieldLinkConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-tablefieldurlconfiguration-properties"></a>

`ImageConfiguration`  <a name="cfn-quicksight-dashboard-tablefieldurlconfiguration-imageconfiguration"></a>
The image configuration of a table field URL.  
*Required*: No  
*Type*: [TableFieldImageConfiguration](aws-properties-quicksight-dashboard-tablefieldimageconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LinkConfiguration`  <a name="cfn-quicksight-dashboard-tablefieldurlconfiguration-linkconfiguration"></a>
The link configuration of a table field URL.  
*Required*: No  
*Type*: [TableFieldLinkConfiguration](aws-properties-quicksight-dashboard-tablefieldlinkconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TableFieldWells
<a name="aws-properties-quicksight-dashboard-tablefieldwells"></a>

The field wells for a table visual.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-tablefieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tablefieldwells-syntax.json"></a>

```
{
  "[TableAggregatedFieldWells](#cfn-quicksight-dashboard-tablefieldwells-tableaggregatedfieldwells)" : TableAggregatedFieldWells,
  "[TableUnaggregatedFieldWells](#cfn-quicksight-dashboard-tablefieldwells-tableunaggregatedfieldwells)" : TableUnaggregatedFieldWells
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tablefieldwells-syntax.yaml"></a>

```
  [TableAggregatedFieldWells](#cfn-quicksight-dashboard-tablefieldwells-tableaggregatedfieldwells): 
    TableAggregatedFieldWells
  [TableUnaggregatedFieldWells](#cfn-quicksight-dashboard-tablefieldwells-tableunaggregatedfieldwells): 
    TableUnaggregatedFieldWells
```

## Properties
<a name="aws-properties-quicksight-dashboard-tablefieldwells-properties"></a>

`TableAggregatedFieldWells`  <a name="cfn-quicksight-dashboard-tablefieldwells-tableaggregatedfieldwells"></a>
The aggregated field well for the table.  
*Required*: No  
*Type*: [TableAggregatedFieldWells](aws-properties-quicksight-dashboard-tableaggregatedfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TableUnaggregatedFieldWells`  <a name="cfn-quicksight-dashboard-tablefieldwells-tableunaggregatedfieldwells"></a>
The unaggregated field well for the table.  
*Required*: No  
*Type*: [TableUnaggregatedFieldWells](aws-properties-quicksight-dashboard-tableunaggregatedfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TableInlineVisualization
<a name="aws-properties-quicksight-dashboard-tableinlinevisualization"></a>

The inline visualization of a specific type to display within a chart.

## Syntax
<a name="aws-properties-quicksight-dashboard-tableinlinevisualization-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tableinlinevisualization-syntax.json"></a>

```
{
  "[DataBars](#cfn-quicksight-dashboard-tableinlinevisualization-databars)" : DataBarsOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tableinlinevisualization-syntax.yaml"></a>

```
  [DataBars](#cfn-quicksight-dashboard-tableinlinevisualization-databars): 
    DataBarsOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-tableinlinevisualization-properties"></a>

`DataBars`  <a name="cfn-quicksight-dashboard-tableinlinevisualization-databars"></a>
The configuration of the inline visualization of the data bars within a chart.  
*Required*: No  
*Type*: [DataBarsOptions](aws-properties-quicksight-dashboard-databarsoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TableOptions
<a name="aws-properties-quicksight-dashboard-tableoptions"></a>

The table options for a table visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-tableoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tableoptions-syntax.json"></a>

```
{
  "[CellStyle](#cfn-quicksight-dashboard-tableoptions-cellstyle)" : TableCellStyle,
  "[HeaderStyle](#cfn-quicksight-dashboard-tableoptions-headerstyle)" : TableCellStyle,
  "[Orientation](#cfn-quicksight-dashboard-tableoptions-orientation)" : String,
  "[RowAlternateColorOptions](#cfn-quicksight-dashboard-tableoptions-rowalternatecoloroptions)" : RowAlternateColorOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tableoptions-syntax.yaml"></a>

```
  [CellStyle](#cfn-quicksight-dashboard-tableoptions-cellstyle): 
    TableCellStyle
  [HeaderStyle](#cfn-quicksight-dashboard-tableoptions-headerstyle): 
    TableCellStyle
  [Orientation](#cfn-quicksight-dashboard-tableoptions-orientation): String
  [RowAlternateColorOptions](#cfn-quicksight-dashboard-tableoptions-rowalternatecoloroptions): 
    RowAlternateColorOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-tableoptions-properties"></a>

`CellStyle`  <a name="cfn-quicksight-dashboard-tableoptions-cellstyle"></a>
The table cell style of table cells.  
*Required*: No  
*Type*: [TableCellStyle](aws-properties-quicksight-dashboard-tablecellstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`HeaderStyle`  <a name="cfn-quicksight-dashboard-tableoptions-headerstyle"></a>
The table cell style of a table header.  
*Required*: No  
*Type*: [TableCellStyle](aws-properties-quicksight-dashboard-tablecellstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Orientation`  <a name="cfn-quicksight-dashboard-tableoptions-orientation"></a>
The orientation (vertical, horizontal) for a table.  
*Required*: No  
*Type*: String  
*Allowed values*: `VERTICAL | HORIZONTAL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RowAlternateColorOptions`  <a name="cfn-quicksight-dashboard-tableoptions-rowalternatecoloroptions"></a>
The row alternate color options (widget status, row alternate colors) for a table.  
*Required*: No  
*Type*: [RowAlternateColorOptions](aws-properties-quicksight-dashboard-rowalternatecoloroptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TablePaginatedReportOptions
<a name="aws-properties-quicksight-dashboard-tablepaginatedreportoptions"></a>

The paginated report options for a table visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-tablepaginatedreportoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tablepaginatedreportoptions-syntax.json"></a>

```
{
  "[OverflowColumnHeaderVisibility](#cfn-quicksight-dashboard-tablepaginatedreportoptions-overflowcolumnheadervisibility)" : String,
  "[VerticalOverflowVisibility](#cfn-quicksight-dashboard-tablepaginatedreportoptions-verticaloverflowvisibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tablepaginatedreportoptions-syntax.yaml"></a>

```
  [OverflowColumnHeaderVisibility](#cfn-quicksight-dashboard-tablepaginatedreportoptions-overflowcolumnheadervisibility): String
  [VerticalOverflowVisibility](#cfn-quicksight-dashboard-tablepaginatedreportoptions-verticaloverflowvisibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-tablepaginatedreportoptions-properties"></a>

`OverflowColumnHeaderVisibility`  <a name="cfn-quicksight-dashboard-tablepaginatedreportoptions-overflowcolumnheadervisibility"></a>
The visibility of repeating header rows on each page.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VerticalOverflowVisibility`  <a name="cfn-quicksight-dashboard-tablepaginatedreportoptions-verticaloverflowvisibility"></a>
The visibility of printing table overflow across pages.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TablePinnedFieldOptions
<a name="aws-properties-quicksight-dashboard-tablepinnedfieldoptions"></a>

The settings for the pinned columns of a table visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-tablepinnedfieldoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tablepinnedfieldoptions-syntax.json"></a>

```
{
  "[PinnedLeftFields](#cfn-quicksight-dashboard-tablepinnedfieldoptions-pinnedleftfields)" : [ String, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tablepinnedfieldoptions-syntax.yaml"></a>

```
  [PinnedLeftFields](#cfn-quicksight-dashboard-tablepinnedfieldoptions-pinnedleftfields): 
    - String
```

## Properties
<a name="aws-properties-quicksight-dashboard-tablepinnedfieldoptions-properties"></a>

`PinnedLeftFields`  <a name="cfn-quicksight-dashboard-tablepinnedfieldoptions-pinnedleftfields"></a>
A list of columns to be pinned to the left of a table visual.  
*Required*: No  
*Type*: Array of String  
*Minimum*: `1 | 0`  
*Maximum*: `512 | 201`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TableRowConditionalFormatting
<a name="aws-properties-quicksight-dashboard-tablerowconditionalformatting"></a>

The conditional formatting of a table row.

## Syntax
<a name="aws-properties-quicksight-dashboard-tablerowconditionalformatting-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tablerowconditionalformatting-syntax.json"></a>

```
{
  "[BackgroundColor](#cfn-quicksight-dashboard-tablerowconditionalformatting-backgroundcolor)" : ConditionalFormattingColor,
  "[TextColor](#cfn-quicksight-dashboard-tablerowconditionalformatting-textcolor)" : ConditionalFormattingColor
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tablerowconditionalformatting-syntax.yaml"></a>

```
  [BackgroundColor](#cfn-quicksight-dashboard-tablerowconditionalformatting-backgroundcolor): 
    ConditionalFormattingColor
  [TextColor](#cfn-quicksight-dashboard-tablerowconditionalformatting-textcolor): 
    ConditionalFormattingColor
```

## Properties
<a name="aws-properties-quicksight-dashboard-tablerowconditionalformatting-properties"></a>

`BackgroundColor`  <a name="cfn-quicksight-dashboard-tablerowconditionalformatting-backgroundcolor"></a>
The conditional formatting color (solid, gradient) of the background for a table row.  
*Required*: No  
*Type*: [ConditionalFormattingColor](aws-properties-quicksight-dashboard-conditionalformattingcolor.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TextColor`  <a name="cfn-quicksight-dashboard-tablerowconditionalformatting-textcolor"></a>
The conditional formatting color (solid, gradient) of the text for a table row.  
*Required*: No  
*Type*: [ConditionalFormattingColor](aws-properties-quicksight-dashboard-conditionalformattingcolor.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TableSideBorderOptions
<a name="aws-properties-quicksight-dashboard-tablesideborderoptions"></a>

The side border options for a table.

## Syntax
<a name="aws-properties-quicksight-dashboard-tablesideborderoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tablesideborderoptions-syntax.json"></a>

```
{
  "[Bottom](#cfn-quicksight-dashboard-tablesideborderoptions-bottom)" : TableBorderOptions,
  "[InnerHorizontal](#cfn-quicksight-dashboard-tablesideborderoptions-innerhorizontal)" : TableBorderOptions,
  "[InnerVertical](#cfn-quicksight-dashboard-tablesideborderoptions-innervertical)" : TableBorderOptions,
  "[Left](#cfn-quicksight-dashboard-tablesideborderoptions-left)" : TableBorderOptions,
  "[Right](#cfn-quicksight-dashboard-tablesideborderoptions-right)" : TableBorderOptions,
  "[Top](#cfn-quicksight-dashboard-tablesideborderoptions-top)" : TableBorderOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tablesideborderoptions-syntax.yaml"></a>

```
  [Bottom](#cfn-quicksight-dashboard-tablesideborderoptions-bottom): 
    TableBorderOptions
  [InnerHorizontal](#cfn-quicksight-dashboard-tablesideborderoptions-innerhorizontal): 
    TableBorderOptions
  [InnerVertical](#cfn-quicksight-dashboard-tablesideborderoptions-innervertical): 
    TableBorderOptions
  [Left](#cfn-quicksight-dashboard-tablesideborderoptions-left): 
    TableBorderOptions
  [Right](#cfn-quicksight-dashboard-tablesideborderoptions-right): 
    TableBorderOptions
  [Top](#cfn-quicksight-dashboard-tablesideborderoptions-top): 
    TableBorderOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-tablesideborderoptions-properties"></a>

`Bottom`  <a name="cfn-quicksight-dashboard-tablesideborderoptions-bottom"></a>
The table border options of the bottom border.  
*Required*: No  
*Type*: [TableBorderOptions](aws-properties-quicksight-dashboard-tableborderoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`InnerHorizontal`  <a name="cfn-quicksight-dashboard-tablesideborderoptions-innerhorizontal"></a>
The table border options of the inner horizontal border.  
*Required*: No  
*Type*: [TableBorderOptions](aws-properties-quicksight-dashboard-tableborderoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`InnerVertical`  <a name="cfn-quicksight-dashboard-tablesideborderoptions-innervertical"></a>
The table border options of the inner vertical border.  
*Required*: No  
*Type*: [TableBorderOptions](aws-properties-quicksight-dashboard-tableborderoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Left`  <a name="cfn-quicksight-dashboard-tablesideborderoptions-left"></a>
The table border options of the left border.  
*Required*: No  
*Type*: [TableBorderOptions](aws-properties-quicksight-dashboard-tableborderoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Right`  <a name="cfn-quicksight-dashboard-tablesideborderoptions-right"></a>
The table border options of the right border.  
*Required*: No  
*Type*: [TableBorderOptions](aws-properties-quicksight-dashboard-tableborderoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Top`  <a name="cfn-quicksight-dashboard-tablesideborderoptions-top"></a>
The table border options of the top border.  
*Required*: No  
*Type*: [TableBorderOptions](aws-properties-quicksight-dashboard-tableborderoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TableSortConfiguration
<a name="aws-properties-quicksight-dashboard-tablesortconfiguration"></a>

The sort configuration for a `TableVisual`.

## Syntax
<a name="aws-properties-quicksight-dashboard-tablesortconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tablesortconfiguration-syntax.json"></a>

```
{
  "[PaginationConfiguration](#cfn-quicksight-dashboard-tablesortconfiguration-paginationconfiguration)" : PaginationConfiguration,
  "[RowSort](#cfn-quicksight-dashboard-tablesortconfiguration-rowsort)" : [ FieldSortOptions, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tablesortconfiguration-syntax.yaml"></a>

```
  [PaginationConfiguration](#cfn-quicksight-dashboard-tablesortconfiguration-paginationconfiguration): 
    PaginationConfiguration
  [RowSort](#cfn-quicksight-dashboard-tablesortconfiguration-rowsort): 
    - FieldSortOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-tablesortconfiguration-properties"></a>

`PaginationConfiguration`  <a name="cfn-quicksight-dashboard-tablesortconfiguration-paginationconfiguration"></a>
The pagination configuration (page size, page number) for the table.  
*Required*: No  
*Type*: [PaginationConfiguration](aws-properties-quicksight-dashboard-paginationconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RowSort`  <a name="cfn-quicksight-dashboard-tablesortconfiguration-rowsort"></a>
The field sort options for rows in the table.  
*Required*: No  
*Type*: Array of [FieldSortOptions](aws-properties-quicksight-dashboard-fieldsortoptions.md)  
*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)

# AWS::QuickSight::Dashboard TableStyleTarget
<a name="aws-properties-quicksight-dashboard-tablestyletarget"></a>

The table style target.

## Syntax
<a name="aws-properties-quicksight-dashboard-tablestyletarget-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tablestyletarget-syntax.json"></a>

```
{
  "[CellType](#cfn-quicksight-dashboard-tablestyletarget-celltype)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tablestyletarget-syntax.yaml"></a>

```
  [CellType](#cfn-quicksight-dashboard-tablestyletarget-celltype): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-tablestyletarget-properties"></a>

`CellType`  <a name="cfn-quicksight-dashboard-tablestyletarget-celltype"></a>
The cell type of the table style target.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `TOTAL | METRIC_HEADER | VALUE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TableUnaggregatedFieldWells
<a name="aws-properties-quicksight-dashboard-tableunaggregatedfieldwells"></a>

The unaggregated field well for the table.

## Syntax
<a name="aws-properties-quicksight-dashboard-tableunaggregatedfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tableunaggregatedfieldwells-syntax.json"></a>

```
{
  "[Values](#cfn-quicksight-dashboard-tableunaggregatedfieldwells-values)" : [ UnaggregatedField, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tableunaggregatedfieldwells-syntax.yaml"></a>

```
  [Values](#cfn-quicksight-dashboard-tableunaggregatedfieldwells-values): 
    - UnaggregatedField
```

## Properties
<a name="aws-properties-quicksight-dashboard-tableunaggregatedfieldwells-properties"></a>

`Values`  <a name="cfn-quicksight-dashboard-tableunaggregatedfieldwells-values"></a>
The values field well for a pivot table. Values are unaggregated for an unaggregated table.  
*Required*: No  
*Type*: Array of [UnaggregatedField](aws-properties-quicksight-dashboard-unaggregatedfield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TableVisual
<a name="aws-properties-quicksight-dashboard-tablevisual"></a>

A table visual.

For more information, see [Using tables as visuals](https://docs.aws.amazon.com/quicksight/latest/user/tabular.html) in the *Amazon Quick Suite User Guide*.

## Syntax
<a name="aws-properties-quicksight-dashboard-tablevisual-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tablevisual-syntax.json"></a>

```
{
  "[Actions](#cfn-quicksight-dashboard-tablevisual-actions)" : [ VisualCustomAction, ... ],
  "[ChartConfiguration](#cfn-quicksight-dashboard-tablevisual-chartconfiguration)" : TableConfiguration,
  "[ConditionalFormatting](#cfn-quicksight-dashboard-tablevisual-conditionalformatting)" : TableConditionalFormatting,
  "[Subtitle](#cfn-quicksight-dashboard-tablevisual-subtitle)" : VisualSubtitleLabelOptions,
  "[Title](#cfn-quicksight-dashboard-tablevisual-title)" : VisualTitleLabelOptions,
  "[VisualContentAltText](#cfn-quicksight-dashboard-tablevisual-visualcontentalttext)" : String,
  "[VisualId](#cfn-quicksight-dashboard-tablevisual-visualid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tablevisual-syntax.yaml"></a>

```
  [Actions](#cfn-quicksight-dashboard-tablevisual-actions): 
    - VisualCustomAction
  [ChartConfiguration](#cfn-quicksight-dashboard-tablevisual-chartconfiguration): 
    TableConfiguration
  [ConditionalFormatting](#cfn-quicksight-dashboard-tablevisual-conditionalformatting): 
    TableConditionalFormatting
  [Subtitle](#cfn-quicksight-dashboard-tablevisual-subtitle): 
    VisualSubtitleLabelOptions
  [Title](#cfn-quicksight-dashboard-tablevisual-title): 
    VisualTitleLabelOptions
  [VisualContentAltText](#cfn-quicksight-dashboard-tablevisual-visualcontentalttext): String
  [VisualId](#cfn-quicksight-dashboard-tablevisual-visualid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-tablevisual-properties"></a>

`Actions`  <a name="cfn-quicksight-dashboard-tablevisual-actions"></a>
The list of custom actions that are configured for a visual.  
*Required*: No  
*Type*: Array of [VisualCustomAction](aws-properties-quicksight-dashboard-visualcustomaction.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ChartConfiguration`  <a name="cfn-quicksight-dashboard-tablevisual-chartconfiguration"></a>
The configuration settings of the visual.  
*Required*: No  
*Type*: [TableConfiguration](aws-properties-quicksight-dashboard-tableconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ConditionalFormatting`  <a name="cfn-quicksight-dashboard-tablevisual-conditionalformatting"></a>
The conditional formatting for a `PivotTableVisual`.  
*Required*: No  
*Type*: [TableConditionalFormatting](aws-properties-quicksight-dashboard-tableconditionalformatting.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Subtitle`  <a name="cfn-quicksight-dashboard-tablevisual-subtitle"></a>
The subtitle that is displayed on the visual.  
*Required*: No  
*Type*: [VisualSubtitleLabelOptions](aws-properties-quicksight-dashboard-visualsubtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-tablevisual-title"></a>
The title that is displayed on the visual.  
*Required*: No  
*Type*: [VisualTitleLabelOptions](aws-properties-quicksight-dashboard-visualtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualContentAltText`  <a name="cfn-quicksight-dashboard-tablevisual-visualcontentalttext"></a>
The alt text for the visual.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualId`  <a name="cfn-quicksight-dashboard-tablevisual-visualid"></a>
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

# AWS::QuickSight::Dashboard Tag
<a name="aws-properties-quicksight-dashboard-tag"></a>

<a name="aws-properties-quicksight-dashboard-tag-description"></a>The `Tag` property type specifies Property description not available. for an [AWS::QuickSight::Dashboard](aws-resource-quicksight-dashboard.md).

## Syntax
<a name="aws-properties-quicksight-dashboard-tag-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tag-syntax.json"></a>

```
{
  "[Key](#cfn-quicksight-dashboard-tag-key)" : String,
  "[Value](#cfn-quicksight-dashboard-tag-value)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tag-syntax.yaml"></a>

```
  [Key](#cfn-quicksight-dashboard-tag-key): String
  [Value](#cfn-quicksight-dashboard-tag-value): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-tag-properties"></a>

`Key`  <a name="cfn-quicksight-dashboard-tag-key"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `128`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-quicksight-dashboard-tag-value"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `256`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TextAreaControlDisplayOptions
<a name="aws-properties-quicksight-dashboard-textareacontroldisplayoptions"></a>

The display options of a control.

## Syntax
<a name="aws-properties-quicksight-dashboard-textareacontroldisplayoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-textareacontroldisplayoptions-syntax.json"></a>

```
{
  "[InfoIconLabelOptions](#cfn-quicksight-dashboard-textareacontroldisplayoptions-infoiconlabeloptions)" : SheetControlInfoIconLabelOptions,
  "[PlaceholderOptions](#cfn-quicksight-dashboard-textareacontroldisplayoptions-placeholderoptions)" : TextControlPlaceholderOptions,
  "[TitleOptions](#cfn-quicksight-dashboard-textareacontroldisplayoptions-titleoptions)" : LabelOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-textareacontroldisplayoptions-syntax.yaml"></a>

```
  [InfoIconLabelOptions](#cfn-quicksight-dashboard-textareacontroldisplayoptions-infoiconlabeloptions): 
    SheetControlInfoIconLabelOptions
  [PlaceholderOptions](#cfn-quicksight-dashboard-textareacontroldisplayoptions-placeholderoptions): 
    TextControlPlaceholderOptions
  [TitleOptions](#cfn-quicksight-dashboard-textareacontroldisplayoptions-titleoptions): 
    LabelOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-textareacontroldisplayoptions-properties"></a>

`InfoIconLabelOptions`  <a name="cfn-quicksight-dashboard-textareacontroldisplayoptions-infoiconlabeloptions"></a>
The configuration of info icon label options.  
*Required*: No  
*Type*: [SheetControlInfoIconLabelOptions](aws-properties-quicksight-dashboard-sheetcontrolinfoiconlabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PlaceholderOptions`  <a name="cfn-quicksight-dashboard-textareacontroldisplayoptions-placeholderoptions"></a>
The configuration of the placeholder options in a text area control.  
*Required*: No  
*Type*: [TextControlPlaceholderOptions](aws-properties-quicksight-dashboard-textcontrolplaceholderoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TitleOptions`  <a name="cfn-quicksight-dashboard-textareacontroldisplayoptions-titleoptions"></a>
The options to configure the title visibility, name, and font size.  
*Required*: No  
*Type*: [LabelOptions](aws-properties-quicksight-dashboard-labeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TextConditionalFormat
<a name="aws-properties-quicksight-dashboard-textconditionalformat"></a>

The conditional formatting for the text.

## Syntax
<a name="aws-properties-quicksight-dashboard-textconditionalformat-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-textconditionalformat-syntax.json"></a>

```
{
  "[BackgroundColor](#cfn-quicksight-dashboard-textconditionalformat-backgroundcolor)" : ConditionalFormattingColor,
  "[Icon](#cfn-quicksight-dashboard-textconditionalformat-icon)" : ConditionalFormattingIcon,
  "[TextColor](#cfn-quicksight-dashboard-textconditionalformat-textcolor)" : ConditionalFormattingColor
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-textconditionalformat-syntax.yaml"></a>

```
  [BackgroundColor](#cfn-quicksight-dashboard-textconditionalformat-backgroundcolor): 
    ConditionalFormattingColor
  [Icon](#cfn-quicksight-dashboard-textconditionalformat-icon): 
    ConditionalFormattingIcon
  [TextColor](#cfn-quicksight-dashboard-textconditionalformat-textcolor): 
    ConditionalFormattingColor
```

## Properties
<a name="aws-properties-quicksight-dashboard-textconditionalformat-properties"></a>

`BackgroundColor`  <a name="cfn-quicksight-dashboard-textconditionalformat-backgroundcolor"></a>
The conditional formatting for the text background color.  
*Required*: No  
*Type*: [ConditionalFormattingColor](aws-properties-quicksight-dashboard-conditionalformattingcolor.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Icon`  <a name="cfn-quicksight-dashboard-textconditionalformat-icon"></a>
The conditional formatting for the icon.  
*Required*: No  
*Type*: [ConditionalFormattingIcon](aws-properties-quicksight-dashboard-conditionalformattingicon.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TextColor`  <a name="cfn-quicksight-dashboard-textconditionalformat-textcolor"></a>
The conditional formatting for the text color.  
*Required*: No  
*Type*: [ConditionalFormattingColor](aws-properties-quicksight-dashboard-conditionalformattingcolor.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TextControlPlaceholderOptions
<a name="aws-properties-quicksight-dashboard-textcontrolplaceholderoptions"></a>

The configuration of the placeholder options in a text control.

## Syntax
<a name="aws-properties-quicksight-dashboard-textcontrolplaceholderoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-textcontrolplaceholderoptions-syntax.json"></a>

```
{
  "[Visibility](#cfn-quicksight-dashboard-textcontrolplaceholderoptions-visibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-textcontrolplaceholderoptions-syntax.yaml"></a>

```
  [Visibility](#cfn-quicksight-dashboard-textcontrolplaceholderoptions-visibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-textcontrolplaceholderoptions-properties"></a>

`Visibility`  <a name="cfn-quicksight-dashboard-textcontrolplaceholderoptions-visibility"></a>
The visibility configuration of the placeholder options in a text control.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TextFieldControlDisplayOptions
<a name="aws-properties-quicksight-dashboard-textfieldcontroldisplayoptions"></a>

The display options of a control.

## Syntax
<a name="aws-properties-quicksight-dashboard-textfieldcontroldisplayoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-textfieldcontroldisplayoptions-syntax.json"></a>

```
{
  "[InfoIconLabelOptions](#cfn-quicksight-dashboard-textfieldcontroldisplayoptions-infoiconlabeloptions)" : SheetControlInfoIconLabelOptions,
  "[PlaceholderOptions](#cfn-quicksight-dashboard-textfieldcontroldisplayoptions-placeholderoptions)" : TextControlPlaceholderOptions,
  "[TitleOptions](#cfn-quicksight-dashboard-textfieldcontroldisplayoptions-titleoptions)" : LabelOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-textfieldcontroldisplayoptions-syntax.yaml"></a>

```
  [InfoIconLabelOptions](#cfn-quicksight-dashboard-textfieldcontroldisplayoptions-infoiconlabeloptions): 
    SheetControlInfoIconLabelOptions
  [PlaceholderOptions](#cfn-quicksight-dashboard-textfieldcontroldisplayoptions-placeholderoptions): 
    TextControlPlaceholderOptions
  [TitleOptions](#cfn-quicksight-dashboard-textfieldcontroldisplayoptions-titleoptions): 
    LabelOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-textfieldcontroldisplayoptions-properties"></a>

`InfoIconLabelOptions`  <a name="cfn-quicksight-dashboard-textfieldcontroldisplayoptions-infoiconlabeloptions"></a>
The configuration of info icon label options.  
*Required*: No  
*Type*: [SheetControlInfoIconLabelOptions](aws-properties-quicksight-dashboard-sheetcontrolinfoiconlabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PlaceholderOptions`  <a name="cfn-quicksight-dashboard-textfieldcontroldisplayoptions-placeholderoptions"></a>
The configuration of the placeholder options in a text field control.  
*Required*: No  
*Type*: [TextControlPlaceholderOptions](aws-properties-quicksight-dashboard-textcontrolplaceholderoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TitleOptions`  <a name="cfn-quicksight-dashboard-textfieldcontroldisplayoptions-titleoptions"></a>
The options to configure the title visibility, name, and font size.  
*Required*: No  
*Type*: [LabelOptions](aws-properties-quicksight-dashboard-labeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard ThousandSeparatorOptions
<a name="aws-properties-quicksight-dashboard-thousandseparatoroptions"></a>

The options that determine the thousands separator configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-thousandseparatoroptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-thousandseparatoroptions-syntax.json"></a>

```
{
  "[GroupingStyle](#cfn-quicksight-dashboard-thousandseparatoroptions-groupingstyle)" : String,
  "[Symbol](#cfn-quicksight-dashboard-thousandseparatoroptions-symbol)" : String,
  "[Visibility](#cfn-quicksight-dashboard-thousandseparatoroptions-visibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-thousandseparatoroptions-syntax.yaml"></a>

```
  [GroupingStyle](#cfn-quicksight-dashboard-thousandseparatoroptions-groupingstyle): String
  [Symbol](#cfn-quicksight-dashboard-thousandseparatoroptions-symbol): String
  [Visibility](#cfn-quicksight-dashboard-thousandseparatoroptions-visibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-thousandseparatoroptions-properties"></a>

`GroupingStyle`  <a name="cfn-quicksight-dashboard-thousandseparatoroptions-groupingstyle"></a>
Determines the way numbers are styled to accommodate different readability standards. The `DEFAULT` value uses the standard international grouping system and groups numbers by the thousands. The `LAKHS` value uses the Indian numbering system and groups numbers by lakhs and crores.  
*Required*: No  
*Type*: String  
*Allowed values*: `DEFAULT | LAKHS`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Symbol`  <a name="cfn-quicksight-dashboard-thousandseparatoroptions-symbol"></a>
Determines the thousands separator symbol.  
*Required*: No  
*Type*: String  
*Allowed values*: `COMMA | DOT | SPACE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Visibility`  <a name="cfn-quicksight-dashboard-thousandseparatoroptions-visibility"></a>
Determines the visibility of the thousands separator.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TimeBasedForecastProperties
<a name="aws-properties-quicksight-dashboard-timebasedforecastproperties"></a>

The forecast properties setup of a forecast in the line chart.

## Syntax
<a name="aws-properties-quicksight-dashboard-timebasedforecastproperties-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-timebasedforecastproperties-syntax.json"></a>

```
{
  "[LowerBoundary](#cfn-quicksight-dashboard-timebasedforecastproperties-lowerboundary)" : Number,
  "[PeriodsBackward](#cfn-quicksight-dashboard-timebasedforecastproperties-periodsbackward)" : Number,
  "[PeriodsForward](#cfn-quicksight-dashboard-timebasedforecastproperties-periodsforward)" : Number,
  "[PredictionInterval](#cfn-quicksight-dashboard-timebasedforecastproperties-predictioninterval)" : Number,
  "[Seasonality](#cfn-quicksight-dashboard-timebasedforecastproperties-seasonality)" : Number,
  "[UpperBoundary](#cfn-quicksight-dashboard-timebasedforecastproperties-upperboundary)" : Number
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-timebasedforecastproperties-syntax.yaml"></a>

```
  [LowerBoundary](#cfn-quicksight-dashboard-timebasedforecastproperties-lowerboundary): Number
  [PeriodsBackward](#cfn-quicksight-dashboard-timebasedforecastproperties-periodsbackward): Number
  [PeriodsForward](#cfn-quicksight-dashboard-timebasedforecastproperties-periodsforward): Number
  [PredictionInterval](#cfn-quicksight-dashboard-timebasedforecastproperties-predictioninterval): Number
  [Seasonality](#cfn-quicksight-dashboard-timebasedforecastproperties-seasonality): Number
  [UpperBoundary](#cfn-quicksight-dashboard-timebasedforecastproperties-upperboundary): Number
```

## Properties
<a name="aws-properties-quicksight-dashboard-timebasedforecastproperties-properties"></a>

`LowerBoundary`  <a name="cfn-quicksight-dashboard-timebasedforecastproperties-lowerboundary"></a>
The lower boundary setup of a forecast computation.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PeriodsBackward`  <a name="cfn-quicksight-dashboard-timebasedforecastproperties-periodsbackward"></a>
The periods backward setup of a forecast computation.  
*Required*: No  
*Type*: Number  
*Minimum*: `0`  
*Maximum*: `1000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PeriodsForward`  <a name="cfn-quicksight-dashboard-timebasedforecastproperties-periodsforward"></a>
The periods forward setup of a forecast computation.  
*Required*: No  
*Type*: Number  
*Minimum*: `1`  
*Maximum*: `1000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PredictionInterval`  <a name="cfn-quicksight-dashboard-timebasedforecastproperties-predictioninterval"></a>
The prediction interval setup of a forecast computation.  
*Required*: No  
*Type*: Number  
*Minimum*: `50`  
*Maximum*: `95`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Seasonality`  <a name="cfn-quicksight-dashboard-timebasedforecastproperties-seasonality"></a>
The seasonality setup of a forecast computation. Choose one of the following options:  
+ `NULL`: The input is set to `NULL`.
+ `NON_NULL`: The input is set to a custom value.
*Required*: No  
*Type*: Number  
*Minimum*: `1`  
*Maximum*: `180`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`UpperBoundary`  <a name="cfn-quicksight-dashboard-timebasedforecastproperties-upperboundary"></a>
The upper boundary setup of a forecast computation.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TimeEqualityFilter
<a name="aws-properties-quicksight-dashboard-timeequalityfilter"></a>

A `TimeEqualityFilter` filters values that are equal to a given value.

## Syntax
<a name="aws-properties-quicksight-dashboard-timeequalityfilter-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-timeequalityfilter-syntax.json"></a>

```
{
  "[Column](#cfn-quicksight-dashboard-timeequalityfilter-column)" : ColumnIdentifier,
  "[DefaultFilterControlConfiguration](#cfn-quicksight-dashboard-timeequalityfilter-defaultfiltercontrolconfiguration)" : DefaultFilterControlConfiguration,
  "[FilterId](#cfn-quicksight-dashboard-timeequalityfilter-filterid)" : String,
  "[ParameterName](#cfn-quicksight-dashboard-timeequalityfilter-parametername)" : String,
  "[RollingDate](#cfn-quicksight-dashboard-timeequalityfilter-rollingdate)" : RollingDateConfiguration,
  "[TimeGranularity](#cfn-quicksight-dashboard-timeequalityfilter-timegranularity)" : String,
  "[Value](#cfn-quicksight-dashboard-timeequalityfilter-value)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-timeequalityfilter-syntax.yaml"></a>

```
  [Column](#cfn-quicksight-dashboard-timeequalityfilter-column): 
    ColumnIdentifier
  [DefaultFilterControlConfiguration](#cfn-quicksight-dashboard-timeequalityfilter-defaultfiltercontrolconfiguration): 
    DefaultFilterControlConfiguration
  [FilterId](#cfn-quicksight-dashboard-timeequalityfilter-filterid): String
  [ParameterName](#cfn-quicksight-dashboard-timeequalityfilter-parametername): String
  [RollingDate](#cfn-quicksight-dashboard-timeequalityfilter-rollingdate): 
    RollingDateConfiguration
  [TimeGranularity](#cfn-quicksight-dashboard-timeequalityfilter-timegranularity): String
  [Value](#cfn-quicksight-dashboard-timeequalityfilter-value): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-timeequalityfilter-properties"></a>

`Column`  <a name="cfn-quicksight-dashboard-timeequalityfilter-column"></a>
The column that the filter is applied to.  
*Required*: Yes  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DefaultFilterControlConfiguration`  <a name="cfn-quicksight-dashboard-timeequalityfilter-defaultfiltercontrolconfiguration"></a>
The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.  
*Required*: No  
*Type*: [DefaultFilterControlConfiguration](aws-properties-quicksight-dashboard-defaultfiltercontrolconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FilterId`  <a name="cfn-quicksight-dashboard-timeequalityfilter-filterid"></a>
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`ParameterName`  <a name="cfn-quicksight-dashboard-timeequalityfilter-parametername"></a>
The parameter whose value should be used for the filter value.  
This field is mutually exclusive to `Value` and `RollingDate`.  
*Required*: No  
*Type*: String  
*Pattern*: `^[a-zA-Z0-9]+$`  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RollingDate`  <a name="cfn-quicksight-dashboard-timeequalityfilter-rollingdate"></a>
The rolling date input for the `TimeEquality` filter.  
This field is mutually exclusive to `Value` and `ParameterName`.  
*Required*: No  
*Type*: [RollingDateConfiguration](aws-properties-quicksight-dashboard-rollingdateconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TimeGranularity`  <a name="cfn-quicksight-dashboard-timeequalityfilter-timegranularity"></a>
The level of time precision that is used to aggregate `DateTime` values.  
*Required*: No  
*Type*: String  
*Allowed values*: `YEAR | QUARTER | MONTH | WEEK | DAY | HOUR | MINUTE | SECOND | MILLISECOND`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-quicksight-dashboard-timeequalityfilter-value"></a>
The value of a `TimeEquality` filter.  
This field is mutually exclusive to `RollingDate` and `ParameterName`.  
*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)

# AWS::QuickSight::Dashboard TimeRangeDrillDownFilter
<a name="aws-properties-quicksight-dashboard-timerangedrilldownfilter"></a>

The time range drill down filter.

## Syntax
<a name="aws-properties-quicksight-dashboard-timerangedrilldownfilter-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-timerangedrilldownfilter-syntax.json"></a>

```
{
  "[Column](#cfn-quicksight-dashboard-timerangedrilldownfilter-column)" : ColumnIdentifier,
  "[RangeMaximum](#cfn-quicksight-dashboard-timerangedrilldownfilter-rangemaximum)" : String,
  "[RangeMinimum](#cfn-quicksight-dashboard-timerangedrilldownfilter-rangeminimum)" : String,
  "[TimeGranularity](#cfn-quicksight-dashboard-timerangedrilldownfilter-timegranularity)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-timerangedrilldownfilter-syntax.yaml"></a>

```
  [Column](#cfn-quicksight-dashboard-timerangedrilldownfilter-column): 
    ColumnIdentifier
  [RangeMaximum](#cfn-quicksight-dashboard-timerangedrilldownfilter-rangemaximum): String
  [RangeMinimum](#cfn-quicksight-dashboard-timerangedrilldownfilter-rangeminimum): String
  [TimeGranularity](#cfn-quicksight-dashboard-timerangedrilldownfilter-timegranularity): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-timerangedrilldownfilter-properties"></a>

`Column`  <a name="cfn-quicksight-dashboard-timerangedrilldownfilter-column"></a>
The column that the filter is applied to.  
*Required*: Yes  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RangeMaximum`  <a name="cfn-quicksight-dashboard-timerangedrilldownfilter-rangemaximum"></a>
The maximum value for the filter value range.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RangeMinimum`  <a name="cfn-quicksight-dashboard-timerangedrilldownfilter-rangeminimum"></a>
The minimum value for the filter value range.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TimeGranularity`  <a name="cfn-quicksight-dashboard-timerangedrilldownfilter-timegranularity"></a>
The level of time precision that is used to aggregate `DateTime` values.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `YEAR | QUARTER | MONTH | WEEK | DAY | HOUR | MINUTE | SECOND | MILLISECOND`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TimeRangeFilter
<a name="aws-properties-quicksight-dashboard-timerangefilter"></a>

A `TimeRangeFilter` filters values that are between two specified values.

## Syntax
<a name="aws-properties-quicksight-dashboard-timerangefilter-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-timerangefilter-syntax.json"></a>

```
{
  "[Column](#cfn-quicksight-dashboard-timerangefilter-column)" : ColumnIdentifier,
  "[DefaultFilterControlConfiguration](#cfn-quicksight-dashboard-timerangefilter-defaultfiltercontrolconfiguration)" : DefaultFilterControlConfiguration,
  "[ExcludePeriodConfiguration](#cfn-quicksight-dashboard-timerangefilter-excludeperiodconfiguration)" : ExcludePeriodConfiguration,
  "[FilterId](#cfn-quicksight-dashboard-timerangefilter-filterid)" : String,
  "[IncludeMaximum](#cfn-quicksight-dashboard-timerangefilter-includemaximum)" : Boolean,
  "[IncludeMinimum](#cfn-quicksight-dashboard-timerangefilter-includeminimum)" : Boolean,
  "[NullOption](#cfn-quicksight-dashboard-timerangefilter-nulloption)" : String,
  "[RangeMaximumValue](#cfn-quicksight-dashboard-timerangefilter-rangemaximumvalue)" : TimeRangeFilterValue,
  "[RangeMinimumValue](#cfn-quicksight-dashboard-timerangefilter-rangeminimumvalue)" : TimeRangeFilterValue,
  "[TimeGranularity](#cfn-quicksight-dashboard-timerangefilter-timegranularity)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-timerangefilter-syntax.yaml"></a>

```
  [Column](#cfn-quicksight-dashboard-timerangefilter-column): 
    ColumnIdentifier
  [DefaultFilterControlConfiguration](#cfn-quicksight-dashboard-timerangefilter-defaultfiltercontrolconfiguration): 
    DefaultFilterControlConfiguration
  [ExcludePeriodConfiguration](#cfn-quicksight-dashboard-timerangefilter-excludeperiodconfiguration): 
    ExcludePeriodConfiguration
  [FilterId](#cfn-quicksight-dashboard-timerangefilter-filterid): String
  [IncludeMaximum](#cfn-quicksight-dashboard-timerangefilter-includemaximum): Boolean
  [IncludeMinimum](#cfn-quicksight-dashboard-timerangefilter-includeminimum): Boolean
  [NullOption](#cfn-quicksight-dashboard-timerangefilter-nulloption): String
  [RangeMaximumValue](#cfn-quicksight-dashboard-timerangefilter-rangemaximumvalue): 
    TimeRangeFilterValue
  [RangeMinimumValue](#cfn-quicksight-dashboard-timerangefilter-rangeminimumvalue): 
    TimeRangeFilterValue
  [TimeGranularity](#cfn-quicksight-dashboard-timerangefilter-timegranularity): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-timerangefilter-properties"></a>

`Column`  <a name="cfn-quicksight-dashboard-timerangefilter-column"></a>
The column that the filter is applied to.  
*Required*: Yes  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DefaultFilterControlConfiguration`  <a name="cfn-quicksight-dashboard-timerangefilter-defaultfiltercontrolconfiguration"></a>
The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.  
*Required*: No  
*Type*: [DefaultFilterControlConfiguration](aws-properties-quicksight-dashboard-defaultfiltercontrolconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ExcludePeriodConfiguration`  <a name="cfn-quicksight-dashboard-timerangefilter-excludeperiodconfiguration"></a>
The exclude period of the time range filter.  
*Required*: No  
*Type*: [ExcludePeriodConfiguration](aws-properties-quicksight-dashboard-excludeperiodconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FilterId`  <a name="cfn-quicksight-dashboard-timerangefilter-filterid"></a>
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`IncludeMaximum`  <a name="cfn-quicksight-dashboard-timerangefilter-includemaximum"></a>
Determines whether the maximum value in the filter value range should be included in the filtered results.  
*Required*: No  
*Type*: Boolean  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`IncludeMinimum`  <a name="cfn-quicksight-dashboard-timerangefilter-includeminimum"></a>
Determines whether the minimum value in the filter value range should be included in the filtered results.  
*Required*: No  
*Type*: Boolean  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NullOption`  <a name="cfn-quicksight-dashboard-timerangefilter-nulloption"></a>
This option determines how null values should be treated when filtering data.  
+ `ALL_VALUES`: Include null values in filtered results.
+ `NULLS_ONLY`: Only include null values in filtered results.
+ `NON_NULLS_ONLY`: Exclude null values from filtered results.
*Required*: Yes  
*Type*: String  
*Allowed values*: `ALL_VALUES | NULLS_ONLY | NON_NULLS_ONLY`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RangeMaximumValue`  <a name="cfn-quicksight-dashboard-timerangefilter-rangemaximumvalue"></a>
The maximum value for the filter value range.  
*Required*: No  
*Type*: [TimeRangeFilterValue](aws-properties-quicksight-dashboard-timerangefiltervalue.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RangeMinimumValue`  <a name="cfn-quicksight-dashboard-timerangefilter-rangeminimumvalue"></a>
The minimum value for the filter value range.  
*Required*: No  
*Type*: [TimeRangeFilterValue](aws-properties-quicksight-dashboard-timerangefiltervalue.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TimeGranularity`  <a name="cfn-quicksight-dashboard-timerangefilter-timegranularity"></a>
The level of time precision that is used to aggregate `DateTime` values.  
*Required*: No  
*Type*: String  
*Allowed values*: `YEAR | QUARTER | MONTH | WEEK | DAY | HOUR | MINUTE | SECOND | MILLISECOND`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TimeRangeFilterValue
<a name="aws-properties-quicksight-dashboard-timerangefiltervalue"></a>

The value of a time range filter.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-timerangefiltervalue-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-timerangefiltervalue-syntax.json"></a>

```
{
  "[Parameter](#cfn-quicksight-dashboard-timerangefiltervalue-parameter)" : String,
  "[RollingDate](#cfn-quicksight-dashboard-timerangefiltervalue-rollingdate)" : RollingDateConfiguration,
  "[StaticValue](#cfn-quicksight-dashboard-timerangefiltervalue-staticvalue)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-timerangefiltervalue-syntax.yaml"></a>

```
  [Parameter](#cfn-quicksight-dashboard-timerangefiltervalue-parameter): String
  [RollingDate](#cfn-quicksight-dashboard-timerangefiltervalue-rollingdate): 
    RollingDateConfiguration
  [StaticValue](#cfn-quicksight-dashboard-timerangefiltervalue-staticvalue): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-timerangefiltervalue-properties"></a>

`Parameter`  <a name="cfn-quicksight-dashboard-timerangefiltervalue-parameter"></a>
The parameter type input value.  
*Required*: No  
*Type*: String  
*Pattern*: `^[a-zA-Z0-9]+$`  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RollingDate`  <a name="cfn-quicksight-dashboard-timerangefiltervalue-rollingdate"></a>
The rolling date input value.  
*Required*: No  
*Type*: [RollingDateConfiguration](aws-properties-quicksight-dashboard-rollingdateconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StaticValue`  <a name="cfn-quicksight-dashboard-timerangefiltervalue-staticvalue"></a>
The static input value.  
*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)

# AWS::QuickSight::Dashboard TooltipItem
<a name="aws-properties-quicksight-dashboard-tooltipitem"></a>

The tooltip.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-tooltipitem-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tooltipitem-syntax.json"></a>

```
{
  "[ColumnTooltipItem](#cfn-quicksight-dashboard-tooltipitem-columntooltipitem)" : ColumnTooltipItem,
  "[FieldTooltipItem](#cfn-quicksight-dashboard-tooltipitem-fieldtooltipitem)" : FieldTooltipItem
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tooltipitem-syntax.yaml"></a>

```
  [ColumnTooltipItem](#cfn-quicksight-dashboard-tooltipitem-columntooltipitem): 
    ColumnTooltipItem
  [FieldTooltipItem](#cfn-quicksight-dashboard-tooltipitem-fieldtooltipitem): 
    FieldTooltipItem
```

## Properties
<a name="aws-properties-quicksight-dashboard-tooltipitem-properties"></a>

`ColumnTooltipItem`  <a name="cfn-quicksight-dashboard-tooltipitem-columntooltipitem"></a>
The tooltip item for the columns that are not part of a field well.  
*Required*: No  
*Type*: [ColumnTooltipItem](aws-properties-quicksight-dashboard-columntooltipitem.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldTooltipItem`  <a name="cfn-quicksight-dashboard-tooltipitem-fieldtooltipitem"></a>
The tooltip item for the fields.  
*Required*: No  
*Type*: [FieldTooltipItem](aws-properties-quicksight-dashboard-fieldtooltipitem.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TooltipOptions
<a name="aws-properties-quicksight-dashboard-tooltipoptions"></a>

The display options for the visual tooltip.

## Syntax
<a name="aws-properties-quicksight-dashboard-tooltipoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-tooltipoptions-syntax.json"></a>

```
{
  "[FieldBasedTooltip](#cfn-quicksight-dashboard-tooltipoptions-fieldbasedtooltip)" : FieldBasedTooltip,
  "[SelectedTooltipType](#cfn-quicksight-dashboard-tooltipoptions-selectedtooltiptype)" : String,
  "[TooltipVisibility](#cfn-quicksight-dashboard-tooltipoptions-tooltipvisibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-tooltipoptions-syntax.yaml"></a>

```
  [FieldBasedTooltip](#cfn-quicksight-dashboard-tooltipoptions-fieldbasedtooltip): 
    FieldBasedTooltip
  [SelectedTooltipType](#cfn-quicksight-dashboard-tooltipoptions-selectedtooltiptype): String
  [TooltipVisibility](#cfn-quicksight-dashboard-tooltipoptions-tooltipvisibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-tooltipoptions-properties"></a>

`FieldBasedTooltip`  <a name="cfn-quicksight-dashboard-tooltipoptions-fieldbasedtooltip"></a>
The setup for the detailed tooltip. The tooltip setup is always saved. The display type is decided based on the tooltip type.  
*Required*: No  
*Type*: [FieldBasedTooltip](aws-properties-quicksight-dashboard-fieldbasedtooltip.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SelectedTooltipType`  <a name="cfn-quicksight-dashboard-tooltipoptions-selectedtooltiptype"></a>
The selected type for the tooltip. Choose one of the following options:  
+ `BASIC`: A basic tooltip.
+ `DETAILED`: A detailed tooltip.
*Required*: No  
*Type*: String  
*Allowed values*: `BASIC | DETAILED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TooltipVisibility`  <a name="cfn-quicksight-dashboard-tooltipoptions-tooltipvisibility"></a>
Determines whether or not the tooltip is visible.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TopBottomFilter
<a name="aws-properties-quicksight-dashboard-topbottomfilter"></a>

A `TopBottomFilter` filters values that are at the top or the bottom.

## Syntax
<a name="aws-properties-quicksight-dashboard-topbottomfilter-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-topbottomfilter-syntax.json"></a>

```
{
  "[AggregationSortConfigurations](#cfn-quicksight-dashboard-topbottomfilter-aggregationsortconfigurations)" : [ AggregationSortConfiguration, ... ],
  "[Column](#cfn-quicksight-dashboard-topbottomfilter-column)" : ColumnIdentifier,
  "[DefaultFilterControlConfiguration](#cfn-quicksight-dashboard-topbottomfilter-defaultfiltercontrolconfiguration)" : DefaultFilterControlConfiguration,
  "[FilterId](#cfn-quicksight-dashboard-topbottomfilter-filterid)" : String,
  "[Limit](#cfn-quicksight-dashboard-topbottomfilter-limit)" : Number,
  "[ParameterName](#cfn-quicksight-dashboard-topbottomfilter-parametername)" : String,
  "[TimeGranularity](#cfn-quicksight-dashboard-topbottomfilter-timegranularity)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-topbottomfilter-syntax.yaml"></a>

```
  [AggregationSortConfigurations](#cfn-quicksight-dashboard-topbottomfilter-aggregationsortconfigurations): 
    - AggregationSortConfiguration
  [Column](#cfn-quicksight-dashboard-topbottomfilter-column): 
    ColumnIdentifier
  [DefaultFilterControlConfiguration](#cfn-quicksight-dashboard-topbottomfilter-defaultfiltercontrolconfiguration): 
    DefaultFilterControlConfiguration
  [FilterId](#cfn-quicksight-dashboard-topbottomfilter-filterid): String
  [Limit](#cfn-quicksight-dashboard-topbottomfilter-limit): Number
  [ParameterName](#cfn-quicksight-dashboard-topbottomfilter-parametername): String
  [TimeGranularity](#cfn-quicksight-dashboard-topbottomfilter-timegranularity): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-topbottomfilter-properties"></a>

`AggregationSortConfigurations`  <a name="cfn-quicksight-dashboard-topbottomfilter-aggregationsortconfigurations"></a>
The aggregation and sort configuration of the top bottom filter.  
*Required*: Yes  
*Type*: Array of [AggregationSortConfiguration](aws-properties-quicksight-dashboard-aggregationsortconfiguration.md)  
*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)

`Column`  <a name="cfn-quicksight-dashboard-topbottomfilter-column"></a>
The column that the filter is applied to.  
*Required*: Yes  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DefaultFilterControlConfiguration`  <a name="cfn-quicksight-dashboard-topbottomfilter-defaultfiltercontrolconfiguration"></a>
The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.  
*Required*: No  
*Type*: [DefaultFilterControlConfiguration](aws-properties-quicksight-dashboard-defaultfiltercontrolconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FilterId`  <a name="cfn-quicksight-dashboard-topbottomfilter-filterid"></a>
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`Limit`  <a name="cfn-quicksight-dashboard-topbottomfilter-limit"></a>
The number of items to include in the top bottom filter results.  
*Required*: No  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ParameterName`  <a name="cfn-quicksight-dashboard-topbottomfilter-parametername"></a>
The parameter whose value should be used for the filter value.  
*Required*: No  
*Type*: String  
*Pattern*: `^[a-zA-Z0-9]+$`  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TimeGranularity`  <a name="cfn-quicksight-dashboard-topbottomfilter-timegranularity"></a>
The level of time precision that is used to aggregate `DateTime` values.  
*Required*: No  
*Type*: String  
*Allowed values*: `YEAR | QUARTER | MONTH | WEEK | DAY | HOUR | MINUTE | SECOND | MILLISECOND`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TopBottomMoversComputation
<a name="aws-properties-quicksight-dashboard-topbottommoverscomputation"></a>

The top movers and bottom movers computation setup.

## Syntax
<a name="aws-properties-quicksight-dashboard-topbottommoverscomputation-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-topbottommoverscomputation-syntax.json"></a>

```
{
  "[Category](#cfn-quicksight-dashboard-topbottommoverscomputation-category)" : DimensionField,
  "[ComputationId](#cfn-quicksight-dashboard-topbottommoverscomputation-computationid)" : String,
  "[MoverSize](#cfn-quicksight-dashboard-topbottommoverscomputation-moversize)" : Number,
  "[Name](#cfn-quicksight-dashboard-topbottommoverscomputation-name)" : String,
  "[SortOrder](#cfn-quicksight-dashboard-topbottommoverscomputation-sortorder)" : String,
  "[Time](#cfn-quicksight-dashboard-topbottommoverscomputation-time)" : DimensionField,
  "[Type](#cfn-quicksight-dashboard-topbottommoverscomputation-type)" : String,
  "[Value](#cfn-quicksight-dashboard-topbottommoverscomputation-value)" : MeasureField
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-topbottommoverscomputation-syntax.yaml"></a>

```
  [Category](#cfn-quicksight-dashboard-topbottommoverscomputation-category): 
    DimensionField
  [ComputationId](#cfn-quicksight-dashboard-topbottommoverscomputation-computationid): String
  [MoverSize](#cfn-quicksight-dashboard-topbottommoverscomputation-moversize): Number
  [Name](#cfn-quicksight-dashboard-topbottommoverscomputation-name): String
  [SortOrder](#cfn-quicksight-dashboard-topbottommoverscomputation-sortorder): String
  [Time](#cfn-quicksight-dashboard-topbottommoverscomputation-time): 
    DimensionField
  [Type](#cfn-quicksight-dashboard-topbottommoverscomputation-type): String
  [Value](#cfn-quicksight-dashboard-topbottommoverscomputation-value): 
    MeasureField
```

## Properties
<a name="aws-properties-quicksight-dashboard-topbottommoverscomputation-properties"></a>

`Category`  <a name="cfn-quicksight-dashboard-topbottommoverscomputation-category"></a>
The category field that is used in a computation.  
*Required*: No  
*Type*: [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ComputationId`  <a name="cfn-quicksight-dashboard-topbottommoverscomputation-computationid"></a>
The ID for a computation.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`MoverSize`  <a name="cfn-quicksight-dashboard-topbottommoverscomputation-moversize"></a>
The mover size setup of the top and bottom movers computation.  
*Required*: No  
*Type*: Number  
*Minimum*: `1`  
*Maximum*: `20`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-quicksight-dashboard-topbottommoverscomputation-name"></a>
The name of a computation.  
*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)

`SortOrder`  <a name="cfn-quicksight-dashboard-topbottommoverscomputation-sortorder"></a>
The sort order setup of the top and bottom movers computation.  
*Required*: No  
*Type*: String  
*Allowed values*: `PERCENT_DIFFERENCE | ABSOLUTE_DIFFERENCE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Time`  <a name="cfn-quicksight-dashboard-topbottommoverscomputation-time"></a>
The time field that is used in a computation.  
*Required*: No  
*Type*: [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Type`  <a name="cfn-quicksight-dashboard-topbottommoverscomputation-type"></a>
The computation type. Choose from the following options:  
+ TOP: Top movers computation.
+ BOTTOM: Bottom movers computation.
*Required*: Yes  
*Type*: String  
*Allowed values*: `TOP | BOTTOM`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-quicksight-dashboard-topbottommoverscomputation-value"></a>
The value field that is used in a computation.  
*Required*: No  
*Type*: [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TopBottomRankedComputation
<a name="aws-properties-quicksight-dashboard-topbottomrankedcomputation"></a>

The top ranked and bottom ranked computation configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-topbottomrankedcomputation-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-topbottomrankedcomputation-syntax.json"></a>

```
{
  "[Category](#cfn-quicksight-dashboard-topbottomrankedcomputation-category)" : DimensionField,
  "[ComputationId](#cfn-quicksight-dashboard-topbottomrankedcomputation-computationid)" : String,
  "[Name](#cfn-quicksight-dashboard-topbottomrankedcomputation-name)" : String,
  "[ResultSize](#cfn-quicksight-dashboard-topbottomrankedcomputation-resultsize)" : Number,
  "[Type](#cfn-quicksight-dashboard-topbottomrankedcomputation-type)" : String,
  "[Value](#cfn-quicksight-dashboard-topbottomrankedcomputation-value)" : MeasureField
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-topbottomrankedcomputation-syntax.yaml"></a>

```
  [Category](#cfn-quicksight-dashboard-topbottomrankedcomputation-category): 
    DimensionField
  [ComputationId](#cfn-quicksight-dashboard-topbottomrankedcomputation-computationid): String
  [Name](#cfn-quicksight-dashboard-topbottomrankedcomputation-name): String
  [ResultSize](#cfn-quicksight-dashboard-topbottomrankedcomputation-resultsize): Number
  [Type](#cfn-quicksight-dashboard-topbottomrankedcomputation-type): String
  [Value](#cfn-quicksight-dashboard-topbottomrankedcomputation-value): 
    MeasureField
```

## Properties
<a name="aws-properties-quicksight-dashboard-topbottomrankedcomputation-properties"></a>

`Category`  <a name="cfn-quicksight-dashboard-topbottomrankedcomputation-category"></a>
The category field that is used in a computation.  
*Required*: No  
*Type*: [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ComputationId`  <a name="cfn-quicksight-dashboard-topbottomrankedcomputation-computationid"></a>
The ID for a computation.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`Name`  <a name="cfn-quicksight-dashboard-topbottomrankedcomputation-name"></a>
The name of a computation.  
*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)

`ResultSize`  <a name="cfn-quicksight-dashboard-topbottomrankedcomputation-resultsize"></a>
The result size of a top and bottom ranked computation.  
*Required*: No  
*Type*: Number  
*Minimum*: `1`  
*Maximum*: `20`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Type`  <a name="cfn-quicksight-dashboard-topbottomrankedcomputation-type"></a>
The computation type. Choose one of the following options:  
+ TOP: A top ranked computation.
+ BOTTOM: A bottom ranked computation.
*Required*: Yes  
*Type*: String  
*Allowed values*: `TOP | BOTTOM`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-quicksight-dashboard-topbottomrankedcomputation-value"></a>
The value field that is used in a computation.  
*Required*: No  
*Type*: [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TotalAggregationComputation
<a name="aws-properties-quicksight-dashboard-totalaggregationcomputation"></a>

The total aggregation computation configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-totalaggregationcomputation-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-totalaggregationcomputation-syntax.json"></a>

```
{
  "[ComputationId](#cfn-quicksight-dashboard-totalaggregationcomputation-computationid)" : String,
  "[Name](#cfn-quicksight-dashboard-totalaggregationcomputation-name)" : String,
  "[Value](#cfn-quicksight-dashboard-totalaggregationcomputation-value)" : MeasureField
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-totalaggregationcomputation-syntax.yaml"></a>

```
  [ComputationId](#cfn-quicksight-dashboard-totalaggregationcomputation-computationid): String
  [Name](#cfn-quicksight-dashboard-totalaggregationcomputation-name): String
  [Value](#cfn-quicksight-dashboard-totalaggregationcomputation-value): 
    MeasureField
```

## Properties
<a name="aws-properties-quicksight-dashboard-totalaggregationcomputation-properties"></a>

`ComputationId`  <a name="cfn-quicksight-dashboard-totalaggregationcomputation-computationid"></a>
The ID for a computation.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`Name`  <a name="cfn-quicksight-dashboard-totalaggregationcomputation-name"></a>
The name of a computation.  
*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)

`Value`  <a name="cfn-quicksight-dashboard-totalaggregationcomputation-value"></a>
The value field that is used in a computation.  
*Required*: No  
*Type*: [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TotalAggregationFunction
<a name="aws-properties-quicksight-dashboard-totalaggregationfunction"></a>

An aggregation function that aggregates the total values of a measure.

## Syntax
<a name="aws-properties-quicksight-dashboard-totalaggregationfunction-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-totalaggregationfunction-syntax.json"></a>

```
{
  "[SimpleTotalAggregationFunction](#cfn-quicksight-dashboard-totalaggregationfunction-simpletotalaggregationfunction)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-totalaggregationfunction-syntax.yaml"></a>

```
  [SimpleTotalAggregationFunction](#cfn-quicksight-dashboard-totalaggregationfunction-simpletotalaggregationfunction): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-totalaggregationfunction-properties"></a>

`SimpleTotalAggregationFunction`  <a name="cfn-quicksight-dashboard-totalaggregationfunction-simpletotalaggregationfunction"></a>
A built in aggregation function for total values.  
*Required*: No  
*Type*: String  
*Allowed values*: `DEFAULT | SUM | AVERAGE | MIN | MAX | NONE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TotalAggregationOption
<a name="aws-properties-quicksight-dashboard-totalaggregationoption"></a>

The total aggregation settings map of a field id.

## Syntax
<a name="aws-properties-quicksight-dashboard-totalaggregationoption-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-totalaggregationoption-syntax.json"></a>

```
{
  "[FieldId](#cfn-quicksight-dashboard-totalaggregationoption-fieldid)" : String,
  "[TotalAggregationFunction](#cfn-quicksight-dashboard-totalaggregationoption-totalaggregationfunction)" : TotalAggregationFunction
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-totalaggregationoption-syntax.yaml"></a>

```
  [FieldId](#cfn-quicksight-dashboard-totalaggregationoption-fieldid): String
  [TotalAggregationFunction](#cfn-quicksight-dashboard-totalaggregationoption-totalaggregationfunction): 
    TotalAggregationFunction
```

## Properties
<a name="aws-properties-quicksight-dashboard-totalaggregationoption-properties"></a>

`FieldId`  <a name="cfn-quicksight-dashboard-totalaggregationoption-fieldid"></a>
The field id that's associated with the total aggregation option.  
*Required*: Yes  
*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)

`TotalAggregationFunction`  <a name="cfn-quicksight-dashboard-totalaggregationoption-totalaggregationfunction"></a>
The total aggregation function that you want to set for a specified field id.  
*Required*: Yes  
*Type*: [TotalAggregationFunction](aws-properties-quicksight-dashboard-totalaggregationfunction.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TotalOptions
<a name="aws-properties-quicksight-dashboard-totaloptions"></a>

The total options for a table visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-totaloptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-totaloptions-syntax.json"></a>

```
{
  "[CustomLabel](#cfn-quicksight-dashboard-totaloptions-customlabel)" : String,
  "[Placement](#cfn-quicksight-dashboard-totaloptions-placement)" : String,
  "[ScrollStatus](#cfn-quicksight-dashboard-totaloptions-scrollstatus)" : String,
  "[TotalAggregationOptions](#cfn-quicksight-dashboard-totaloptions-totalaggregationoptions)" : [ TotalAggregationOption, ... ],
  "[TotalCellStyle](#cfn-quicksight-dashboard-totaloptions-totalcellstyle)" : TableCellStyle,
  "[TotalsVisibility](#cfn-quicksight-dashboard-totaloptions-totalsvisibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-totaloptions-syntax.yaml"></a>

```
  [CustomLabel](#cfn-quicksight-dashboard-totaloptions-customlabel): String
  [Placement](#cfn-quicksight-dashboard-totaloptions-placement): String
  [ScrollStatus](#cfn-quicksight-dashboard-totaloptions-scrollstatus): String
  [TotalAggregationOptions](#cfn-quicksight-dashboard-totaloptions-totalaggregationoptions): 
    - TotalAggregationOption
  [TotalCellStyle](#cfn-quicksight-dashboard-totaloptions-totalcellstyle): 
    TableCellStyle
  [TotalsVisibility](#cfn-quicksight-dashboard-totaloptions-totalsvisibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-totaloptions-properties"></a>

`CustomLabel`  <a name="cfn-quicksight-dashboard-totaloptions-customlabel"></a>
The custom label string for the total cells.  
*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)

`Placement`  <a name="cfn-quicksight-dashboard-totaloptions-placement"></a>
The placement (start, end) for the total cells.  
*Required*: No  
*Type*: String  
*Allowed values*: `START | END | AUTO`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ScrollStatus`  <a name="cfn-quicksight-dashboard-totaloptions-scrollstatus"></a>
The scroll status (pinned, scrolled) for the total cells.  
*Required*: No  
*Type*: String  
*Allowed values*: `PINNED | SCROLLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TotalAggregationOptions`  <a name="cfn-quicksight-dashboard-totaloptions-totalaggregationoptions"></a>
The total aggregation settings for each value field.  
*Required*: No  
*Type*: Array of [TotalAggregationOption](aws-properties-quicksight-dashboard-totalaggregationoption.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TotalCellStyle`  <a name="cfn-quicksight-dashboard-totaloptions-totalcellstyle"></a>
Cell styling options for the total cells.  
*Required*: No  
*Type*: [TableCellStyle](aws-properties-quicksight-dashboard-tablecellstyle.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TotalsVisibility`  <a name="cfn-quicksight-dashboard-totaloptions-totalsvisibility"></a>
The visibility configuration for the total cells.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TransposedTableOption
<a name="aws-properties-quicksight-dashboard-transposedtableoption"></a>

The column option of the transposed table.

## Syntax
<a name="aws-properties-quicksight-dashboard-transposedtableoption-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-transposedtableoption-syntax.json"></a>

```
{
  "[ColumnIndex](#cfn-quicksight-dashboard-transposedtableoption-columnindex)" : Number,
  "[ColumnType](#cfn-quicksight-dashboard-transposedtableoption-columntype)" : String,
  "[ColumnWidth](#cfn-quicksight-dashboard-transposedtableoption-columnwidth)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-transposedtableoption-syntax.yaml"></a>

```
  [ColumnIndex](#cfn-quicksight-dashboard-transposedtableoption-columnindex): Number
  [ColumnType](#cfn-quicksight-dashboard-transposedtableoption-columntype): String
  [ColumnWidth](#cfn-quicksight-dashboard-transposedtableoption-columnwidth): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-transposedtableoption-properties"></a>

`ColumnIndex`  <a name="cfn-quicksight-dashboard-transposedtableoption-columnindex"></a>
The index of a columns in a transposed table. The index range is 0-9999.  
*Required*: No  
*Type*: Number  
*Minimum*: `0`  
*Maximum*: `9999`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColumnType`  <a name="cfn-quicksight-dashboard-transposedtableoption-columntype"></a>
The column type of the column in a transposed table. Choose one of the following options:  
+ `ROW_HEADER_COLUMN`: Refers to the leftmost column of the row header in the transposed table.
+ `VALUE_COLUMN`: Refers to all value columns in the transposed table.
*Required*: Yes  
*Type*: String  
*Allowed values*: `ROW_HEADER_COLUMN | VALUE_COLUMN`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColumnWidth`  <a name="cfn-quicksight-dashboard-transposedtableoption-columnwidth"></a>
The width of a column in a transposed table.  
*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)

# AWS::QuickSight::Dashboard TreeMapAggregatedFieldWells
<a name="aws-properties-quicksight-dashboard-treemapaggregatedfieldwells"></a>

Aggregated field wells of a tree map.

## Syntax
<a name="aws-properties-quicksight-dashboard-treemapaggregatedfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-treemapaggregatedfieldwells-syntax.json"></a>

```
{
  "[Colors](#cfn-quicksight-dashboard-treemapaggregatedfieldwells-colors)" : [ MeasureField, ... ],
  "[Groups](#cfn-quicksight-dashboard-treemapaggregatedfieldwells-groups)" : [ DimensionField, ... ],
  "[Sizes](#cfn-quicksight-dashboard-treemapaggregatedfieldwells-sizes)" : [ MeasureField, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-treemapaggregatedfieldwells-syntax.yaml"></a>

```
  [Colors](#cfn-quicksight-dashboard-treemapaggregatedfieldwells-colors): 
    - MeasureField
  [Groups](#cfn-quicksight-dashboard-treemapaggregatedfieldwells-groups): 
    - DimensionField
  [Sizes](#cfn-quicksight-dashboard-treemapaggregatedfieldwells-sizes): 
    - MeasureField
```

## Properties
<a name="aws-properties-quicksight-dashboard-treemapaggregatedfieldwells-properties"></a>

`Colors`  <a name="cfn-quicksight-dashboard-treemapaggregatedfieldwells-colors"></a>
The color field well of a tree map. Values are grouped by aggregations based on group by fields.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Groups`  <a name="cfn-quicksight-dashboard-treemapaggregatedfieldwells-groups"></a>
The group by field well of a tree map. Values are grouped based on group by fields.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Sizes`  <a name="cfn-quicksight-dashboard-treemapaggregatedfieldwells-sizes"></a>
The size field well of a tree map. Values are aggregated based on group by fields.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TreeMapConfiguration
<a name="aws-properties-quicksight-dashboard-treemapconfiguration"></a>

The configuration of a tree map.

## Syntax
<a name="aws-properties-quicksight-dashboard-treemapconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-treemapconfiguration-syntax.json"></a>

```
{
  "[ColorLabelOptions](#cfn-quicksight-dashboard-treemapconfiguration-colorlabeloptions)" : ChartAxisLabelOptions,
  "[ColorScale](#cfn-quicksight-dashboard-treemapconfiguration-colorscale)" : ColorScale,
  "[DataLabels](#cfn-quicksight-dashboard-treemapconfiguration-datalabels)" : DataLabelOptions,
  "[FieldWells](#cfn-quicksight-dashboard-treemapconfiguration-fieldwells)" : TreeMapFieldWells,
  "[GroupLabelOptions](#cfn-quicksight-dashboard-treemapconfiguration-grouplabeloptions)" : ChartAxisLabelOptions,
  "[Interactions](#cfn-quicksight-dashboard-treemapconfiguration-interactions)" : VisualInteractionOptions,
  "[Legend](#cfn-quicksight-dashboard-treemapconfiguration-legend)" : LegendOptions,
  "[SizeLabelOptions](#cfn-quicksight-dashboard-treemapconfiguration-sizelabeloptions)" : ChartAxisLabelOptions,
  "[SortConfiguration](#cfn-quicksight-dashboard-treemapconfiguration-sortconfiguration)" : TreeMapSortConfiguration,
  "[Tooltip](#cfn-quicksight-dashboard-treemapconfiguration-tooltip)" : TooltipOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-treemapconfiguration-syntax.yaml"></a>

```
  [ColorLabelOptions](#cfn-quicksight-dashboard-treemapconfiguration-colorlabeloptions): 
    ChartAxisLabelOptions
  [ColorScale](#cfn-quicksight-dashboard-treemapconfiguration-colorscale): 
    ColorScale
  [DataLabels](#cfn-quicksight-dashboard-treemapconfiguration-datalabels): 
    DataLabelOptions
  [FieldWells](#cfn-quicksight-dashboard-treemapconfiguration-fieldwells): 
    TreeMapFieldWells
  [GroupLabelOptions](#cfn-quicksight-dashboard-treemapconfiguration-grouplabeloptions): 
    ChartAxisLabelOptions
  [Interactions](#cfn-quicksight-dashboard-treemapconfiguration-interactions): 
    VisualInteractionOptions
  [Legend](#cfn-quicksight-dashboard-treemapconfiguration-legend): 
    LegendOptions
  [SizeLabelOptions](#cfn-quicksight-dashboard-treemapconfiguration-sizelabeloptions): 
    ChartAxisLabelOptions
  [SortConfiguration](#cfn-quicksight-dashboard-treemapconfiguration-sortconfiguration): 
    TreeMapSortConfiguration
  [Tooltip](#cfn-quicksight-dashboard-treemapconfiguration-tooltip): 
    TooltipOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-treemapconfiguration-properties"></a>

`ColorLabelOptions`  <a name="cfn-quicksight-dashboard-treemapconfiguration-colorlabeloptions"></a>
The label options (label text, label visibility) for the colors displayed in a tree map.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-dashboard-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColorScale`  <a name="cfn-quicksight-dashboard-treemapconfiguration-colorscale"></a>
The color options (gradient color, point of divergence) of a tree map.  
*Required*: No  
*Type*: [ColorScale](aws-properties-quicksight-dashboard-colorscale.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataLabels`  <a name="cfn-quicksight-dashboard-treemapconfiguration-datalabels"></a>
The options that determine if visual data labels are displayed.  
*Required*: No  
*Type*: [DataLabelOptions](aws-properties-quicksight-dashboard-datalabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldWells`  <a name="cfn-quicksight-dashboard-treemapconfiguration-fieldwells"></a>
The field wells of the visual.  
*Required*: No  
*Type*: [TreeMapFieldWells](aws-properties-quicksight-dashboard-treemapfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`GroupLabelOptions`  <a name="cfn-quicksight-dashboard-treemapconfiguration-grouplabeloptions"></a>
The label options (label text, label visibility) of the groups that are displayed in a tree map.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-dashboard-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Interactions`  <a name="cfn-quicksight-dashboard-treemapconfiguration-interactions"></a>
The general visual interactions setup for a visual.  
*Required*: No  
*Type*: [VisualInteractionOptions](aws-properties-quicksight-dashboard-visualinteractionoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Legend`  <a name="cfn-quicksight-dashboard-treemapconfiguration-legend"></a>
The legend display setup of the visual.  
*Required*: No  
*Type*: [LegendOptions](aws-properties-quicksight-dashboard-legendoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SizeLabelOptions`  <a name="cfn-quicksight-dashboard-treemapconfiguration-sizelabeloptions"></a>
The label options (label text, label visibility) of the sizes that are displayed in a tree map.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-dashboard-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SortConfiguration`  <a name="cfn-quicksight-dashboard-treemapconfiguration-sortconfiguration"></a>
The sort configuration of a tree map.  
*Required*: No  
*Type*: [TreeMapSortConfiguration](aws-properties-quicksight-dashboard-treemapsortconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tooltip`  <a name="cfn-quicksight-dashboard-treemapconfiguration-tooltip"></a>
The tooltip display setup of the visual.  
*Required*: No  
*Type*: [TooltipOptions](aws-properties-quicksight-dashboard-tooltipoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TreeMapFieldWells
<a name="aws-properties-quicksight-dashboard-treemapfieldwells"></a>

The field wells of a tree map.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-treemapfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-treemapfieldwells-syntax.json"></a>

```
{
  "[TreeMapAggregatedFieldWells](#cfn-quicksight-dashboard-treemapfieldwells-treemapaggregatedfieldwells)" : TreeMapAggregatedFieldWells
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-treemapfieldwells-syntax.yaml"></a>

```
  [TreeMapAggregatedFieldWells](#cfn-quicksight-dashboard-treemapfieldwells-treemapaggregatedfieldwells): 
    TreeMapAggregatedFieldWells
```

## Properties
<a name="aws-properties-quicksight-dashboard-treemapfieldwells-properties"></a>

`TreeMapAggregatedFieldWells`  <a name="cfn-quicksight-dashboard-treemapfieldwells-treemapaggregatedfieldwells"></a>
The aggregated field wells of a tree map.  
*Required*: No  
*Type*: [TreeMapAggregatedFieldWells](aws-properties-quicksight-dashboard-treemapaggregatedfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard TreeMapSortConfiguration
<a name="aws-properties-quicksight-dashboard-treemapsortconfiguration"></a>

The sort configuration of a tree map.

## Syntax
<a name="aws-properties-quicksight-dashboard-treemapsortconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-treemapsortconfiguration-syntax.json"></a>

```
{
  "[TreeMapGroupItemsLimitConfiguration](#cfn-quicksight-dashboard-treemapsortconfiguration-treemapgroupitemslimitconfiguration)" : ItemsLimitConfiguration,
  "[TreeMapSort](#cfn-quicksight-dashboard-treemapsortconfiguration-treemapsort)" : [ FieldSortOptions, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-treemapsortconfiguration-syntax.yaml"></a>

```
  [TreeMapGroupItemsLimitConfiguration](#cfn-quicksight-dashboard-treemapsortconfiguration-treemapgroupitemslimitconfiguration): 
    ItemsLimitConfiguration
  [TreeMapSort](#cfn-quicksight-dashboard-treemapsortconfiguration-treemapsort): 
    - FieldSortOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-treemapsortconfiguration-properties"></a>

`TreeMapGroupItemsLimitConfiguration`  <a name="cfn-quicksight-dashboard-treemapsortconfiguration-treemapgroupitemslimitconfiguration"></a>
The limit on the number of groups that are displayed.  
*Required*: No  
*Type*: [ItemsLimitConfiguration](aws-properties-quicksight-dashboard-itemslimitconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TreeMapSort`  <a name="cfn-quicksight-dashboard-treemapsortconfiguration-treemapsort"></a>
The sort configuration of group by fields.  
*Required*: No  
*Type*: Array of [FieldSortOptions](aws-properties-quicksight-dashboard-fieldsortoptions.md)  
*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)

# AWS::QuickSight::Dashboard TreeMapVisual
<a name="aws-properties-quicksight-dashboard-treemapvisual"></a>

A tree map.

For more information, see [Using tree maps](https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html) in the *Amazon Quick Suite User Guide*.

## Syntax
<a name="aws-properties-quicksight-dashboard-treemapvisual-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-treemapvisual-syntax.json"></a>

```
{
  "[Actions](#cfn-quicksight-dashboard-treemapvisual-actions)" : [ VisualCustomAction, ... ],
  "[ChartConfiguration](#cfn-quicksight-dashboard-treemapvisual-chartconfiguration)" : TreeMapConfiguration,
  "[ColumnHierarchies](#cfn-quicksight-dashboard-treemapvisual-columnhierarchies)" : [ ColumnHierarchy, ... ],
  "[Subtitle](#cfn-quicksight-dashboard-treemapvisual-subtitle)" : VisualSubtitleLabelOptions,
  "[Title](#cfn-quicksight-dashboard-treemapvisual-title)" : VisualTitleLabelOptions,
  "[VisualContentAltText](#cfn-quicksight-dashboard-treemapvisual-visualcontentalttext)" : String,
  "[VisualId](#cfn-quicksight-dashboard-treemapvisual-visualid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-treemapvisual-syntax.yaml"></a>

```
  [Actions](#cfn-quicksight-dashboard-treemapvisual-actions): 
    - VisualCustomAction
  [ChartConfiguration](#cfn-quicksight-dashboard-treemapvisual-chartconfiguration): 
    TreeMapConfiguration
  [ColumnHierarchies](#cfn-quicksight-dashboard-treemapvisual-columnhierarchies): 
    - ColumnHierarchy
  [Subtitle](#cfn-quicksight-dashboard-treemapvisual-subtitle): 
    VisualSubtitleLabelOptions
  [Title](#cfn-quicksight-dashboard-treemapvisual-title): 
    VisualTitleLabelOptions
  [VisualContentAltText](#cfn-quicksight-dashboard-treemapvisual-visualcontentalttext): String
  [VisualId](#cfn-quicksight-dashboard-treemapvisual-visualid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-treemapvisual-properties"></a>

`Actions`  <a name="cfn-quicksight-dashboard-treemapvisual-actions"></a>
The list of custom actions that are configured for a visual.  
*Required*: No  
*Type*: Array of [VisualCustomAction](aws-properties-quicksight-dashboard-visualcustomaction.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ChartConfiguration`  <a name="cfn-quicksight-dashboard-treemapvisual-chartconfiguration"></a>
The configuration settings of the visual.  
*Required*: No  
*Type*: [TreeMapConfiguration](aws-properties-quicksight-dashboard-treemapconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColumnHierarchies`  <a name="cfn-quicksight-dashboard-treemapvisual-columnhierarchies"></a>
The column hierarchy that is used during drill-downs and drill-ups.  
*Required*: No  
*Type*: Array of [ColumnHierarchy](aws-properties-quicksight-dashboard-columnhierarchy.md)  
*Minimum*: `0`  
*Maximum*: `2`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Subtitle`  <a name="cfn-quicksight-dashboard-treemapvisual-subtitle"></a>
The subtitle that is displayed on the visual.  
*Required*: No  
*Type*: [VisualSubtitleLabelOptions](aws-properties-quicksight-dashboard-visualsubtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-treemapvisual-title"></a>
The title that is displayed on the visual.  
*Required*: No  
*Type*: [VisualTitleLabelOptions](aws-properties-quicksight-dashboard-visualtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualContentAltText`  <a name="cfn-quicksight-dashboard-treemapvisual-visualcontentalttext"></a>
The alt text for the visual.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualId`  <a name="cfn-quicksight-dashboard-treemapvisual-visualid"></a>
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

# AWS::QuickSight::Dashboard TrendArrowOptions
<a name="aws-properties-quicksight-dashboard-trendarrowoptions"></a>

The options that determine the presentation of trend arrows in a KPI visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-trendarrowoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-trendarrowoptions-syntax.json"></a>

```
{
  "[Visibility](#cfn-quicksight-dashboard-trendarrowoptions-visibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-trendarrowoptions-syntax.yaml"></a>

```
  [Visibility](#cfn-quicksight-dashboard-trendarrowoptions-visibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-trendarrowoptions-properties"></a>

`Visibility`  <a name="cfn-quicksight-dashboard-trendarrowoptions-visibility"></a>
The visibility of the trend arrows.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard UnaggregatedField
<a name="aws-properties-quicksight-dashboard-unaggregatedfield"></a>

The unaggregated field for a table.

## Syntax
<a name="aws-properties-quicksight-dashboard-unaggregatedfield-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-unaggregatedfield-syntax.json"></a>

```
{
  "[Column](#cfn-quicksight-dashboard-unaggregatedfield-column)" : ColumnIdentifier,
  "[FieldId](#cfn-quicksight-dashboard-unaggregatedfield-fieldid)" : String,
  "[FormatConfiguration](#cfn-quicksight-dashboard-unaggregatedfield-formatconfiguration)" : FormatConfiguration
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-unaggregatedfield-syntax.yaml"></a>

```
  [Column](#cfn-quicksight-dashboard-unaggregatedfield-column): 
    ColumnIdentifier
  [FieldId](#cfn-quicksight-dashboard-unaggregatedfield-fieldid): String
  [FormatConfiguration](#cfn-quicksight-dashboard-unaggregatedfield-formatconfiguration): 
    FormatConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-unaggregatedfield-properties"></a>

`Column`  <a name="cfn-quicksight-dashboard-unaggregatedfield-column"></a>
The column that is used in the `UnaggregatedField`.  
*Required*: Yes  
*Type*: [ColumnIdentifier](aws-properties-quicksight-dashboard-columnidentifier.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldId`  <a name="cfn-quicksight-dashboard-unaggregatedfield-fieldid"></a>
The custom field ID.  
*Required*: Yes  
*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)

`FormatConfiguration`  <a name="cfn-quicksight-dashboard-unaggregatedfield-formatconfiguration"></a>
The format configuration of the field.  
*Required*: No  
*Type*: [FormatConfiguration](aws-properties-quicksight-dashboard-formatconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard UniqueValuesComputation
<a name="aws-properties-quicksight-dashboard-uniquevaluescomputation"></a>

The unique values computation configuration.

## Syntax
<a name="aws-properties-quicksight-dashboard-uniquevaluescomputation-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-uniquevaluescomputation-syntax.json"></a>

```
{
  "[Category](#cfn-quicksight-dashboard-uniquevaluescomputation-category)" : DimensionField,
  "[ComputationId](#cfn-quicksight-dashboard-uniquevaluescomputation-computationid)" : String,
  "[Name](#cfn-quicksight-dashboard-uniquevaluescomputation-name)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-uniquevaluescomputation-syntax.yaml"></a>

```
  [Category](#cfn-quicksight-dashboard-uniquevaluescomputation-category): 
    DimensionField
  [ComputationId](#cfn-quicksight-dashboard-uniquevaluescomputation-computationid): String
  [Name](#cfn-quicksight-dashboard-uniquevaluescomputation-name): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-uniquevaluescomputation-properties"></a>

`Category`  <a name="cfn-quicksight-dashboard-uniquevaluescomputation-category"></a>
The category field that is used in a computation.  
*Required*: No  
*Type*: [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ComputationId`  <a name="cfn-quicksight-dashboard-uniquevaluescomputation-computationid"></a>
The ID for a computation.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`Name`  <a name="cfn-quicksight-dashboard-uniquevaluescomputation-name"></a>
The name of a computation.  
*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)

# AWS::QuickSight::Dashboard ValidationStrategy
<a name="aws-properties-quicksight-dashboard-validationstrategy"></a>

The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to `LENIENT`, validation is skipped for specific errors.

## Syntax
<a name="aws-properties-quicksight-dashboard-validationstrategy-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-validationstrategy-syntax.json"></a>

```
{
  "[Mode](#cfn-quicksight-dashboard-validationstrategy-mode)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-validationstrategy-syntax.yaml"></a>

```
  [Mode](#cfn-quicksight-dashboard-validationstrategy-mode): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-validationstrategy-properties"></a>

`Mode`  <a name="cfn-quicksight-dashboard-validationstrategy-mode"></a>
The mode of validation for the asset to be created or updated. When you set this value to `STRICT`, strict validation for every error is enforced. When you set this value to `LENIENT`, validation is skipped for specific UI errors.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `STRICT | LENIENT`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard VisibleRangeOptions
<a name="aws-properties-quicksight-dashboard-visiblerangeoptions"></a>

The range options for the data zoom scroll bar.

## Syntax
<a name="aws-properties-quicksight-dashboard-visiblerangeoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-visiblerangeoptions-syntax.json"></a>

```
{
  "[PercentRange](#cfn-quicksight-dashboard-visiblerangeoptions-percentrange)" : PercentVisibleRange
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-visiblerangeoptions-syntax.yaml"></a>

```
  [PercentRange](#cfn-quicksight-dashboard-visiblerangeoptions-percentrange): 
    PercentVisibleRange
```

## Properties
<a name="aws-properties-quicksight-dashboard-visiblerangeoptions-properties"></a>

`PercentRange`  <a name="cfn-quicksight-dashboard-visiblerangeoptions-percentrange"></a>
The percent range in the visible range.  
*Required*: No  
*Type*: [PercentVisibleRange](aws-properties-quicksight-dashboard-percentvisiblerange.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard Visual
<a name="aws-properties-quicksight-dashboard-visual"></a>

A visual displayed on a sheet in an analysis, dashboard, or template.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-visual-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-visual-syntax.json"></a>

```
{
  "[BarChartVisual](#cfn-quicksight-dashboard-visual-barchartvisual)" : BarChartVisual,
  "[BoxPlotVisual](#cfn-quicksight-dashboard-visual-boxplotvisual)" : BoxPlotVisual,
  "[ComboChartVisual](#cfn-quicksight-dashboard-visual-combochartvisual)" : ComboChartVisual,
  "[CustomContentVisual](#cfn-quicksight-dashboard-visual-customcontentvisual)" : CustomContentVisual,
  "[EmptyVisual](#cfn-quicksight-dashboard-visual-emptyvisual)" : EmptyVisual,
  "[FilledMapVisual](#cfn-quicksight-dashboard-visual-filledmapvisual)" : FilledMapVisual,
  "[FunnelChartVisual](#cfn-quicksight-dashboard-visual-funnelchartvisual)" : FunnelChartVisual,
  "[GaugeChartVisual](#cfn-quicksight-dashboard-visual-gaugechartvisual)" : GaugeChartVisual,
  "[GeospatialMapVisual](#cfn-quicksight-dashboard-visual-geospatialmapvisual)" : GeospatialMapVisual,
  "[HeatMapVisual](#cfn-quicksight-dashboard-visual-heatmapvisual)" : HeatMapVisual,
  "[HistogramVisual](#cfn-quicksight-dashboard-visual-histogramvisual)" : HistogramVisual,
  "[InsightVisual](#cfn-quicksight-dashboard-visual-insightvisual)" : InsightVisual,
  "[KPIVisual](#cfn-quicksight-dashboard-visual-kpivisual)" : KPIVisual,
  "[LayerMapVisual](#cfn-quicksight-dashboard-visual-layermapvisual)" : LayerMapVisual,
  "[LineChartVisual](#cfn-quicksight-dashboard-visual-linechartvisual)" : LineChartVisual,
  "[PieChartVisual](#cfn-quicksight-dashboard-visual-piechartvisual)" : PieChartVisual,
  "[PivotTableVisual](#cfn-quicksight-dashboard-visual-pivottablevisual)" : PivotTableVisual,
  "[PluginVisual](#cfn-quicksight-dashboard-visual-pluginvisual)" : PluginVisual,
  "[RadarChartVisual](#cfn-quicksight-dashboard-visual-radarchartvisual)" : RadarChartVisual,
  "[SankeyDiagramVisual](#cfn-quicksight-dashboard-visual-sankeydiagramvisual)" : SankeyDiagramVisual,
  "[ScatterPlotVisual](#cfn-quicksight-dashboard-visual-scatterplotvisual)" : ScatterPlotVisual,
  "[TableVisual](#cfn-quicksight-dashboard-visual-tablevisual)" : TableVisual,
  "[TreeMapVisual](#cfn-quicksight-dashboard-visual-treemapvisual)" : TreeMapVisual,
  "[WaterfallVisual](#cfn-quicksight-dashboard-visual-waterfallvisual)" : WaterfallVisual,
  "[WordCloudVisual](#cfn-quicksight-dashboard-visual-wordcloudvisual)" : WordCloudVisual
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-visual-syntax.yaml"></a>

```
  [BarChartVisual](#cfn-quicksight-dashboard-visual-barchartvisual): 
    BarChartVisual
  [BoxPlotVisual](#cfn-quicksight-dashboard-visual-boxplotvisual): 
    BoxPlotVisual
  [ComboChartVisual](#cfn-quicksight-dashboard-visual-combochartvisual): 
    ComboChartVisual
  [CustomContentVisual](#cfn-quicksight-dashboard-visual-customcontentvisual): 
    CustomContentVisual
  [EmptyVisual](#cfn-quicksight-dashboard-visual-emptyvisual): 
    EmptyVisual
  [FilledMapVisual](#cfn-quicksight-dashboard-visual-filledmapvisual): 
    FilledMapVisual
  [FunnelChartVisual](#cfn-quicksight-dashboard-visual-funnelchartvisual): 
    FunnelChartVisual
  [GaugeChartVisual](#cfn-quicksight-dashboard-visual-gaugechartvisual): 
    GaugeChartVisual
  [GeospatialMapVisual](#cfn-quicksight-dashboard-visual-geospatialmapvisual): 
    GeospatialMapVisual
  [HeatMapVisual](#cfn-quicksight-dashboard-visual-heatmapvisual): 
    HeatMapVisual
  [HistogramVisual](#cfn-quicksight-dashboard-visual-histogramvisual): 
    HistogramVisual
  [InsightVisual](#cfn-quicksight-dashboard-visual-insightvisual): 
    InsightVisual
  [KPIVisual](#cfn-quicksight-dashboard-visual-kpivisual): 
    KPIVisual
  [LayerMapVisual](#cfn-quicksight-dashboard-visual-layermapvisual): 
    LayerMapVisual
  [LineChartVisual](#cfn-quicksight-dashboard-visual-linechartvisual): 
    LineChartVisual
  [PieChartVisual](#cfn-quicksight-dashboard-visual-piechartvisual): 
    PieChartVisual
  [PivotTableVisual](#cfn-quicksight-dashboard-visual-pivottablevisual): 
    PivotTableVisual
  [PluginVisual](#cfn-quicksight-dashboard-visual-pluginvisual): 
    PluginVisual
  [RadarChartVisual](#cfn-quicksight-dashboard-visual-radarchartvisual): 
    RadarChartVisual
  [SankeyDiagramVisual](#cfn-quicksight-dashboard-visual-sankeydiagramvisual): 
    SankeyDiagramVisual
  [ScatterPlotVisual](#cfn-quicksight-dashboard-visual-scatterplotvisual): 
    ScatterPlotVisual
  [TableVisual](#cfn-quicksight-dashboard-visual-tablevisual): 
    TableVisual
  [TreeMapVisual](#cfn-quicksight-dashboard-visual-treemapvisual): 
    TreeMapVisual
  [WaterfallVisual](#cfn-quicksight-dashboard-visual-waterfallvisual): 
    WaterfallVisual
  [WordCloudVisual](#cfn-quicksight-dashboard-visual-wordcloudvisual): 
    WordCloudVisual
```

## Properties
<a name="aws-properties-quicksight-dashboard-visual-properties"></a>

`BarChartVisual`  <a name="cfn-quicksight-dashboard-visual-barchartvisual"></a>
A bar chart.  
For more information, see [Using bar charts](https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html) in the *Amazon Quick Suite User Guide*.  
*Required*: No  
*Type*: [BarChartVisual](aws-properties-quicksight-dashboard-barchartvisual.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`BoxPlotVisual`  <a name="cfn-quicksight-dashboard-visual-boxplotvisual"></a>
A box plot.  
For more information, see [Using box plots](https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html) in the *Amazon Quick Suite User Guide*.  
*Required*: No  
*Type*: [BoxPlotVisual](aws-properties-quicksight-dashboard-boxplotvisual.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ComboChartVisual`  <a name="cfn-quicksight-dashboard-visual-combochartvisual"></a>
A combo chart.  
For more information, see [Using combo charts](https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html) in the *Amazon Quick Suite User Guide*.  
*Required*: No  
*Type*: [ComboChartVisual](aws-properties-quicksight-dashboard-combochartvisual.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CustomContentVisual`  <a name="cfn-quicksight-dashboard-visual-customcontentvisual"></a>
A visual that contains custom content.  
For more information, see [Using custom visual content](https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html) in the *Amazon Quick Suite User Guide*.  
*Required*: No  
*Type*: [CustomContentVisual](aws-properties-quicksight-dashboard-customcontentvisual.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`EmptyVisual`  <a name="cfn-quicksight-dashboard-visual-emptyvisual"></a>
An empty visual.  
*Required*: No  
*Type*: [EmptyVisual](aws-properties-quicksight-dashboard-emptyvisual.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FilledMapVisual`  <a name="cfn-quicksight-dashboard-visual-filledmapvisual"></a>
A filled map.  
For more information, see [Creating filled maps](https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html) in the *Amazon Quick Suite User Guide*.  
*Required*: No  
*Type*: [FilledMapVisual](aws-properties-quicksight-dashboard-filledmapvisual.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FunnelChartVisual`  <a name="cfn-quicksight-dashboard-visual-funnelchartvisual"></a>
A funnel chart.  
For more information, see [Using funnel charts](https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html) in the *Amazon Quick Suite User Guide*.  
*Required*: No  
*Type*: [FunnelChartVisual](aws-properties-quicksight-dashboard-funnelchartvisual.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`GaugeChartVisual`  <a name="cfn-quicksight-dashboard-visual-gaugechartvisual"></a>
A gauge chart.  
For more information, see [Using gauge charts](https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html) in the *Amazon Quick Suite User Guide*.  
*Required*: No  
*Type*: [GaugeChartVisual](aws-properties-quicksight-dashboard-gaugechartvisual.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`GeospatialMapVisual`  <a name="cfn-quicksight-dashboard-visual-geospatialmapvisual"></a>
A geospatial map or a points on map visual.  
For more information, see [Creating point maps](https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html) in the *Amazon Quick Suite User Guide*.  
*Required*: No  
*Type*: [GeospatialMapVisual](aws-properties-quicksight-dashboard-geospatialmapvisual.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`HeatMapVisual`  <a name="cfn-quicksight-dashboard-visual-heatmapvisual"></a>
A heat map.  
For more information, see [Using heat maps](https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html) in the *Amazon Quick Suite User Guide*.  
*Required*: No  
*Type*: [HeatMapVisual](aws-properties-quicksight-dashboard-heatmapvisual.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`HistogramVisual`  <a name="cfn-quicksight-dashboard-visual-histogramvisual"></a>
A histogram.  
For more information, see [Using histograms](https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html) in the *Amazon Quick Suite User Guide*.  
*Required*: No  
*Type*: [HistogramVisual](aws-properties-quicksight-dashboard-histogramvisual.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`InsightVisual`  <a name="cfn-quicksight-dashboard-visual-insightvisual"></a>
An insight visual.  
For more information, see [Working with insights](https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html) in the *Amazon Quick Suite User Guide*.  
*Required*: No  
*Type*: [InsightVisual](aws-properties-quicksight-dashboard-insightvisual.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`KPIVisual`  <a name="cfn-quicksight-dashboard-visual-kpivisual"></a>
A key performance indicator (KPI).  
For more information, see [Using KPIs](https://docs.aws.amazon.com/quicksight/latest/user/kpi.html) in the *Amazon Quick Suite User Guide*.  
*Required*: No  
*Type*: [KPIVisual](aws-properties-quicksight-dashboard-kpivisual.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LayerMapVisual`  <a name="cfn-quicksight-dashboard-visual-layermapvisual"></a>
The properties for a layer map visual  
*Required*: No  
*Type*: [LayerMapVisual](aws-properties-quicksight-dashboard-layermapvisual.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LineChartVisual`  <a name="cfn-quicksight-dashboard-visual-linechartvisual"></a>
A line chart.  
For more information, see [Using line charts](https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html) in the *Amazon Quick Suite User Guide*.  
*Required*: No  
*Type*: [LineChartVisual](aws-properties-quicksight-dashboard-linechartvisual.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PieChartVisual`  <a name="cfn-quicksight-dashboard-visual-piechartvisual"></a>
A pie or donut chart.  
For more information, see [Using pie charts](https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html) in the *Amazon Quick Suite User Guide*.  
*Required*: No  
*Type*: [PieChartVisual](aws-properties-quicksight-dashboard-piechartvisual.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PivotTableVisual`  <a name="cfn-quicksight-dashboard-visual-pivottablevisual"></a>
A pivot table.  
For more information, see [Using pivot tables](https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html) in the *Amazon Quick Suite User Guide*.  
*Required*: No  
*Type*: [PivotTableVisual](aws-properties-quicksight-dashboard-pivottablevisual.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PluginVisual`  <a name="cfn-quicksight-dashboard-visual-pluginvisual"></a>
The custom plugin visual type.  
*Required*: No  
*Type*: [PluginVisual](aws-properties-quicksight-dashboard-pluginvisual.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RadarChartVisual`  <a name="cfn-quicksight-dashboard-visual-radarchartvisual"></a>
A radar chart visual.  
For more information, see [Using radar charts](https://docs.aws.amazon.com/quicksight/latest/user/radar-chart.html) in the *Amazon Quick Suite User Guide*.  
*Required*: No  
*Type*: [RadarChartVisual](aws-properties-quicksight-dashboard-radarchartvisual.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SankeyDiagramVisual`  <a name="cfn-quicksight-dashboard-visual-sankeydiagramvisual"></a>
A sankey diagram.  
For more information, see [Using Sankey diagrams](https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html) in the *Amazon Quick Suite User Guide*.  
*Required*: No  
*Type*: [SankeyDiagramVisual](aws-properties-quicksight-dashboard-sankeydiagramvisual.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ScatterPlotVisual`  <a name="cfn-quicksight-dashboard-visual-scatterplotvisual"></a>
A scatter plot.  
For more information, see [Using scatter plots](https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html) in the *Amazon Quick Suite User Guide*.  
*Required*: No  
*Type*: [ScatterPlotVisual](aws-properties-quicksight-dashboard-scatterplotvisual.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TableVisual`  <a name="cfn-quicksight-dashboard-visual-tablevisual"></a>
A table visual.  
For more information, see [Using tables as visuals](https://docs.aws.amazon.com/quicksight/latest/user/tabular.html) in the *Amazon Quick Suite User Guide*.  
*Required*: No  
*Type*: [TableVisual](aws-properties-quicksight-dashboard-tablevisual.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TreeMapVisual`  <a name="cfn-quicksight-dashboard-visual-treemapvisual"></a>
A tree map.  
For more information, see [Using tree maps](https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html) in the *Amazon Quick Suite User Guide*.  
*Required*: No  
*Type*: [TreeMapVisual](aws-properties-quicksight-dashboard-treemapvisual.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`WaterfallVisual`  <a name="cfn-quicksight-dashboard-visual-waterfallvisual"></a>
A waterfall chart.  
For more information, see [Using waterfall charts](https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html) in the *Amazon Quick Suite User Guide*.  
*Required*: No  
*Type*: [WaterfallVisual](aws-properties-quicksight-dashboard-waterfallvisual.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`WordCloudVisual`  <a name="cfn-quicksight-dashboard-visual-wordcloudvisual"></a>
A word cloud.  
For more information, see [Using word clouds](https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html) in the *Amazon Quick Suite User Guide*.  
*Required*: No  
*Type*: [WordCloudVisual](aws-properties-quicksight-dashboard-wordcloudvisual.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard VisualAxisSortOption
<a name="aws-properties-quicksight-dashboard-visualaxissortoption"></a>

The axis sort options for a visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-visualaxissortoption-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-visualaxissortoption-syntax.json"></a>

```
{
  "[AvailabilityStatus](#cfn-quicksight-dashboard-visualaxissortoption-availabilitystatus)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-visualaxissortoption-syntax.yaml"></a>

```
  [AvailabilityStatus](#cfn-quicksight-dashboard-visualaxissortoption-availabilitystatus): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-visualaxissortoption-properties"></a>

`AvailabilityStatus`  <a name="cfn-quicksight-dashboard-visualaxissortoption-availabilitystatus"></a>
The availaiblity status of a visual's axis sort options.  
*Required*: No  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard VisualCustomAction
<a name="aws-properties-quicksight-dashboard-visualcustomaction"></a>

A custom action defined on a visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-visualcustomaction-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-visualcustomaction-syntax.json"></a>

```
{
  "[ActionOperations](#cfn-quicksight-dashboard-visualcustomaction-actionoperations)" : [ VisualCustomActionOperation, ... ],
  "[CustomActionId](#cfn-quicksight-dashboard-visualcustomaction-customactionid)" : String,
  "[Name](#cfn-quicksight-dashboard-visualcustomaction-name)" : String,
  "[Status](#cfn-quicksight-dashboard-visualcustomaction-status)" : String,
  "[Trigger](#cfn-quicksight-dashboard-visualcustomaction-trigger)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-visualcustomaction-syntax.yaml"></a>

```
  [ActionOperations](#cfn-quicksight-dashboard-visualcustomaction-actionoperations): 
    - VisualCustomActionOperation
  [CustomActionId](#cfn-quicksight-dashboard-visualcustomaction-customactionid): String
  [Name](#cfn-quicksight-dashboard-visualcustomaction-name): String
  [Status](#cfn-quicksight-dashboard-visualcustomaction-status): String
  [Trigger](#cfn-quicksight-dashboard-visualcustomaction-trigger): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-visualcustomaction-properties"></a>

`ActionOperations`  <a name="cfn-quicksight-dashboard-visualcustomaction-actionoperations"></a>
A list of `VisualCustomActionOperations`.  
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.  
*Required*: Yes  
*Type*: Array of [VisualCustomActionOperation](aws-properties-quicksight-dashboard-visualcustomactionoperation.md)  
*Minimum*: `1`  
*Maximum*: `2`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CustomActionId`  <a name="cfn-quicksight-dashboard-visualcustomaction-customactionid"></a>
The ID of the `VisualCustomAction`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

`Name`  <a name="cfn-quicksight-dashboard-visualcustomaction-name"></a>
The name of the `VisualCustomAction`.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `256`  
*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-visualcustomaction-status"></a>
The status of the `VisualCustomAction`.  
*Required*: No  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Trigger`  <a name="cfn-quicksight-dashboard-visualcustomaction-trigger"></a>
The trigger of the `VisualCustomAction`.  
Valid values are defined as follows:  
+ `DATA_POINT_CLICK`: Initiates a custom action by a left pointer click on a data point.
+ `DATA_POINT_MENU`: Initiates a custom action by right pointer click from the menu.
*Required*: Yes  
*Type*: String  
*Allowed values*: `DATA_POINT_CLICK | DATA_POINT_MENU`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard VisualCustomActionOperation
<a name="aws-properties-quicksight-dashboard-visualcustomactionoperation"></a>

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-visualcustomactionoperation-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-visualcustomactionoperation-syntax.json"></a>

```
{
  "[FilterOperation](#cfn-quicksight-dashboard-visualcustomactionoperation-filteroperation)" : CustomActionFilterOperation,
  "[NavigationOperation](#cfn-quicksight-dashboard-visualcustomactionoperation-navigationoperation)" : CustomActionNavigationOperation,
  "[SetParametersOperation](#cfn-quicksight-dashboard-visualcustomactionoperation-setparametersoperation)" : CustomActionSetParametersOperation,
  "[URLOperation](#cfn-quicksight-dashboard-visualcustomactionoperation-urloperation)" : CustomActionURLOperation
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-visualcustomactionoperation-syntax.yaml"></a>

```
  [FilterOperation](#cfn-quicksight-dashboard-visualcustomactionoperation-filteroperation): 
    CustomActionFilterOperation
  [NavigationOperation](#cfn-quicksight-dashboard-visualcustomactionoperation-navigationoperation): 
    CustomActionNavigationOperation
  [SetParametersOperation](#cfn-quicksight-dashboard-visualcustomactionoperation-setparametersoperation): 
    CustomActionSetParametersOperation
  [URLOperation](#cfn-quicksight-dashboard-visualcustomactionoperation-urloperation): 
    CustomActionURLOperation
```

## Properties
<a name="aws-properties-quicksight-dashboard-visualcustomactionoperation-properties"></a>

`FilterOperation`  <a name="cfn-quicksight-dashboard-visualcustomactionoperation-filteroperation"></a>
The filter operation that filters data included in a visual or in an entire sheet.  
*Required*: No  
*Type*: [CustomActionFilterOperation](aws-properties-quicksight-dashboard-customactionfilteroperation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NavigationOperation`  <a name="cfn-quicksight-dashboard-visualcustomactionoperation-navigationoperation"></a>
The navigation operation that navigates between different sheets in the same analysis.  
*Required*: No  
*Type*: [CustomActionNavigationOperation](aws-properties-quicksight-dashboard-customactionnavigationoperation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SetParametersOperation`  <a name="cfn-quicksight-dashboard-visualcustomactionoperation-setparametersoperation"></a>
The set parameter operation that sets parameters in custom action.  
*Required*: No  
*Type*: [CustomActionSetParametersOperation](aws-properties-quicksight-dashboard-customactionsetparametersoperation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`URLOperation`  <a name="cfn-quicksight-dashboard-visualcustomactionoperation-urloperation"></a>
The URL operation that opens a link to another webpage.  
*Required*: No  
*Type*: [CustomActionURLOperation](aws-properties-quicksight-dashboard-customactionurloperation.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard VisualInteractionOptions
<a name="aws-properties-quicksight-dashboard-visualinteractionoptions"></a>

The general visual interactions setup for visual publish options

## Syntax
<a name="aws-properties-quicksight-dashboard-visualinteractionoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-visualinteractionoptions-syntax.json"></a>

```
{
  "[ContextMenuOption](#cfn-quicksight-dashboard-visualinteractionoptions-contextmenuoption)" : ContextMenuOption,
  "[VisualMenuOption](#cfn-quicksight-dashboard-visualinteractionoptions-visualmenuoption)" : VisualMenuOption
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-visualinteractionoptions-syntax.yaml"></a>

```
  [ContextMenuOption](#cfn-quicksight-dashboard-visualinteractionoptions-contextmenuoption): 
    ContextMenuOption
  [VisualMenuOption](#cfn-quicksight-dashboard-visualinteractionoptions-visualmenuoption): 
    VisualMenuOption
```

## Properties
<a name="aws-properties-quicksight-dashboard-visualinteractionoptions-properties"></a>

`ContextMenuOption`  <a name="cfn-quicksight-dashboard-visualinteractionoptions-contextmenuoption"></a>
The context menu options for a visual.  
*Required*: No  
*Type*: [ContextMenuOption](aws-properties-quicksight-dashboard-contextmenuoption.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualMenuOption`  <a name="cfn-quicksight-dashboard-visualinteractionoptions-visualmenuoption"></a>
The on-visual menu options for a visual.  
*Required*: No  
*Type*: [VisualMenuOption](aws-properties-quicksight-dashboard-visualmenuoption.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard VisualMenuOption
<a name="aws-properties-quicksight-dashboard-visualmenuoption"></a>

The menu options for a visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-visualmenuoption-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-visualmenuoption-syntax.json"></a>

```
{
  "[AvailabilityStatus](#cfn-quicksight-dashboard-visualmenuoption-availabilitystatus)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-visualmenuoption-syntax.yaml"></a>

```
  [AvailabilityStatus](#cfn-quicksight-dashboard-visualmenuoption-availabilitystatus): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-visualmenuoption-properties"></a>

`AvailabilityStatus`  <a name="cfn-quicksight-dashboard-visualmenuoption-availabilitystatus"></a>
The availaiblity status of a visual's menu options.  
*Required*: No  
*Type*: String  
*Allowed values*: `ENABLED | DISABLED`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard VisualPalette
<a name="aws-properties-quicksight-dashboard-visualpalette"></a>

The visual display options for the visual palette.

## Syntax
<a name="aws-properties-quicksight-dashboard-visualpalette-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-visualpalette-syntax.json"></a>

```
{
  "[ChartColor](#cfn-quicksight-dashboard-visualpalette-chartcolor)" : String,
  "[ColorMap](#cfn-quicksight-dashboard-visualpalette-colormap)" : [ DataPathColor, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-visualpalette-syntax.yaml"></a>

```
  [ChartColor](#cfn-quicksight-dashboard-visualpalette-chartcolor): String
  [ColorMap](#cfn-quicksight-dashboard-visualpalette-colormap): 
    - DataPathColor
```

## Properties
<a name="aws-properties-quicksight-dashboard-visualpalette-properties"></a>

`ChartColor`  <a name="cfn-quicksight-dashboard-visualpalette-chartcolor"></a>
The chart color options for the visual palette.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColorMap`  <a name="cfn-quicksight-dashboard-visualpalette-colormap"></a>
The color map options for the visual palette.  
*Required*: No  
*Type*: Array of [DataPathColor](aws-properties-quicksight-dashboard-datapathcolor.md)  
*Minimum*: `0`  
*Maximum*: `5000`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard VisualSubtitleLabelOptions
<a name="aws-properties-quicksight-dashboard-visualsubtitlelabeloptions"></a>

The subtitle label options for a visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-visualsubtitlelabeloptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-visualsubtitlelabeloptions-syntax.json"></a>

```
{
  "[FormatText](#cfn-quicksight-dashboard-visualsubtitlelabeloptions-formattext)" : LongFormatText,
  "[Visibility](#cfn-quicksight-dashboard-visualsubtitlelabeloptions-visibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-visualsubtitlelabeloptions-syntax.yaml"></a>

```
  [FormatText](#cfn-quicksight-dashboard-visualsubtitlelabeloptions-formattext): 
    LongFormatText
  [Visibility](#cfn-quicksight-dashboard-visualsubtitlelabeloptions-visibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-visualsubtitlelabeloptions-properties"></a>

`FormatText`  <a name="cfn-quicksight-dashboard-visualsubtitlelabeloptions-formattext"></a>
The long text format of the subtitle label, such as plain text or rich text.  
*Required*: No  
*Type*: [LongFormatText](aws-properties-quicksight-dashboard-longformattext.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Visibility`  <a name="cfn-quicksight-dashboard-visualsubtitlelabeloptions-visibility"></a>
The visibility of the subtitle label.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard VisualTitleLabelOptions
<a name="aws-properties-quicksight-dashboard-visualtitlelabeloptions"></a>

The title label options for a visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-visualtitlelabeloptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-visualtitlelabeloptions-syntax.json"></a>

```
{
  "[FormatText](#cfn-quicksight-dashboard-visualtitlelabeloptions-formattext)" : ShortFormatText,
  "[Visibility](#cfn-quicksight-dashboard-visualtitlelabeloptions-visibility)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-visualtitlelabeloptions-syntax.yaml"></a>

```
  [FormatText](#cfn-quicksight-dashboard-visualtitlelabeloptions-formattext): 
    ShortFormatText
  [Visibility](#cfn-quicksight-dashboard-visualtitlelabeloptions-visibility): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-visualtitlelabeloptions-properties"></a>

`FormatText`  <a name="cfn-quicksight-dashboard-visualtitlelabeloptions-formattext"></a>
The short text format of the title label, such as plain text or rich text.  
*Required*: No  
*Type*: [ShortFormatText](aws-properties-quicksight-dashboard-shortformattext.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Visibility`  <a name="cfn-quicksight-dashboard-visualtitlelabeloptions-visibility"></a>
The visibility of the title label.  
*Required*: No  
*Type*: String  
*Allowed values*: `HIDDEN | VISIBLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard WaterfallChartAggregatedFieldWells
<a name="aws-properties-quicksight-dashboard-waterfallchartaggregatedfieldwells"></a>

The field well configuration of a waterfall visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-waterfallchartaggregatedfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-waterfallchartaggregatedfieldwells-syntax.json"></a>

```
{
  "[Breakdowns](#cfn-quicksight-dashboard-waterfallchartaggregatedfieldwells-breakdowns)" : [ DimensionField, ... ],
  "[Categories](#cfn-quicksight-dashboard-waterfallchartaggregatedfieldwells-categories)" : [ DimensionField, ... ],
  "[Values](#cfn-quicksight-dashboard-waterfallchartaggregatedfieldwells-values)" : [ MeasureField, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-waterfallchartaggregatedfieldwells-syntax.yaml"></a>

```
  [Breakdowns](#cfn-quicksight-dashboard-waterfallchartaggregatedfieldwells-breakdowns): 
    - DimensionField
  [Categories](#cfn-quicksight-dashboard-waterfallchartaggregatedfieldwells-categories): 
    - DimensionField
  [Values](#cfn-quicksight-dashboard-waterfallchartaggregatedfieldwells-values): 
    - MeasureField
```

## Properties
<a name="aws-properties-quicksight-dashboard-waterfallchartaggregatedfieldwells-properties"></a>

`Breakdowns`  <a name="cfn-quicksight-dashboard-waterfallchartaggregatedfieldwells-breakdowns"></a>
The breakdown field wells of a waterfall visual.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Categories`  <a name="cfn-quicksight-dashboard-waterfallchartaggregatedfieldwells-categories"></a>
The category field wells of a waterfall visual.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Values`  <a name="cfn-quicksight-dashboard-waterfallchartaggregatedfieldwells-values"></a>
The value field wells of a waterfall visual.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard WaterfallChartColorConfiguration
<a name="aws-properties-quicksight-dashboard-waterfallchartcolorconfiguration"></a>

The color configuration of a waterfall visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-waterfallchartcolorconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-waterfallchartcolorconfiguration-syntax.json"></a>

```
{
  "[GroupColorConfiguration](#cfn-quicksight-dashboard-waterfallchartcolorconfiguration-groupcolorconfiguration)" : WaterfallChartGroupColorConfiguration
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-waterfallchartcolorconfiguration-syntax.yaml"></a>

```
  [GroupColorConfiguration](#cfn-quicksight-dashboard-waterfallchartcolorconfiguration-groupcolorconfiguration): 
    WaterfallChartGroupColorConfiguration
```

## Properties
<a name="aws-properties-quicksight-dashboard-waterfallchartcolorconfiguration-properties"></a>

`GroupColorConfiguration`  <a name="cfn-quicksight-dashboard-waterfallchartcolorconfiguration-groupcolorconfiguration"></a>
The color configuration for individual groups within a waterfall visual.  
*Required*: No  
*Type*: [WaterfallChartGroupColorConfiguration](aws-properties-quicksight-dashboard-waterfallchartgroupcolorconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard WaterfallChartConfiguration
<a name="aws-properties-quicksight-dashboard-waterfallchartconfiguration"></a>

The configuration for a waterfall visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-waterfallchartconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-waterfallchartconfiguration-syntax.json"></a>

```
{
  "[CategoryAxisDisplayOptions](#cfn-quicksight-dashboard-waterfallchartconfiguration-categoryaxisdisplayoptions)" : AxisDisplayOptions,
  "[CategoryAxisLabelOptions](#cfn-quicksight-dashboard-waterfallchartconfiguration-categoryaxislabeloptions)" : ChartAxisLabelOptions,
  "[ColorConfiguration](#cfn-quicksight-dashboard-waterfallchartconfiguration-colorconfiguration)" : WaterfallChartColorConfiguration,
  "[DataLabels](#cfn-quicksight-dashboard-waterfallchartconfiguration-datalabels)" : DataLabelOptions,
  "[FieldWells](#cfn-quicksight-dashboard-waterfallchartconfiguration-fieldwells)" : WaterfallChartFieldWells,
  "[Interactions](#cfn-quicksight-dashboard-waterfallchartconfiguration-interactions)" : VisualInteractionOptions,
  "[Legend](#cfn-quicksight-dashboard-waterfallchartconfiguration-legend)" : LegendOptions,
  "[PrimaryYAxisDisplayOptions](#cfn-quicksight-dashboard-waterfallchartconfiguration-primaryyaxisdisplayoptions)" : AxisDisplayOptions,
  "[PrimaryYAxisLabelOptions](#cfn-quicksight-dashboard-waterfallchartconfiguration-primaryyaxislabeloptions)" : ChartAxisLabelOptions,
  "[SortConfiguration](#cfn-quicksight-dashboard-waterfallchartconfiguration-sortconfiguration)" : WaterfallChartSortConfiguration,
  "[VisualPalette](#cfn-quicksight-dashboard-waterfallchartconfiguration-visualpalette)" : VisualPalette,
  "[WaterfallChartOptions](#cfn-quicksight-dashboard-waterfallchartconfiguration-waterfallchartoptions)" : WaterfallChartOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-waterfallchartconfiguration-syntax.yaml"></a>

```
  [CategoryAxisDisplayOptions](#cfn-quicksight-dashboard-waterfallchartconfiguration-categoryaxisdisplayoptions): 
    AxisDisplayOptions
  [CategoryAxisLabelOptions](#cfn-quicksight-dashboard-waterfallchartconfiguration-categoryaxislabeloptions): 
    ChartAxisLabelOptions
  [ColorConfiguration](#cfn-quicksight-dashboard-waterfallchartconfiguration-colorconfiguration): 
    WaterfallChartColorConfiguration
  [DataLabels](#cfn-quicksight-dashboard-waterfallchartconfiguration-datalabels): 
    DataLabelOptions
  [FieldWells](#cfn-quicksight-dashboard-waterfallchartconfiguration-fieldwells): 
    WaterfallChartFieldWells
  [Interactions](#cfn-quicksight-dashboard-waterfallchartconfiguration-interactions): 
    VisualInteractionOptions
  [Legend](#cfn-quicksight-dashboard-waterfallchartconfiguration-legend): 
    LegendOptions
  [PrimaryYAxisDisplayOptions](#cfn-quicksight-dashboard-waterfallchartconfiguration-primaryyaxisdisplayoptions): 
    AxisDisplayOptions
  [PrimaryYAxisLabelOptions](#cfn-quicksight-dashboard-waterfallchartconfiguration-primaryyaxislabeloptions): 
    ChartAxisLabelOptions
  [SortConfiguration](#cfn-quicksight-dashboard-waterfallchartconfiguration-sortconfiguration): 
    WaterfallChartSortConfiguration
  [VisualPalette](#cfn-quicksight-dashboard-waterfallchartconfiguration-visualpalette): 
    VisualPalette
  [WaterfallChartOptions](#cfn-quicksight-dashboard-waterfallchartconfiguration-waterfallchartoptions): 
    WaterfallChartOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-waterfallchartconfiguration-properties"></a>

`CategoryAxisDisplayOptions`  <a name="cfn-quicksight-dashboard-waterfallchartconfiguration-categoryaxisdisplayoptions"></a>
The options that determine the presentation of the category axis.  
*Required*: No  
*Type*: [AxisDisplayOptions](aws-properties-quicksight-dashboard-axisdisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CategoryAxisLabelOptions`  <a name="cfn-quicksight-dashboard-waterfallchartconfiguration-categoryaxislabeloptions"></a>
The options that determine the presentation of the category axis label.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-dashboard-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColorConfiguration`  <a name="cfn-quicksight-dashboard-waterfallchartconfiguration-colorconfiguration"></a>
The color configuration of a waterfall visual.  
*Required*: No  
*Type*: [WaterfallChartColorConfiguration](aws-properties-quicksight-dashboard-waterfallchartcolorconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DataLabels`  <a name="cfn-quicksight-dashboard-waterfallchartconfiguration-datalabels"></a>
The data label configuration of a waterfall visual.  
*Required*: No  
*Type*: [DataLabelOptions](aws-properties-quicksight-dashboard-datalabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldWells`  <a name="cfn-quicksight-dashboard-waterfallchartconfiguration-fieldwells"></a>
The field well configuration of a waterfall visual.  
*Required*: No  
*Type*: [WaterfallChartFieldWells](aws-properties-quicksight-dashboard-waterfallchartfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Interactions`  <a name="cfn-quicksight-dashboard-waterfallchartconfiguration-interactions"></a>
The general visual interactions setup for a visual.  
*Required*: No  
*Type*: [VisualInteractionOptions](aws-properties-quicksight-dashboard-visualinteractionoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Legend`  <a name="cfn-quicksight-dashboard-waterfallchartconfiguration-legend"></a>
The legend configuration of a waterfall visual.  
*Required*: No  
*Type*: [LegendOptions](aws-properties-quicksight-dashboard-legendoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PrimaryYAxisDisplayOptions`  <a name="cfn-quicksight-dashboard-waterfallchartconfiguration-primaryyaxisdisplayoptions"></a>
The options that determine the presentation of the y-axis.  
*Required*: No  
*Type*: [AxisDisplayOptions](aws-properties-quicksight-dashboard-axisdisplayoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PrimaryYAxisLabelOptions`  <a name="cfn-quicksight-dashboard-waterfallchartconfiguration-primaryyaxislabeloptions"></a>
The options that determine the presentation of the y-axis label.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-dashboard-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SortConfiguration`  <a name="cfn-quicksight-dashboard-waterfallchartconfiguration-sortconfiguration"></a>
The sort configuration of a waterfall visual.  
*Required*: No  
*Type*: [WaterfallChartSortConfiguration](aws-properties-quicksight-dashboard-waterfallchartsortconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualPalette`  <a name="cfn-quicksight-dashboard-waterfallchartconfiguration-visualpalette"></a>
The visual palette configuration of a waterfall visual.  
*Required*: No  
*Type*: [VisualPalette](aws-properties-quicksight-dashboard-visualpalette.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`WaterfallChartOptions`  <a name="cfn-quicksight-dashboard-waterfallchartconfiguration-waterfallchartoptions"></a>
The options that determine the presentation of a waterfall visual.  
*Required*: No  
*Type*: [WaterfallChartOptions](aws-properties-quicksight-dashboard-waterfallchartoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard WaterfallChartFieldWells
<a name="aws-properties-quicksight-dashboard-waterfallchartfieldwells"></a>

The field well configuration of a waterfall visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-waterfallchartfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-waterfallchartfieldwells-syntax.json"></a>

```
{
  "[WaterfallChartAggregatedFieldWells](#cfn-quicksight-dashboard-waterfallchartfieldwells-waterfallchartaggregatedfieldwells)" : WaterfallChartAggregatedFieldWells
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-waterfallchartfieldwells-syntax.yaml"></a>

```
  [WaterfallChartAggregatedFieldWells](#cfn-quicksight-dashboard-waterfallchartfieldwells-waterfallchartaggregatedfieldwells): 
    WaterfallChartAggregatedFieldWells
```

## Properties
<a name="aws-properties-quicksight-dashboard-waterfallchartfieldwells-properties"></a>

`WaterfallChartAggregatedFieldWells`  <a name="cfn-quicksight-dashboard-waterfallchartfieldwells-waterfallchartaggregatedfieldwells"></a>
The field well configuration of a waterfall visual.  
*Required*: No  
*Type*: [WaterfallChartAggregatedFieldWells](aws-properties-quicksight-dashboard-waterfallchartaggregatedfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard WaterfallChartGroupColorConfiguration
<a name="aws-properties-quicksight-dashboard-waterfallchartgroupcolorconfiguration"></a>

The color configuration for individual groups within a waterfall visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-waterfallchartgroupcolorconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-waterfallchartgroupcolorconfiguration-syntax.json"></a>

```
{
  "[NegativeBarColor](#cfn-quicksight-dashboard-waterfallchartgroupcolorconfiguration-negativebarcolor)" : String,
  "[PositiveBarColor](#cfn-quicksight-dashboard-waterfallchartgroupcolorconfiguration-positivebarcolor)" : String,
  "[TotalBarColor](#cfn-quicksight-dashboard-waterfallchartgroupcolorconfiguration-totalbarcolor)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-waterfallchartgroupcolorconfiguration-syntax.yaml"></a>

```
  [NegativeBarColor](#cfn-quicksight-dashboard-waterfallchartgroupcolorconfiguration-negativebarcolor): String
  [PositiveBarColor](#cfn-quicksight-dashboard-waterfallchartgroupcolorconfiguration-positivebarcolor): String
  [TotalBarColor](#cfn-quicksight-dashboard-waterfallchartgroupcolorconfiguration-totalbarcolor): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-waterfallchartgroupcolorconfiguration-properties"></a>

`NegativeBarColor`  <a name="cfn-quicksight-dashboard-waterfallchartgroupcolorconfiguration-negativebarcolor"></a>
Defines the color for the negative bars of a waterfall chart.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PositiveBarColor`  <a name="cfn-quicksight-dashboard-waterfallchartgroupcolorconfiguration-positivebarcolor"></a>
Defines the color for the positive bars of a waterfall chart.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TotalBarColor`  <a name="cfn-quicksight-dashboard-waterfallchartgroupcolorconfiguration-totalbarcolor"></a>
Defines the color for the total bars of a waterfall chart.  
*Required*: No  
*Type*: String  
*Pattern*: `^#[A-F0-9]{6}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard WaterfallChartOptions
<a name="aws-properties-quicksight-dashboard-waterfallchartoptions"></a>

The options that determine the presentation of a waterfall visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-waterfallchartoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-waterfallchartoptions-syntax.json"></a>

```
{
  "[TotalBarLabel](#cfn-quicksight-dashboard-waterfallchartoptions-totalbarlabel)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-waterfallchartoptions-syntax.yaml"></a>

```
  [TotalBarLabel](#cfn-quicksight-dashboard-waterfallchartoptions-totalbarlabel): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-waterfallchartoptions-properties"></a>

`TotalBarLabel`  <a name="cfn-quicksight-dashboard-waterfallchartoptions-totalbarlabel"></a>
This option determines the total bar label of a waterfall visual.  
*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)

# AWS::QuickSight::Dashboard WaterfallChartSortConfiguration
<a name="aws-properties-quicksight-dashboard-waterfallchartsortconfiguration"></a>

The sort configuration of a waterfall visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-waterfallchartsortconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-waterfallchartsortconfiguration-syntax.json"></a>

```
{
  "[BreakdownItemsLimit](#cfn-quicksight-dashboard-waterfallchartsortconfiguration-breakdownitemslimit)" : ItemsLimitConfiguration,
  "[CategorySort](#cfn-quicksight-dashboard-waterfallchartsortconfiguration-categorysort)" : [ FieldSortOptions, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-waterfallchartsortconfiguration-syntax.yaml"></a>

```
  [BreakdownItemsLimit](#cfn-quicksight-dashboard-waterfallchartsortconfiguration-breakdownitemslimit): 
    ItemsLimitConfiguration
  [CategorySort](#cfn-quicksight-dashboard-waterfallchartsortconfiguration-categorysort): 
    - FieldSortOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-waterfallchartsortconfiguration-properties"></a>

`BreakdownItemsLimit`  <a name="cfn-quicksight-dashboard-waterfallchartsortconfiguration-breakdownitemslimit"></a>
The limit on the number of bar groups that are displayed.  
*Required*: No  
*Type*: [ItemsLimitConfiguration](aws-properties-quicksight-dashboard-itemslimitconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CategorySort`  <a name="cfn-quicksight-dashboard-waterfallchartsortconfiguration-categorysort"></a>
The sort configuration of the category fields.  
*Required*: No  
*Type*: Array of [FieldSortOptions](aws-properties-quicksight-dashboard-fieldsortoptions.md)  
*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)

# AWS::QuickSight::Dashboard WaterfallVisual
<a name="aws-properties-quicksight-dashboard-waterfallvisual"></a>

A waterfall chart.

For more information, see [Using waterfall charts](https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html) in the *Amazon Quick Suite User Guide*.

## Syntax
<a name="aws-properties-quicksight-dashboard-waterfallvisual-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-waterfallvisual-syntax.json"></a>

```
{
  "[Actions](#cfn-quicksight-dashboard-waterfallvisual-actions)" : [ VisualCustomAction, ... ],
  "[ChartConfiguration](#cfn-quicksight-dashboard-waterfallvisual-chartconfiguration)" : WaterfallChartConfiguration,
  "[ColumnHierarchies](#cfn-quicksight-dashboard-waterfallvisual-columnhierarchies)" : [ ColumnHierarchy, ... ],
  "[Subtitle](#cfn-quicksight-dashboard-waterfallvisual-subtitle)" : VisualSubtitleLabelOptions,
  "[Title](#cfn-quicksight-dashboard-waterfallvisual-title)" : VisualTitleLabelOptions,
  "[VisualContentAltText](#cfn-quicksight-dashboard-waterfallvisual-visualcontentalttext)" : String,
  "[VisualId](#cfn-quicksight-dashboard-waterfallvisual-visualid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-waterfallvisual-syntax.yaml"></a>

```
  [Actions](#cfn-quicksight-dashboard-waterfallvisual-actions): 
    - VisualCustomAction
  [ChartConfiguration](#cfn-quicksight-dashboard-waterfallvisual-chartconfiguration): 
    WaterfallChartConfiguration
  [ColumnHierarchies](#cfn-quicksight-dashboard-waterfallvisual-columnhierarchies): 
    - ColumnHierarchy
  [Subtitle](#cfn-quicksight-dashboard-waterfallvisual-subtitle): 
    VisualSubtitleLabelOptions
  [Title](#cfn-quicksight-dashboard-waterfallvisual-title): 
    VisualTitleLabelOptions
  [VisualContentAltText](#cfn-quicksight-dashboard-waterfallvisual-visualcontentalttext): String
  [VisualId](#cfn-quicksight-dashboard-waterfallvisual-visualid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-waterfallvisual-properties"></a>

`Actions`  <a name="cfn-quicksight-dashboard-waterfallvisual-actions"></a>
The list of custom actions that are configured for a visual.  
*Required*: No  
*Type*: Array of [VisualCustomAction](aws-properties-quicksight-dashboard-visualcustomaction.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ChartConfiguration`  <a name="cfn-quicksight-dashboard-waterfallvisual-chartconfiguration"></a>
The configuration for a waterfall visual.  
*Required*: No  
*Type*: [WaterfallChartConfiguration](aws-properties-quicksight-dashboard-waterfallchartconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColumnHierarchies`  <a name="cfn-quicksight-dashboard-waterfallvisual-columnhierarchies"></a>
The column hierarchy that is used during drill-downs and drill-ups.  
*Required*: No  
*Type*: Array of [ColumnHierarchy](aws-properties-quicksight-dashboard-columnhierarchy.md)  
*Minimum*: `0`  
*Maximum*: `2`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Subtitle`  <a name="cfn-quicksight-dashboard-waterfallvisual-subtitle"></a>
The subtitle that is displayed on the visual.  
*Required*: No  
*Type*: [VisualSubtitleLabelOptions](aws-properties-quicksight-dashboard-visualsubtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-waterfallvisual-title"></a>
The title that is displayed on the visual.  
*Required*: No  
*Type*: [VisualTitleLabelOptions](aws-properties-quicksight-dashboard-visualtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualContentAltText`  <a name="cfn-quicksight-dashboard-waterfallvisual-visualcontentalttext"></a>
The alt text for the visual.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualId`  <a name="cfn-quicksight-dashboard-waterfallvisual-visualid"></a>
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

# AWS::QuickSight::Dashboard WhatIfPointScenario
<a name="aws-properties-quicksight-dashboard-whatifpointscenario"></a>

Provides the forecast to meet the target for a particular date.

## Syntax
<a name="aws-properties-quicksight-dashboard-whatifpointscenario-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-whatifpointscenario-syntax.json"></a>

```
{
  "[Date](#cfn-quicksight-dashboard-whatifpointscenario-date)" : String,
  "[Value](#cfn-quicksight-dashboard-whatifpointscenario-value)" : Number
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-whatifpointscenario-syntax.yaml"></a>

```
  [Date](#cfn-quicksight-dashboard-whatifpointscenario-date): String
  [Value](#cfn-quicksight-dashboard-whatifpointscenario-value): Number
```

## Properties
<a name="aws-properties-quicksight-dashboard-whatifpointscenario-properties"></a>

`Date`  <a name="cfn-quicksight-dashboard-whatifpointscenario-date"></a>
The date that you need the forecast results for.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-quicksight-dashboard-whatifpointscenario-value"></a>
The target value that you want to meet for the provided date.  
*Required*: Yes  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard WhatIfRangeScenario
<a name="aws-properties-quicksight-dashboard-whatifrangescenario"></a>

Provides the forecast to meet the target for a particular date range.

## Syntax
<a name="aws-properties-quicksight-dashboard-whatifrangescenario-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-whatifrangescenario-syntax.json"></a>

```
{
  "[EndDate](#cfn-quicksight-dashboard-whatifrangescenario-enddate)" : String,
  "[StartDate](#cfn-quicksight-dashboard-whatifrangescenario-startdate)" : String,
  "[Value](#cfn-quicksight-dashboard-whatifrangescenario-value)" : Number
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-whatifrangescenario-syntax.yaml"></a>

```
  [EndDate](#cfn-quicksight-dashboard-whatifrangescenario-enddate): String
  [StartDate](#cfn-quicksight-dashboard-whatifrangescenario-startdate): String
  [Value](#cfn-quicksight-dashboard-whatifrangescenario-value): Number
```

## Properties
<a name="aws-properties-quicksight-dashboard-whatifrangescenario-properties"></a>

`EndDate`  <a name="cfn-quicksight-dashboard-whatifrangescenario-enddate"></a>
The end date in the date range that you need the forecast results for.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`StartDate`  <a name="cfn-quicksight-dashboard-whatifrangescenario-startdate"></a>
The start date in the date range that you need the forecast results for.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-quicksight-dashboard-whatifrangescenario-value"></a>
The target value that you want to meet for the provided date range.  
*Required*: Yes  
*Type*: Number  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard WordCloudAggregatedFieldWells
<a name="aws-properties-quicksight-dashboard-wordcloudaggregatedfieldwells"></a>

The aggregated field wells of a word cloud.

## Syntax
<a name="aws-properties-quicksight-dashboard-wordcloudaggregatedfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-wordcloudaggregatedfieldwells-syntax.json"></a>

```
{
  "[GroupBy](#cfn-quicksight-dashboard-wordcloudaggregatedfieldwells-groupby)" : [ DimensionField, ... ],
  "[Size](#cfn-quicksight-dashboard-wordcloudaggregatedfieldwells-size)" : [ MeasureField, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-wordcloudaggregatedfieldwells-syntax.yaml"></a>

```
  [GroupBy](#cfn-quicksight-dashboard-wordcloudaggregatedfieldwells-groupby): 
    - DimensionField
  [Size](#cfn-quicksight-dashboard-wordcloudaggregatedfieldwells-size): 
    - MeasureField
```

## Properties
<a name="aws-properties-quicksight-dashboard-wordcloudaggregatedfieldwells-properties"></a>

`GroupBy`  <a name="cfn-quicksight-dashboard-wordcloudaggregatedfieldwells-groupby"></a>
The group by field well of a word cloud. Values are grouped by group by fields.  
*Required*: No  
*Type*: Array of [DimensionField](aws-properties-quicksight-dashboard-dimensionfield.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Size`  <a name="cfn-quicksight-dashboard-wordcloudaggregatedfieldwells-size"></a>
The size field well of a word cloud. Values are aggregated based on group by fields.  
*Required*: No  
*Type*: Array of [MeasureField](aws-properties-quicksight-dashboard-measurefield.md)  
*Minimum*: `0`  
*Maximum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard WordCloudChartConfiguration
<a name="aws-properties-quicksight-dashboard-wordcloudchartconfiguration"></a>

The configuration of a word cloud visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-wordcloudchartconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-wordcloudchartconfiguration-syntax.json"></a>

```
{
  "[CategoryLabelOptions](#cfn-quicksight-dashboard-wordcloudchartconfiguration-categorylabeloptions)" : ChartAxisLabelOptions,
  "[FieldWells](#cfn-quicksight-dashboard-wordcloudchartconfiguration-fieldwells)" : WordCloudFieldWells,
  "[Interactions](#cfn-quicksight-dashboard-wordcloudchartconfiguration-interactions)" : VisualInteractionOptions,
  "[SortConfiguration](#cfn-quicksight-dashboard-wordcloudchartconfiguration-sortconfiguration)" : WordCloudSortConfiguration,
  "[WordCloudOptions](#cfn-quicksight-dashboard-wordcloudchartconfiguration-wordcloudoptions)" : WordCloudOptions
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-wordcloudchartconfiguration-syntax.yaml"></a>

```
  [CategoryLabelOptions](#cfn-quicksight-dashboard-wordcloudchartconfiguration-categorylabeloptions): 
    ChartAxisLabelOptions
  [FieldWells](#cfn-quicksight-dashboard-wordcloudchartconfiguration-fieldwells): 
    WordCloudFieldWells
  [Interactions](#cfn-quicksight-dashboard-wordcloudchartconfiguration-interactions): 
    VisualInteractionOptions
  [SortConfiguration](#cfn-quicksight-dashboard-wordcloudchartconfiguration-sortconfiguration): 
    WordCloudSortConfiguration
  [WordCloudOptions](#cfn-quicksight-dashboard-wordcloudchartconfiguration-wordcloudoptions): 
    WordCloudOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-wordcloudchartconfiguration-properties"></a>

`CategoryLabelOptions`  <a name="cfn-quicksight-dashboard-wordcloudchartconfiguration-categorylabeloptions"></a>
The label options (label text, label visibility, and sort icon visibility) for the word cloud category.  
*Required*: No  
*Type*: [ChartAxisLabelOptions](aws-properties-quicksight-dashboard-chartaxislabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FieldWells`  <a name="cfn-quicksight-dashboard-wordcloudchartconfiguration-fieldwells"></a>
The field wells of the visual.  
*Required*: No  
*Type*: [WordCloudFieldWells](aws-properties-quicksight-dashboard-wordcloudfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Interactions`  <a name="cfn-quicksight-dashboard-wordcloudchartconfiguration-interactions"></a>
The general visual interactions setup for a visual.  
*Required*: No  
*Type*: [VisualInteractionOptions](aws-properties-quicksight-dashboard-visualinteractionoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SortConfiguration`  <a name="cfn-quicksight-dashboard-wordcloudchartconfiguration-sortconfiguration"></a>
The sort configuration of a word cloud visual.  
*Required*: No  
*Type*: [WordCloudSortConfiguration](aws-properties-quicksight-dashboard-wordcloudsortconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`WordCloudOptions`  <a name="cfn-quicksight-dashboard-wordcloudchartconfiguration-wordcloudoptions"></a>
The options for a word cloud visual.  
*Required*: No  
*Type*: [WordCloudOptions](aws-properties-quicksight-dashboard-wordcloudoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard WordCloudFieldWells
<a name="aws-properties-quicksight-dashboard-wordcloudfieldwells"></a>

The field wells of a word cloud visual.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

## Syntax
<a name="aws-properties-quicksight-dashboard-wordcloudfieldwells-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-wordcloudfieldwells-syntax.json"></a>

```
{
  "[WordCloudAggregatedFieldWells](#cfn-quicksight-dashboard-wordcloudfieldwells-wordcloudaggregatedfieldwells)" : WordCloudAggregatedFieldWells
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-wordcloudfieldwells-syntax.yaml"></a>

```
  [WordCloudAggregatedFieldWells](#cfn-quicksight-dashboard-wordcloudfieldwells-wordcloudaggregatedfieldwells): 
    WordCloudAggregatedFieldWells
```

## Properties
<a name="aws-properties-quicksight-dashboard-wordcloudfieldwells-properties"></a>

`WordCloudAggregatedFieldWells`  <a name="cfn-quicksight-dashboard-wordcloudfieldwells-wordcloudaggregatedfieldwells"></a>
The aggregated field wells of a word cloud.  
*Required*: No  
*Type*: [WordCloudAggregatedFieldWells](aws-properties-quicksight-dashboard-wordcloudaggregatedfieldwells.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard WordCloudOptions
<a name="aws-properties-quicksight-dashboard-wordcloudoptions"></a>

The word cloud options for a word cloud visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-wordcloudoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-wordcloudoptions-syntax.json"></a>

```
{
  "[CloudLayout](#cfn-quicksight-dashboard-wordcloudoptions-cloudlayout)" : String,
  "[MaximumStringLength](#cfn-quicksight-dashboard-wordcloudoptions-maximumstringlength)" : Number,
  "[WordCasing](#cfn-quicksight-dashboard-wordcloudoptions-wordcasing)" : String,
  "[WordOrientation](#cfn-quicksight-dashboard-wordcloudoptions-wordorientation)" : String,
  "[WordPadding](#cfn-quicksight-dashboard-wordcloudoptions-wordpadding)" : String,
  "[WordScaling](#cfn-quicksight-dashboard-wordcloudoptions-wordscaling)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-wordcloudoptions-syntax.yaml"></a>

```
  [CloudLayout](#cfn-quicksight-dashboard-wordcloudoptions-cloudlayout): String
  [MaximumStringLength](#cfn-quicksight-dashboard-wordcloudoptions-maximumstringlength): Number
  [WordCasing](#cfn-quicksight-dashboard-wordcloudoptions-wordcasing): String
  [WordOrientation](#cfn-quicksight-dashboard-wordcloudoptions-wordorientation): String
  [WordPadding](#cfn-quicksight-dashboard-wordcloudoptions-wordpadding): String
  [WordScaling](#cfn-quicksight-dashboard-wordcloudoptions-wordscaling): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-wordcloudoptions-properties"></a>

`CloudLayout`  <a name="cfn-quicksight-dashboard-wordcloudoptions-cloudlayout"></a>
The cloud layout options (fluid, normal) of a word cloud.  
*Required*: No  
*Type*: String  
*Allowed values*: `FLUID | NORMAL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MaximumStringLength`  <a name="cfn-quicksight-dashboard-wordcloudoptions-maximumstringlength"></a>
The length limit of each word from 1-100.  
*Required*: No  
*Type*: Number  
*Minimum*: `1`  
*Maximum*: `100`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`WordCasing`  <a name="cfn-quicksight-dashboard-wordcloudoptions-wordcasing"></a>
The word casing options (lower\$1case, existing\$1case) for the words in a word cloud.  
*Required*: No  
*Type*: String  
*Allowed values*: `LOWER_CASE | EXISTING_CASE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`WordOrientation`  <a name="cfn-quicksight-dashboard-wordcloudoptions-wordorientation"></a>
The word orientation options (horizontal, horizontal\$1and\$1vertical) for the words in a word cloud.  
*Required*: No  
*Type*: String  
*Allowed values*: `HORIZONTAL | HORIZONTAL_AND_VERTICAL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`WordPadding`  <a name="cfn-quicksight-dashboard-wordcloudoptions-wordpadding"></a>
The word padding options (none, small, medium, large) for the words in a word cloud.  
*Required*: No  
*Type*: String  
*Allowed values*: `NONE | SMALL | MEDIUM | LARGE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`WordScaling`  <a name="cfn-quicksight-dashboard-wordcloudoptions-wordscaling"></a>
The word scaling options (emphasize, normal) for the words in a word cloud.  
*Required*: No  
*Type*: String  
*Allowed values*: `EMPHASIZE | NORMAL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::QuickSight::Dashboard WordCloudSortConfiguration
<a name="aws-properties-quicksight-dashboard-wordcloudsortconfiguration"></a>

The sort configuration of a word cloud visual.

## Syntax
<a name="aws-properties-quicksight-dashboard-wordcloudsortconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-wordcloudsortconfiguration-syntax.json"></a>

```
{
  "[CategoryItemsLimit](#cfn-quicksight-dashboard-wordcloudsortconfiguration-categoryitemslimit)" : ItemsLimitConfiguration,
  "[CategorySort](#cfn-quicksight-dashboard-wordcloudsortconfiguration-categorysort)" : [ FieldSortOptions, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-wordcloudsortconfiguration-syntax.yaml"></a>

```
  [CategoryItemsLimit](#cfn-quicksight-dashboard-wordcloudsortconfiguration-categoryitemslimit): 
    ItemsLimitConfiguration
  [CategorySort](#cfn-quicksight-dashboard-wordcloudsortconfiguration-categorysort): 
    - FieldSortOptions
```

## Properties
<a name="aws-properties-quicksight-dashboard-wordcloudsortconfiguration-properties"></a>

`CategoryItemsLimit`  <a name="cfn-quicksight-dashboard-wordcloudsortconfiguration-categoryitemslimit"></a>
The limit on the number of groups that are displayed in a word cloud.  
*Required*: No  
*Type*: [ItemsLimitConfiguration](aws-properties-quicksight-dashboard-itemslimitconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CategorySort`  <a name="cfn-quicksight-dashboard-wordcloudsortconfiguration-categorysort"></a>
The sort configuration of group by fields.  
*Required*: No  
*Type*: Array of [FieldSortOptions](aws-properties-quicksight-dashboard-fieldsortoptions.md)  
*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)

# AWS::QuickSight::Dashboard WordCloudVisual
<a name="aws-properties-quicksight-dashboard-wordcloudvisual"></a>

A word cloud.

For more information, see [Using word clouds](https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html) in the *Amazon Quick Suite User Guide*.

## Syntax
<a name="aws-properties-quicksight-dashboard-wordcloudvisual-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-wordcloudvisual-syntax.json"></a>

```
{
  "[Actions](#cfn-quicksight-dashboard-wordcloudvisual-actions)" : [ VisualCustomAction, ... ],
  "[ChartConfiguration](#cfn-quicksight-dashboard-wordcloudvisual-chartconfiguration)" : WordCloudChartConfiguration,
  "[ColumnHierarchies](#cfn-quicksight-dashboard-wordcloudvisual-columnhierarchies)" : [ ColumnHierarchy, ... ],
  "[Subtitle](#cfn-quicksight-dashboard-wordcloudvisual-subtitle)" : VisualSubtitleLabelOptions,
  "[Title](#cfn-quicksight-dashboard-wordcloudvisual-title)" : VisualTitleLabelOptions,
  "[VisualContentAltText](#cfn-quicksight-dashboard-wordcloudvisual-visualcontentalttext)" : String,
  "[VisualId](#cfn-quicksight-dashboard-wordcloudvisual-visualid)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-wordcloudvisual-syntax.yaml"></a>

```
  [Actions](#cfn-quicksight-dashboard-wordcloudvisual-actions): 
    - VisualCustomAction
  [ChartConfiguration](#cfn-quicksight-dashboard-wordcloudvisual-chartconfiguration): 
    WordCloudChartConfiguration
  [ColumnHierarchies](#cfn-quicksight-dashboard-wordcloudvisual-columnhierarchies): 
    - ColumnHierarchy
  [Subtitle](#cfn-quicksight-dashboard-wordcloudvisual-subtitle): 
    VisualSubtitleLabelOptions
  [Title](#cfn-quicksight-dashboard-wordcloudvisual-title): 
    VisualTitleLabelOptions
  [VisualContentAltText](#cfn-quicksight-dashboard-wordcloudvisual-visualcontentalttext): String
  [VisualId](#cfn-quicksight-dashboard-wordcloudvisual-visualid): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-wordcloudvisual-properties"></a>

`Actions`  <a name="cfn-quicksight-dashboard-wordcloudvisual-actions"></a>
The list of custom actions that are configured for a visual.  
*Required*: No  
*Type*: Array of [VisualCustomAction](aws-properties-quicksight-dashboard-visualcustomaction.md)  
*Minimum*: `0`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ChartConfiguration`  <a name="cfn-quicksight-dashboard-wordcloudvisual-chartconfiguration"></a>
The configuration settings of the visual.  
*Required*: No  
*Type*: [WordCloudChartConfiguration](aws-properties-quicksight-dashboard-wordcloudchartconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ColumnHierarchies`  <a name="cfn-quicksight-dashboard-wordcloudvisual-columnhierarchies"></a>
The column hierarchy that is used during drill-downs and drill-ups.  
*Required*: No  
*Type*: Array of [ColumnHierarchy](aws-properties-quicksight-dashboard-columnhierarchy.md)  
*Minimum*: `0`  
*Maximum*: `2`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Subtitle`  <a name="cfn-quicksight-dashboard-wordcloudvisual-subtitle"></a>
The subtitle that is displayed on the visual.  
*Required*: No  
*Type*: [VisualSubtitleLabelOptions](aws-properties-quicksight-dashboard-visualsubtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Title`  <a name="cfn-quicksight-dashboard-wordcloudvisual-title"></a>
The title that is displayed on the visual.  
*Required*: No  
*Type*: [VisualTitleLabelOptions](aws-properties-quicksight-dashboard-visualtitlelabeloptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualContentAltText`  <a name="cfn-quicksight-dashboard-wordcloudvisual-visualcontentalttext"></a>
The alt text for the visual.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VisualId`  <a name="cfn-quicksight-dashboard-wordcloudvisual-visualid"></a>
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..  
*Required*: Yes  
*Type*: String  
*Pattern*: `^[\w\-]+$`  
*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)

# AWS::QuickSight::Dashboard YAxisOptions
<a name="aws-properties-quicksight-dashboard-yaxisoptions"></a>

The options that are available for a single Y axis in a chart.

## Syntax
<a name="aws-properties-quicksight-dashboard-yaxisoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-dashboard-yaxisoptions-syntax.json"></a>

```
{
  "[YAxis](#cfn-quicksight-dashboard-yaxisoptions-yaxis)" : String
}
```

### YAML
<a name="aws-properties-quicksight-dashboard-yaxisoptions-syntax.yaml"></a>

```
  [YAxis](#cfn-quicksight-dashboard-yaxisoptions-yaxis): String
```

## Properties
<a name="aws-properties-quicksight-dashboard-yaxisoptions-properties"></a>

`YAxis`  <a name="cfn-quicksight-dashboard-yaxisoptions-yaxis"></a>
The Y axis type to be used in the chart.  
If you choose `PRIMARY_Y_AXIS`, the primary Y Axis is located on the leftmost vertical axis of the chart.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `PRIMARY_Y_AXIS`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)