Service Profile Args
data class ServiceProfileArgs(val loRaWan: Output<ServiceProfileLoRaWanServiceProfileArgs>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ServiceProfileArgs>
An example resource schema demonstrating some basic constructs and validation rules.
Constructors
Link copied to clipboard
constructor(loRaWan: Output<ServiceProfileLoRaWanServiceProfileArgs>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null)