AWS::IoTWireless::WirelessDevice LoRaWANDevice - 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 LoRaWANDevice

LoRaWAN object for create functions.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "AbpV10x" : AbpV10x, "AbpV11" : AbpV11, "DevEui" : String, "DeviceProfileId" : String, "FPorts" : FPorts, "OtaaV10x" : OtaaV10x, "OtaaV11" : OtaaV11, "ServiceProfileId" : String }

Properties

AbpV10x

ABP device object for LoRaWAN specification v1.0.x.

Required: No

Type: AbpV10x

Update requires: No interruption

AbpV11

ABP device object for create APIs for v1.1.

Required: No

Type: AbpV11

Update requires: No interruption

DevEui

The DevEUI value.

Required: No

Type: String

Pattern: [a-f0-9]{16}

Update requires: No interruption

DeviceProfileId

The ID of the device profile for the new wireless device.

Required: No

Type: String

Maximum: 256

Update requires: No interruption

FPorts

List of FPort assigned for different LoRaWAN application packages to use.

Required: No

Type: FPorts

Update requires: No interruption

OtaaV10x

OTAA device object for create APIs for v1.0.x

Required: No

Type: OtaaV10x

Update requires: No interruption

OtaaV11

OTAA device object for v1.1 for create APIs.

Required: No

Type: OtaaV11

Update requires: No interruption

ServiceProfileId

The ID of the service profile.

Required: No

Type: String

Maximum: 256

Update requires: No interruption