AWS::QuickSight::Dashboard GridLayoutScreenCanvasSizeOptions - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::QuickSight::Dashboard GridLayoutScreenCanvasSizeOptions

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

Syntax

To declare this entity in your 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 Quick Sight console, this option is called Classic.

  • RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In the Quick Sight console, this option is called Tiled.

Required: Yes

Type: String

Allowed values: FIXED | RESPONSIVE

Update requires: No interruption