Struct aws_sdk_fsx::model::DeleteFileSystemLustreConfiguration [−][src]
#[non_exhaustive]pub struct DeleteFileSystemLustreConfiguration {
pub skip_final_backup: Option<bool>,
pub final_backup_tags: Option<Vec<Tag>>,
}Expand description
The configuration object for the Amazon FSx for Lustre file system being deleted in the
DeleteFileSystem operation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.skip_final_backup: Option<bool>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 the
DeleteFileSystem operation is invoked. (Default = true)
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.
Implementations
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 the
DeleteFileSystem operation is invoked. (Default = true)
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.
Creates a new builder-style object to manufacture DeleteFileSystemLustreConfiguration
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for DeleteFileSystemLustreConfiguration
impl Sync for DeleteFileSystemLustreConfiguration
impl Unpin for DeleteFileSystemLustreConfiguration
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more