ContactProfileLinkChannelArgs

data class ContactProfileLinkChannelArgs(val bandwidthMHz: Output<Double>, val centerFrequencyMHz: Output<Double>, val decodingConfiguration: Output<String>? = null, val demodulationConfiguration: Output<String>? = null, val encodingConfiguration: Output<String>? = null, val endPoint: Output<EndPointArgs>, val modulationConfiguration: Output<String>? = null) : ConvertibleToJava<ContactProfileLinkChannelArgs>

Contact Profile Link Channel

Constructors

Link copied to clipboard
fun ContactProfileLinkChannelArgs(bandwidthMHz: Output<Double>, centerFrequencyMHz: Output<Double>, decodingConfiguration: Output<String>? = null, demodulationConfiguration: Output<String>? = null, encodingConfiguration: Output<String>? = null, endPoint: Output<EndPointArgs>, modulationConfiguration: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val bandwidthMHz: Output<Double>

Bandwidth in MHz

Link copied to clipboard

Center Frequency in MHz

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

Configuration for decoding

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

Configuration for demodulation

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

Configuration for encoding

Link copied to clipboard
val endPoint: Output<EndPointArgs>

Customer End point to store/retrieve data during a contact.

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

Configuration for modulation