@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:02.020Z") @Stability(value=Experimental) public enum HttpIntegrationType extends Enum<HttpIntegrationType>
| Enum Constant and Description |
|---|
HTTP_PROXY
(experimental) Integration type is an HTTP proxy.
|
LAMBDA_PROXY
(experimental) Integration type is a Lambda proxy.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpIntegrationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpIntegrationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final HttpIntegrationType LAMBDA_PROXY
https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html@Stability(value=Experimental) public static final HttpIntegrationType HTTP_PROXY
https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.htmlpublic static HttpIntegrationType[] values()
for (HttpIntegrationType c : HttpIntegrationType.values()) System.out.println(c);
public static HttpIntegrationType 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.