RestHealthCheckStepAttributesArgs

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.

Constructors

Link copied to clipboard
constructor(healthChecks: Output<List<RestHealthCheckArgs>>, healthyStateDuration: Output<String>, maxElasticDuration: Output<String>? = null, type: Output<String>, waitDuration: Output<String>? = null)

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
val maxElasticDuration: Output<String>? = null

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
val type: Output<String>

The type of health check. Expected value is 'REST'.

Link copied to clipboard
val waitDuration: Output<String>? = null

The duration in ISO 8601 format for which health check waits idly without any checks.

Functions

Link copied to clipboard
open override fun toJava(): RestHealthCheckStepAttributesArgs