AWS::QuickSight::DataSet UnpivotOperation - AWS CloudFormation

This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 AWS 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