Amazon App Mesh · Schema

VirtualGatewayListener

An object that represents a listener for a virtual gateway.

MicroservicesNetworkingService Mesh

Properties

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

JSON Schema

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