Interface CfnMulticastGroup.LoRaWANProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMulticastGroup.LoRaWANProperty.Jsii$Proxy
- Enclosing class:
CfnMulticastGroup
@Stability(Stable)
public static interface CfnMulticastGroup.LoRaWANProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.iotwireless.*; LoRaWANProperty loRaWANProperty = LoRaWANProperty.builder() .dlClass("dlClass") .rfRegion("rfRegion") // the properties below are optional .numberOfDevicesInGroup(123) .numberOfDevicesRequested(123) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnMulticastGroup.LoRaWANProperty
static final class
An implementation forCfnMulticastGroup.LoRaWANProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDlClass
DlClass for LoRaWAN.Valid values are ClassB and ClassC.
- See Also:
-
getRfRegion
The frequency band (RFRegion) value.- See Also:
-
getNumberOfDevicesInGroup
Number of devices that are associated to the multicast group.- See Also:
-
getNumberOfDevicesRequested
Number of devices that are requested to be associated with the multicast group.- See Also:
-
builder
-