Class OpenApiGatewayToLambda

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awsconstructs.services.openapigatewaylambda.OpenApiGatewayToLambda
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)", date="2024-09-11T02:34:38.652Z") public class OpenApiGatewayToLambda extends software.constructs.Construct
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    A fluent builder for OpenApiGatewayToLambda.

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.constructs.IConstruct

    software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    OpenApiGatewayToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    OpenApiGatewayToLambda(software.amazon.jsii.JsiiObjectRef objRef)
     
     
    OpenApiGatewayToLambda(software.constructs.Construct scope, String id, OpenApiGatewayToLambdaProps props)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    software.amazon.awscdk.services.apigateway.SpecRestApi
     
    software.amazon.awscdk.services.iam.Role
     
    software.amazon.awscdk.services.logs.LogGroup
     
     

    Methods inherited from class software.constructs.Construct

    getNode, isConstruct, toString

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • OpenApiGatewayToLambda

      protected OpenApiGatewayToLambda(software.amazon.jsii.JsiiObjectRef objRef)
    • OpenApiGatewayToLambda

      protected OpenApiGatewayToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • OpenApiGatewayToLambda

      public OpenApiGatewayToLambda(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull OpenApiGatewayToLambdaProps props)
  • Method Details

    • getApiGateway

      @NotNull public software.amazon.awscdk.services.apigateway.SpecRestApi getApiGateway()
    • getApiGatewayLogGroup

      @NotNull public software.amazon.awscdk.services.logs.LogGroup getApiGatewayLogGroup()
    • getApiLambdaFunctions

      @NotNull public List<ApiLambdaFunction> getApiLambdaFunctions()
    • getApiGatewayCloudWatchRole

      @Nullable public software.amazon.awscdk.services.iam.Role getApiGatewayCloudWatchRole()