AWS::IoTWireless::MulticastGroup LoRaWAN - 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::MulticastGroup LoRaWAN

The LoRaWAN information that is to be used with the multicast group.

Syntax

To declare this entity in your Amazon 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