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

Description

 
Synopsis

Documentation

data SectionBasedLayoutConfiguration Source #

The configuration for a section-based layout.

See: newSectionBasedLayoutConfiguration smart constructor.

Constructors

SectionBasedLayoutConfiguration' 

Fields

Instances

Instances details
FromJSON SectionBasedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutConfiguration

ToJSON SectionBasedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutConfiguration

Generic SectionBasedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutConfiguration

Associated Types

type Rep SectionBasedLayoutConfiguration :: Type -> Type #

Show SectionBasedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutConfiguration

NFData SectionBasedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutConfiguration

Eq SectionBasedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutConfiguration

Hashable SectionBasedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutConfiguration

type Rep SectionBasedLayoutConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionBasedLayoutConfiguration

type Rep SectionBasedLayoutConfiguration = D1 ('MetaData "SectionBasedLayoutConfiguration" "Amazonka.QuickSight.Types.SectionBasedLayoutConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SectionBasedLayoutConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "headerSections") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [HeaderFooterSectionConfiguration]) :*: S1 ('MetaSel ('Just "bodySections") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [BodySectionConfiguration])) :*: (S1 ('MetaSel ('Just "footerSections") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [HeaderFooterSectionConfiguration]) :*: S1 ('MetaSel ('Just "canvasSizeOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SectionBasedLayoutCanvasSizeOptions))))

newSectionBasedLayoutConfiguration Source #

Create a value of SectionBasedLayoutConfiguration 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:headerSections:SectionBasedLayoutConfiguration', sectionBasedLayoutConfiguration_headerSections - A list of header section configurations.

$sel:bodySections:SectionBasedLayoutConfiguration', sectionBasedLayoutConfiguration_bodySections - A list of body section configurations.

$sel:footerSections:SectionBasedLayoutConfiguration', sectionBasedLayoutConfiguration_footerSections - A list of footer section configurations.

$sel:canvasSizeOptions:SectionBasedLayoutConfiguration', sectionBasedLayoutConfiguration_canvasSizeOptions - The options for the canvas of a section-based layout.