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

Configuration for data preparation operations, defining the complete pipeline from source tables through transformations to destination tables.

Syntax

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

JSON

{ "DestinationTableMap" : {Key: Value, ...}, "SourceTableMap" : {Key: Value, ...}, "TransformStepMap" : {Key: Value, ...} }

YAML

DestinationTableMap: Key: Value SourceTableMap: Key: Value TransformStepMap: Key: Value

Properties

DestinationTableMap

A map of destination tables that receive the final prepared data.

Required: Yes

Type: Object of DestinationTable

Update requires: No interruption

SourceTableMap

A map of source tables that provide information about underlying sources.

Required: Yes

Type: Object of SourceTable

Update requires: No interruption

TransformStepMap

A map of transformation steps that process the data.

Required: Yes

Type: Object of TransformStep

Update requires: No interruption