Interface CfnDataSource.TransformationLambdaConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDataSource.TransformationLambdaConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnDataSource

@Stability(Stable) public static interface CfnDataSource.TransformationLambdaConfigurationProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.bedrock.*;
 TransformationLambdaConfigurationProperty transformationLambdaConfigurationProperty = TransformationLambdaConfigurationProperty.builder()
         .lambdaArn("lambdaArn")
         .build();
 

See Also: