Class ApiGatewayToLambdaProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awsconstructs.services.apigatewaylambda.ApiGatewayToLambdaProps.Jsii$Proxy
All Implemented Interfaces:
ApiGatewayToLambdaProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
ApiGatewayToLambdaProps

@Internal public static final class ApiGatewayToLambdaProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApiGatewayToLambdaProps
An implementation for ApiGatewayToLambdaProps
  • Nested Class Summary

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

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awsconstructs.services.apigatewaylambda.ApiGatewayToLambdaProps

    ApiGatewayToLambdaProps.Builder, ApiGatewayToLambdaProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the ApiGatewayToLambdaProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    Optional user-provided props to override the default props for the API.
    final software.amazon.awscdk.services.lambda.Function
    Existing instance of Lambda Function object, providing both this and lambdaFunctionProps will cause an error.
    final software.amazon.awscdk.services.lambda.FunctionProps
    User provided props to override the default props for the Lambda function.
    final software.amazon.awscdk.services.logs.LogGroupProps
    User provided props to override the default props for the CloudWatchLogs LogGroup.
    final int
     

    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, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(ApiGatewayToLambdaProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ApiGatewayToLambdaProps.Builder.
  • Method Details

    • getApiGatewayProps

      public final Object getApiGatewayProps()
      Description copied from interface: ApiGatewayToLambdaProps
      Optional user-provided props to override the default props for the API.

      Default: - Default props are used.

      Specified by:
      getApiGatewayProps in interface ApiGatewayToLambdaProps
    • getExistingLambdaObj

      public final software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
      Description copied from interface: ApiGatewayToLambdaProps
      Existing instance of Lambda Function object, providing both this and lambdaFunctionProps will cause an error.

      Default: - None

      Specified by:
      getExistingLambdaObj in interface ApiGatewayToLambdaProps
    • getLambdaFunctionProps

      public final software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
      Description copied from interface: ApiGatewayToLambdaProps
      User provided props to override the default props for the Lambda function.

      Default: - Default props are used.

      Specified by:
      getLambdaFunctionProps in interface ApiGatewayToLambdaProps
    • getLogGroupProps

      public final software.amazon.awscdk.services.logs.LogGroupProps getLogGroupProps()
      Description copied from interface: ApiGatewayToLambdaProps
      User provided props to override the default props for the CloudWatchLogs LogGroup.

      Default: - Default props are used

      Specified by:
      getLogGroupProps in interface ApiGatewayToLambdaProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object