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 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 AWS CloudFormation template, use the following syntax:
JSON
{ "DestinationTableMap" :{, "SourceTableMap" :Key:Value, ...}{, "TransformStepMap" :Key:Value, ...}{}Key:Value, ...}
YAML
DestinationTableMap:SourceTableMap:Key:ValueTransformStepMap:Key:ValueKey: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