Table of Contents

Class DeleteFileSystemWindowsConfiguration

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

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

List<Tag>

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; }

Property Value

bool