This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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:StringFPort:IntegerType: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:
128Update requires: No interruption
FPort-
The name of the new destination for the device.
Required: No
Type: Integer
Minimum:
1Maximum:
223Update 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 | SemtechWiFiUpdate requires: No interruption