

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 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)