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

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

Overview

An object that represents the specification of a service mesh.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#egress_filterTypes::EgressFilter

The egress filter rules for the service mesh.

Returns:



3728
3729
3730
3731
3732
3733
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 3728

class MeshSpec < Struct.new(
  :egress_filter,
  :service_discovery)
  SENSITIVE = []
  include Aws::Structure
end

#service_discoveryTypes::MeshServiceDiscovery

An object that represents the service discovery information for a service mesh.



3728
3729
3730
3731
3732
3733
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 3728

class MeshSpec < Struct.new(
  :egress_filter,
  :service_discovery)
  SENSITIVE = []
  include Aws::Structure
end