AWS::IoTWireless::WirelessGateway
Provisions a wireless gateway.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::IoTWireless::WirelessGateway", "Properties" : { "Description" :
String
, "LoRaWAN" :LoRaWANGateway
, "Name" :String
, "Tags" :[ Tag, ... ]
} }
YAML
Type: AWS::IoTWireless::WirelessGateway Properties: Description:
String
LoRaWAN:LoRaWANGateway
Name:String
Tags:- Tag
Properties
Description
-
The description of the new resource. The maximum length is 2048 characters.
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. The maximum length is 256 characters.
Required: No
Type: String
Update requires: No interruption
Tags
-
An array of key-value pairs to apply to this resource. Tags can have a minimum of 0 and a maximum of 50 items.
For more information, see Tag.
Required: No
Type: List of Tag
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.