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

Description

 
Synopsis

Documentation

data SectionAfterPageBreak Source #

The configuration of a page break after a section.

See: newSectionAfterPageBreak smart constructor.

Constructors

SectionAfterPageBreak' 

Fields

Instances

Instances details
FromJSON SectionAfterPageBreak Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionAfterPageBreak

ToJSON SectionAfterPageBreak Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionAfterPageBreak

Generic SectionAfterPageBreak Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionAfterPageBreak

Associated Types

type Rep SectionAfterPageBreak :: Type -> Type #

Read SectionAfterPageBreak Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionAfterPageBreak

Show SectionAfterPageBreak Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionAfterPageBreak

NFData SectionAfterPageBreak Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionAfterPageBreak

Methods

rnf :: SectionAfterPageBreak -> () #

Eq SectionAfterPageBreak Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionAfterPageBreak

Hashable SectionAfterPageBreak Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionAfterPageBreak

type Rep SectionAfterPageBreak Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SectionAfterPageBreak

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

newSectionAfterPageBreak :: SectionAfterPageBreak Source #

Create a value of SectionAfterPageBreak 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:status:SectionAfterPageBreak', sectionAfterPageBreak_status - The option that enables or disables a page break at the end of a section.

sectionAfterPageBreak_status :: Lens' SectionAfterPageBreak (Maybe SectionPageBreakStatus) Source #

The option that enables or disables a page break at the end of a section.