| 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.IoTAnalytics.Types.VersioningConfiguration
Description
Documentation
data VersioningConfiguration Source #
Information about the versioning of dataset contents.
See: newVersioningConfiguration smart constructor.
Constructors
| VersioningConfiguration' | |
Instances
newVersioningConfiguration :: VersioningConfiguration Source #
Create a value of VersioningConfiguration 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:maxVersions:VersioningConfiguration', versioningConfiguration_maxVersions - How many versions of dataset contents are kept. The unlimited
parameter must be false.
$sel:unlimited:VersioningConfiguration', versioningConfiguration_unlimited - If true, unlimited versions of dataset contents are kept.
versioningConfiguration_maxVersions :: Lens' VersioningConfiguration (Maybe Natural) Source #
How many versions of dataset contents are kept. The unlimited
parameter must be false.
versioningConfiguration_unlimited :: Lens' VersioningConfiguration (Maybe Bool) Source #
If true, unlimited versions of dataset contents are kept.