amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.GridLayoutScreenCanvasSizeOptions

Description

 
Synopsis

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

  • optimizedViewPortWidth :: Maybe Text

    The width that the view port will be optimized for when the layout renders.

  • resizeOption :: 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 called Classic.
    • RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In the Amazon QuickSight console, this option is called Tiled.

Instances

Instances details
FromJSON GridLayoutScreenCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutScreenCanvasSizeOptions

ToJSON GridLayoutScreenCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutScreenCanvasSizeOptions

Generic GridLayoutScreenCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutScreenCanvasSizeOptions

Associated Types

type Rep GridLayoutScreenCanvasSizeOptions :: Type -> Type #

Read GridLayoutScreenCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutScreenCanvasSizeOptions

Show GridLayoutScreenCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutScreenCanvasSizeOptions

NFData GridLayoutScreenCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutScreenCanvasSizeOptions

Eq GridLayoutScreenCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutScreenCanvasSizeOptions

Hashable GridLayoutScreenCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutScreenCanvasSizeOptions

type Rep GridLayoutScreenCanvasSizeOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GridLayoutScreenCanvasSizeOptions

type Rep GridLayoutScreenCanvasSizeOptions = D1 ('MetaData "GridLayoutScreenCanvasSizeOptions" "Amazonka.QuickSight.Types.GridLayoutScreenCanvasSizeOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GridLayoutScreenCanvasSizeOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "optimizedViewPortWidth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resizeOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResizeOption)))

newGridLayoutScreenCanvasSizeOptions Source #

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 called Classic.
  • RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In the Amazon QuickSight console, this option is called Tiled.

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 called Classic.
  • RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In the Amazon QuickSight console, this option is called Tiled.