| 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.DefaultSectionBasedLayoutConfiguration
Description
Synopsis
- data DefaultSectionBasedLayoutConfiguration = DefaultSectionBasedLayoutConfiguration' {}
- newDefaultSectionBasedLayoutConfiguration :: SectionBasedLayoutCanvasSizeOptions -> DefaultSectionBasedLayoutConfiguration
- defaultSectionBasedLayoutConfiguration_canvasSizeOptions :: Lens' DefaultSectionBasedLayoutConfiguration SectionBasedLayoutCanvasSizeOptions
Documentation
data DefaultSectionBasedLayoutConfiguration Source #
The options that determine the default settings for a section-based layout configuration.
See: newDefaultSectionBasedLayoutConfiguration smart constructor.
Constructors
| DefaultSectionBasedLayoutConfiguration' | |
Fields
| |
Instances
newDefaultSectionBasedLayoutConfiguration Source #
Arguments
| :: SectionBasedLayoutCanvasSizeOptions |
|
| -> DefaultSectionBasedLayoutConfiguration |
Create a value of DefaultSectionBasedLayoutConfiguration 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:DefaultSectionBasedLayoutConfiguration', defaultSectionBasedLayoutConfiguration_canvasSizeOptions - Determines the screen canvas size options for a section-based layout.
defaultSectionBasedLayoutConfiguration_canvasSizeOptions :: Lens' DefaultSectionBasedLayoutConfiguration SectionBasedLayoutCanvasSizeOptions Source #
Determines the screen canvas size options for a section-based layout.