@Stability(value=Experimental) @Internal public static final class EdgeLambda.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EdgeLambda
EdgeLambdasoftware.amazon.jsii.JsiiObject.InitializationModeEdgeLambda.Builder, EdgeLambda.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(LambdaEdgeEventType eventType,
IVersion functionVersion,
Boolean includeBody)
Constructor that initializes the object based on literal property values passed by the
EdgeLambda.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
LambdaEdgeEventType |
getEventType()
(experimental) The type of event in response to which should the function be invoked.
|
IVersion |
getFunctionVersion()
(experimental) The version of the Lambda function that will be invoked.
|
Boolean |
getIncludeBody()
(experimental) Allows a Lambda function to have read access to the body content.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(LambdaEdgeEventType eventType, IVersion functionVersion, Boolean includeBody)
EdgeLambda.Builder.public final LambdaEdgeEventType getEventType()
EdgeLambdagetEventType in interface EdgeLambdapublic final IVersion getFunctionVersion()
EdgeLambdaNote: it's not possible to use the '$LATEST' function version for Lambda@Edge!
getFunctionVersion in interface EdgeLambdapublic final Boolean getIncludeBody()
EdgeLambda
Only valid for "request" event types (ORIGIN_REQUEST or VIEWER_REQUEST).
See https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-include-body-access.html
Default: false
getIncludeBody in interface EdgeLambda@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.