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

Description

 
Synopsis

Documentation

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

See: newCascadingControlConfiguration smart constructor.

Constructors

CascadingControlConfiguration' 

Fields

Instances

Instances details
FromJSON CascadingControlConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlConfiguration

ToJSON CascadingControlConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlConfiguration

Generic CascadingControlConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlConfiguration

Associated Types

type Rep CascadingControlConfiguration :: Type -> Type #

Read CascadingControlConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlConfiguration

Show CascadingControlConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlConfiguration

NFData CascadingControlConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlConfiguration

Eq CascadingControlConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlConfiguration

Hashable CascadingControlConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlConfiguration

type Rep CascadingControlConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlConfiguration

type Rep CascadingControlConfiguration = D1 ('MetaData "CascadingControlConfiguration" "Amazonka.QuickSight.Types.CascadingControlConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CascadingControlConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceControls") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CascadingControlSource]))))

newCascadingControlConfiguration :: CascadingControlConfiguration Source #

Create a value of CascadingControlConfiguration 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:sourceControls:CascadingControlConfiguration', cascadingControlConfiguration_sourceControls - A list of source controls that determine the values that are used in the current control.

cascadingControlConfiguration_sourceControls :: Lens' CascadingControlConfiguration (Maybe [CascadingControlSource]) Source #

A list of source controls that determine the values that are used in the current control.