AWS::QuickSight::Analysis FilterControl - AWS CloudFormation

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::Analysis 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 CloudFormation template, use the following syntax:

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