eventType property
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;
Specifies the event type that triggers a Lambda function invocation. Valid values are:
viewer-request
origin-request
viewer-response
origin-response
final EventType? eventType;