DeviceProfileArgs

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)

Properties

Link copied to clipboard

LoRaWANDeviceProfile supports all LoRa specific attributes for service profile for CreateDeviceProfile operation

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

Name of service profile

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

A list of key-value pairs that contain metadata for the device profile.

Functions

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