Amazon App Mesh · JSON Structure

Amazon App Mesh Listenertimeout Structure

Type: record Properties: 0
MicroservicesNetworkingService Mesh

ListenerTimeout is a JSON Structure definition published by Amazon App Mesh. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "ListenerTimeout",
  "type": "record",
  "fields": [
    {
      "name": "grpc",
      "type": "string"
    },
    {
      "name": "http",
      "type": "string"
    },
    {
      "name": "http2",
      "type": "string"
    },
    {
      "name": "tcp",
      "type": "string"
    }
  ]
}