HealthCheckStepPropertiesArgs

data class HealthCheckStepPropertiesArgs(val attributes: Output<RestHealthCheckStepAttributesArgs>, val stepType: Output<String>) : ConvertibleToJava<HealthCheckStepPropertiesArgs>

Defines the properties of a health check step.

Constructors

Link copied to clipboard
constructor(attributes: Output<RestHealthCheckStepAttributesArgs>, stepType: Output<String>)

Properties

Link copied to clipboard

The health check step attributes

Link copied to clipboard
val stepType: Output<String>

The type of step. Expected value is 'HealthCheck'.

Functions

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