Interface CfnMulticastGroupPropsMixin.LoRaWANProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMulticastGroupPropsMixin.LoRaWANProperty.Jsii$Proxy
- Enclosing class:
CfnMulticastGroupPropsMixin
@Stability(Stable)
public static interface CfnMulticastGroupPropsMixin.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.cfnpropertymixins.services.iotwireless.*;
LoRaWANProperty loRaWANProperty = LoRaWANProperty.builder()
.dlClass("dlClass")
.numberOfDevicesInGroup(123)
.numberOfDevicesRequested(123)
.rfRegion("rfRegion")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMulticastGroupPropsMixin.LoRaWANPropertystatic final classAn implementation forCfnMulticastGroupPropsMixin.LoRaWANProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringDlClass for LoRaWAN.default NumberNumber of devices that are associated to the multicast group.default NumberNumber of devices that are requested to be associated with the multicast group.default StringThe frequency band (RFRegion) value.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDlClass
DlClass for LoRaWAN.Valid values are ClassB and ClassC.
- 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:
-
getRfRegion
The frequency band (RFRegion) value.- See Also:
-
builder
-