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

Description

 
Synopsis

Documentation

data FreeFormLayoutConfiguration Source #

The configuration of a free-form layout.

See: newFreeFormLayoutConfiguration smart constructor.

Constructors

FreeFormLayoutConfiguration' 

Fields

Instances

Instances details
FromJSON FreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutConfiguration

ToJSON FreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutConfiguration

Generic FreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutConfiguration

Associated Types

type Rep FreeFormLayoutConfiguration :: Type -> Type #

Show FreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutConfiguration

NFData FreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutConfiguration

Eq FreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutConfiguration

Hashable FreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutConfiguration

type Rep FreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormLayoutConfiguration

type Rep FreeFormLayoutConfiguration = D1 ('MetaData "FreeFormLayoutConfiguration" "Amazonka.QuickSight.Types.FreeFormLayoutConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FreeFormLayoutConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "canvasSizeOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FreeFormLayoutCanvasSizeOptions)) :*: S1 ('MetaSel ('Just "elements") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [FreeFormLayoutElement])))

newFreeFormLayoutConfiguration :: FreeFormLayoutConfiguration Source #

Create a value of FreeFormLayoutConfiguration 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:canvasSizeOptions:FreeFormLayoutConfiguration', freeFormLayoutConfiguration_canvasSizeOptions - Undocumented member.

$sel:elements:FreeFormLayoutConfiguration', freeFormLayoutConfiguration_elements - The elements that are included in a free-form layout.