Module: AWSCDK::CloudFront::FunctionEventType

Defined in:
cloud_front/function_event_type.rb

Overview

The type of events that a CloudFront function can be invoked in response to.

Constant Summary collapse

VIEWER_REQUEST =
Deprecated.
Note:

Default:

The viewer-request specifies the incoming request.

Jsii::Enum.new("aws-cdk-lib.aws_cloudfront.FunctionEventType", "VIEWER_REQUEST")
VIEWER_RESPONSE =
Deprecated.
Note:

Default:

The viewer-response specifies the outgoing response.

Jsii::Enum.new("aws-cdk-lib.aws_cloudfront.FunctionEventType", "VIEWER_RESPONSE")