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

Description

 
Synopsis

Documentation

data FreeFormLayoutElementBackgroundStyle Source #

The background style configuration of a free-form layout element.

See: newFreeFormLayoutElementBackgroundStyle smart constructor.

Constructors

FreeFormLayoutElementBackgroundStyle' 

Fields

Instances

Instances details
FromJSON FreeFormLayoutElementBackgroundStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElementBackgroundStyle

ToJSON FreeFormLayoutElementBackgroundStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElementBackgroundStyle

Generic FreeFormLayoutElementBackgroundStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElementBackgroundStyle

Read FreeFormLayoutElementBackgroundStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElementBackgroundStyle

Show FreeFormLayoutElementBackgroundStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElementBackgroundStyle

NFData FreeFormLayoutElementBackgroundStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElementBackgroundStyle

Eq FreeFormLayoutElementBackgroundStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElementBackgroundStyle

Hashable FreeFormLayoutElementBackgroundStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElementBackgroundStyle

type Rep FreeFormLayoutElementBackgroundStyle Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutElementBackgroundStyle

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

newFreeFormLayoutElementBackgroundStyle :: FreeFormLayoutElementBackgroundStyle Source #

Create a value of FreeFormLayoutElementBackgroundStyle 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:color:FreeFormLayoutElementBackgroundStyle', freeFormLayoutElementBackgroundStyle_color - The background color of a free-form layout element.

$sel:visibility:FreeFormLayoutElementBackgroundStyle', freeFormLayoutElementBackgroundStyle_visibility - The background visibility of a free-form layout element.