Amazon App Mesh · Schema

VirtualNodeHttpConnectionPool

An object that represents a type of connection pool.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
maxConnections object
maxPendingRequests object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-virtualnodehttpconnectionpool-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "VirtualNodeHttpConnectionPool",
  "description": "An object that represents a type of connection pool.",
  "type": "object",
  "properties": {
    "maxConnections": {},
    "maxPendingRequests": {}
  },
  "required": [
    "maxConnections"
  ]
}