| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| 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 RestApi 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.
|
IVpcLink |
LambdaIntegrationOptions.Jsii$Proxy.getVpcLink() |
default IVpcLink |
IntegrationOptions.getVpcLink()
(experimental) The VpcLink used for the integration.
|
IVpcLink |
IntegrationOptions.Jsii$Proxy.getVpcLink() |
| Modifier and Type | Method and Description |
|---|---|
LambdaIntegrationOptions.Builder |
LambdaIntegrationOptions.Builder.vpcLink(IVpcLink vpcLink)
Sets the value of
IntegrationOptions.getVpcLink() |
IntegrationOptions.Builder |
IntegrationOptions.Builder.vpcLink(IVpcLink vpcLink)
Sets the value of
IntegrationOptions.getVpcLink() |
MockIntegration.Builder |
MockIntegration.Builder.vpcLink(IVpcLink vpcLink)
(experimental) The VpcLink used for the integration.
|
LambdaIntegration.Builder |
LambdaIntegration.Builder.vpcLink(IVpcLink vpcLink)
(experimental) The VpcLink used for the integration.
|
Copyright © 2021. All rights reserved.