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