Class: Aws::AppMesh::Types::MeshSpec

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appmesh/types.rb

Overview

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
  },
}

An object representing the specification of a service mesh.

Instance Attribute Summary collapse

Instance Attribute Details

#egress_filterTypes::EgressFilter

The egress filter rules for the service mesh.

Returns:



3040
3041
3042
3043
# File 'lib/aws-sdk-appmesh/types.rb', line 3040

class MeshSpec < Struct.new(
  :egress_filter)
  include Aws::Structure
end