| 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.FreeFormSectionLayoutConfiguration
Description
Documentation
data FreeFormSectionLayoutConfiguration Source #
The free-form layout configuration of a section.
See: newFreeFormSectionLayoutConfiguration smart constructor.
Constructors
| FreeFormSectionLayoutConfiguration' | |
Fields
| |
Instances
newFreeFormSectionLayoutConfiguration :: FreeFormSectionLayoutConfiguration Source #
Create a value of FreeFormSectionLayoutConfiguration 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:elements:FreeFormSectionLayoutConfiguration', freeFormSectionLayoutConfiguration_elements - The elements that are included in the free-form layout.
freeFormSectionLayoutConfiguration_elements :: Lens' FreeFormSectionLayoutConfiguration [FreeFormLayoutElement] Source #
The elements that are included in the free-form layout.