| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.HeaderFooterSectionConfiguration
Description
Synopsis
- data HeaderFooterSectionConfiguration = HeaderFooterSectionConfiguration' {}
- newHeaderFooterSectionConfiguration :: Text -> SectionLayoutConfiguration -> HeaderFooterSectionConfiguration
- headerFooterSectionConfiguration_style :: Lens' HeaderFooterSectionConfiguration (Maybe SectionStyle)
- headerFooterSectionConfiguration_sectionId :: Lens' HeaderFooterSectionConfiguration Text
- headerFooterSectionConfiguration_layout :: Lens' HeaderFooterSectionConfiguration SectionLayoutConfiguration
Documentation
data HeaderFooterSectionConfiguration Source #
The configuration of a header or footer section.
See: newHeaderFooterSectionConfiguration smart constructor.
Constructors
| HeaderFooterSectionConfiguration' | |
Fields
| |
Instances
newHeaderFooterSectionConfiguration Source #
Arguments
| :: Text | |
| -> SectionLayoutConfiguration | |
| -> HeaderFooterSectionConfiguration |
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_style :: Lens' HeaderFooterSectionConfiguration (Maybe SectionStyle) Source #
The style options of a header or footer section.
headerFooterSectionConfiguration_sectionId :: Lens' HeaderFooterSectionConfiguration Text Source #
The unique identifier of the header or footer section.
headerFooterSectionConfiguration_layout :: Lens' HeaderFooterSectionConfiguration SectionLayoutConfiguration Source #
The layout configuration of the header or footer section.