AWS::QuickSight::Dashboard TransposedTableOption - 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).

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 TransposedTableOption

The column option of the transposed table.

Syntax

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

JSON

{ "ColumnIndex" : Number, "ColumnType" : String, "ColumnWidth" : String }

YAML

ColumnIndex: Number ColumnType: String ColumnWidth: String

Properties

ColumnIndex

The index of a columns in a transposed table. The index range is 0-9999.

Required: No

Type: Number

Minimum: 0

Maximum: 9999

Update requires: No interruption

ColumnType

The column type of the column in a transposed table. Choose one of the following options:

  • ROW_HEADER_COLUMN: Refers to the leftmost column of the row header in the transposed table.

  • VALUE_COLUMN: Refers to all value columns in the transposed table.

Required: Yes

Type: String

Allowed values: ROW_HEADER_COLUMN | VALUE_COLUMN

Update requires: No interruption

ColumnWidth

The width of a column in a transposed table.

Required: No

Type: String

Update requires: No interruption