libZSservicesZSamazonka-quicksightZSamazonka-quicksight
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.QuickSight.Types.ThemeConfiguration

Description

 
Synopsis

Documentation

data ThemeConfiguration Source #

The theme configuration. This configuration contains all of the display properties for a theme.

See: newThemeConfiguration smart constructor.

Constructors

ThemeConfiguration' 

Fields

Instances

Instances details
Eq ThemeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeConfiguration

Read ThemeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeConfiguration

Show ThemeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeConfiguration

Generic ThemeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeConfiguration

Associated Types

type Rep ThemeConfiguration :: Type -> Type #

NFData ThemeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeConfiguration

Methods

rnf :: ThemeConfiguration -> () #

Hashable ThemeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeConfiguration

ToJSON ThemeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeConfiguration

FromJSON ThemeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeConfiguration

type Rep ThemeConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.ThemeConfiguration

type Rep ThemeConfiguration = D1 ('MetaData "ThemeConfiguration" "Amazonka.QuickSight.Types.ThemeConfiguration" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "ThemeConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "uIColorPalette") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UIColorPalette)) :*: (S1 ('MetaSel ('Just "sheet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SheetStyle)) :*: S1 ('MetaSel ('Just "dataColorPalette") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataColorPalette)))))

newThemeConfiguration :: ThemeConfiguration Source #

Create a value of ThemeConfiguration 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:uIColorPalette:ThemeConfiguration', themeConfiguration_uIColorPalette - Color properties that apply to the UI and to charts, excluding the colors that apply to data.

$sel:sheet:ThemeConfiguration', themeConfiguration_sheet - Display options related to sheets.

$sel:dataColorPalette:ThemeConfiguration', themeConfiguration_dataColorPalette - Color properties that apply to chart data colors.

themeConfiguration_uIColorPalette :: Lens' ThemeConfiguration (Maybe UIColorPalette) Source #

Color properties that apply to the UI and to charts, excluding the colors that apply to data.

themeConfiguration_dataColorPalette :: Lens' ThemeConfiguration (Maybe DataColorPalette) Source #

Color properties that apply to chart data colors.