interface TransformationLambdaConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Bedrock.CfnDataSourcePropsMixin.TransformationLambdaConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrock#CfnDataSourcePropsMixin_TransformationLambdaConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnDataSourcePropsMixin.TransformationLambdaConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrock.CfnDataSourcePropsMixin.TransformationLambdaConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrock » CfnDataSourcePropsMixin » TransformationLambdaConfigurationProperty |
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 transformationLambdaConfigurationProperty: bedrock.CfnDataSourcePropsMixin.TransformationLambdaConfigurationProperty = {
lambdaArn: 'lambdaArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| lambda | string | The function's ARN identifier. |
lambdaArn?
Type:
string
(optional)
The function's ARN identifier.

.NET
Go
Java
Python
TypeScript