enum MeshFilterType
Language | Type name |
---|---|
![]() | aws_cdk.aws_appmesh.MeshFilterType |
![]() | software.amazon.awscdk.services.appmesh.MeshFilterType |
![]() | Amazon.CDK.AWS.AppMesh.MeshFilterType |
![]() | @aws-cdk/aws-appmesh.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.
Members
Name | Description |
---|---|
ALLOW_ALL | Allows all outbound traffic. |
DROP_ALL | Allows traffic only to other resources inside the mesh, or API calls to amazon resources. |
ALLOW_ALL
Allows all outbound traffic.
DROP_ALL
Allows traffic only to other resources inside the mesh, or API calls to amazon resources.