This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::Template 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.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "DateTimePicker" :ParameterDateTimePickerControl, "Dropdown" :ParameterDropDownControl, "List" :ParameterListControl, "Slider" :ParameterSliderControl, "TextArea" :ParameterTextAreaControl, "TextField" :ParameterTextFieldControl}
YAML
DateTimePicker:ParameterDateTimePickerControlDropdown:ParameterDropDownControlList:ParameterListControlSlider:ParameterSliderControlTextArea:ParameterTextAreaControlTextField:ParameterTextFieldControl
Properties
DateTimePicker-
A control from a date parameter that specifies date and time.
Required: No
Type: ParameterDateTimePickerControl
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: ParameterDropDownControl
Update requires: No interruption
List-
A control to display a list with buttons or boxes that are used to select either a single value or multiple values.
Required: No
Type: ParameterListControl
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: ParameterSliderControl
Update requires: No interruption
TextArea-
A control to display a text box that is used to enter multiple entries.
Required: No
Type: ParameterTextAreaControl
Update requires: No interruption
TextField-
A control to display a text box that is used to enter a single entry.
Required: No
Type: ParameterTextFieldControl
Update requires: No interruption