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 |
Synopsis
- data DeleteFileSystemWindowsConfiguration = DeleteFileSystemWindowsConfiguration' {}
- newDeleteFileSystemWindowsConfiguration :: DeleteFileSystemWindowsConfiguration
- deleteFileSystemWindowsConfiguration_finalBackupTags :: Lens' DeleteFileSystemWindowsConfiguration (Maybe (NonEmpty Tag))
- deleteFileSystemWindowsConfiguration_skipFinalBackup :: Lens' DeleteFileSystemWindowsConfiguration (Maybe Bool)
Documentation
data DeleteFileSystemWindowsConfiguration Source #
The configuration object for the Microsoft Windows file system used in
the DeleteFileSystem
operation.
See: newDeleteFileSystemWindowsConfiguration
smart constructor.
DeleteFileSystemWindowsConfiguration' | |
|
Instances
newDeleteFileSystemWindowsConfiguration :: DeleteFileSystemWindowsConfiguration Source #
Create a value of DeleteFileSystemWindowsConfiguration
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:DeleteFileSystemWindowsConfiguration'
, deleteFileSystemWindowsConfiguration_finalBackupTags
- A set of tags for your final backup.
$sel:skipFinalBackup:DeleteFileSystemWindowsConfiguration'
, deleteFileSystemWindowsConfiguration_skipFinalBackup
- By default, Amazon FSx for Windows takes a final backup on your behalf
when the DeleteFileSystem
operation is invoked. Doing this helps
protect you from data loss, and we highly recommend taking the final
backup. If you want to skip this backup, use this flag to do so.
deleteFileSystemWindowsConfiguration_finalBackupTags :: Lens' DeleteFileSystemWindowsConfiguration (Maybe (NonEmpty Tag)) Source #
A set of tags for your final backup.
deleteFileSystemWindowsConfiguration_skipFinalBackup :: Lens' DeleteFileSystemWindowsConfiguration (Maybe Bool) Source #
By default, Amazon FSx for Windows takes a final backup on your behalf
when the DeleteFileSystem
operation is invoked. Doing this helps
protect you from data loss, and we highly recommend taking the final
backup. If you want to skip this backup, use this flag to do so.