@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.221Z") @Stability(value=Experimental) public enum LambdaEdgeEventType extends Enum<LambdaEdgeEventType>
| Enum Constant and Description |
|---|
ORIGIN_REQUEST
(experimental) The origin-request specifies the request to the origin location (e.g.
|
ORIGIN_RESPONSE
(experimental) The origin-response specifies the response from the origin location (e.g.
|
VIEWER_REQUEST
(experimental) The viewer-request specifies the incoming request.
|
VIEWER_RESPONSE
(experimental) The viewer-response specifies the outgoing response.
|
| Modifier and Type | Method and Description |
|---|---|
static LambdaEdgeEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LambdaEdgeEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final LambdaEdgeEventType ORIGIN_REQUEST
@Stability(value=Experimental) public static final LambdaEdgeEventType ORIGIN_RESPONSE
@Stability(value=Experimental) public static final LambdaEdgeEventType VIEWER_REQUEST
@Stability(value=Experimental) public static final LambdaEdgeEventType VIEWER_RESPONSE
public static LambdaEdgeEventType[] values()
for (LambdaEdgeEventType c : LambdaEdgeEventType.values()) System.out.println(c);
public static LambdaEdgeEventType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021. All rights reserved.