App Spec Service Health Check Args
data class AppSpecServiceHealthCheckArgs(val failureThreshold: Output<Int>? = null, val httpPath: Output<String>? = null, val initialDelaySeconds: Output<Int>? = null, val periodSeconds: Output<Int>? = null, val port: Output<Int>? = null, val successThreshold: Output<Int>? = null, val timeoutSeconds: Output<Int>? = null) : ConvertibleToJava<AppSpecServiceHealthCheckArgs>
Properties
Link copied to clipboard
The number of failed health checks before considered unhealthy.
Link copied to clipboard
The number of seconds to wait before beginning health checks.
Link copied to clipboard
The number of seconds to wait between health checks.
Link copied to clipboard
The number of successful health checks before considered healthy.
Link copied to clipboard
The number of seconds after which the check times out.