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, "OtaaV10x" : OtaaV10x, "OtaaV11" : OtaaV11, "ServiceProfileId" : String }

Properties

AbpV10x

LoRaWAN object for create APIs.

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-fA-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

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