Contact Profile Link Channel Args
data class ContactProfileLinkChannelArgs(val bandwidthMhz: Output<Double>, val centerFrequencyMhz: Output<Double>, val demodulationConfiguration: Output<String>? = null, val endPoints: Output<List<ContactProfileLinkChannelEndPointArgs>>, val modulationConfiguration: Output<String>? = null, val name: Output<String>) : ConvertibleToJava<ContactProfileLinkChannelArgs>
Constructors
Link copied to clipboard
fun ContactProfileLinkChannelArgs(bandwidthMhz: Output<Double>, centerFrequencyMhz: Output<Double>, demodulationConfiguration: Output<String>? = null, endPoints: Output<List<ContactProfileLinkChannelEndPointArgs>>, modulationConfiguration: Output<String>? = null, name: Output<String>)