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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDataSource.TransformationLambdaConfigurationProperty
static final class
An implementation forCfnDataSource.TransformationLambdaConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLambdaArn
The function's ARN identifier.- See Also:
-
builder
-