Define a new AppMesh mesh.
import { Mesh } from 'aws-cdk-lib/aws-appmesh';Or use the module namespace:
import * as appmesh from 'aws-cdk-lib/aws-appmesh';
// appmesh.MeshConfiguration passed to the constructor as MeshProps.
egressFilterOptionalMeshFilterTypeEgress filter to be applied to the Mesh.
Default: DROP_ALL
meshNameOptionalstringThe name of the Mesh being defined.
Default: - A name is automatically generated
serviceDiscoveryOptionalMeshServiceDiscoveryDefines how upstream clients will discover VirtualNodes in the Mesh.
Default: - No Service Discovery
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-appmesh