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

@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-27T01:33:38.814Z") 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