| 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.FreeFormLayoutConfiguration
Description
Synopsis
- data FreeFormLayoutConfiguration = FreeFormLayoutConfiguration' {}
- newFreeFormLayoutConfiguration :: FreeFormLayoutConfiguration
- freeFormLayoutConfiguration_canvasSizeOptions :: Lens' FreeFormLayoutConfiguration (Maybe FreeFormLayoutCanvasSizeOptions)
- freeFormLayoutConfiguration_elements :: Lens' FreeFormLayoutConfiguration [FreeFormLayoutElement]
Documentation
data FreeFormLayoutConfiguration Source #
The configuration of a free-form layout.
See: newFreeFormLayoutConfiguration smart constructor.
Constructors
| FreeFormLayoutConfiguration' | |
Fields
| |
Instances
newFreeFormLayoutConfiguration :: FreeFormLayoutConfiguration Source #
Create a value of FreeFormLayoutConfiguration 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:canvasSizeOptions:FreeFormLayoutConfiguration', freeFormLayoutConfiguration_canvasSizeOptions - Undocumented member.
$sel:elements:FreeFormLayoutConfiguration', freeFormLayoutConfiguration_elements - The elements that are included in a free-form layout.
freeFormLayoutConfiguration_canvasSizeOptions :: Lens' FreeFormLayoutConfiguration (Maybe FreeFormLayoutCanvasSizeOptions) Source #
Undocumented member.
freeFormLayoutConfiguration_elements :: Lens' FreeFormLayoutConfiguration [FreeFormLayoutElement] Source #
The elements that are included in a free-form layout.