GatewayRoute represents a new or existing gateway route attached to a VirtualGateway and Mesh.
import { GatewayRoute } from 'aws-cdk-lib/aws-appmesh';Or use the module namespace:
import * as appmesh from 'aws-cdk-lib/aws-appmesh';
// appmesh.GatewayRouteConfiguration passed to the constructor as GatewayRouteProps.
virtualGatewayRequiredIVirtualGatewayThe VirtualGateway this GatewayRoute is associated with.
GatewayRouteBasePropsrouteSpecRequiredinherited from GatewayRouteBasePropsGatewayRouteSpecWhat protocol the route uses.
gatewayRouteNameOptionalinherited from GatewayRouteBasePropsstringThe name of the GatewayRoute.
Default: - an automatically generated name
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-appmesh