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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awsconstructs.services.apigatewaylambda.ApiGatewayToLambdaProps
ApiGatewayToLambdaProps.Builder, ApiGatewayToLambdaProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theApiGatewayToLambdaProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectOptional user-provided props to override the default props for the API.final software.amazon.awscdk.services.lambda.FunctionExisting instance of Lambda Function object, providing both this andlambdaFunctionPropswill cause an error.final software.amazon.awscdk.services.lambda.FunctionPropsUser provided props to override the default props for the Lambda function.final software.amazon.awscdk.services.logs.LogGroupPropsUser provided props to override the default props for the CloudWatchLogs LogGroup.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theApiGatewayToLambdaProps.Builder.
-
-
Method Details
-
getApiGatewayProps
Description copied from interface:ApiGatewayToLambdaPropsOptional user-provided props to override the default props for the API.Default: - Default props are used.
- Specified by:
getApiGatewayPropsin interfaceApiGatewayToLambdaProps
-
getExistingLambdaObj
public final software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()Description copied from interface:ApiGatewayToLambdaPropsExisting instance of Lambda Function object, providing both this andlambdaFunctionPropswill cause an error.Default: - None
- Specified by:
getExistingLambdaObjin interfaceApiGatewayToLambdaProps
-
getLambdaFunctionProps
public final software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()Description copied from interface:ApiGatewayToLambdaPropsUser provided props to override the default props for the Lambda function.Default: - Default props are used.
- Specified by:
getLambdaFunctionPropsin interfaceApiGatewayToLambdaProps
-
getLogGroupProps
public final software.amazon.awscdk.services.logs.LogGroupProps getLogGroupProps()Description copied from interface:ApiGatewayToLambdaPropsUser provided props to override the default props for the CloudWatchLogs LogGroup.Default: - Default props are used
- Specified by:
getLogGroupPropsin interfaceApiGatewayToLambdaProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-