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.DeleteVolumeOpenZFSConfiguration
Description
Documentation
data DeleteVolumeOpenZFSConfiguration Source #
A value that specifies whether to delete all child volumes and snapshots.
See: newDeleteVolumeOpenZFSConfiguration
smart constructor.
Constructors
DeleteVolumeOpenZFSConfiguration' | |
Fields
|
Instances
newDeleteVolumeOpenZFSConfiguration :: DeleteVolumeOpenZFSConfiguration Source #
Create a value of DeleteVolumeOpenZFSConfiguration
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:options:DeleteVolumeOpenZFSConfiguration'
, deleteVolumeOpenZFSConfiguration_options
- To delete the volume's child volumes, snapshots, and clones, use the
string DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
.
deleteVolumeOpenZFSConfiguration_options :: Lens' DeleteVolumeOpenZFSConfiguration (Maybe [DeleteOpenZFSVolumeOption]) Source #
To delete the volume's child volumes, snapshots, and clones, use the
string DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
.