AWS::QuickSight::Dashboard 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:
0
Maximum:
430
Update requires: No interruption