ParameterControl
The control of a parameter that users can interact with in 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.
Contents
Note
In the following list, the required parameters are described first.
- DateTimePicker
-
A control from a date parameter that specifies date and time.
Type: ParameterDateTimePickerControl object
Required: No
- Dropdown
-
A control to display a dropdown list with buttons that are used to select a single value.
Type: ParameterDropDownControl object
Required: No
- List
-
A control to display a list with buttons or boxes that are used to select either a single value or multiple values.
Type: ParameterListControl object
Required: No
- Slider
-
A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
Type: ParameterSliderControl object
Required: No
- TextArea
-
A control to display a text box that is used to enter multiple entries.
Type: ParameterTextAreaControl object
Required: No
- TextField
-
A control to display a text box that is used to enter a single entry.
Type: ParameterTextFieldControl object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: