| Modifier and Type | Method and Description |
|---|---|
ApiGatewayToLambda.Builder |
ApiGatewayToLambda.Builder.apiGatewayProps(Object apiGatewayProps)
Optional user-provided props to override the default props for the API.
|
static ApiGatewayToLambda.Builder |
ApiGatewayToLambda.Builder.create(software.amazon.awscdk.core.Construct scope,
String id) |
ApiGatewayToLambda.Builder |
ApiGatewayToLambda.Builder.existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
Existing instance of Lambda Function object, if this is set then the lambdaFunctionProps is ignored.
|
ApiGatewayToLambda.Builder |
ApiGatewayToLambda.Builder.lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
User provided props to override the default props for the Lambda function.
|
Copyright © 2020. All rights reserved.