Class: Aws::AppMesh::Types::VirtualNodeTcpConnectionPool

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

Overview

An object that represents a type of connection pool.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_connectionsInteger

Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster.

Returns:

  • (Integer)


5977
5978
5979
5980
5981
# File 'lib/aws-sdk-appmesh/types.rb', line 5977

class VirtualNodeTcpConnectionPool < Struct.new(
  :max_connections)
  SENSITIVE = []
  include Aws::Structure
end