Health Check Step Properties Args
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
fun HealthCheckStepPropertiesArgs(attributes: Output<RestHealthCheckStepAttributesArgs>, stepType: Output<String>)