HealthCheckConfiguration
Describes the settings for the health check that AWS App Runner performs to monitor the health of a service.
Contents
- HealthyThreshold
-
The number of consecutive checks that must succeed before App Runner decides that the service is healthy.
Default:
1Type: Integer
Valid Range: Minimum value of 1. Maximum value of 20.
Required: No
- Interval
-
The time interval, in seconds, between health checks.
Default:
5Type: Integer
Valid Range: Minimum value of 1. Maximum value of 20.
Required: No
- Path
-
The URL that health check requests are sent to.
Pathis only applicable when you setProtocoltoHTTP.Default:
"/"Type: String
Length Constraints: Minimum length of 1.
Required: No
- Protocol
-
The IP protocol that App Runner uses to perform health checks for your service.
If you set
ProtocoltoHTTP, App Runner sends health check requests to the HTTP path specified byPath.Default:
TCPType: String
Valid Values:
TCP | HTTPRequired: No
- Timeout
-
The time, in seconds, to wait for a health check response before deciding it failed.
Default:
2Type: Integer
Valid Range: Minimum value of 1. Maximum value of 20.
Required: No
- UnhealthyThreshold
-
The number of consecutive checks that must fail before App Runner decides that the service is unhealthy.
Default:
5Type: Integer
Valid Range: Minimum value of 1. Maximum value of 20.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: