| 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.SectionLayoutConfiguration
Description
Documentation
data SectionLayoutConfiguration Source #
The layout configuration of a section.
See: newSectionLayoutConfiguration smart constructor.
Constructors
| SectionLayoutConfiguration' | |
Fields
| |
Instances
newSectionLayoutConfiguration Source #
Arguments
| :: FreeFormSectionLayoutConfiguration | |
| -> SectionLayoutConfiguration |
Create a value of SectionLayoutConfiguration 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:freeFormLayout:SectionLayoutConfiguration', sectionLayoutConfiguration_freeFormLayout - The free-form layout configuration of a section.
sectionLayoutConfiguration_freeFormLayout :: Lens' SectionLayoutConfiguration FreeFormSectionLayoutConfiguration Source #
The free-form layout configuration of a section.