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.ParameterListControl

Description

 
Synopsis

Documentation

data ParameterListControl Source #

A control to display a list with buttons or boxes that are used to select either a single value or multiple values.

See: newParameterListControl smart constructor.

Constructors

ParameterListControl' 

Fields

Instances

Instances details
FromJSON ParameterListControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterListControl

ToJSON ParameterListControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterListControl

Generic ParameterListControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterListControl

Associated Types

type Rep ParameterListControl :: Type -> Type #

Read ParameterListControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterListControl

Show ParameterListControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterListControl

NFData ParameterListControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterListControl

Methods

rnf :: ParameterListControl -> () #

Eq ParameterListControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterListControl

Hashable ParameterListControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterListControl

type Rep ParameterListControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterListControl

type Rep ParameterListControl = D1 ('MetaData "ParameterListControl" "Amazonka.QuickSight.Types.ParameterListControl" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ParameterListControl'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cascadingControlConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CascadingControlConfiguration)) :*: (S1 ('MetaSel ('Just "displayOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListControlDisplayOptions)) :*: S1 ('MetaSel ('Just "selectableValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParameterSelectableValues)))) :*: ((S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SheetControlListType)) :*: S1 ('MetaSel ('Just "parameterControlId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceParameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newParameterListControl Source #

Create a value of ParameterListControl 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:ParameterListControl', parameterListControl_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:ParameterListControl', parameterListControl_displayOptions - The display options of a control.

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

$sel:type':ParameterListControl', parameterListControl_type - The type of ParameterListControl.

$sel:parameterControlId:ParameterListControl', parameterListControl_parameterControlId - The ID of the ParameterListControl.

$sel:title:ParameterListControl', parameterListControl_title - The title of the ParameterListControl.

$sel:sourceParameterName:ParameterListControl', parameterListControl_sourceParameterName - The source parameter name of the ParameterListControl.

parameterListControl_cascadingControlConfiguration :: Lens' ParameterListControl (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.

parameterListControl_selectableValues :: Lens' ParameterListControl (Maybe ParameterSelectableValues) Source #

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

parameterListControl_title :: Lens' ParameterListControl Text Source #

The title of the ParameterListControl.

parameterListControl_sourceParameterName :: Lens' ParameterListControl Text Source #

The source parameter name of the ParameterListControl.