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.
  • Method Details

    • getId

      @NotNull String 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

      static ApiLambdaFunction.Builder builder()
      Returns:
      a ApiLambdaFunction.Builder of ApiLambdaFunction