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

Description

 
Synopsis

Documentation

data LabelOptions Source #

The share label options for the labels.

See: newLabelOptions smart constructor.

Constructors

LabelOptions' 

Fields

Instances

Instances details
FromJSON LabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LabelOptions

ToJSON LabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LabelOptions

Generic LabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LabelOptions

Associated Types

type Rep LabelOptions :: Type -> Type #

Read LabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LabelOptions

Show LabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LabelOptions

NFData LabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LabelOptions

Methods

rnf :: LabelOptions -> () #

Eq LabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LabelOptions

Hashable LabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LabelOptions

type Rep LabelOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LabelOptions

type Rep LabelOptions = D1 ('MetaData "LabelOptions" "Amazonka.QuickSight.Types.LabelOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "LabelOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "customLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "fontConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FontConfiguration)) :*: S1 ('MetaSel ('Just "visibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Visibility)))))

newLabelOptions :: LabelOptions Source #

Create a value of LabelOptions 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:customLabel:LabelOptions', labelOptions_customLabel - The text for the label.

$sel:fontConfiguration:LabelOptions', labelOptions_fontConfiguration - The font configuration of the label.

$sel:visibility:LabelOptions', labelOptions_visibility - Determines whether or not the label is visible.

labelOptions_visibility :: Lens' LabelOptions (Maybe Visibility) Source #

Determines whether or not the label is visible.