Module: AWSCDK::CloudFront::LambdaEdgeEventType

Defined in:
cloud_front/lambda_edge_event_type.rb

Overview

The type of events that a Lambda@Edge function can be invoked in response to.

Constant Summary collapse

ORIGIN_REQUEST =
Deprecated.
Note:

Default:

The origin-request specifies the request to the origin location (e.g. S3).

Jsii::Enum.new("aws-cdk-lib.aws_cloudfront.LambdaEdgeEventType", "ORIGIN_REQUEST")
ORIGIN_RESPONSE =
Deprecated.
Note:

Default:

The origin-response specifies the response from the origin location (e.g. S3).

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

Default:

The viewer-request specifies the incoming request.

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

Default:

The viewer-response specifies the outgoing response.

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