| 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.FSx.Types.DeleteVolumeOntapConfiguration
Description
Synopsis
- data DeleteVolumeOntapConfiguration = DeleteVolumeOntapConfiguration' {}
- newDeleteVolumeOntapConfiguration :: DeleteVolumeOntapConfiguration
- deleteVolumeOntapConfiguration_finalBackupTags :: Lens' DeleteVolumeOntapConfiguration (Maybe (NonEmpty Tag))
- deleteVolumeOntapConfiguration_skipFinalBackup :: Lens' DeleteVolumeOntapConfiguration (Maybe Bool)
Documentation
data DeleteVolumeOntapConfiguration Source #
Use to specify skipping a final backup, or to add tags to a final backup.
See: newDeleteVolumeOntapConfiguration smart constructor.
Constructors
| DeleteVolumeOntapConfiguration' | |
Fields
| |
Instances
newDeleteVolumeOntapConfiguration :: DeleteVolumeOntapConfiguration Source #
Create a value of DeleteVolumeOntapConfiguration 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:finalBackupTags:DeleteVolumeOntapConfiguration', deleteVolumeOntapConfiguration_finalBackupTags - Undocumented member.
$sel:skipFinalBackup:DeleteVolumeOntapConfiguration', deleteVolumeOntapConfiguration_skipFinalBackup - Set to true if you want to skip taking a final backup of the volume you
are deleting.
deleteVolumeOntapConfiguration_finalBackupTags :: Lens' DeleteVolumeOntapConfiguration (Maybe (NonEmpty Tag)) Source #
Undocumented member.
deleteVolumeOntapConfiguration_skipFinalBackup :: Lens' DeleteVolumeOntapConfiguration (Maybe Bool) Source #
Set to true if you want to skip taking a final backup of the volume you are deleting.