Uses of Interface
software.amazon.awscdk.services.apigatewayv2.IVpcLink
Packages that use IVpcLink
Package
Description
AWS APIGatewayv2 Integrations
AWS APIGatewayv2 Construct Library
-
Uses of IVpcLink in software.amazon.awscdk.aws_apigatewayv2_integrations
Methods in software.amazon.awscdk.aws_apigatewayv2_integrations that return IVpcLinkModifier and TypeMethodDescriptionfinal IVpcLinkHttpAlbIntegrationProps.Jsii$Proxy.getVpcLink()final IVpcLinkHttpNlbIntegrationProps.Jsii$Proxy.getVpcLink()default IVpcLinkHttpPrivateIntegrationOptions.getVpcLink()The vpc link to be used for the private integration.final IVpcLinkHttpPrivateIntegrationOptions.Jsii$Proxy.getVpcLink()final IVpcLinkHttpServiceDiscoveryIntegrationProps.Jsii$Proxy.getVpcLink()Methods in software.amazon.awscdk.aws_apigatewayv2_integrations with parameters of type IVpcLinkModifier and TypeMethodDescriptionThe vpc link to be used for the private integration.Sets the value ofHttpPrivateIntegrationOptions.getVpcLink()The vpc link to be used for the private integration.Sets the value ofHttpPrivateIntegrationOptions.getVpcLink()Sets the value ofHttpPrivateIntegrationOptions.getVpcLink()The vpc link to be used for the private integration.Sets the value ofHttpPrivateIntegrationOptions.getVpcLink() -
Uses of IVpcLink in software.amazon.awscdk.services.apigatewayv2
Subinterfaces of IVpcLink in software.amazon.awscdk.services.apigatewayv2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIVpcLink.Classes in software.amazon.awscdk.services.apigatewayv2 that implement IVpcLinkModifier and TypeClassDescriptionstatic 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 HTTP API to access resources in an Amazon Virtual Private Cloud (VPC).Methods in software.amazon.awscdk.services.apigatewayv2 that return IVpcLinkModifier and TypeMethodDescriptionstatic IVpcLinkVpcLink.fromVpcLinkAttributes(software.constructs.Construct scope, String id, VpcLinkAttributes attrs) Import a VPC Link by specifying its attributes.