ServiceHealthCheckCustomConfigArgs

data class ServiceHealthCheckCustomConfigArgs(val failureThreshold: Output<Int>? = null) : ConvertibleToJava<ServiceHealthCheckCustomConfigArgs>

Constructors

Link copied to clipboard
constructor(failureThreshold: Output<Int>? = null)

Properties

Link copied to clipboard
val failureThreshold: Output<Int>? = null

The number of 30-second intervals that you want service discovery to wait before it changes the health status of a service instance. Maximum value of 10.

Functions

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