Uses of Interface
software.amazon.awscdk.interfaces.apigateway.IVpcLinkRef
Packages that use IVpcLinkRef
Package
Description
Amazon API Gateway Construct Library
-
Uses of IVpcLinkRef in software.amazon.awscdk.interfaces.apigateway
Subinterfaces of IVpcLinkRef in software.amazon.awscdk.interfaces.apigatewayModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIVpcLinkRef.Classes in software.amazon.awscdk.interfaces.apigateway that implement IVpcLinkRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IVpcLinkRef in software.amazon.awscdk.services.apigateway
Subinterfaces of IVpcLinkRef in software.amazon.awscdk.services.apigatewayModifier and TypeInterfaceDescriptioninterfaceRepresents an API Gateway VpcLink.static interfaceInternal default implementation forIVpcLink.Classes in software.amazon.awscdk.services.apigateway that implement IVpcLinkRefModifier and TypeClassDescriptionclassTheAWS::ApiGateway::VpcLinkresource creates an API Gateway VPC link for a REST API to access resources in an Amazon Virtual Private Cloud (VPC).static final classA proxy class which represents a concrete javascript instance of this type.classDefine a new VPC Link Specifies an API Gateway VPC link for a RestApi to access resources in an Amazon Virtual Private Cloud (VPC).Methods in software.amazon.awscdk.services.apigateway that return IVpcLinkRefModifier and TypeMethodDescriptionstatic IVpcLinkRefCfnVpcLink.fromVpcLinkId(software.constructs.Construct scope, String id, String vpcLinkId) Creates a new IVpcLinkRef from a vpcLinkId.