amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.FilterDropDownControl

Description

 
Synopsis

Documentation

data FilterDropDownControl Source #

A control to display a dropdown list with buttons that are used to select a single value.

See: newFilterDropDownControl smart constructor.

Constructors

FilterDropDownControl' 

Fields

Instances

Instances details
FromJSON FilterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterDropDownControl

ToJSON FilterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterDropDownControl

Generic FilterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterDropDownControl

Associated Types

type Rep FilterDropDownControl :: Type -> Type #

Read FilterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterDropDownControl

Show FilterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterDropDownControl

NFData FilterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterDropDownControl

Methods

rnf :: FilterDropDownControl -> () #

Eq FilterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterDropDownControl

Hashable FilterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterDropDownControl

type Rep FilterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterDropDownControl

newFilterDropDownControl Source #

Create a value of FilterDropDownControl with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cascadingControlConfiguration:FilterDropDownControl', filterDropDownControl_cascadingControlConfiguration - The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.

$sel:displayOptions:FilterDropDownControl', filterDropDownControl_displayOptions - The display options of the FilterDropDownControl.

$sel:selectableValues:FilterDropDownControl', filterDropDownControl_selectableValues - A list of selectable values that are used in a control.

$sel:type':FilterDropDownControl', filterDropDownControl_type - The type of the FilterDropDownControl. Choose one of the following options:

  • MULTI_SELECT: The user can select multiple entries from a dropdown menu.
  • SINGLE_SELECT: The user can select a single entry from a dropdown menu.

$sel:filterControlId:FilterDropDownControl', filterDropDownControl_filterControlId - The ID of the FilterDropDownControl.

$sel:title:FilterDropDownControl', filterDropDownControl_title - The title of the FilterDropDownControl.

$sel:sourceFilterId:FilterDropDownControl', filterDropDownControl_sourceFilterId - The source filter ID of the FilterDropDownControl.

filterDropDownControl_cascadingControlConfiguration :: Lens' FilterDropDownControl (Maybe CascadingControlConfiguration) Source #

The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.

filterDropDownControl_selectableValues :: Lens' FilterDropDownControl (Maybe FilterSelectableValues) Source #

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

filterDropDownControl_type :: Lens' FilterDropDownControl (Maybe SheetControlListType) Source #

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

  • MULTI_SELECT: The user can select multiple entries from a dropdown menu.
  • SINGLE_SELECT: The user can select a single entry from a dropdown menu.

filterDropDownControl_title :: Lens' FilterDropDownControl Text Source #

The title of the FilterDropDownControl.

filterDropDownControl_sourceFilterId :: Lens' FilterDropDownControl Text Source #

The source filter ID of the FilterDropDownControl.