interface TransformationFunctionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Bedrock.CfnDataSourcePropsMixin.TransformationFunctionProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrock#CfnDataSourcePropsMixin_TransformationFunctionProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnDataSourcePropsMixin.TransformationFunctionProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrock.CfnDataSourcePropsMixin.TransformationFunctionProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrock » CfnDataSourcePropsMixin » 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/cfn-property-mixins';
const transformationFunctionProperty: bedrock.CfnDataSourcePropsMixin.TransformationFunctionProperty = {
transformationLambdaConfiguration: {
lambdaArn: 'lambdaArn',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| transformation | IResolvable | Transformation | The Lambda function. |
transformationLambdaConfiguration?
Type:
IResolvable | Transformation
(optional)
The Lambda function.

.NET
Go
Java
Python
TypeScript