/AWS1/CL_FSXDELFILESYSTEMLUS00¶
The configuration object for the Amazon FSx for Lustre file system being deleted in the
DeleteFileSystem operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_skipfinalbackup TYPE /AWS1/FSXFLAG /AWS1/FSXFLAG¶
Set
SkipFinalBackupto 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 theDeleteFileSystemoperation is invoked. (Default = true)The
fsx:CreateBackuppermission is required if you setSkipFinalBackuptofalsein order to delete the file system and take a final backup.
it_finalbackuptags TYPE /AWS1/CL_FSXTAG=>TT_TAGS TT_TAGS¶
Use if
SkipFinalBackupis set tofalse, and you want to apply an array of tags to the final backup. If you have set the file system propertyCopyTagsToBackupsto true, and you specify one or moreFinalBackupTagswhen deleting a file system, Amazon FSx will not copy any existing file system tags to the backup.
Queryable Attributes¶
SkipFinalBackup¶
Set
SkipFinalBackupto 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 theDeleteFileSystemoperation is invoked. (Default = true)The
fsx:CreateBackuppermission is required if you setSkipFinalBackuptofalsein order to delete the file system and take a final backup.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SKIPFINALBACKUP() |
Getter for SKIPFINALBACKUP, with configurable default |
ASK_SKIPFINALBACKUP() |
Getter for SKIPFINALBACKUP w/ exceptions if field has no val |
HAS_SKIPFINALBACKUP() |
Determine if SKIPFINALBACKUP has a value |
FinalBackupTags¶
Use if
SkipFinalBackupis set tofalse, and you want to apply an array of tags to the final backup. If you have set the file system propertyCopyTagsToBackupsto true, and you specify one or moreFinalBackupTagswhen deleting a file system, Amazon FSx will not copy any existing file system tags to the backup.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FINALBACKUPTAGS() |
Getter for FINALBACKUPTAGS, with configurable default |
ASK_FINALBACKUPTAGS() |
Getter for FINALBACKUPTAGS w/ exceptions if field has no val |
HAS_FINALBACKUPTAGS() |
Determine if FINALBACKUPTAGS has a value |