ConnectionProfileForwardSshConnectivityArgs

data class ConnectionProfileForwardSshConnectivityArgs(val hostname: Output<String>, val password: Output<String>? = null, val port: Output<Int>? = null, val privateKey: Output<String>? = null, val username: Output<String>) : ConvertibleToJava<ConnectionProfileForwardSshConnectivityArgs>

Constructors

constructor(hostname: Output<String>, password: Output<String>? = null, port: Output<Int>? = null, privateKey: Output<String>? = null, username: Output<String>)

Properties

Link copied to clipboard
val hostname: Output<String>

Hostname for the SSH tunnel.

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

SSH password. Note: This property is sensitive and will not be displayed in the plan.

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

Port for the SSH tunnel.

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

SSH private key. Note: This property is sensitive and will not be displayed in the plan.

Link copied to clipboard
val username: Output<String>

Username for the SSH tunnel.

Functions

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