Amazon App Mesh · Schema

VirtualGatewayGrpcConnectionPool

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-virtualgatewaygrpcconnectionpool-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "VirtualGatewayGrpcConnectionPool",
  "description": "An object that represents a type of connection pool.",
  "type": "object",
  "properties": {
    "maxRequests": {}
  },
  "required": [
    "maxRequests"
  ]
}