eventType property

EventType? eventType
final

Specifies the event type that triggers a Lambda function invocation. Valid values are:

  • viewer-request
  • origin-request
  • viewer-response
  • origin-response

Implementation

final EventType? eventType;