Uses of Interface
software.amazon.awscdk.interfaces.ec2.IRouteServerEndpointRef
Packages that use IRouteServerEndpointRef
Package
Description
Amazon EC2 Construct Library
-
Uses of IRouteServerEndpointRef in software.amazon.awscdk.interfaces.ec2
Subinterfaces of IRouteServerEndpointRef in software.amazon.awscdk.interfaces.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIRouteServerEndpointRef.Classes in software.amazon.awscdk.interfaces.ec2 that implement IRouteServerEndpointRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IRouteServerEndpointRef in software.amazon.awscdk.services.ec2
Classes in software.amazon.awscdk.services.ec2 that implement IRouteServerEndpointRefModifier and TypeClassDescriptionclassCreates a new endpoint for a route server in a specified subnet.Methods in software.amazon.awscdk.services.ec2 that return IRouteServerEndpointRefModifier and TypeMethodDescriptionstatic IRouteServerEndpointRefCfnRouteServerEndpoint.fromRouteServerEndpointArn(software.constructs.Construct scope, String id, String arn) Creates a new IRouteServerEndpointRef from an ARN.static IRouteServerEndpointRefCfnRouteServerEndpoint.fromRouteServerEndpointId(software.constructs.Construct scope, String id, String routeServerEndpointId) Creates a new IRouteServerEndpointRef from a routeServerEndpointId.