| 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.BodySectionConfiguration
Description
Synopsis
- data BodySectionConfiguration = BodySectionConfiguration' {}
 - newBodySectionConfiguration :: Text -> BodySectionContent -> BodySectionConfiguration
 - bodySectionConfiguration_pageBreakConfiguration :: Lens' BodySectionConfiguration (Maybe SectionPageBreakConfiguration)
 - bodySectionConfiguration_style :: Lens' BodySectionConfiguration (Maybe SectionStyle)
 - bodySectionConfiguration_sectionId :: Lens' BodySectionConfiguration Text
 - bodySectionConfiguration_content :: Lens' BodySectionConfiguration BodySectionContent
 
Documentation
data BodySectionConfiguration Source #
The configuration of a body section.
See: newBodySectionConfiguration smart constructor.
Constructors
| BodySectionConfiguration' | |
Fields 
  | |
Instances
newBodySectionConfiguration Source #
Arguments
| :: Text | |
| -> BodySectionContent | |
| -> BodySectionConfiguration | 
Create a value of BodySectionConfiguration 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:pageBreakConfiguration:BodySectionConfiguration', bodySectionConfiguration_pageBreakConfiguration - The configuration of a page break for a section.
$sel:style:BodySectionConfiguration', bodySectionConfiguration_style - The style options of a body section.
$sel:sectionId:BodySectionConfiguration', bodySectionConfiguration_sectionId - The unique identifier of a body section.
$sel:content:BodySectionConfiguration', bodySectionConfiguration_content - The configuration of content in a body section.
bodySectionConfiguration_pageBreakConfiguration :: Lens' BodySectionConfiguration (Maybe SectionPageBreakConfiguration) Source #
The configuration of a page break for a section.
bodySectionConfiguration_style :: Lens' BodySectionConfiguration (Maybe SectionStyle) Source #
The style options of a body section.
bodySectionConfiguration_sectionId :: Lens' BodySectionConfiguration Text Source #
The unique identifier of a body section.
bodySectionConfiguration_content :: Lens' BodySectionConfiguration BodySectionContent Source #
The configuration of content in a body section.