| 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.LoRaWANJoinResourceTypeEventConfiguration
Description
Synopsis
- data LoRaWANJoinResourceTypeEventConfiguration = LoRaWANJoinResourceTypeEventConfiguration' {}
- newLoRaWANJoinResourceTypeEventConfiguration :: LoRaWANJoinResourceTypeEventConfiguration
- loRaWANJoinResourceTypeEventConfiguration_wirelessDeviceEventTopic :: Lens' LoRaWANJoinResourceTypeEventConfiguration (Maybe EventNotificationTopicStatus)
Documentation
data LoRaWANJoinResourceTypeEventConfiguration Source #
Object for LoRaWAN join resource type event configuration.
See: newLoRaWANJoinResourceTypeEventConfiguration smart constructor.
Constructors
| LoRaWANJoinResourceTypeEventConfiguration' | |
Fields
| |
Instances
newLoRaWANJoinResourceTypeEventConfiguration :: LoRaWANJoinResourceTypeEventConfiguration Source #
Create a value of LoRaWANJoinResourceTypeEventConfiguration 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:wirelessDeviceEventTopic:LoRaWANJoinResourceTypeEventConfiguration', loRaWANJoinResourceTypeEventConfiguration_wirelessDeviceEventTopic - Denotes whether the wireless device join event topic is enabled or
disabled.
loRaWANJoinResourceTypeEventConfiguration_wirelessDeviceEventTopic :: Lens' LoRaWANJoinResourceTypeEventConfiguration (Maybe EventNotificationTopicStatus) Source #
Denotes whether the wireless device join event topic is enabled or disabled.