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

Description

 
Synopsis

Documentation

data ParameterDropDownControl Source #

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

See: newParameterDropDownControl smart constructor.

Constructors

ParameterDropDownControl' 

Fields

Instances

Instances details
FromJSON ParameterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDropDownControl

ToJSON ParameterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDropDownControl

Generic ParameterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDropDownControl

Associated Types

type Rep ParameterDropDownControl :: Type -> Type #

Read ParameterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDropDownControl

Show ParameterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDropDownControl

NFData ParameterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDropDownControl

Eq ParameterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDropDownControl

Hashable ParameterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDropDownControl

type Rep ParameterDropDownControl Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ParameterDropDownControl

type Rep ParameterDropDownControl = D1 ('MetaData "ParameterDropDownControl" "Amazonka.QuickSight.Types.ParameterDropDownControl" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ParameterDropDownControl'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cascadingControlConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CascadingControlConfiguration)) :*: (S1 ('MetaSel ('Just "displayOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DropDownControlDisplayOptions)) :*: 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)))))

newParameterDropDownControl Source #

Create a value of ParameterDropDownControl 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:ParameterDropDownControl', parameterDropDownControl_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:ParameterDropDownControl', parameterDropDownControl_displayOptions - The display options of a control.

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

$sel:type':ParameterDropDownControl', parameterDropDownControl_type - The type parameter name of the ParameterDropDownControl.

$sel:parameterControlId:ParameterDropDownControl', parameterDropDownControl_parameterControlId - The ID of the ParameterDropDownControl.

$sel:title:ParameterDropDownControl', parameterDropDownControl_title - The title of the ParameterDropDownControl.

$sel:sourceParameterName:ParameterDropDownControl', parameterDropDownControl_sourceParameterName - The source parameter name of the ParameterDropDownControl.

parameterDropDownControl_cascadingControlConfiguration :: Lens' ParameterDropDownControl (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.

parameterDropDownControl_type :: Lens' ParameterDropDownControl (Maybe SheetControlListType) Source #

The type parameter name of the ParameterDropDownControl.

parameterDropDownControl_title :: Lens' ParameterDropDownControl Text Source #

The title of the ParameterDropDownControl.

parameterDropDownControl_sourceParameterName :: Lens' ParameterDropDownControl Text Source #

The source parameter name of the ParameterDropDownControl.