Interface ApiLambdaFunction
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ApiLambdaFunction.Jsii$Proxy
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-09-11T02:34:38.651Z")
public interface ApiLambdaFunction
extends software.amazon.jsii.JsiiSerializable
Helper object to map an ApiIntegration id to its resolved lambda.Function. This type is exposed as a property on the instantiated construct.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forApiLambdaFunctionstatic final classAn implementation forApiLambdaFunction -
Method Summary
Modifier and TypeMethodDescriptionstatic ApiLambdaFunction.Builderbuilder()getId()Id of the ApiIntegration, used to correlate this lambda function to the api integration in the open api definition.software.amazon.awscdk.services.lambda.FunctionThe instantiated lambda.Function.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getId
Id of the ApiIntegration, used to correlate this lambda function to the api integration in the open api definition. -
getLambdaFunction
@NotNull software.amazon.awscdk.services.lambda.Function getLambdaFunction()The instantiated lambda.Function. -
builder
- Returns:
- a
ApiLambdaFunction.BuilderofApiLambdaFunction
-