AWS::IoTWireless::WirelessDevice Application - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 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