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

Description

 
Synopsis

Documentation

data SectionLayoutConfiguration Source #

The layout configuration of a section.

See: newSectionLayoutConfiguration smart constructor.

Constructors

SectionLayoutConfiguration' 

Fields

Instances

Instances details
FromJSON SectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionLayoutConfiguration

ToJSON SectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionLayoutConfiguration

Generic SectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionLayoutConfiguration

Associated Types

type Rep SectionLayoutConfiguration :: Type -> Type #

Show SectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionLayoutConfiguration

NFData SectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionLayoutConfiguration

Eq SectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionLayoutConfiguration

Hashable SectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionLayoutConfiguration

type Rep SectionLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionLayoutConfiguration

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

newSectionLayoutConfiguration Source #

Create a value of SectionLayoutConfiguration 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:freeFormLayout:SectionLayoutConfiguration', sectionLayoutConfiguration_freeFormLayout - The free-form layout configuration of a section.