All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ApiLambdaFunction.Jsii$Proxy

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-28T15:30:00.858Z") 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