DataPrepConfiguration - Amazon Quick Sight

DataPrepConfiguration

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

Contents

Note

In the following list, the required parameters are described first.

DestinationTableMap

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

Type: String to DestinationTable object map

Map Entries: Maximum number of 1 item.

Key Length Constraints: Minimum length of 1. Maximum length of 64.

Key Pattern: [0-9a-zA-Z-]*

Required: Yes

SourceTableMap

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

Type: String to SourceTable object map

Map Entries: Maximum number of 32 items.

Key Length Constraints: Minimum length of 1. Maximum length of 64.

Key Pattern: [0-9a-zA-Z-]*

Required: Yes

TransformStepMap

A map of transformation steps that process the data.

Type: String to TransformStep object map

Map Entries: Maximum number of 256 items.

Key Length Constraints: Minimum length of 1. Maximum length of 64.

Key Pattern: [0-9a-zA-Z-]*

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: