This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::IoTWireless::MulticastGroup LoRaWAN
The LoRaWAN information that is to be used with the multicast group.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DlClass" :String, "NumberOfDevicesInGroup" :Integer, "NumberOfDevicesRequested" :Integer, "RfRegion" :String}
YAML
DlClass:StringNumberOfDevicesInGroup:IntegerNumberOfDevicesRequested:IntegerRfRegion:String
Properties
- DlClass
- 
                    DlClass for LoRaWAN. Valid values are ClassB and ClassC. Required: Yes Type: String Minimum: 1Maximum: 64Update requires: No interruption 
- NumberOfDevicesInGroup
- 
                    Number of devices that are associated to the multicast group. Required: No Type: Integer Update requires: No interruption 
- NumberOfDevicesRequested
- 
                    Number of devices that are requested to be associated with the multicast group. Required: No Type: Integer Update requires: No interruption 
- RfRegion
- 
                    The frequency band (RFRegion) value. Required: Yes Type: String Minimum: 1Maximum: 64Update requires: No interruption