ServiceTypeHealthPolicyArgs

data class ServiceTypeHealthPolicyArgs(val maxPercentUnhealthyServices: Output<Int>? = null) : ConvertibleToJava<ServiceTypeHealthPolicyArgs>

Represents the health policy used to evaluate the health of services belonging to a service type.

Constructors

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

Properties

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

The maximum percentage of services allowed to be unhealthy before your application is considered in error.

Functions

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