UptimeCheckConfigTcpCheckArgs

data class UptimeCheckConfigTcpCheckArgs(val port: Output<Int>) : ConvertibleToJava<UptimeCheckConfigTcpCheckArgs>

Constructors

Link copied to clipboard
constructor(port: Output<Int>)

Properties

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 MonitoredResource) to construct the full URL.

Functions

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