@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-14T20:30:54.620Z") @Stability(value=Experimental) public interface HttpNlbIntegrationProps extends software.amazon.jsii.JsiiSerializable, HttpPrivateIntegrationOptions
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apigatewayv2.*;
import software.amazon.awscdk.services.apigatewayv2.integrations.*;
ParameterMapping parameterMapping;
VpcLink vpcLink;
HttpNlbIntegrationProps httpNlbIntegrationProps = HttpNlbIntegrationProps.builder()
.method(HttpMethod.ANY)
.parameterMapping(parameterMapping)
.secureServerName("secureServerName")
.vpcLink(vpcLink)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
HttpNlbIntegrationProps.Builder
A builder for
HttpNlbIntegrationProps |
static class |
HttpNlbIntegrationProps.Jsii$Proxy
An implementation for
HttpNlbIntegrationProps |
| Modifier and Type | Method and Description |
|---|---|
static HttpNlbIntegrationProps.Builder |
builder() |
getMethod, getParameterMapping, getSecureServerName, getVpcLink@Stability(value=Experimental) static HttpNlbIntegrationProps.Builder builder()
builder in interface HttpPrivateIntegrationOptionsHttpNlbIntegrationProps.Builder of HttpNlbIntegrationPropsCopyright © 2022. All rights reserved.