Flexible App Version Readiness Check Args
data class FlexibleAppVersionReadinessCheckArgs(val appStartTimeout: Output<String>? = null, val checkInterval: Output<String>? = null, val failureThreshold: Output<Double>? = null, val host: Output<String>? = null, val path: Output<String>, val successThreshold: Output<Double>? = null, val timeout: Output<String>? = null) : ConvertibleToJava<FlexibleAppVersionReadinessCheckArgs>
Properties
Link copied to clipboard
A maximum time limit on application initialization, measured from moment the application successfully replies to a healthcheck until it is ready to serve traffic. Default: "300s"
Link copied to clipboard
Interval between health checks. Default: "5s".
Link copied to clipboard
Number of consecutive failed checks required before removing traffic. Default: 2.
Link copied to clipboard
Number of consecutive successful checks required before receiving traffic. Default: 2.