@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:21.451Z") @Stability(value=Experimental) public interface LambdaProxyIntegrationProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LambdaProxyIntegrationProps.Builder
A builder for
LambdaProxyIntegrationProps |
static class |
LambdaProxyIntegrationProps.Jsii$Proxy
An implementation for
LambdaProxyIntegrationProps |
| Modifier and Type | Method and Description |
|---|---|
static LambdaProxyIntegrationProps.Builder |
builder() |
IFunction |
getHandler()
(experimental) The handler for this integration.
|
default PayloadFormatVersion |
getPayloadFormatVersion()
(experimental) Version of the payload sent to the lambda handler.
|
@Stability(value=Experimental) @NotNull IFunction getHandler()
@Stability(value=Experimental) @Nullable default PayloadFormatVersion getPayloadFormatVersion()
Default: PayloadFormatVersion.VERSION_2_0
https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html@Stability(value=Experimental) static LambdaProxyIntegrationProps.Builder builder()
Copyright © 2021. All rights reserved.