| 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.EFS.Types.BackupPolicy
Description
Synopsis
Documentation
data BackupPolicy Source #
The backup policy for the file system used to create automatic daily
backups. If status has a value of ENABLED, the file system is being
automatically backed up. For more information, see
Automatic backups.
See: newBackupPolicy smart constructor.
Constructors
| BackupPolicy' | |
Fields
| |
Instances
Arguments
| :: BackupStatus | |
| -> BackupPolicy |
Create a value of BackupPolicy 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:status:BackupPolicy', backupPolicy_status - Describes the status of the file system's backup policy.
ENABLED- EFS is automatically backing up the file system.ENABLING- EFS is turning on automatic backups for the file system.DISABLED- Automatic back ups are turned off for the file system.DISABLING- EFS is turning off automatic backups for the file system.
backupPolicy_status :: Lens' BackupPolicy BackupStatus Source #
Describes the status of the file system's backup policy.
ENABLED- EFS is automatically backing up the file system.ENABLING- EFS is turning on automatic backups for the file system.DISABLED- Automatic back ups are turned off for the file system.DISABLING- EFS is turning off automatic backups for the file system.