WirelessDeviceArgs

data class WirelessDeviceArgs(val description: Output<String>? = null, val destinationName: Output<String>? = null, val lastUplinkReceivedAt: Output<String>? = null, val loRaWan: Output<WirelessDeviceLoRaWanDeviceArgs>? = null, val name: Output<String>? = null, val positioning: Output<WirelessDevicePositioning>? = null, val tags: Output<List<TagArgs>>? = null, val thingArn: Output<String>? = null, val type: Output<WirelessDeviceType>? = null) : ConvertibleToJava<WirelessDeviceArgs>

Create and manage wireless gateways, including LoRa gateways.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, destinationName: Output<String>? = null, lastUplinkReceivedAt: Output<String>? = null, loRaWan: Output<WirelessDeviceLoRaWanDeviceArgs>? = null, name: Output<String>? = null, positioning: Output<WirelessDevicePositioning>? = null, tags: Output<List<TagArgs>>? = null, thingArn: Output<String>? = null, type: Output<WirelessDeviceType>? = null)

Properties

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

Wireless device description

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

Wireless device destination name

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

The date and time when the most recent uplink was received.

Link copied to clipboard

The combination of Package, Station and Model which represents the version of the LoRaWAN Wireless Device.

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

Wireless device name

Link copied to clipboard

FPort values for the GNSS, stream, and ClockSync functions of the positioning information.

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

A list of key-value pairs that contain metadata for the device. Currently not supported, will not create if tags are passed.

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

Thing arn. Passed into update to associate Thing with Wireless device.

Link copied to clipboard
val type: Output<WirelessDeviceType>? = null

Wireless device type, currently only Sidewalk and LoRa

Functions

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