14 CDK constructs available in aws-cdk-lib/aws-appmesh
import * as appmesh from 'aws-cdk-lib/aws-appmesh';Higher-level abstractions with sensible defaults and convenience methods.
GatewayRoute represents a new or existing gateway route attached to a VirtualGateway and Mesh.
Define a new AppMesh mesh.
Route represents a new or existing route attached to a VirtualRouter and Mesh.
VirtualGateway represents a newly defined App Mesh Virtual Gateway. A virtual gateway allows resources that are outside of your mesh to communicate to resources that are inside of your mesh.
VirtualNode represents a newly defined AppMesh VirtualNode. Any inbound traffic that your virtual node expects should be specified as a listener. Any outbound traffic that your virtual node expects to reach should be specified as a backend. [disable-awslint:no-grants]
VirtualService represents a service inside an AppMesh. It routes traffic either to a Virtual Node or to a Virtual Router.
Direct CloudFormation resource mappings. One-to-one with CloudFormation resource types.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-cdk-lib/aws-appmesh