Amazon App Runner · Example Payload

Amazon App Runner Healthcheckconfiguration Example

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Amazon App Runner Healthcheckconfiguration Example is an example object payload from Amazon App Runner, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ProtocolPathIntervalTimeoutHealthyThresholdUnhealthyThreshold

Example Payload

Raw ↑
{
  "Protocol": "example-Protocol",
  "Path": "example-Path",
  "Interval": "example-Interval",
  "Timeout": "example-Timeout",
  "HealthyThreshold": "example-HealthyThreshold",
  "UnhealthyThreshold": "example-UnhealthyThreshold"
}