AWS::Bedrock::DataSource Transformation - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 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