You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppMesh::Types::EgressFilter

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing EgressFilter as input to an Aws::Client method, you can use a vanilla Hash:

{
  type: "ALLOW_ALL", # required, accepts ALLOW_ALL, DROP_ALL
}

An object that represents the egress filter rules for a service mesh.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

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 to ALLOW_ALL to allow egress to any endpoint inside or outside of the service mesh.

Possible values:

  • ALLOW_ALL
  • DROP_ALL

Returns:

  • (String)

    The egress filter type.