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

A step in data preparation that performs a specific operation on the data.

Syntax

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

Properties

AggregateStep

A transform step that groups data and applies aggregation functions to calculate summary values.

Required: No

Type: AggregateOperation

Update requires: No interruption

AppendStep

A transform step that combines rows from multiple sources by stacking them vertically.

Required: No

Type: AppendOperation

Update requires: No interruption

CastColumnTypesStep

A transform step that changes the data types of one or more columns.

Required: No

Type: CastColumnTypesOperation

Update requires: No interruption

CreateColumnsStep

Property description not available.

Required: No

Type: CreateColumnsOperation

Update requires: No interruption

FiltersStep

A transform step that applies filter conditions.

Required: No

Type: FiltersOperation

Update requires: No interruption

ImportTableStep

A transform step that brings data from a source table.

Required: No

Type: ImportTableOperation

Update requires: No interruption

JoinStep

A transform step that combines data from two sources based on specified join conditions.

Required: No

Type: JoinOperation

Update requires: No interruption

PivotStep

A transform step that converts row values into columns to reshape the data structure.

Required: No

Type: PivotOperation

Update requires: No interruption

ProjectStep

Property description not available.

Required: No

Type: ProjectOperation

Update requires: No interruption

RenameColumnsStep

A transform step that changes the names of one or more columns.

Required: No

Type: RenameColumnsOperation

Update requires: No interruption

UnpivotStep

A transform step that converts columns into rows to normalize the data structure.

Required: No

Type: UnpivotOperation

Update requires: No interruption