AWS App Runner · Example Payload

App Runner Health Check Configuration Example

CI/CDContainersDeploymentMicroservicesServerless

App Runner Health Check Configuration Example is an example object payload from AWS 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": "TCP",
  "Path": "example-value",
  "Interval": 42,
  "Timeout": 42,
  "HealthyThreshold": 42,
  "UnhealthyThreshold": 42
}