finalBackupTags property

List<Tag>? finalBackupTags
final

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.

Implementation

final List<Tag>? finalBackupTags;