Service Health Check Config Args
data class ServiceHealthCheckConfigArgs(val failureThreshold: Output<Int>? = null, val resourcePath: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<ServiceHealthCheckConfigArgs>
Constructors
Link copied to clipboard
fun ServiceHealthCheckConfigArgs(failureThreshold: Output<Int>? = null, resourcePath: Output<String>? = null, type: Output<String>? = null)