Amazon App Runner · Schema

HealthCheckConfiguration

Describes the settings for the health check that App Runner performs to monitor the health of a service.

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
Protocol object
Path object
Interval object
Timeout object
HealthyThreshold object
UnhealthyThreshold object
View JSON Schema on GitHub

JSON Schema

amazon-app-runner-healthcheckconfiguration-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "HealthCheckConfiguration",
  "description": "Describes the settings for the health check that App Runner performs to monitor the health of a service.",
  "type": "object",
  "properties": {
    "Protocol": {},
    "Path": {},
    "Interval": {},
    "Timeout": {},
    "HealthyThreshold": {},
    "UnhealthyThreshold": {}
  }
}