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

Description

 
Synopsis

Documentation

data Font Source #

Determines the font settings.

See: newFont smart constructor.

Constructors

Font' 

Fields

Instances

Instances details
FromJSON Font Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Font

ToJSON Font Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Font

Generic Font Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Font

Associated Types

type Rep Font :: Type -> Type #

Methods

from :: Font -> Rep Font x #

to :: Rep Font x -> Font #

Read Font Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Font

Show Font Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Font

Methods

showsPrec :: Int -> Font -> ShowS #

show :: Font -> String #

showList :: [Font] -> ShowS #

NFData Font Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Font

Methods

rnf :: Font -> () #

Eq Font Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Font

Methods

(==) :: Font -> Font -> Bool #

(/=) :: Font -> Font -> Bool #

Hashable Font Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Font

Methods

hashWithSalt :: Int -> Font -> Int #

hash :: Font -> Int #

type Rep Font Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Font

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

newFont :: Font Source #

Create a value of Font 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:fontFamily:Font', font_fontFamily - Determines the font family settings.

font_fontFamily :: Lens' Font (Maybe Text) Source #

Determines the font family settings.