---
type: resource-type
title: WirelessDevice
description: aws resource type AWS::IoTWireless::WirelessDevice
name: WirelessDevice
lexicon: aws
resource_type: AWS::IoTWireless::WirelessDevice
---
`AWS::IoTWireless::WirelessDevice`, a resource type of the aws lexicon.

## Properties

- `DestinationName` (`string`, required): Wireless device destination name
- `Type` (`"LoRaWAN" | "Sidewalk"`, required): Wireless device type, currently only Sidewalk and LoRa
- `Arn` (`string`, optional): Wireless device arn. Returned after successful create.
- `Description` (`string`, optional): Wireless device description
- `Id` (`string`, optional): Wireless device Id. Returned after successful create.
- `LastUplinkReceivedAt` (`string`, optional): The date and time when the most recent uplink was received.
- `LoRaWAN` (`WirelessDevice_LoRaWANDevice`, optional): The combination of Package, Station and Model which represents the version of the LoRaWAN Wireless Device.
- `Name` (`string`, optional): Wireless device name
- `Positioning` (`"Disabled" | "Enabled"`, optional): FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
- `Tags` (`WirelessDevice_Tag[]`, optional): A list of key-value pairs that contain metadata for the device. Currently not supported, will not create if tags are passed.
- `ThingArn` (`string`, optional): Thing arn. Passed into update to associate Thing with Wireless device.
- `ThingName` (`string`, optional): Thing Arn. If there is a Thing created, this can be returned with a Get call.

## Attributes

- `Arn`
- `Id`
- `ThingName`
