{ "$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": {} } }