Uses of Interface
software.amazon.awscdk.services.appmesh.IGatewayRoute
Packages that use IGatewayRoute
-
Uses of IGatewayRoute in software.amazon.awscdk.services.appmesh
Subinterfaces of IGatewayRoute in software.amazon.awscdk.services.appmeshModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIGatewayRoute.Classes in software.amazon.awscdk.services.appmesh that implement IGatewayRouteModifier and TypeClassDescriptionclassGatewayRoute represents a new or existing gateway route attached to a VirtualGateway and Mesh.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.appmesh that return IGatewayRouteModifier and TypeMethodDescriptionstatic IGatewayRouteGatewayRoute.fromGatewayRouteArn(software.constructs.Construct scope, String id, String gatewayRouteArn) Import an existing GatewayRoute given an ARN.static IGatewayRouteGatewayRoute.fromGatewayRouteAttributes(software.constructs.Construct scope, String id, GatewayRouteAttributes attrs) Import an existing GatewayRoute given attributes.