This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
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:StringResizeOption: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 calledClassic. -
RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In the Quick Sight console, this option is calledTiled.
Required: Yes
Type: String
Allowed values:
FIXED | RESPONSIVEUpdate requires: No interruption
-