| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
LambdaEdgeEventType |
EdgeLambda.getEventType()
The type of event in response to which should the function be invoked.
|
LambdaEdgeEventType |
EdgeLambda.Jsii$Proxy.getEventType() |
LambdaEdgeEventType |
LambdaFunctionAssociation.getEventType()
The lambda event type defines at which event the lambda is called during the request lifecycle.
|
LambdaEdgeEventType |
LambdaFunctionAssociation.Jsii$Proxy.getEventType() |
static LambdaEdgeEventType |
LambdaEdgeEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LambdaEdgeEventType[] |
LambdaEdgeEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EdgeLambda.Builder |
EdgeLambda.Builder.eventType(LambdaEdgeEventType eventType)
Sets the value of
EdgeLambda.getEventType() |
LambdaFunctionAssociation.Builder |
LambdaFunctionAssociation.Builder.eventType(LambdaEdgeEventType eventType)
Sets the value of
LambdaFunctionAssociation.getEventType() |
Copyright © 2022. All rights reserved.