| 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.IoTFleetWise.Types.TimeBasedCollectionScheme
Description
Documentation
data TimeBasedCollectionScheme Source #
Information about a collection scheme that uses a time period to decide how often to collect data.
See: newTimeBasedCollectionScheme smart constructor.
Constructors
| TimeBasedCollectionScheme' | |
Instances
newTimeBasedCollectionScheme Source #
Create a value of TimeBasedCollectionScheme 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:periodMs:TimeBasedCollectionScheme', timeBasedCollectionScheme_periodMs - The time period (in milliseconds) to decide how often to collect data.
For example, if the time period is 60000, the Edge Agent software
collects data once every minute.
timeBasedCollectionScheme_periodMs :: Lens' TimeBasedCollectionScheme Natural Source #
The time period (in milliseconds) to decide how often to collect data.
For example, if the time period is 60000, the Edge Agent software
collects data once every minute.