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

Description

 
Synopsis

Documentation

data DefaultFreeFormLayoutConfiguration Source #

The options that determine the default settings of a free-form layout configuration.

See: newDefaultFreeFormLayoutConfiguration smart constructor.

Constructors

DefaultFreeFormLayoutConfiguration' 

Fields

Instances

Instances details
FromJSON DefaultFreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultFreeFormLayoutConfiguration

ToJSON DefaultFreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultFreeFormLayoutConfiguration

Generic DefaultFreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultFreeFormLayoutConfiguration

Associated Types

type Rep DefaultFreeFormLayoutConfiguration :: Type -> Type #

Read DefaultFreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultFreeFormLayoutConfiguration

Show DefaultFreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultFreeFormLayoutConfiguration

NFData DefaultFreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultFreeFormLayoutConfiguration

Eq DefaultFreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultFreeFormLayoutConfiguration

Hashable DefaultFreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultFreeFormLayoutConfiguration

type Rep DefaultFreeFormLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DefaultFreeFormLayoutConfiguration

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

newDefaultFreeFormLayoutConfiguration Source #

Create a value of DefaultFreeFormLayoutConfiguration 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:DefaultFreeFormLayoutConfiguration', defaultFreeFormLayoutConfiguration_canvasSizeOptions - Determines the screen canvas size options for a free-form layout.