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::Dashboard GridLayoutElement
An element within a grid layout.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "BackgroundStyle" :GridLayoutElementBackgroundStyle, "BorderRadius" :String, "BorderStyle" :GridLayoutElementBorderStyle, "ColumnIndex" :Number, "ColumnSpan" :Number, "ElementId" :String, "ElementType" :String, "LoadingAnimation" :LoadingAnimation, "Padding" :String, "RowIndex" :Number, "RowSpan" :Number, "SelectedBorderStyle" :GridLayoutElementBorderStyle}
YAML
BackgroundStyle:GridLayoutElementBackgroundStyleBorderRadius:StringBorderStyle:GridLayoutElementBorderStyleColumnIndex:NumberColumnSpan:NumberElementId:StringElementType:StringLoadingAnimation:LoadingAnimationPadding:StringRowIndex:NumberRowSpan:NumberSelectedBorderStyle:GridLayoutElementBorderStyle
Properties
BackgroundStyle-
The background style configuration of a grid layout element.
Required: No
Type: GridLayoutElementBackgroundStyle
Update requires: No interruption
BorderRadius-
The border radius of a grid layout element.
Required: No
Type: String
Minimum:
0Maximum:
50Update requires: No interruption
BorderStyle-
The border style configuration of a grid layout element.
Required: No
Type: GridLayoutElementBorderStyle
Update requires: No interruption
ColumnIndex-
The column index for the upper left corner of an element.
Required: No
Type: Number
Minimum:
0Maximum:
35Update requires: No interruption
ColumnSpan-
The width of a grid element expressed as a number of grid columns.
Required: Yes
Type: Number
Minimum:
1Maximum:
36Update requires: No interruption
ElementId-
A unique identifier for an element within a grid layout.
Required: Yes
Type: String
Pattern:
^[\w\-]+$Minimum:
1Maximum:
512Update requires: No interruption
ElementType-
The type of element.
Required: Yes
Type: String
Allowed values:
VISUAL | FILTER_CONTROL | PARAMETER_CONTROL | TEXT_BOX | IMAGEUpdate requires: No interruption
LoadingAnimationProperty description not available.
Required: No
Type: LoadingAnimation
Update requires: No interruption
Padding-
The padding of a grid layout element.
Required: No
Type: String
Minimum:
0Maximum:
200Update requires: No interruption
RowIndex-
The row index for the upper left corner of an element.
Required: No
Type: Number
Minimum:
0Maximum:
9009Update requires: No interruption
RowSpan-
The height of a grid element expressed as a number of grid rows.
Required: Yes
Type: Number
Minimum:
1Maximum:
21Update requires: No interruption
SelectedBorderStyle-
The border style configuration of a grid layout element. This border style is used when the element is selected.
Required: No
Type: GridLayoutElementBorderStyle
Update requires: No interruption