@Generated(value="jsii-pacmak/1.8.0 (build 4a047ac)", date="2020-07-06T19:16:51.476Z") 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.
|
Boolean |
getDeployLambda()
Whether to create a new Lambda function or use an existing Lambda function.
|
default software.amazon.awscdk.services.lambda.Function |
getExistingLambdaObj()
An optional, existing Lambda function.
|
default Object |
getLambdaFunctionProps()
Optional user-provided props to override the default props for the Lambda function.
|
@NotNull Boolean getDeployLambda()
If set to false, you must provide an existing function for the existingLambdaObj property.
Default: - true
@Nullable default Object getApiGatewayProps()
Default: - Default props are used.
@Nullable default software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
This property is required if deployLambda is set to false.
Default: - None
@Nullable default Object getLambdaFunctionProps()
This property is only required if deployLambda is set to true.
Default: - Default props are used.
static ApiGatewayToLambdaProps.Builder builder()
ApiGatewayToLambdaProps.Builder of ApiGatewayToLambdaPropsCopyright © 2020. All rights reserved.