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: