Class DeleteFileSystemWindowsConfiguration
The configuration object for the Microsoft Windows file system used in the DeleteFileSystem
operation.
public class DeleteFileSystemWindowsConfiguration
- Inheritance
-
DeleteFileSystemWindowsConfiguration
- Inherited Members
Constructors
DeleteFileSystemWindowsConfiguration()
public DeleteFileSystemWindowsConfiguration()
Properties
FinalBackupTags
Gets and sets the property FinalBackupTags.
A set of tags for your final backup.
public List<Tag> FinalBackupTags { get; set; }
Property Value
SkipFinalBackup
Gets and sets the property 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.
public bool SkipFinalBackup { get; set; }