Abstract Class: CustomTransformation
September 24, 2025 ยท View on GitHub
@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrock / CustomTransformation
Abstract Class: CustomTransformation
Represents a custom transformation configuration for a data source ingestion.
See
Constructors
Constructor
new CustomTransformation():
CustomTransformation
Returns
CustomTransformation
Properties
configuration
abstractconfiguration:CustomTransformationConfigurationProperty
The CloudFormation property representation of this custom transformation configuration.
Methods
generatePolicyStatements()
abstractgeneratePolicyStatements(scope):PolicyStatement[]
Parameters
scope
Construct
Returns
PolicyStatement[]
lambda()
staticlambda(props):CustomTransformation
This feature allows you to use a Lambda function to inject your own logic into the knowledge base ingestion process.
Parameters
props
LambdaCustomTransformationProps
Returns
CustomTransformation