Table of Contents

Class DeleteFileSystemLustreConfiguration

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

The configuration object for the Amazon FSx for Lustre file system being deleted in the DeleteFileSystem operation.

public class DeleteFileSystemLustreConfiguration
Inheritance
DeleteFileSystemLustreConfiguration
Inherited Members

Constructors

DeleteFileSystemLustreConfiguration()

public DeleteFileSystemLustreConfiguration()

Properties

FinalBackupTags

Gets and sets the property FinalBackupTags.

Use if SkipFinalBackup is set to false, and you want to apply an array of tags to the final backup. If you have set the file system property CopyTagsToBackups to true, and you specify one or more FinalBackupTags when deleting a file system, Amazon FSx will not copy any existing file system tags to the backup.

public List<Tag> FinalBackupTags { get; set; }

Property Value

List<Tag>

SkipFinalBackup

Gets and sets the property SkipFinalBackup.

Set SkipFinalBackup to false if you want to take a final backup of the file system you are deleting. By default, Amazon FSx will not take a final backup on your behalf when the DeleteFileSystem operation is invoked. (Default = true)

note

The fsx:CreateBackup permission is required if you set SkipFinalBackup to false in order to delete the file system and take a final backup.

public bool SkipFinalBackup { get; set; }

Property Value

bool