HealthCheckStepAttributes interface
The attributes for the health check step.
Properties
healthy |
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. |
max |
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 |
wait |
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
type: "HealthCheckStepAttributes"
Property Value
"HealthCheckStepAttributes"
waitDuration
The duration in ISO 8601 format for which health check waits idly without any checks.
waitDuration?: string
Property Value
string