interface TransformationFunctionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bedrock.CfnDataSource.TransformationFunctionProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnDataSource_TransformationFunctionProperty |
![]() | software.amazon.awscdk.services.bedrock.CfnDataSource.TransformationFunctionProperty |
![]() | aws_cdk.aws_bedrock.CfnDataSource.TransformationFunctionProperty |
![]() | aws-cdk-lib » aws_bedrock » CfnDataSource » TransformationFunctionProperty |
A Lambda function that processes documents.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrock as bedrock } from 'aws-cdk-lib';
const transformationFunctionProperty: bedrock.CfnDataSource.TransformationFunctionProperty = {
transformationLambdaConfiguration: {
lambdaArn: 'lambdaArn',
},
};
Properties
Name | Type | Description |
---|---|---|
transformation | IResolvable | Transformation | The Lambda function. |
transformationLambdaConfiguration
Type:
IResolvable
|
Transformation
The Lambda function.