ServiceHealthCheckConfigurationArgs

data class ServiceHealthCheckConfigurationArgs(val healthyThreshold: Output<Int>? = null, val interval: Output<Int>? = null, val path: Output<String>? = null, val protocol: Output<ServiceHealthCheckConfigurationProtocol>? = null, val timeout: Output<Int>? = null, val unhealthyThreshold: Output<Int>? = null) : ConvertibleToJava<ServiceHealthCheckConfigurationArgs>

Health check configuration

Constructors

Link copied to clipboard
constructor(healthyThreshold: Output<Int>? = null, interval: Output<Int>? = null, path: Output<String>? = null, protocol: Output<ServiceHealthCheckConfigurationProtocol>? = null, timeout: Output<Int>? = null, unhealthyThreshold: Output<Int>? = null)

Properties

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

Health check Healthy Threshold

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

Health check Interval

Link copied to clipboard
val path: Output<String>? = null

Health check Path

Link copied to clipboard

Health Check Protocol

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

Health check Timeout

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

Health check Unhealthy Threshold

Functions

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