Transformation
A custom processing step for documents moving through a data source ingestion pipeline. To
    process documents after they have been converted into chunks, set the step to apply to
    POST_CHUNKING.
Contents
- stepToApply
- 
               When the service applies the transformation. Type: String Valid Values: POST_CHUNKINGRequired: Yes 
- transformationFunction
- 
               A Lambda function that processes documents. Type: TransformationFunction object Required: Yes 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: