/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
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 theDeleteFileSystem
operation is invoked. (Default = true)The
fsx:CreateBackup
permission is required if you setSkipFinalBackup
tofalse
in order to delete the file system and take a final backup.
IT_FINALBACKUPTAGS
TYPE /AWS1/CL_FSXTAG=>TT_TAGS
TT_TAGS
¶
Use if
SkipFinalBackup
is set tofalse
, and you want to apply an array of tags to the final backup. If you have set the file system propertyCopyTagsToBackups
to true, and you specify one or moreFinalBackupTags
when deleting a file system, Amazon FSx will not copy any existing file system tags to the backup.
Queryable Attributes¶
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 theDeleteFileSystem
operation is invoked. (Default = true)The
fsx:CreateBackup
permission is required if you setSkipFinalBackup
tofalse
in 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
SkipFinalBackup
is set tofalse
, and you want to apply an array of tags to the final backup. If you have set the file system propertyCopyTagsToBackups
to true, and you specify one or moreFinalBackupTags
when 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 |