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