AWS::IoTWireless::WirelessGatewayCreate and manage wireless gateways, including LoRa gateways.
7 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
LoRaWAN | LoRaWANGateway | Required |
Description | string | |
LastUplinkReceivedAt | string | |
Name | string | |
Tags | Array<Tag> | |
ThingArn | string | |
ThingName | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Arn for Wireless Gateway. Returned upon successful create. |
Id | string | Id for Wireless Gateway. Returned upon successful create. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoTWireless::WirelessGateway
Resources:
MyResource:
Type: AWS::IoTWireless::WirelessGateway
Properties:
LoRaWAN: "value"
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:CreateWirelessGatewayiotwireless:TagResourceiotwireless:GetWirelessGatewayiotwireless:ListTagsForResourceiotwireless:GetWirelessGatewayiotwireless:UpdateWirelessGatewayiotwireless:AssociateWirelessGatewayWithThingiotwireless:TagResourceiotwireless:UntagResourceiotwireless:DeleteWirelessGatewayiotwireless:DisassociateWirelessGatewayFromThingiotwireless:ListWirelessGatewaysiotwireless:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterId