AWS::IoTWireless::WirelessGateway - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::IoTWireless::WirelessGateway

Provisions a wireless gateway.

Syntax

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

JSON

{ "Type" : "AWS::IoTWireless::WirelessGateway", "Properties" : { "Description" : String, "LastUplinkReceivedAt" : String, "LoRaWAN" : LoRaWANGateway, "Name" : String, "Tags" : [ Tag, ... ], "ThingArn" : String, "ThingName" : String } }

YAML

Type: AWS::IoTWireless::WirelessGateway Properties: Description: String LastUplinkReceivedAt: String LoRaWAN: LoRaWANGateway Name: String Tags: - Tag ThingArn: String ThingName: String

Properties

Description

The description of the new resource. The maximum length is 2048 characters.

Required: No

Type: String

Maximum: 2048

Update requires: No interruption

LastUplinkReceivedAt

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

Required: No

Type: String

Update requires: No interruption

LoRaWAN

The gateway configuration information to use to create the wireless gateway.

Required: Yes

Type: LoRaWANGateway

Update requires: No interruption

Name

The name of the new resource.

Required: No

Type: String

Maximum: 256

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 gateway.

Required: No

Type: String

Update requires: No interruption

ThingName

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

Required: No

Type: String

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 gateway ID.

Fn::GetAtt

Arn

The ARN of the wireless gateway created.

Id

The ID of the wireless gateway created.