| 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
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)
Import a VPC Link by its Id.
|
IVpcLink |
LambdaIntegrationOptions.Jsii$Proxy.getVpcLink() |
IVpcLink |
StepFunctionsExecutionIntegrationOptions.Jsii$Proxy.getVpcLink() |
default IVpcLink |
IntegrationOptions.getVpcLink()
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() |
LambdaIntegration.Builder |
LambdaIntegration.Builder.vpcLink(IVpcLink vpcLink)
The VpcLink used for the integration.
|
MockIntegration.Builder |
MockIntegration.Builder.vpcLink(IVpcLink vpcLink)
The VpcLink used for the integration.
|
StepFunctionsExecutionIntegrationOptions.Builder |
StepFunctionsExecutionIntegrationOptions.Builder.vpcLink(IVpcLink vpcLink)
Sets the value of
IntegrationOptions.getVpcLink() |
IntegrationOptions.Builder |
IntegrationOptions.Builder.vpcLink(IVpcLink vpcLink)
Sets the value of
IntegrationOptions.getVpcLink() |
Copyright © 2022. All rights reserved.