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, which specifies the different types this object can be | 
| 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: stringProperty 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?: stringProperty 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?: stringProperty Value
string