UptimeCheckConfigTcpCheckArgs

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

Constructors

Link copied to clipboard

Functions

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

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.