Device Profile Args
data class DeviceProfileArgs(val loRaWan: Output<DeviceProfileLoRaWanDeviceProfileArgs>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DeviceProfileArgs>
Device Profile's resource schema demonstrating some basic constructs and validation rules.
Constructors
Link copied to clipboard
constructor(loRaWan: Output<DeviceProfileLoRaWanDeviceProfileArgs>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null)