AWS::IoTWireless::WirelessDevice Application
A list of optional LoRaWAN application information, which can be used for geolocation.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DestinationName" :
String
, "FPort" :Integer
, "Type" :String
}
YAML
DestinationName:
String
FPort:Integer
Type:String
Properties
DestinationName
-
The name of the position data destination that describes the IoT rule that processes the device's position data.
Required: No
Type: String
Pattern:
[a-zA-Z0-9-_]+
Maximum:
128
Update requires: No interruption
FPort
-
The name of the new destination for the device.
Required: No
Type: Integer
Minimum:
1
Maximum:
223
Update requires: No interruption
Type
-
Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
Required: No
Type: String
Allowed values:
SemtechGeolocation | SemtechGNSS | SemtechGNSSNG | SemtechWiFi
Update requires: No interruption