class Aws::FSx::Types::DeleteFileSystemWindowsConfiguration

The configuration object for the Microsoft Windows file system used in the `DeleteFileSystem` operation.

@note When making an API call, you may pass DeleteFileSystemWindowsConfiguration

data as a hash:

    {
      skip_final_backup: false,
      final_backup_tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] skip_final_backup

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.
@return [Boolean]

@!attribute [rw] final_backup_tags

A set of tags for your final backup.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DeleteFileSystemWindowsConfiguration AWS API Documentation

Constants

SENSITIVE