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

Description

 
Synopsis

Documentation

data ItemsLimitConfiguration Source #

The limit configuration of the visual display for an axis.

See: newItemsLimitConfiguration smart constructor.

Constructors

ItemsLimitConfiguration' 

Fields

  • itemsLimit :: Maybe Integer

    The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

  • otherCategories :: Maybe OtherCategories

    The Show other of an axis in the chart. Choose one of the following options:

    • INCLUDE
    • EXCLUDE

Instances

Instances details
FromJSON ItemsLimitConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ItemsLimitConfiguration

ToJSON ItemsLimitConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ItemsLimitConfiguration

Generic ItemsLimitConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ItemsLimitConfiguration

Associated Types

type Rep ItemsLimitConfiguration :: Type -> Type #

Read ItemsLimitConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ItemsLimitConfiguration

Show ItemsLimitConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ItemsLimitConfiguration

NFData ItemsLimitConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ItemsLimitConfiguration

Methods

rnf :: ItemsLimitConfiguration -> () #

Eq ItemsLimitConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ItemsLimitConfiguration

Hashable ItemsLimitConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ItemsLimitConfiguration

type Rep ItemsLimitConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ItemsLimitConfiguration

type Rep ItemsLimitConfiguration = D1 ('MetaData "ItemsLimitConfiguration" "Amazonka.QuickSight.Types.ItemsLimitConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ItemsLimitConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "itemsLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "otherCategories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OtherCategories))))

newItemsLimitConfiguration :: ItemsLimitConfiguration Source #

Create a value of ItemsLimitConfiguration 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:itemsLimit:ItemsLimitConfiguration', itemsLimitConfiguration_itemsLimit - The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

$sel:otherCategories:ItemsLimitConfiguration', itemsLimitConfiguration_otherCategories - The Show other of an axis in the chart. Choose one of the following options:

  • INCLUDE
  • EXCLUDE

itemsLimitConfiguration_itemsLimit :: Lens' ItemsLimitConfiguration (Maybe Integer) Source #

The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

itemsLimitConfiguration_otherCategories :: Lens' ItemsLimitConfiguration (Maybe OtherCategories) Source #

The Show other of an axis in the chart. Choose one of the following options:

  • INCLUDE
  • EXCLUDE