AWS App Mesh · JSON Structure

App Mesh Listener Timeout Structure

An object that represents timeouts for different protocols.

Type: object Properties: 4
DeprecatedEnvoyMicroservicesNetworkingService Mesh

ListenerTimeout is a JSON Structure definition published by AWS App Mesh, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

grpc http http2 tcp

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "grpc": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GrpcTimeout"
        },
        {
          "description": "An object that represents types of timeouts. "
        }
      ]
    },
    "http": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HttpTimeout"
        },
        {
          "description": "An object that represents types of timeouts. "
        }
      ]
    },
    "http2": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HttpTimeout"
        },
        {
          "description": "An object that represents types of timeouts. "
        }
      ]
    },
    "tcp": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TcpTimeout"
        },
        {
          "description": "An object that represents types of timeouts. "
        }
      ]
    }
  },
  "description": "An object that represents timeouts for different protocols.",
  "$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-listener-timeout-structure.json",
  "name": "ListenerTimeout"
}