AppConnectionApplicationEndpointArgs

data class AppConnectionApplicationEndpointArgs(val host: Output<String>, val port: Output<Int>) : ConvertibleToJava<AppConnectionApplicationEndpointArgs>

Constructors

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

Properties

Link copied to clipboard
val host: Output<String>

Hostname or IP address of the remote application endpoint.

Link copied to clipboard
val port: Output<Int>

Port of the remote application endpoint.

Functions

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