| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 | |
| software.amazon.awscdk.services.apigatewayv2.integrations |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IVpcLink.Jsii$Default
Internal default implementation for
IVpcLink. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IVpcLink.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
VpcLink
(experimental) Define a new VPC Link Specifies an API Gateway VPC link for a HTTP API to access resources in an Amazon Virtual Private Cloud (VPC).
|
| Modifier and Type | Method and Description |
|---|---|
static IVpcLink |
VpcLink.fromVpcLinkId(software.constructs.Construct scope,
String id,
String vpcLinkId)
(experimental) Import a VPC Link by its Id.
|
| 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 |
HttpServiceDiscoveryIntegrationProps.getVpcLink()
(experimental) The vpc link to be used for the private integration.
|
IVpcLink |
HttpServiceDiscoveryIntegrationProps.Jsii$Proxy.getVpcLink() |
IVpcLink |
HttpAlbIntegrationProps.Jsii$Proxy.getVpcLink() |
IVpcLink |
HttpNlbIntegrationProps.Jsii$Proxy.getVpcLink() |
| Modifier and Type | Method and Description |
|---|---|
HttpPrivateIntegrationOptions.Builder |
HttpPrivateIntegrationOptions.Builder.vpcLink(IVpcLink vpcLink)
Sets the value of
HttpPrivateIntegrationOptions.getVpcLink() |
HttpServiceDiscoveryIntegrationProps.Builder |
HttpServiceDiscoveryIntegrationProps.Builder.vpcLink(IVpcLink vpcLink)
Sets the value of
HttpServiceDiscoveryIntegrationProps.getVpcLink() |
HttpNlbIntegration.Builder |
HttpNlbIntegration.Builder.vpcLink(IVpcLink vpcLink)
(experimental) The vpc link to be used for the private integration.
|
HttpAlbIntegrationProps.Builder |
HttpAlbIntegrationProps.Builder.vpcLink(IVpcLink vpcLink)
Sets the value of
HttpPrivateIntegrationOptions.getVpcLink() |
HttpAlbIntegration.Builder |
HttpAlbIntegration.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() |
HttpServiceDiscoveryIntegration.Builder |
HttpServiceDiscoveryIntegration.Builder.vpcLink(IVpcLink vpcLink)
(experimental) The vpc link to be used for the private integration.
|
| Constructor and Description |
|---|
Jsii$Proxy(ApplicationListener listener,
HttpMethod method,
IVpcLink vpcLink)
Constructor that initializes the object based on literal property values passed by the
HttpAlbIntegrationProps.Builder. |
Jsii$Proxy(HttpMethod method,
IVpcLink vpcLink)
Constructor that initializes the object based on literal property values passed by the
HttpPrivateIntegrationOptions.Builder. |
Jsii$Proxy(NetworkListener listener,
HttpMethod method,
IVpcLink vpcLink)
Constructor that initializes the object based on literal property values passed by the
HttpNlbIntegrationProps.Builder. |
Jsii$Proxy(Service service,
IVpcLink vpcLink,
HttpMethod method)
Constructor that initializes the object based on literal property values passed by the
HttpServiceDiscoveryIntegrationProps.Builder. |
Copyright © 2020. All rights reserved.