AWS::QuickSight::Dashboard DefaultFilterListControlOptions - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::Dashboard DefaultFilterListControlOptions

The default options that correspond to the List filter control type.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

Properties

DisplayOptions

The display options of a control.

Required: No

Type: ListControlDisplayOptions

Update requires: No interruption

SelectableValues

A list of selectable values that are used in a control.

Required: No

Type: FilterSelectableValues

Update requires: No interruption

Type

The type of the DefaultFilterListControlOptions. Choose one of the following options:

  • MULTI_SELECT: The user can select multiple entries from the list.

  • SINGLE_SELECT: The user can select a single entry from the list.

Required: No

Type: String

Allowed values: MULTI_SELECT | SINGLE_SELECT

Update requires: No interruption