AWS::IoTWireless::WirelessDevice LoRaWANDevice - AWS CloudFormation

AWS::IoTWireless::WirelessDevice LoRaWANDevice

LoRaWAN object for create functions.

Syntax

To declare this entity in your AWS 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