Amazon App Mesh · JSON Structure

Amazon App Mesh Listener Structure

Type: record Properties: 0
MicroservicesNetworkingService Mesh

Listener 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": "Listener",
  "type": "record",
  "fields": [
    {
      "name": "connectionPool",
      "type": "string"
    },
    {
      "name": "healthCheck",
      "type": "string"
    },
    {
      "name": "outlierDetection",
      "type": "string"
    },
    {
      "name": "portMapping",
      "type": "string"
    },
    {
      "name": "timeout",
      "type": "string"
    },
    {
      "name": "tls",
      "type": "string"
    }
  ]
}