Amazon App Mesh · JSON Structure

Amazon App Mesh Outlierdetection Structure

Type: record Properties: 0
MicroservicesNetworkingService Mesh

OutlierDetection 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": "OutlierDetection",
  "type": "record",
  "fields": [
    {
      "name": "baseEjectionDuration",
      "type": "string"
    },
    {
      "name": "interval",
      "type": "string"
    },
    {
      "name": "maxEjectionPercent",
      "type": "string"
    },
    {
      "name": "maxServerErrors",
      "type": "string"
    }
  ]
}