class Aws::AppMesh::Types::VirtualGatewayHttpConnectionPool
An object that represents a type of connection pool.
@note When making an API call, you may pass VirtualGatewayHttpConnectionPool
data as a hash: { max_connections: 1, # required max_pending_requests: 1, }
@!attribute [rw] max_connections
Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster. @return [Integer]
@!attribute [rw] max_pending_requests
Number of overflowing requests after `max_connections` Envoy will queue to upstream cluster. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/VirtualGatewayHttpConnectionPool AWS API Documentation
Constants
- SENSITIVE