interface LoRaWANProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTWireless.CfnMulticastGroup.LoRaWANProperty |
![]() | software.amazon.awscdk.services.iotwireless.CfnMulticastGroup.LoRaWANProperty |
![]() | aws_cdk.aws_iotwireless.CfnMulticastGroup.LoRaWANProperty |
![]() | @aws-cdk/aws-iotwireless » CfnMulticastGroup » LoRaWANProperty |
The LoRaWAN information that is to be used with the multicast group.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iotwireless from '@aws-cdk/aws-iotwireless';
const loRaWANProperty: iotwireless.CfnMulticastGroup.LoRaWANProperty = {
dlClass: 'dlClass',
rfRegion: 'rfRegion',
// the properties below are optional
numberOfDevicesInGroup: 123,
numberOfDevicesRequested: 123,
};
Properties
Name | Type | Description |
---|---|---|
dl | string | DlClass for LoRaWAN. |
rf | string | The frequency band (RFRegion) value. |
number | number | Number of devices that are associated to the multicast group. |
number | number | Number of devices that are requested to be associated with the multicast group. |
dlClass
Type:
string
DlClass for LoRaWAN.
Valid values are ClassB and ClassC.
rfRegion
Type:
string
The frequency band (RFRegion) value.
numberOfDevicesInGroup?
Type:
number
(optional)
Number of devices that are associated to the multicast group.
numberOfDevicesRequested?
Type:
number
(optional)
Number of devices that are requested to be associated with the multicast group.