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 DefaultSliderControlOptions
The default options that correspond to the Slider filter control type.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DisplayOptions" :SliderControlDisplayOptions, "MaximumValue" :Number, "MinimumValue" :Number, "StepSize" :Number, "Type" :String}
YAML
DisplayOptions:SliderControlDisplayOptionsMaximumValue:NumberMinimumValue:NumberStepSize:NumberType:String
Properties
DisplayOptions- 
                    
The display options of a control.
Required: No
Type: SliderControlDisplayOptions
Update requires: No interruption
 MaximumValue- 
                    
The larger value that is displayed at the right of the slider.
Required: Yes
Type: Number
Update requires: No interruption
 MinimumValue- 
                    
The smaller value that is displayed at the left of the slider.
Required: Yes
Type: Number
Update requires: No interruption
 StepSize- 
                    
The number of increments that the slider bar is divided into.
Required: Yes
Type: Number
Update requires: No interruption
 Type- 
                    
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 | RANGEUpdate requires: No interruption
 -