ApplyMapping
Specifies a transform that maps data property keys in the data source to data property keys in the data target. You can rename keys, modify the data types for keys, and choose which keys to drop from the dataset.
Contents
- Inputs
-
The data inputs identified by their node names.
Type: Array of strings
Array Members: Fixed number of 1 item.
Pattern:
[A-Za-z0-9_-]*
Required: Yes
- Mapping
-
Specifies the mapping of data property keys in the data source to data property keys in the data target.
Type: Array of Mapping objects
Required: Yes
- Name
-
The name of the transform node.
Type: String
Pattern:
([^\r\n])*
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: