This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::Template GridLayoutConfiguration
The configuration for a grid layout. Also called a tiled layout.
Visuals snap to a grid with standard spacing and alignment. Dashboards are displayed as designed, with options to fit to screen or view at actual size.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CanvasSizeOptions" :GridLayoutCanvasSizeOptions, "Elements" :[ GridLayoutElement, ... ]}
Properties
- CanvasSizeOptions
- Property description not available. - Required: No - Type: GridLayoutCanvasSizeOptions - Update requires: No interruption 
- Elements
- 
                    The elements that are included in a grid layout. Required: Yes Type: Array of GridLayoutElement Minimum: 0Maximum: 430Update requires: No interruption