AWS::QuickSight::Dashboard FilterControl
The control of a filter that is used to interact with a dashboard or an analysis.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CrossSheet" :
FilterCrossSheetControl
, "DateTimePicker" :FilterDateTimePickerControl
, "Dropdown" :FilterDropDownControl
, "List" :FilterListControl
, "RelativeDateTime" :FilterRelativeDateTimeControl
, "Slider" :FilterSliderControl
, "TextArea" :FilterTextAreaControl
, "TextField" :FilterTextFieldControl
}
YAML
CrossSheet:
FilterCrossSheetControl
DateTimePicker:FilterDateTimePickerControl
Dropdown:FilterDropDownControl
List:FilterListControl
RelativeDateTime:FilterRelativeDateTimeControl
Slider:FilterSliderControl
TextArea:FilterTextAreaControl
TextField:FilterTextFieldControl
Properties
CrossSheet
-
A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
Required: No
Type: FilterCrossSheetControl
Update requires: No interruption
DateTimePicker
-
A control from a date filter that is used to specify date and time.
Required: No
Type: FilterDateTimePickerControl
Update requires: No interruption
Dropdown
-
A control to display a dropdown list with buttons that are used to select a single value.
Required: No
Type: FilterDropDownControl
Update requires: No interruption
List
-
A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
Required: No
Type: FilterListControl
Update requires: No interruption
RelativeDateTime
-
A control from a date filter that is used to specify the relative date.
Required: No
Type: FilterRelativeDateTimeControl
Update requires: No interruption
Slider
-
A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
Required: No
Type: FilterSliderControl
Update requires: No interruption
TextArea
-
A control to display a text box that is used to enter multiple entries.
Required: No
Type: FilterTextAreaControl
Update requires: No interruption
TextField
-
A control to display a text box that is used to enter a single entry.
Required: No
Type: FilterTextFieldControl
Update requires: No interruption