AWS::QuickSight::Analysis TransposedTableOption - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::QuickSight::Analysis TransposedTableOption

The column option of the transposed table.

Syntax

To declare this entity in your 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