AWS App Mesh · JSON Structure

App Mesh Virtual Gateway Grpc Connection Pool Structure

An object that represents a type of connection pool.

Type: object Properties: 1 Required: 1
DeprecatedEnvoyMicroservicesNetworkingService Mesh

VirtualGatewayGrpcConnectionPool is a JSON Structure definition published by AWS App Mesh, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

maxRequests

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "maxRequests": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MaxRequests"
        },
        {
          "description": "Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster."
        }
      ]
    }
  },
  "required": [
    "maxRequests"
  ],
  "description": "An object that represents a type of connection pool.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-structure/app-mesh-virtual-gateway-grpc-connection-pool-structure.json",
  "name": "VirtualGatewayGrpcConnectionPool"
}