AWS::Bedrock::DataSource Transformation - AWS CloudFormation

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:

Properties

StepToApply

When the service applies the transformation.

Required: Yes

Type: String

Allowed values: POST_CHUNKING

Update requires: No interruption

TransformationFunction

A Lambda function that processes documents.

Required: Yes

Type: TransformationFunction

Update requires: No interruption