AWS::IoTWireless::WirelessDevice - AWS CloudFormation

AWS::IoTWireless::WirelessDevice

Provisions a wireless device.

Syntax

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

JSON

{ "Type" : "AWS::IoTWireless::WirelessDevice", "Properties" : { "Description" : String, "DestinationName" : String, "LastUplinkReceivedAt" : String, "LoRaWAN" : LoRaWANDevice, "Name" : String, "Positioning" : String, "Tags" : [ Tag, ... ], "ThingArn" : String, "Type" : String } }

YAML

Type: AWS::IoTWireless::WirelessDevice Properties: Description: String DestinationName: String LastUplinkReceivedAt: String LoRaWAN: LoRaWANDevice Name: String Positioning: String Tags: - Tag ThingArn: String Type: String

Properties

Description

The description of the new resource. Maximum length is 2048.

Required: No

Type: String

Maximum: 2048

Update requires: No interruption

DestinationName

The name of the destination to assign to the new wireless device. Can have only have alphanumeric, - (hyphen) and _ (underscore) characters and it can't have any spaces.

Required: Yes

Type: String

Maximum: 128

Update requires: No interruption

LastUplinkReceivedAt

The date and time when the most recent uplink was received.

Required: No

Type: String

Pattern: ^([\+-]?\d{4}(?!\d{2}\b))((-?)((0[1-9]|1[0-2])(\3([12]\d|0[1-9]|3[01]))?|W([0-4]\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\d|[12]\d{2}|3([0-5]\d|6[1-6])))([T\s]((([01]\d|2[0-3])((:?)[0-5]\d)?|24\:?00)([\.,]\d+(?!:))?)?(\17[0-5]\d([\.,]\d+)?)?([zZ]|([\+-])([01]\d|2[0-3]):?([0-5]\d)?)?)?)?$

Update requires: No interruption

LoRaWAN

The device configuration information to use to create the wireless device. Must be at least one of OtaaV10x, OtaaV11, AbpV11, or AbpV10x.

Required: No

Type: LoRaWANDevice

Update requires: No interruption

Name

The name of the new resource.

Required: No

Type: String

Maximum: 256

Update requires: No interruption

Positioning

FPort values for the GNSS, Stream, and ClockSync functions of the positioning information.

Required: No

Type: String

Allowed values: Enabled | Disabled

Update requires: No interruption

Tags

The tags are an array of key-value pairs to attach to the specified resource. Tags can have a minimum of 0 and a maximum of 50 items.

Required: No

Type: Array of Tag

Maximum: 200

Update requires: No interruption

ThingArn

The ARN of the thing to associate with the wireless device.

Required: No

Type: String

Update requires: No interruption

Type

The wireless device type.

Required: Yes

Type: String

Allowed values: Sidewalk | LoRaWAN

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the wireless device ID.

Fn::GetAtt

Arn

The ARN of the wireless device created.

Id

The ID of the wireless device created.

ThingName

The name of the thing associated with the wireless device. The value is empty if a thing isn't associated with the device.