AWS::QuickSight::Dashboard FilterDateTimePickerControl
A control from a date filter that is used to specify date and time.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DisplayOptions" :DateTimePickerControlDisplayOptions, "FilterControlId" :String, "SourceFilterId" :String, "Title" :String, "Type" :String}
YAML
DisplayOptions:DateTimePickerControlDisplayOptionsFilterControlId:StringSourceFilterId:StringTitle:StringType:String
Properties
DisplayOptions-
The display options of a control.
Required: No
Type: DateTimePickerControlDisplayOptions
Update requires: No interruption
FilterControlId-
The ID of the
FilterDateTimePickerControl.Required: Yes
Type: String
Minimum:
1Maximum:
512Pattern:
[\w\-]+Update requires: No interruption
SourceFilterId-
The source filter ID of the
FilterDateTimePickerControl.Required: Yes
Type: String
Minimum:
1Maximum:
512Pattern:
[\w\-]+Update requires: No interruption
Title-
The title of the
FilterDateTimePickerControl.Required: Yes
Type: String
Minimum:
1Maximum:
2048Update requires: No interruption
Type-
The date time picker type of a
FilterDateTimePickerControl. 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:
DATE_RANGE | SINGLE_VALUEDUpdate requires: No interruption
-