| 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.LoRaWANConnectionStatusEventNotificationConfigurations
Description
Synopsis
- data LoRaWANConnectionStatusEventNotificationConfigurations = LoRaWANConnectionStatusEventNotificationConfigurations' {}
- newLoRaWANConnectionStatusEventNotificationConfigurations :: LoRaWANConnectionStatusEventNotificationConfigurations
- loRaWANConnectionStatusEventNotificationConfigurations_gatewayEuiEventTopic :: Lens' LoRaWANConnectionStatusEventNotificationConfigurations (Maybe EventNotificationTopicStatus)
Documentation
data LoRaWANConnectionStatusEventNotificationConfigurations Source #
Object for LoRaWAN connection status resource type event configuration.
See: newLoRaWANConnectionStatusEventNotificationConfigurations smart constructor.
Constructors
| LoRaWANConnectionStatusEventNotificationConfigurations' | |
Fields
| |
Instances
newLoRaWANConnectionStatusEventNotificationConfigurations :: LoRaWANConnectionStatusEventNotificationConfigurations Source #
Create a value of LoRaWANConnectionStatusEventNotificationConfigurations 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:gatewayEuiEventTopic:LoRaWANConnectionStatusEventNotificationConfigurations', loRaWANConnectionStatusEventNotificationConfigurations_gatewayEuiEventTopic - Denotes whether the gateway EUI connection status event topic is enabled
or disabled.
loRaWANConnectionStatusEventNotificationConfigurations_gatewayEuiEventTopic :: Lens' LoRaWANConnectionStatusEventNotificationConfigurations (Maybe EventNotificationTopicStatus) Source #
Denotes whether the gateway EUI connection status event topic is enabled or disabled.