RestHealthCheckStepAttributes interface

Defines the REST health check step properties.

Properties

healthChecks

The list of checks that form the health check step.

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

waitDuration

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

Property Details

healthChecks

The list of checks that form the health check step.

healthChecks: RestHealthCheck[]

Property Value

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

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