Amazon App Mesh · Schema

OutlierDetection

An object that represents the outlier detection for a virtual node's listener.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
baseEjectionDuration object
interval object
maxEjectionPercent object
maxServerErrors object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-outlierdetection-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "OutlierDetection",
  "description": "An object that represents the outlier detection for a virtual node's listener.",
  "type": "object",
  "properties": {
    "baseEjectionDuration": {},
    "interval": {},
    "maxEjectionPercent": {},
    "maxServerErrors": {}
  },
  "required": [
    "baseEjectionDuration",
    "interval",
    "maxEjectionPercent",
    "maxServerErrors"
  ]
}