amazonka-fsx-2.0: Amazon FSx SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.FSx.Types.DeleteFileSystemWindowsConfiguration

Description

 
Synopsis

Documentation

data DeleteFileSystemWindowsConfiguration Source #

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

See: newDeleteFileSystemWindowsConfiguration smart constructor.

Constructors

DeleteFileSystemWindowsConfiguration' 

Fields

  • finalBackupTags :: Maybe (NonEmpty Tag)

    A set of tags for your final backup.

  • skipFinalBackup :: Maybe Bool

    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.

Instances

Instances details
ToJSON DeleteFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemWindowsConfiguration

Generic DeleteFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemWindowsConfiguration

Read DeleteFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemWindowsConfiguration

Show DeleteFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemWindowsConfiguration

NFData DeleteFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemWindowsConfiguration

Eq DeleteFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemWindowsConfiguration

Hashable DeleteFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemWindowsConfiguration

type Rep DeleteFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemWindowsConfiguration

type Rep DeleteFileSystemWindowsConfiguration = D1 ('MetaData "DeleteFileSystemWindowsConfiguration" "Amazonka.FSx.Types.DeleteFileSystemWindowsConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DeleteFileSystemWindowsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "finalBackupTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: S1 ('MetaSel ('Just "skipFinalBackup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newDeleteFileSystemWindowsConfiguration :: DeleteFileSystemWindowsConfiguration Source #

Create a value of DeleteFileSystemWindowsConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:finalBackupTags:DeleteFileSystemWindowsConfiguration', deleteFileSystemWindowsConfiguration_finalBackupTags - A set of tags for your final backup.

$sel:skipFinalBackup:DeleteFileSystemWindowsConfiguration', deleteFileSystemWindowsConfiguration_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.

deleteFileSystemWindowsConfiguration_skipFinalBackup :: Lens' DeleteFileSystemWindowsConfiguration (Maybe Bool) Source #

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.