Uses of Interface
software.amazon.awscdk.interfaces.ec2.IVPNConnectionRef
Packages that use IVPNConnectionRef
Package
Description
Amazon EC2 Construct Library
-
Uses of IVPNConnectionRef in software.amazon.awscdk.interfaces.ec2
Subinterfaces of IVPNConnectionRef in software.amazon.awscdk.interfaces.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIVPNConnectionRef.Classes in software.amazon.awscdk.interfaces.ec2 that implement IVPNConnectionRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IVPNConnectionRef in software.amazon.awscdk.services.ec2
Subinterfaces of IVPNConnectionRef in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptioninterfacestatic interfaceInternal default implementation forIVpnConnection.Classes in software.amazon.awscdk.services.ec2 that implement IVPNConnectionRefModifier and TypeClassDescriptionclassSpecifies a VPN connection between a virtual private gateway and a VPN customer gateway or a transit gateway and a VPN customer gateway.static final classA proxy class which represents a concrete javascript instance of this type.classDefine a VPN Connection.classBase class for Vpn connections.Methods in software.amazon.awscdk.services.ec2 that return IVPNConnectionRefModifier and TypeMethodDescriptionstatic IVPNConnectionRefCfnVPNConnection.fromVpnConnectionId(software.constructs.Construct scope, String id, String vpnConnectionId) Creates a new IVPNConnectionRef from a vpnConnectionId.