Uses of Interface
software.amazon.awscdk.services.apigateway.IVpcLinkRef
Packages that use IVpcLinkRef
-
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.static interfaceInternal default implementation forIVpcLinkRef.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.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.