AWS::QuickSight::Template GridLayoutScreenCanvasSizeOptions - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::QuickSight::Template GridLayoutScreenCanvasSizeOptions

The options that determine the sizing of the canvas used in a grid layout.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "OptimizedViewPortWidth" : String, "ResizeOption" : String }

YAML

OptimizedViewPortWidth: String ResizeOption: String

Properties

OptimizedViewPortWidth

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

Required: No

Type: String

Update requires: No interruption

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.

Required: Yes

Type: String

Allowed values: FIXED | RESPONSIVE

Update requires: No interruption