Class MeshFilterType
A utility enum defined for the egressFilter type property, the default of DROP_ALL, allows traffic only to other resources inside the mesh, or API calls to amazon resources.
Inheritance
System.Object
MeshFilterType
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public sealed class MeshFilterType : Enum
Syntax (vb)
Public NotInheritable Class MeshFilterType
Inherits
Enum
Remarks
Default: DROP_ALL
ExampleMetadata: infused
Examples
var mesh = new Mesh(this, "AppMesh", new MeshProps {
MeshName = "myAwsMesh",
EgressFilter = MeshFilterType.ALLOW_ALL
});
Synopsis
Fields
ALLOW_ALL | Allows all outbound traffic. |
DROP_ALL | Allows traffic only to other resources inside the mesh, or API calls to amazon resources. |
value__ |
Fields
ALLOW_ALL
Allows all outbound traffic.
public const MeshFilterType ALLOW_ALL
Field Value
Type | Description |
---|---|
MeshFilterType |
DROP_ALL
Allows traffic only to other resources inside the mesh, or API calls to amazon resources.
public const MeshFilterType DROP_ALL
Field Value
Type | Description |
---|---|
MeshFilterType |
value__
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |