Rest Health Check Step Attributes Args
data class RestHealthCheckStepAttributesArgs(val healthChecks: Output<List<RestHealthCheckArgs>>, val healthyStateDuration: Output<String>, val maxElasticDuration: Output<String>? = null, val type: Output<String>, val waitDuration: Output<String>? = null) : ConvertibleToJava<RestHealthCheckStepAttributesArgs>
Defines the REST health check step properties.
Properties
Link copied to clipboard
The list of checks that form the health check step.
Link copied to clipboard
The duration in ISO 8601 format for which the resource is expected to be continuously healthy. If maxElasticDuration is specified, healthy state duration is enforced after the detection of first healthy signal.
Link copied to clipboard
The duration in ISO 8601 format for which the health check waits for the resource to become healthy. Health check fails if it doesn't. Health check starts to enforce healthyStateDuration once resource becomes healthy.
Link copied to clipboard
The duration in ISO 8601 format for which health check waits idly without any checks.