HealthCheckStepAttributes interface

The attributes for the health check step.

Properties

healthyStateDuration

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.

maxElasticDuration

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.

type

Polymorphic discriminator, which specifies the different types this object can be

waitDuration

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

Property Details

healthyStateDuration

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.

healthyStateDuration: string

Property Value

string

maxElasticDuration

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.

maxElasticDuration?: string

Property Value

string

type

Polymorphic discriminator, which specifies the different types this object can be

type: "REST"

Property Value

"REST"

waitDuration

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

waitDuration?: string

Property Value

string