ServiceHealthCheckConfigArgs

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
constructor(failureThreshold: Output<Int>? = null, resourcePath: Output<String>? = null, type: Output<String>? = null)

Properties

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

The number of consecutive health checks. Maximum value of 10.

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

The path that you want Route 53 to request when performing health checks. Route 53 automatically adds the DNS name for the service. If you don't specify a value, the default value is /.

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

The type of health check that you want to create, which indicates how Route 53 determines whether an endpoint is healthy. Valid Values: HTTP, HTTPS, TCP

Functions

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