@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-04-03T01:19:25.795Z") 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.
|
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 © 2021. All rights reserved.