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:
String
NumberOfDevicesInGroup:Integer
NumberOfDevicesRequested:Integer
RfRegion:String
Properties
DlClass
-
DlClass for LoRaWAN. Valid values are ClassB and ClassC.
Required: Yes
Type: String
Minimum:
1
Maximum:
64
Update 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:
1
Maximum:
64
Update requires: No interruption