DeleteFileSystemWindowsConfiguration
public struct DeleteFileSystemWindowsConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A set of tags for your final backup.
Declaration
Swift
public let finalBackupTags: [Tag]?
-
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.
Declaration
Swift
public let skipFinalBackup: Bool?
-
Undocumented
Declaration
Swift
public init(finalBackupTags: [Tag]? = nil, skipFinalBackup: Bool? = nil)
-
Declaration
Swift
public func validate(name: String) throws