Uses of Interface
software.amazon.awscdk.interfaces.ec2.IVPNGatewayRef
Packages that use IVPNGatewayRef
Package
Description
Amazon EC2 Construct Library
-
Uses of IVPNGatewayRef in software.amazon.awscdk.interfaces.ec2
Subinterfaces of IVPNGatewayRef in software.amazon.awscdk.interfaces.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIVPNGatewayRef.Classes in software.amazon.awscdk.interfaces.ec2 that implement IVPNGatewayRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IVPNGatewayRef in software.amazon.awscdk.services.ec2
Subinterfaces of IVPNGatewayRef in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptioninterfaceThe virtual private gateway interface.static interfaceInternal default implementation forIVpnGateway.Classes in software.amazon.awscdk.services.ec2 that implement IVPNGatewayRefModifier and TypeClassDescriptionclassSpecifies a virtual private gateway.static final classA proxy class which represents a concrete javascript instance of this type.classThe VPN Gateway that shall be added to the VPC.Methods in software.amazon.awscdk.services.ec2 that return IVPNGatewayRefModifier and TypeMethodDescriptionstatic IVPNGatewayRefCfnVPNGateway.fromVpnGatewayId(software.constructs.Construct scope, String id, String vpnGatewayId) Creates a new IVPNGatewayRef from a vpnGatewayId.