ContactProfileLinkArgs

data class ContactProfileLinkArgs(val channels: Output<List<ContactProfileLinkChannelArgs>>, val direction: Output<String>, val name: Output<String>, val polarization: Output<String>) : ConvertibleToJava<ContactProfileLinkArgs>

Constructors

Link copied to clipboard
constructor(channels: Output<List<ContactProfileLinkChannelArgs>>, direction: Output<String>, name: Output<String>, polarization: Output<String>)

Properties

Link copied to clipboard

A list of contact profile link channels. A channels block as defined below.

Link copied to clipboard
val direction: Output<String>

Direction of the link. Possible values are Uplink and Downlink.

Link copied to clipboard
val name: Output<String>

Name of the link.

Link copied to clipboard
val polarization: Output<String>

Polarization of the link. Possible values are LHCP, RHCP, linearVertical and linearHorizontal.

Functions

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