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

Description

 
Synopsis

Documentation

data FieldBasedTooltip Source #

The setup for the detailed tooltip.

See: newFieldBasedTooltip smart constructor.

Constructors

FieldBasedTooltip' 

Fields

Instances

Instances details
FromJSON FieldBasedTooltip Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldBasedTooltip

ToJSON FieldBasedTooltip Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldBasedTooltip

Generic FieldBasedTooltip Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldBasedTooltip

Associated Types

type Rep FieldBasedTooltip :: Type -> Type #

Read FieldBasedTooltip Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldBasedTooltip

Show FieldBasedTooltip Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldBasedTooltip

NFData FieldBasedTooltip Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldBasedTooltip

Methods

rnf :: FieldBasedTooltip -> () #

Eq FieldBasedTooltip Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldBasedTooltip

Hashable FieldBasedTooltip Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldBasedTooltip

type Rep FieldBasedTooltip Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FieldBasedTooltip

type Rep FieldBasedTooltip = D1 ('MetaData "FieldBasedTooltip" "Amazonka.QuickSight.Types.FieldBasedTooltip" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FieldBasedTooltip'" 'PrefixI 'True) (S1 ('MetaSel ('Just "aggregationVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility)) :*: (S1 ('MetaSel ('Just "tooltipFields") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TooltipItem])) :*: S1 ('MetaSel ('Just "tooltipTitleType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TooltipTitleType)))))

newFieldBasedTooltip :: FieldBasedTooltip Source #

Create a value of FieldBasedTooltip 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:aggregationVisibility:FieldBasedTooltip', fieldBasedTooltip_aggregationVisibility - The visibility of Show aggregations.

$sel:tooltipFields:FieldBasedTooltip', fieldBasedTooltip_tooltipFields - The fields configuration in the tooltip.

$sel:tooltipTitleType:FieldBasedTooltip', fieldBasedTooltip_tooltipTitleType - The type for the >tooltip title. Choose one of the following options:

  • NONE: Doesn't use the primary value as the title.
  • PRIMARY_VALUE: Uses primary value as the title.

fieldBasedTooltip_tooltipFields :: Lens' FieldBasedTooltip (Maybe [TooltipItem]) Source #

The fields configuration in the tooltip.

fieldBasedTooltip_tooltipTitleType :: Lens' FieldBasedTooltip (Maybe TooltipTitleType) Source #

The type for the >tooltip title. Choose one of the following options:

  • NONE: Doesn't use the primary value as the title.
  • PRIMARY_VALUE: Uses primary value as the title.