CopyBackupToRegionRequest
public struct CopyBackupToRegionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the backup that will be copied to the destination region.
Declaration
Swift
public let backupId: String
-
The AWS region that will contain your copied CloudHSM cluster backup.
Declaration
Swift
public let destinationRegion: String
-
Tags to apply to the destination backup during creation. If you specify tags, only these tags will be applied to the destination backup. If you do not specify tags, the service copies tags from the source backup to the destination backup.
Declaration
Swift
public let tagList: [Tag]?
-
Undocumented
Declaration
Swift
public init(backupId: String, destinationRegion: String, tagList: [Tag]? = nil)
-
Declaration
Swift
public func validate(name: String) throws