Service Health Check Configuration Args
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
fun ServiceHealthCheckConfigurationArgs(healthyThreshold: Output<Int>? = null, interval: Output<Int>? = null, path: Output<String>? = null, protocol: Output<ServiceHealthCheckConfigurationProtocol>? = null, timeout: Output<Int>? = null, unhealthyThreshold: Output<Int>? = null)