AWS::QuickSight::Template 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:
BinCountOptions
BinWidth:BinWidthOptions
SelectedBinType:String
StartValue: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_WIDTH
Update requires: No interruption
StartValue
-
The options that determine the bin start value.
Required: No
Type: Number
Update requires: No interruption