This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::QuickSight::Analysis BoxPlotOptions
The options of a box plot visual.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AllDataPointsVisibility" :String, "OutlierVisibility" :String, "StyleOptions" :BoxPlotStyleOptions}
YAML
AllDataPointsVisibility:StringOutlierVisibility:StringStyleOptions:BoxPlotStyleOptions
Properties
AllDataPointsVisibility-
Determines the visibility of all data points of the box plot.
Required: No
Type: String
Allowed values:
HIDDEN | VISIBLEUpdate requires: No interruption
OutlierVisibility-
Determines the visibility of the outlier in a box plot.
Required: No
Type: String
Allowed values:
HIDDEN | VISIBLEUpdate requires: No interruption
StyleOptions-
The style options of the box plot.
Required: No
Type: BoxPlotStyleOptions
Update requires: No interruption