AWS::IoTWireless::WirelessDevice
Provisions a wireless device.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::IoTWireless::WirelessDevice", "Properties" : { "Description" :
String
, "DestinationName" :String
, "LoRaWAN" :LoRaWANDevice
, "Name" :String
, "Tags" :[ Tag, ... ]
, "Type" :String
} }
YAML
Type: AWS::IoTWireless::WirelessDevice Properties: Description:
String
DestinationName:String
LoRaWAN:LoRaWANDevice
Name:String
Tags:- Tag
Type:String
Properties
Description
-
The description of the new resource. Maximum length is 2048.
Required: No
Type: String
Update requires: No interruption
DestinationName
-
The name of the destination to assign to the new wireless device. Can have only have alphanumeric, - (hyphen) and _ (underscore) characters and it can't have any spaces.
Required: Yes
Type: String
Update requires: No interruption
LoRaWAN
-
The device configuration information to use to create the wireless device. Must be at least one of OtaaV10x, OtaaV11, AbpV11, or AbpV10x.
Required: No
Type: LoRaWANDevice
Update requires: No interruption
Name
-
The name of the new resource. Maximum length is 256.
Required: No
Type: String
Update requires: No interruption
Tags
-
An array of key-value pairs to apply to this resource. Tags can have a minimum of 0 and a maximum of 50 items.
For more information, see Tag.
Required: No
Type: List of Tag
Update requires: No interruption
Type
-
The wireless device type. Must be
Sidewalk
orLoRaWAN
.Required: Yes
Type: String
Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref
returns the wireless device ID.