Amazon App Mesh · Schema

VirtualGatewayHealthCheckPolicy

An object that represents the health check policy for a virtual gateway's listener.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
healthyThreshold object
intervalMillis object
path object
port object
protocol object
timeoutMillis object
unhealthyThreshold object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-virtualgatewayhealthcheckpolicy-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "VirtualGatewayHealthCheckPolicy",
  "description": "An object that represents the health check policy for a virtual gateway's listener.",
  "type": "object",
  "properties": {
    "healthyThreshold": {},
    "intervalMillis": {},
    "path": {},
    "port": {},
    "protocol": {},
    "timeoutMillis": {},
    "unhealthyThreshold": {}
  },
  "required": [
    "healthyThreshold",
    "intervalMillis",
    "protocol",
    "timeoutMillis",
    "unhealthyThreshold"
  ]
}