Uses of Interface
software.amazon.awscdk.interfaces.ec2.IRouteServerRef
Packages that use IRouteServerRef
Package
Description
Amazon EC2 Construct Library
-
Uses of IRouteServerRef in software.amazon.awscdk.interfaces.ec2
Subinterfaces of IRouteServerRef in software.amazon.awscdk.interfaces.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIRouteServerRef.Classes in software.amazon.awscdk.interfaces.ec2 that implement IRouteServerRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IRouteServerRef in software.amazon.awscdk.services.ec2
Classes in software.amazon.awscdk.services.ec2 that implement IRouteServerRefModifier and TypeClassDescriptionclassSpecifies a route server to manage dynamic routing in a VPC.Methods in software.amazon.awscdk.services.ec2 that return IRouteServerRefModifier and TypeMethodDescriptionstatic IRouteServerRefCfnRouteServer.fromRouteServerArn(software.constructs.Construct scope, String id, String arn) Creates a new IRouteServerRef from an ARN.static IRouteServerRefCfnRouteServer.fromRouteServerId(software.constructs.Construct scope, String id, String routeServerId) Creates a new IRouteServerRef from a routeServerId.