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

Description

 
Synopsis

Documentation

data FreeFormSectionLayoutConfiguration Source #

The free-form layout configuration of a section.

See: newFreeFormSectionLayoutConfiguration smart constructor.

Constructors

FreeFormSectionLayoutConfiguration' 

Fields

Instances

Instances details
FromJSON FreeFormSectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormSectionLayoutConfiguration

ToJSON FreeFormSectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormSectionLayoutConfiguration

Generic FreeFormSectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormSectionLayoutConfiguration

Associated Types

type Rep FreeFormSectionLayoutConfiguration :: Type -> Type #

Show FreeFormSectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormSectionLayoutConfiguration

NFData FreeFormSectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormSectionLayoutConfiguration

Eq FreeFormSectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormSectionLayoutConfiguration

Hashable FreeFormSectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormSectionLayoutConfiguration

type Rep FreeFormSectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FreeFormSectionLayoutConfiguration

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

newFreeFormSectionLayoutConfiguration :: FreeFormSectionLayoutConfiguration Source #

Create a value of FreeFormSectionLayoutConfiguration 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:elements:FreeFormSectionLayoutConfiguration', freeFormSectionLayoutConfiguration_elements - The elements that are included in the free-form layout.