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