AWS::QuickSight::Dashboard DefaultDateTimePickerControlOptions
The default options that correspond to the filter control type of a DateTimePicker
.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CommitMode" :
String
, "DisplayOptions" :DateTimePickerControlDisplayOptions
, "Type" :String
}
YAML
CommitMode:
String
DisplayOptions:DateTimePickerControlDisplayOptions
Type:String
Properties
CommitMode
-
The visibility configuration of the Apply button on a
DateTimePickerControl
.Required: No
Type: String
Allowed values:
AUTO | MANUAL
Update 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_RANGE
Update requires: No interruption
-