WirelessDevice

class WirelessDevice : KotlinCustomResource

Create and manage wireless gateways, including LoRa gateways.

Properties

Link copied to clipboard
val arn: Output<String>

Wireless device arn. Returned after successful create.

Link copied to clipboard
val awsId: Output<String>

Wireless device Id. Returned after successful create.

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

Wireless device description

Link copied to clipboard
val destinationName: Output<String>

Wireless device destination name

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

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>?

Wireless device name

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

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>?

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

Link copied to clipboard
val thingName: Output<String>

Thing Arn. If there is a Thing created, this can be returned with a Get call.

Link copied to clipboard

Wireless device type, currently only Sidewalk and LoRa

Link copied to clipboard
val urn: Output<String>