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

Description

 
Synopsis

Documentation

data CascadingControlSource Source #

The source controls that are used in a CascadingControlConfiguration.

See: newCascadingControlSource smart constructor.

Constructors

CascadingControlSource' 

Fields

Instances

Instances details
FromJSON CascadingControlSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlSource

ToJSON CascadingControlSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlSource

Generic CascadingControlSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlSource

Associated Types

type Rep CascadingControlSource :: Type -> Type #

Read CascadingControlSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlSource

Show CascadingControlSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlSource

NFData CascadingControlSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlSource

Methods

rnf :: CascadingControlSource -> () #

Eq CascadingControlSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlSource

Hashable CascadingControlSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlSource

type Rep CascadingControlSource Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CascadingControlSource

type Rep CascadingControlSource = D1 ('MetaData "CascadingControlSource" "Amazonka.QuickSight.Types.CascadingControlSource" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CascadingControlSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "columnToMatch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ColumnIdentifier)) :*: S1 ('MetaSel ('Just "sourceSheetControlId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCascadingControlSource :: CascadingControlSource Source #

Create a value of CascadingControlSource 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:columnToMatch:CascadingControlSource', cascadingControlSource_columnToMatch - The column identifier that determines which column to look up for the source sheet control.

$sel:sourceSheetControlId:CascadingControlSource', cascadingControlSource_sourceSheetControlId - The source sheet control ID of a CascadingControlSource.

cascadingControlSource_columnToMatch :: Lens' CascadingControlSource (Maybe ColumnIdentifier) Source #

The column identifier that determines which column to look up for the source sheet control.

cascadingControlSource_sourceSheetControlId :: Lens' CascadingControlSource (Maybe Text) Source #

The source sheet control ID of a CascadingControlSource.