Uses of Enum Class
software.amazon.awscdk.services.cloudfront.LambdaEdgeEventType
Packages that use LambdaEdgeEventType
-
Uses of LambdaEdgeEventType in software.amazon.awscdk.services.cloudfront
Methods in software.amazon.awscdk.services.cloudfront that return LambdaEdgeEventTypeModifier and TypeMethodDescriptionEdgeLambda.getEventType()The type of event in response to which should the function be invoked.final LambdaEdgeEventTypeEdgeLambda.Jsii$Proxy.getEventType()LambdaFunctionAssociation.getEventType()The lambda event type defines at which event the lambda is called during the request lifecycle.final LambdaEdgeEventTypeLambdaFunctionAssociation.Jsii$Proxy.getEventType()static LambdaEdgeEventTypeReturns the enum constant of this class with the specified name.static LambdaEdgeEventType[]LambdaEdgeEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.cloudfront with parameters of type LambdaEdgeEventTypeModifier and TypeMethodDescriptionEdgeLambda.Builder.eventType(LambdaEdgeEventType eventType) Sets the value ofEdgeLambda.getEventType()LambdaFunctionAssociation.Builder.eventType(LambdaEdgeEventType eventType) Sets the value ofLambdaFunctionAssociation.getEventType()