Amazon App Mesh · Schema

TcpTimeout

An object that represents types of timeouts.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
idle object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-tcptimeout-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TcpTimeout",
  "description": "An object that represents types of timeouts. ",
  "type": "object",
  "properties": {
    "idle": {}
  }
}