class Aws::AppMesh::Types::MeshSpec

An object that represents the specification of a service mesh.

@note When making an API call, you may pass MeshSpec

data as a hash:

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

@!attribute [rw] egress_filter

The egress filter rules for the service mesh.
@return [Types::EgressFilter]

@see docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/MeshSpec AWS API Documentation

Constants

SENSITIVE