@Generated(value="jsii-pacmak/1.62.0 (build 293ac17)", date="2022-07-18T20:18:36.585Z") public interface ApiGatewayToLambdaProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ApiGatewayToLambdaProps.Builder
A builder for
ApiGatewayToLambdaProps |
static class |
ApiGatewayToLambdaProps.Jsii$Proxy
An implementation for
ApiGatewayToLambdaProps |
| Modifier and Type | Method and Description |
|---|---|
static ApiGatewayToLambdaProps.Builder |
builder() |
default Object |
getApiGatewayProps()
Optional user-provided props to override the default props for the API.
|
default software.amazon.awscdk.services.lambda.Function |
getExistingLambdaObj()
Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.
|
default software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
User provided props to override the default props for the Lambda function.
|
default software.amazon.awscdk.services.logs.LogGroupProps |
getLogGroupProps()
User provided props to override the default props for the CloudWatchLogs LogGroup.
|
@Nullable default Object getApiGatewayProps()
Default: - Default props are used.
@Nullable default software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
Default: - None
@Nullable default software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
Default: - Default props are used.
@Nullable default software.amazon.awscdk.services.logs.LogGroupProps getLogGroupProps()
Default: - Default props are used
static ApiGatewayToLambdaProps.Builder builder()
ApiGatewayToLambdaProps.Builder of ApiGatewayToLambdaPropsCopyright © 2022. All rights reserved.