| 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.deployLambda(Boolean deployLambda)
Whether to create a new Lambda function or use an existing Lambda function.
|
ApiGatewayToLambda.Builder |
ApiGatewayToLambda.Builder.existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
An optional, existing Lambda function.
|
ApiGatewayToLambda.Builder |
ApiGatewayToLambda.Builder.lambdaFunctionProps(Object lambdaFunctionProps)
Optional user-provided props to override the default props for the Lambda function.
|
Copyright © 2020. All rights reserved.