ConnectionMonitorSourceArgs

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

Describes the source of connection monitor.

Constructors

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

Properties

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

The source port used by connection monitor.

Link copied to clipboard
val resourceId: Output<String>

The ID of the resource used as the source by connection monitor.

Functions

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