@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:21.422Z") @Stability(value=Experimental) public interface HttpRouteIntegrationConfig extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
HttpRouteIntegrationConfig.Builder
A builder for
HttpRouteIntegrationConfig |
static class |
HttpRouteIntegrationConfig.Jsii$Proxy
An implementation for
HttpRouteIntegrationConfig |
| Modifier and Type | Method and Description |
|---|---|
static HttpRouteIntegrationConfig.Builder |
builder() |
default String |
getConnectionId()
(experimental) The ID of the VPC link for a private integration.
|
default HttpConnectionType |
getConnectionType()
(experimental) The type of the network connection to the integration endpoint.
|
default HttpMethod |
getMethod()
(experimental) The HTTP method that must be used to invoke the underlying proxy.
|
PayloadFormatVersion |
getPayloadFormatVersion()
(experimental) Payload format version in the case of lambda proxy integration.
|
HttpIntegrationType |
getType()
(experimental) Integration type.
|
String |
getUri()
(experimental) Integration URI.
|
@Stability(value=Experimental) @NotNull PayloadFormatVersion getPayloadFormatVersion()
Default: - undefined
https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html@Stability(value=Experimental) @NotNull HttpIntegrationType getType()
@Stability(value=Experimental) @NotNull String getUri()
@Stability(value=Experimental) @Nullable default String getConnectionId()
Supported only for HTTP APIs.
Default: - undefined
@Stability(value=Experimental) @Nullable default HttpConnectionType getConnectionType()
Default: HttpConnectionType.INTERNET
@Stability(value=Experimental) @Nullable default HttpMethod getMethod()
Required for HttpIntegrationType.HTTP_PROXY
Default: - undefined
@Stability(value=Experimental) static HttpRouteIntegrationConfig.Builder builder()
HttpRouteIntegrationConfig.Builder of HttpRouteIntegrationConfigCopyright © 2021. All rights reserved.