| 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.GridLayoutScreenCanvasSizeOptions
Description
Synopsis
- data GridLayoutScreenCanvasSizeOptions = GridLayoutScreenCanvasSizeOptions' {}
- newGridLayoutScreenCanvasSizeOptions :: ResizeOption -> GridLayoutScreenCanvasSizeOptions
- gridLayoutScreenCanvasSizeOptions_optimizedViewPortWidth :: Lens' GridLayoutScreenCanvasSizeOptions (Maybe Text)
- gridLayoutScreenCanvasSizeOptions_resizeOption :: Lens' GridLayoutScreenCanvasSizeOptions ResizeOption
Documentation
data GridLayoutScreenCanvasSizeOptions Source #
The options that determine the sizing of the canvas used in a grid layout.
See: newGridLayoutScreenCanvasSizeOptions smart constructor.
Constructors
| GridLayoutScreenCanvasSizeOptions' | |
Fields
| |
Instances
newGridLayoutScreenCanvasSizeOptions Source #
Arguments
| :: ResizeOption | |
| -> GridLayoutScreenCanvasSizeOptions |
Create a value of GridLayoutScreenCanvasSizeOptions 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:optimizedViewPortWidth:GridLayoutScreenCanvasSizeOptions', gridLayoutScreenCanvasSizeOptions_optimizedViewPortWidth - The width that the view port will be optimized for when the layout
renders.
$sel:resizeOption:GridLayoutScreenCanvasSizeOptions', gridLayoutScreenCanvasSizeOptions_resizeOption - This value determines the layout behavior when the viewport is resized.
FIXED: A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this option is calledClassic.RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In the Amazon QuickSight console, this option is calledTiled.
gridLayoutScreenCanvasSizeOptions_optimizedViewPortWidth :: Lens' GridLayoutScreenCanvasSizeOptions (Maybe Text) Source #
The width that the view port will be optimized for when the layout renders.
gridLayoutScreenCanvasSizeOptions_resizeOption :: Lens' GridLayoutScreenCanvasSizeOptions ResizeOption Source #
This value determines the layout behavior when the viewport is resized.
FIXED: A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this option is calledClassic.RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In the Amazon QuickSight console, this option is calledTiled.