AWS App Mesh · JSON Structure

App Mesh Tcp Timeout Structure

An object that represents types of timeouts.

Type: object Properties: 1
DeprecatedEnvoyMicroservicesNetworkingService Mesh

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

Properties

idle

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "idle": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Duration"
        },
        {
          "description": "An object that represents an idle timeout. An idle timeout bounds the amount of time that a connection may be idle. The default value is none."
        }
      ]
    }
  },
  "description": "An object that represents types of timeouts. ",
  "$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-tcp-timeout-structure.json",
  "name": "TcpTimeout"
}