AWS Fundamentals Logo
AWS Fundamentals
L2 Construct

Mesh

Define a new AppMesh mesh.

Import

import { Mesh } from 'aws-cdk-lib/aws-appmesh';

Or use the module namespace:

import * as appmesh from 'aws-cdk-lib/aws-appmesh';
// appmesh.Mesh

Properties

Configuration passed to the constructor as MeshProps.

egressFilterOptional
MeshFilterType

Egress filter to be applied to the Mesh.

Default: DROP_ALL

meshNameOptional
string

The name of the Mesh being defined.

Default: - A name is automatically generated

serviceDiscoveryOptional
MeshServiceDiscovery

Defines how upstream clients will discover VirtualNodes in the Mesh.

Default: - No Service Discovery

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter