| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTWireless.Types.LoRaWANMulticast
Description
Documentation
data LoRaWANMulticast Source #
The LoRaWAN information that is to be used with the multicast group.
See: newLoRaWANMulticast smart constructor.
Constructors
| LoRaWANMulticast' | |
Instances
newLoRaWANMulticast :: LoRaWANMulticast Source #
Create a value of LoRaWANMulticast with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dlClass:LoRaWANMulticast', loRaWANMulticast_dlClass - Undocumented member.
$sel:rfRegion:LoRaWANMulticast', loRaWANMulticast_rfRegion - Undocumented member.
loRaWANMulticast_dlClass :: Lens' LoRaWANMulticast (Maybe DlClass) Source #
Undocumented member.
loRaWANMulticast_rfRegion :: Lens' LoRaWANMulticast (Maybe SupportedRfRegion) Source #
Undocumented member.