AWS::QuickSight::DataSet UnpivotOperation - 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::DataSet UnpivotOperation

A transform operation that converts columns into rows, normalizing the data structure.

Syntax

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

Properties

Alias

Alias for this operation.

Required: Yes

Type: String

Minimum: 1

Maximum: 64

Update requires: No interruption

ColumnsToUnpivot

The list of columns to unpivot from the source data.

Required: Yes

Type: Array of ColumnToUnpivot

Minimum: 0

Maximum: 100

Update requires: No interruption

Source

The source transform operation that provides input data for unpivoting.

Required: Yes

Type: TransformOperationSource

Update requires: No interruption

UnpivotedLabelColumnId

A unique identifier for the new column that will contain the unpivoted column names.

Required: Yes

Type: String

Minimum: 1

Maximum: 64

Update requires: No interruption

UnpivotedLabelColumnName

The name for the new column that will contain the unpivoted column names.

Required: Yes

Type: String

Minimum: 1

Maximum: 127

Update requires: No interruption

UnpivotedValueColumnId

A unique identifier for the new column that will contain the unpivoted values.

Required: Yes

Type: String

Minimum: 1

Maximum: 64

Update requires: No interruption

UnpivotedValueColumnName

The name for the new column that will contain the unpivoted values.

Required: Yes

Type: String

Minimum: 1

Maximum: 127

Update requires: No interruption