| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| software.amazon.awscdk.services.apigatewayv2.integrations |
AWS APIGatewayv2 Integrations
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IVpcLink.Jsii$Default
Internal default implementation for
IVpcLink. |
| Modifier and Type | Method and Description |
|---|---|
static IVpcLink |
VpcLink.fromVpcLinkAttributes(software.constructs.Construct scope,
String id,
VpcLinkAttributes attrs)
(experimental) Import a VPC Link by specifying its attributes.
|
| Modifier and Type | Method and Description |
|---|---|
default IVpcLink |
HttpPrivateIntegrationOptions.getVpcLink()
(experimental) The vpc link to be used for the private integration.
|
IVpcLink |
HttpPrivateIntegrationOptions.Jsii$Proxy.getVpcLink() |
IVpcLink |
HttpNlbIntegrationProps.Jsii$Proxy.getVpcLink() |
IVpcLink |
HttpServiceDiscoveryIntegrationProps.Jsii$Proxy.getVpcLink() |
IVpcLink |
HttpAlbIntegrationProps.Jsii$Proxy.getVpcLink() |
| Modifier and Type | Method and Description |
|---|---|
HttpServiceDiscoveryIntegration.Builder |
HttpServiceDiscoveryIntegration.Builder.vpcLink(IVpcLink vpcLink)
(experimental) The vpc link to be used for the private integration.
|
HttpAlbIntegration.Builder |
HttpAlbIntegration.Builder.vpcLink(IVpcLink vpcLink)
(experimental) The vpc link to be used for the private integration.
|
HttpPrivateIntegrationOptions.Builder |
HttpPrivateIntegrationOptions.Builder.vpcLink(IVpcLink vpcLink)
Sets the value of
HttpPrivateIntegrationOptions.getVpcLink() |
HttpNlbIntegration.Builder |
HttpNlbIntegration.Builder.vpcLink(IVpcLink vpcLink)
(experimental) The vpc link to be used for the private integration.
|
HttpNlbIntegrationProps.Builder |
HttpNlbIntegrationProps.Builder.vpcLink(IVpcLink vpcLink)
Sets the value of
HttpPrivateIntegrationOptions.getVpcLink() |
HttpServiceDiscoveryIntegrationProps.Builder |
HttpServiceDiscoveryIntegrationProps.Builder.vpcLink(IVpcLink vpcLink)
Sets the value of
HttpPrivateIntegrationOptions.getVpcLink() |
HttpAlbIntegrationProps.Builder |
HttpAlbIntegrationProps.Builder.vpcLink(IVpcLink vpcLink)
Sets the value of
HttpPrivateIntegrationOptions.getVpcLink() |
| Constructor and Description |
|---|
Jsii$Proxy(HttpMethod method,
IVpcLink vpcLink)
Constructor that initializes the object based on literal property values passed by the
HttpPrivateIntegrationOptions.Builder. |
Jsii$Proxy(IApplicationListener listener,
HttpMethod method,
IVpcLink vpcLink)
Constructor that initializes the object based on literal property values passed by the
HttpAlbIntegrationProps.Builder. |
Jsii$Proxy(INetworkListener listener,
HttpMethod method,
IVpcLink vpcLink)
Constructor that initializes the object based on literal property values passed by the
HttpNlbIntegrationProps.Builder. |
Jsii$Proxy(IService service,
HttpMethod method,
IVpcLink vpcLink)
Constructor that initializes the object based on literal property values passed by the
HttpServiceDiscoveryIntegrationProps.Builder. |
Copyright © 2021. All rights reserved.