| 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.constructs.Construct scope,
String id) |
ApiGatewayToLambda.Builder |
ApiGatewayToLambda.Builder.existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.
|
ApiGatewayToLambda.Builder |
ApiGatewayToLambda.Builder.lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
User provided props to override the default props for the Lambda function.
|
ApiGatewayToLambda.Builder |
ApiGatewayToLambda.Builder.logGroupProps(software.amazon.awscdk.services.logs.LogGroupProps logGroupProps)
User provided props to override the default props for the CloudWatchLogs LogGroup.
|
Copyright © 2022. All rights reserved.