ContactProfileLinkChannelEndPointArgs

data class ContactProfileLinkChannelEndPointArgs(val endPointName: Output<String>, val ipAddress: Output<String>? = null, val port: Output<String>, val protocol: Output<String>) : ConvertibleToJava<ContactProfileLinkChannelEndPointArgs>

Constructors

Link copied to clipboard
constructor(endPointName: Output<String>, ipAddress: Output<String>? = null, port: Output<String>, protocol: Output<String>)

Properties

Link copied to clipboard
val endPointName: Output<String>

Name of an end point.

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

IP address of an end point.

Link copied to clipboard
val port: Output<String>

TCP port to listen on to receive data.

Link copied to clipboard
val protocol: Output<String>

Protocol of an end point. Possible values are TCP and UDP.

Functions

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