Uses of Interface
software.amazon.awscdk.services.appmesh.IRoute
Packages that use IRoute
-
Uses of IRoute in software.amazon.awscdk.services.appmesh
Subinterfaces of IRoute in software.amazon.awscdk.services.appmeshModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIRoute.Classes in software.amazon.awscdk.services.appmesh that implement IRouteModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classRoute represents a new or existing route attached to a VirtualRouter and Mesh.Methods in software.amazon.awscdk.services.appmesh that return IRouteModifier and TypeMethodDescriptionstatic IRouteRoute.fromRouteArn(software.constructs.Construct scope, String id, String routeArn) Import an existing Route given an ARN.static IRouteRoute.fromRouteAttributes(software.constructs.Construct scope, String id, RouteAttributes attrs) Import an existing Route given attributes.