@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:02.017Z") @Stability(value=Experimental) public enum HttpConnectionType extends Enum<HttpConnectionType>
| Enum Constant and Description |
|---|
INTERNET
(experimental) For connections through public routable internet.
|
VPC_LINK
(experimental) For private connections between API Gateway and resources in a VPC.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpConnectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpConnectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final HttpConnectionType VPC_LINK
@Stability(value=Experimental) public static final HttpConnectionType INTERNET
public static HttpConnectionType[] values()
for (HttpConnectionType c : HttpConnectionType.values()) System.out.println(c);
public static HttpConnectionType 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 © 2022. All rights reserved.