Amazon App Mesh · Schema

VirtualNodeTcpConnectionPool

An object that represents a type of connection pool.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
maxConnections object
View JSON Schema on GitHub

JSON Schema

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