EgressFilter
An object that represents the egress filter rules for a service mesh.
Contents
- type
-
The egress filter type. By default, the type is
DROP_ALL
, which allows egress only from virtual nodes to other defined resources in the service mesh (and any traffic to*.amazonaws.com
for AWS API calls). You can set the egress filter type toALLOW_ALL
to allow egress to any endpoint inside or outside of the service mesh.Type: String
Valid Values:
ALLOW_ALL | DROP_ALL
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: