Route represents a new or existing route attached to a VirtualRouter and Mesh.
import { Route } from 'aws-cdk-lib/aws-appmesh';Or use the module namespace:
import * as appmesh from 'aws-cdk-lib/aws-appmesh';
// appmesh.RouteConfiguration passed to the constructor as RouteProps.
meshRequiredIMeshThe service mesh to define the route in.
virtualRouterRequiredIVirtualRouterThe VirtualRouter the Route belongs to.
RouteBasePropsrouteSpecRequiredinherited from RouteBasePropsRouteSpecProtocol specific spec.
routeNameOptionalinherited from RouteBasePropsstringThe name of the route.
Default: - An automatically generated name
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-appmesh