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::Bedrock::DataSource 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.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "StepToApply" :String, "TransformationFunction" :TransformationFunction}
YAML
StepToApply:StringTransformationFunction:TransformationFunction
Properties
- StepToApply
- 
                    When the service applies the transformation. Required: Yes Type: String Allowed values: POST_CHUNKINGUpdate requires: No interruption 
- TransformationFunction
- 
                    A Lambda function that processes documents. Required: Yes Type: TransformationFunction Update requires: No interruption