This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::Dashboard HistogramBinOptions
The options that determine the presentation of histogram bins.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BinCount" :BinCountOptions, "BinWidth" :BinWidthOptions, "SelectedBinType" :String, "StartValue" :Number}
YAML
BinCount:BinCountOptionsBinWidth:BinWidthOptionsSelectedBinType:StringStartValue:Number
Properties
BinCount-
The options that determine the bin count of a histogram.
Required: No
Type: BinCountOptions
Update requires: No interruption
BinWidth-
The options that determine the bin width of a histogram.
Required: No
Type: BinWidthOptions
Update requires: No interruption
SelectedBinType-
The options that determine the selected bin type.
Required: No
Type: String
Allowed values:
BIN_COUNT | BIN_WIDTHUpdate requires: No interruption
StartValue-
The options that determine the bin start value.
Required: No
Type: Number
Update requires: No interruption