import { VirtualRouter } from 'aws-cdk-lib/aws-appmesh';Or use the module namespace:
import * as appmesh from 'aws-cdk-lib/aws-appmesh';
// appmesh.VirtualRouterConfiguration passed to the constructor as VirtualRouterProps.
meshRequiredIMeshThe Mesh which the VirtualRouter belongs to.
VirtualRouterBasePropslistenersOptionalinherited from VirtualRouterBasePropsVirtualRouterListener[]Listener specification for the VirtualRouter.
Default: - A listener on HTTP port 8080
virtualRouterNameOptionalinherited from VirtualRouterBasePropsstringThe name of the VirtualRouter.
Default: - A name is automatically determined
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-appmesh