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

Description

 
Synopsis

Documentation

data FilterScopeConfiguration Source #

The scope configuration for a FilterGroup.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

See: newFilterScopeConfiguration smart constructor.

Constructors

FilterScopeConfiguration' 

Fields

Instances

Instances details
FromJSON FilterScopeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterScopeConfiguration

ToJSON FilterScopeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterScopeConfiguration

Generic FilterScopeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterScopeConfiguration

Associated Types

type Rep FilterScopeConfiguration :: Type -> Type #

Read FilterScopeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterScopeConfiguration

Show FilterScopeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterScopeConfiguration

NFData FilterScopeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterScopeConfiguration

Eq FilterScopeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterScopeConfiguration

Hashable FilterScopeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterScopeConfiguration

type Rep FilterScopeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterScopeConfiguration

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

newFilterScopeConfiguration :: FilterScopeConfiguration Source #

Create a value of FilterScopeConfiguration 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:selectedSheets:FilterScopeConfiguration', filterScopeConfiguration_selectedSheets - The configuration for applying a filter to specific sheets.