| 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.JoinEventConfiguration
Description
Synopsis
- data JoinEventConfiguration = JoinEventConfiguration' {}
- newJoinEventConfiguration :: JoinEventConfiguration
- joinEventConfiguration_loRaWAN :: Lens' JoinEventConfiguration (Maybe LoRaWANJoinEventNotificationConfigurations)
- joinEventConfiguration_wirelessDeviceIdEventTopic :: Lens' JoinEventConfiguration (Maybe EventNotificationTopicStatus)
Documentation
data JoinEventConfiguration Source #
Join event configuration object for enabling or disabling topic.
See: newJoinEventConfiguration smart constructor.
Constructors
| JoinEventConfiguration' | |
Fields
| |
Instances
newJoinEventConfiguration :: JoinEventConfiguration Source #
Create a value of JoinEventConfiguration 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:loRaWAN:JoinEventConfiguration', joinEventConfiguration_loRaWAN - Join event configuration object for enabling or disabling LoRaWAN
related event topics.
$sel:wirelessDeviceIdEventTopic:JoinEventConfiguration', joinEventConfiguration_wirelessDeviceIdEventTopic - Denotes whether the wireless device ID join event topic is enabled or
disabled.
joinEventConfiguration_loRaWAN :: Lens' JoinEventConfiguration (Maybe LoRaWANJoinEventNotificationConfigurations) Source #
Join event configuration object for enabling or disabling LoRaWAN related event topics.
joinEventConfiguration_wirelessDeviceIdEventTopic :: Lens' JoinEventConfiguration (Maybe EventNotificationTopicStatus) Source #
Denotes whether the wireless device ID join event topic is enabled or disabled.