Service Health Check Configuration Args
data class ServiceHealthCheckConfigurationArgs(val healthyThreshold: Output<Int>? = null, val interval: Output<Int>? = null, val path: Output<String>? = null, val protocol: Output<String>? = null, val timeout: Output<Int>? = null, val unhealthyThreshold: Output<Int>? = null) : ConvertibleToJava<ServiceHealthCheckConfigurationArgs>
Constructors
Properties
Link copied to clipboard
Number of consecutive checks that must succeed before App Runner decides that the service is healthy. Defaults to 1. Minimum value of 1. Maximum value of 20.
Link copied to clipboard
Number of consecutive checks that must fail before App Runner decides that the service is unhealthy. Defaults to 5. Minimum value of 1. Maximum value of 20.