WirelessDeviceOtaaV10xArgs

data class WirelessDeviceOtaaV10xArgs(val appEui: Output<String>, val appKey: Output<String>) : ConvertibleToJava<WirelessDeviceOtaaV10xArgs>

Constructors

Link copied to clipboard
fun WirelessDeviceOtaaV10xArgs(appEui: Output<String>, appKey: Output<String>)

Functions

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

Properties

Link copied to clipboard
val appEui: Output<String>
Link copied to clipboard
val appKey: Output<String>