AWS Fundamentals Logo
AWS Fundamentals
AWS::IoTWireless::WirelessGateway

IoTWireless WirelessGateway

Create and manage wireless gateways, including LoRa gateways.

Properties

7 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
LoRaWAN
LoRaWANGateway
Required
Description
string
LastUplinkReceivedAt
string
Name
string
Tags
Array<Tag>
ThingArn
string
ThingName
string

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringArn for Wireless Gateway. Returned upon successful create.
IdstringId for Wireless Gateway. Returned upon successful create.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

iotwireless:CreateWirelessGatewayiotwireless:TagResource

read

iotwireless:GetWirelessGatewayiotwireless:ListTagsForResource

update

iotwireless:GetWirelessGatewayiotwireless:UpdateWirelessGatewayiotwireless:AssociateWirelessGatewayWithThingiotwireless:TagResourceiotwireless:UntagResource

delete

iotwireless:DeleteWirelessGatewayiotwireless:DisassociateWirelessGatewayFromThing

list

iotwireless:ListWirelessGatewaysiotwireless:ListTagsForResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceIoTWireless
Properties9
Required1
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

External Links