AWS App Mesh · Schema

HealthCheckIntervalMillis

HealthCheckIntervalMillis schema from AWS App Mesh

DeprecatedEnvoyMicroservicesNetworkingService Mesh
View JSON Schema on GitHub

JSON Schema

app-mesh-health-check-interval-millis-schema.json Raw ↑
{
  "type": "integer",
  "minimum": 5000,
  "maximum": 300000,
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-schema/app-mesh-health-check-interval-millis-schema.json",
  "title": "HealthCheckIntervalMillis",
  "description": "HealthCheckIntervalMillis schema from AWS App Mesh"
}