AWS App Mesh · Schema

TcpTimeout

An object that represents types of timeouts.

DeprecatedEnvoyMicroservicesNetworkingService Mesh

Properties

Name Type Description
idle object
View JSON Schema on GitHub

JSON Schema

app-mesh-tcp-timeout-schema.json 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-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-schema/app-mesh-tcp-timeout-schema.json",
  "title": "TcpTimeout"
}