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

Description

 
Synopsis

Documentation

data HeaderFooterSectionConfiguration Source #

The configuration of a header or footer section.

See: newHeaderFooterSectionConfiguration smart constructor.

Constructors

HeaderFooterSectionConfiguration' 

Fields

Instances

Instances details
FromJSON HeaderFooterSectionConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeaderFooterSectionConfiguration

ToJSON HeaderFooterSectionConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeaderFooterSectionConfiguration

Generic HeaderFooterSectionConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeaderFooterSectionConfiguration

Associated Types

type Rep HeaderFooterSectionConfiguration :: Type -> Type #

Show HeaderFooterSectionConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeaderFooterSectionConfiguration

NFData HeaderFooterSectionConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeaderFooterSectionConfiguration

Eq HeaderFooterSectionConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeaderFooterSectionConfiguration

Hashable HeaderFooterSectionConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeaderFooterSectionConfiguration

type Rep HeaderFooterSectionConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.HeaderFooterSectionConfiguration

type Rep HeaderFooterSectionConfiguration = D1 ('MetaData "HeaderFooterSectionConfiguration" "Amazonka.QuickSight.Types.HeaderFooterSectionConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "HeaderFooterSectionConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "style") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SectionStyle)) :*: (S1 ('MetaSel ('Just "sectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "layout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SectionLayoutConfiguration))))

newHeaderFooterSectionConfiguration Source #

Create a value of HeaderFooterSectionConfiguration 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:style:HeaderFooterSectionConfiguration', headerFooterSectionConfiguration_style - The style options of a header or footer section.

$sel:sectionId:HeaderFooterSectionConfiguration', headerFooterSectionConfiguration_sectionId - The unique identifier of the header or footer section.

$sel:layout:HeaderFooterSectionConfiguration', headerFooterSectionConfiguration_layout - The layout configuration of the header or footer section.

headerFooterSectionConfiguration_sectionId :: Lens' HeaderFooterSectionConfiguration Text Source #

The unique identifier of the header or footer section.