Amazon App Mesh · Schema

VirtualNodeHttp2ConnectionPool

An object that represents a type of connection pool.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
maxRequests object
View JSON Schema on GitHub

JSON Schema

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