Device Args
data class DeviceArgs(val description: Output<String>? = null, val deviceName: Output<String>, val iotThingName: Output<String>? = null) : ConvertibleToJava<DeviceArgs>
Edge device you want to create
Constructors
Link copied to clipboard
fun DeviceArgs(description: Output<String>? = null, deviceName: Output<String>, iotThingName: Output<String>? = null)