-
Optional user-provided props to override the default props for the API.
ApiGatewayToLambda.Builder.create(software.constructs.Construct scope,
String id)
Whether to create a Usage Plan attached to the API.
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.lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
User provided props to override the default props for the Lambda function.
ApiGatewayToLambda.Builder.logGroupProps(software.amazon.awscdk.services.logs.LogGroupProps logGroupProps)
User provided props to override the default props for the CloudWatchLogs LogGroup.