Amazon App Mesh · Schema

Listener

An object that represents a listener for a virtual node.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
connectionPool object
healthCheck object
outlierDetection object
portMapping object
timeout object
tls object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-listener-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Listener",
  "description": "An object that represents a listener for a virtual node.",
  "type": "object",
  "properties": {
    "connectionPool": {},
    "healthCheck": {},
    "outlierDetection": {},
    "portMapping": {},
    "timeout": {},
    "tls": {}
  },
  "required": [
    "portMapping"
  ]
}