@Generated(value="jsii-pacmak/1.16.0 (build 99a3413)", date="2020-12-23T18:14:10.552Z") 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, if this is set then the lambdaFunctionProps is ignored.
|
default software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
User provided props to override the default props for the Lambda function.
|
@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.
static ApiGatewayToLambdaProps.Builder builder()
ApiGatewayToLambdaProps.Builder of ApiGatewayToLambdaPropsCopyright © 2020. All rights reserved.