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

Description

 
Synopsis

Documentation

data TreeMapAggregatedFieldWells Source #

Aggregated field wells of a tree map.

See: newTreeMapAggregatedFieldWells smart constructor.

Constructors

TreeMapAggregatedFieldWells' 

Fields

  • colors :: Maybe [MeasureField]

    The color field well of a tree map. Values are grouped by aggregations based on group by fields.

  • groups :: Maybe [DimensionField]

    The group by field well of a tree map. Values are grouped based on group by fields.

  • sizes :: Maybe [MeasureField]

    The size field well of a tree map. Values are aggregated based on group by fields.

Instances

Instances details
FromJSON TreeMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapAggregatedFieldWells

ToJSON TreeMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapAggregatedFieldWells

Generic TreeMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapAggregatedFieldWells

Associated Types

type Rep TreeMapAggregatedFieldWells :: Type -> Type #

Show TreeMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapAggregatedFieldWells

NFData TreeMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapAggregatedFieldWells

Eq TreeMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapAggregatedFieldWells

Hashable TreeMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapAggregatedFieldWells

type Rep TreeMapAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TreeMapAggregatedFieldWells

type Rep TreeMapAggregatedFieldWells = D1 ('MetaData "TreeMapAggregatedFieldWells" "Amazonka.QuickSight.Types.TreeMapAggregatedFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TreeMapAggregatedFieldWells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "colors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField])) :*: (S1 ('MetaSel ('Just "groups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: S1 ('MetaSel ('Just "sizes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField])))))

newTreeMapAggregatedFieldWells :: TreeMapAggregatedFieldWells Source #

Create a value of TreeMapAggregatedFieldWells 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:colors:TreeMapAggregatedFieldWells', treeMapAggregatedFieldWells_colors - The color field well of a tree map. Values are grouped by aggregations based on group by fields.

$sel:groups:TreeMapAggregatedFieldWells', treeMapAggregatedFieldWells_groups - The group by field well of a tree map. Values are grouped based on group by fields.

$sel:sizes:TreeMapAggregatedFieldWells', treeMapAggregatedFieldWells_sizes - The size field well of a tree map. Values are aggregated based on group by fields.

treeMapAggregatedFieldWells_colors :: Lens' TreeMapAggregatedFieldWells (Maybe [MeasureField]) Source #

The color field well of a tree map. Values are grouped by aggregations based on group by fields.

treeMapAggregatedFieldWells_groups :: Lens' TreeMapAggregatedFieldWells (Maybe [DimensionField]) Source #

The group by field well of a tree map. Values are grouped based on group by fields.

treeMapAggregatedFieldWells_sizes :: Lens' TreeMapAggregatedFieldWells (Maybe [MeasureField]) Source #

The size field well of a tree map. Values are aggregated based on group by fields.