AWS::IoTWireless::WirelessDeviceCreate and manage wireless gateways, including LoRa gateways.
9 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DestinationName | string | Required |
Type | string | Required |
Description | string | |
LastUplinkReceivedAt | string | |
LoRaWAN | LoRaWANDevice | |
Name | string | |
Positioning | string | |
Tags | Array<Tag> | |
ThingArn | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Wireless device arn. Returned after successful create. |
Id | string | Wireless device Id. Returned after successful create. |
ThingName | string | Thing Arn. If there is a Thing created, this can be returned with a Get call. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoTWireless::WirelessDevice
Resources:
MyResource:
Type: AWS::IoTWireless::WirelessDevice
Properties:
Type: "Sidewalk"
DestinationName: "my-destinationname"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
iotwireless:CreateWirelessDeviceiotwireless:TagResourceiotwireless:GetWirelessDeviceiotwireless:ListTagsForResourceiotwireless:UpdateWirelessDeviceiotwireless:GetWirelessDeviceiotwireless:AssociateWirelessDeviceWithThingiotwireless:TagResourceiotwireless:UntagResourceiotwireless:DeleteWirelessDeviceiotwireless:DisassociateWirelessDeviceFromThingiotwireless:ListWirelessDevicesiotwireless:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterId