AWS App Mesh · JSON Structure

App Mesh Health Check Timeout Millis Structure

HealthCheckTimeoutMillis schema from AWS App Mesh

Type: int32 Properties: 0
DeprecatedEnvoyMicroservicesNetworkingService Mesh

HealthCheckTimeoutMillis is a JSON Structure definition published by AWS App Mesh. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "int32",
  "minimum": 2000,
  "maximum": 60000,
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-structure/app-mesh-health-check-timeout-millis-structure.json",
  "name": "HealthCheckTimeoutMillis",
  "description": "HealthCheckTimeoutMillis schema from AWS App Mesh"
}