public static final class EdgeLambda.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EdgeLambda
EdgeLambda
EdgeLambda.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
LambdaEdgeEventType |
getEventType()
The type of event in response to which should the function be invoked.
|
IVersion |
getFunctionVersion()
The version of the Lambda function that will be invoked.
|
java.lang.Boolean |
getIncludeBody()
Allows a Lambda function to have read access to the body content.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final LambdaEdgeEventType getEventType()
EdgeLambda
getEventType
in interface EdgeLambda
public final IVersion getFunctionVersion()
EdgeLambda
Note: it's not possible to use the '$LATEST' function version for Lambda@Edge!
getFunctionVersion
in interface EdgeLambda
public final java.lang.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
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()