Amazon App Mesh · Schema

ListenerTimeout

An object that represents timeouts for different protocols.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
grpc object
http object
http2 object
tcp object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-listenertimeout-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ListenerTimeout",
  "description": "An object that represents timeouts for different protocols.",
  "type": "object",
  "properties": {
    "grpc": {},
    "http": {},
    "http2": {},
    "tcp": {}
  }
}