| 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.TimeStreamWrite.Types.RetentionProperties
Description
Synopsis
Documentation
data RetentionProperties Source #
Retention properties contain the duration for which your time series data must be stored in the magnetic store and the memory store.
See: newRetentionProperties smart constructor.
Constructors
| RetentionProperties' | |
Fields
| |
Instances
newRetentionProperties Source #
Arguments
| :: Natural | |
| -> Natural |
|
| -> RetentionProperties |
Create a value of RetentionProperties 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:memoryStoreRetentionPeriodInHours:RetentionProperties', retentionProperties_memoryStoreRetentionPeriodInHours - The duration for which data must be stored in the memory store.
$sel:magneticStoreRetentionPeriodInDays:RetentionProperties', retentionProperties_magneticStoreRetentionPeriodInDays - The duration for which data must be stored in the magnetic store.
retentionProperties_memoryStoreRetentionPeriodInHours :: Lens' RetentionProperties Natural Source #
The duration for which data must be stored in the memory store.
retentionProperties_magneticStoreRetentionPeriodInDays :: Lens' RetentionProperties Natural Source #
The duration for which data must be stored in the magnetic store.