Uses of Class
software.amazon.awscdk.services.apigatewayv2.integrations.HttpAlbIntegration.Builder
Package
Description
AWS APIGatewayv2 Integrations
-
Uses of HttpAlbIntegration.Builder in software.amazon.awscdk.services.apigatewayv2.integrations
Modifier and TypeMethodDescriptionstatic HttpAlbIntegration.Builder
HttpAlbIntegration.Builder.create
(String id, IApplicationListener listener) HttpAlbIntegration.Builder.method
(HttpMethod method) (experimental) The HTTP method that must be used to invoke the underlying HTTP proxy.HttpAlbIntegration.Builder.parameterMapping
(ParameterMapping parameterMapping) (experimental) Specifies how to transform HTTP requests before sending them to the backend.HttpAlbIntegration.Builder.secureServerName
(String secureServerName) (experimental) Specifies the server name to verified by HTTPS when calling the backend integration.(experimental) The vpc link to be used for the private integration.