| 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.ApplicationConfig
Description
Synopsis
- data ApplicationConfig = ApplicationConfig' {}
- newApplicationConfig :: ApplicationConfig
- applicationConfig_destinationName :: Lens' ApplicationConfig (Maybe Text)
- applicationConfig_fPort :: Lens' ApplicationConfig (Maybe Natural)
- applicationConfig_type :: Lens' ApplicationConfig (Maybe ApplicationConfigType)
Documentation
data ApplicationConfig Source #
LoRaWAN application configuration, which can be used to perform geolocation.
See: newApplicationConfig smart constructor.
Constructors
| ApplicationConfig' | |
Fields
| |
Instances
newApplicationConfig :: ApplicationConfig Source #
Create a value of ApplicationConfig 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:destinationName:ApplicationConfig', applicationConfig_destinationName - The name of the position data destination that describes the AWS IoT
rule that processes the device's position data for use by AWS IoT Core
for LoRaWAN.
$sel:fPort:ApplicationConfig', applicationConfig_fPort - Undocumented member.
$sel:type':ApplicationConfig', applicationConfig_type - Application type, which can be specified to obtain real-time position
information of your LoRaWAN device.
applicationConfig_destinationName :: Lens' ApplicationConfig (Maybe Text) Source #
The name of the position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.
applicationConfig_fPort :: Lens' ApplicationConfig (Maybe Natural) Source #
Undocumented member.
applicationConfig_type :: Lens' ApplicationConfig (Maybe ApplicationConfigType) Source #
Application type, which can be specified to obtain real-time position information of your LoRaWAN device.