HealthcheckTcpConfigArgs

data class HealthcheckTcpConfigArgs(val method: Output<String>? = null, val port: Output<Int>? = null) : ConvertibleToJava<HealthcheckTcpConfigArgs>

Constructors

Link copied to clipboard
constructor(method: Output<String>? = null, port: Output<Int>? = null)

Properties

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

The TCP connection method to use for the health check. Available values: "connection_established".

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

Port number to connect to for the health check. Defaults to 80.

Functions

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