| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2.integrations |
AWS APIGatewayv2 Integrations
|
| Modifier and Type | Method and Description |
|---|---|
static HttpNlbIntegration.Builder |
HttpNlbIntegration.Builder.create() |
HttpNlbIntegration.Builder |
HttpNlbIntegration.Builder.listener(INetworkListener listener)
(experimental) The listener to the network load balancer used for the integration.
|
HttpNlbIntegration.Builder |
HttpNlbIntegration.Builder.method(HttpMethod method)
(experimental) The HTTP method that must be used to invoke the underlying HTTP proxy.
|
HttpNlbIntegration.Builder |
HttpNlbIntegration.Builder.vpcLink(IVpcLink vpcLink)
(experimental) The vpc link to be used for the private integration.
|
Copyright © 2021. All rights reserved.