UptimeCheckConfigTcpCheckArgs

data class UptimeCheckConfigTcpCheckArgs(val pingConfig: Output<UptimeCheckConfigTcpCheckPingConfigArgs>? = null, val port: Output<Int>) : ConvertibleToJava<UptimeCheckConfigTcpCheckArgs>

Constructors

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

Properties

Link copied to clipboard

Contains information needed to add pings to a TCP check. Structure is documented below.

Link copied to clipboard
val port: Output<Int>

The port to the page to run the check against. Will be combined with host (specified within the monitored_resource) to construct the full URL.

Functions

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