@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:50.296Z") @Stability(value=Experimental) public interface LambdaFunctionAssociation extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
LambdaFunctionAssociation.Builder
A builder for
LambdaFunctionAssociation |
static class |
LambdaFunctionAssociation.Jsii$Proxy
An implementation for
LambdaFunctionAssociation |
Modifier and Type | Method and Description |
---|---|
static LambdaFunctionAssociation.Builder |
builder() |
LambdaEdgeEventType |
getEventType()
(experimental) The lambda event type defines at which event the lambda is called during the request lifecycle.
|
default Boolean |
getIncludeBody()
(experimental) Allows a Lambda function to have read access to the body content.
|
IVersion |
getLambdaFunction()
(experimental) A version of the lambda to associate.
|
@Stability(value=Experimental) @NotNull LambdaEdgeEventType getEventType()
@Stability(value=Experimental) @NotNull IVersion getLambdaFunction()
@Stability(value=Experimental) @Nullable default Boolean getIncludeBody()
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
@Stability(value=Experimental) static LambdaFunctionAssociation.Builder builder()
LambdaFunctionAssociation.Builder
of LambdaFunctionAssociation
Copyright © 2021. All rights reserved.