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 DefaultDateTimePickerControlOptions
The default options that correspond to the filter control type of a DateTimePicker.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "CommitMode" :String, "DisplayOptions" :DateTimePickerControlDisplayOptions, "Type" :String}
YAML
CommitMode:StringDisplayOptions:DateTimePickerControlDisplayOptionsType:String
Properties
CommitMode- 
                    
The visibility configuration of the Apply button on a
DateTimePickerControl.Required: No
Type: String
Allowed values:
AUTO | MANUALUpdate requires: No interruption
 DisplayOptions- 
                    
The display options of a control.
Required: No
Type: DateTimePickerControlDisplayOptions
Update requires: No interruption
 Type- 
                    
The date time picker type of the
DefaultDateTimePickerControlOptions. Choose one of the following options:- 
                            
SINGLE_VALUED: The filter condition is a fixed date. - 
                            
DATE_RANGE: The filter condition is a date time range. 
Required: No
Type: String
Allowed values:
SINGLE_VALUED | DATE_RANGEUpdate requires: No interruption
 -