AWS::QuickSight::Analysis GridLayoutElement - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::QuickSight::Analysis GridLayoutElement

An element within a grid layout.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "ColumnIndex" : Double, "ColumnSpan" : Double, "ElementId" : String, "ElementType" : String, "RowIndex" : Double, "RowSpan" : Double }

YAML

ColumnIndex: Double ColumnSpan: Double ElementId: String ElementType: String RowIndex: Double RowSpan: Double

Properties

ColumnIndex

The column index for the upper left corner of an element.

Required: No

Type: Double

Minimum: 0

Maximum: 35

Update requires: No interruption

ColumnSpan

The width of a grid element expressed as a number of grid columns.

Required: Yes

Type: Double

Minimum: 1

Maximum: 36

Update requires: No interruption

ElementId

A unique identifier for an element within a grid layout.

Required: Yes

Type: String

Minimum: 1

Maximum: 512

Pattern: [\w\-]+

Update requires: No interruption

ElementType

The type of element.

Required: Yes

Type: String

Allowed values: FILTER_CONTROL | PARAMETER_CONTROL | TEXT_BOX | VISUAL

Update requires: No interruption

RowIndex

The row index for the upper left corner of an element.

Required: No

Type: Double

Minimum: 0

Maximum: 9009

Update requires: No interruption

RowSpan

The height of a grid element expressed as a number of grid rows.

Required: Yes

Type: Double

Minimum: 1

Maximum: 21

Update requires: No interruption