StartCopyJobInput
public struct StartCopyJobInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An Amazon Resource Name (ARN) that uniquely identifies a destination backup vault to copy to; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.
Declaration
Swift
public let destinationBackupVaultArn: String
-
Specifies the IAM role ARN used to copy the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access.
Declaration
Swift
public let iamRoleArn: String
-
A customer chosen string that can be used to distinguish between calls to StartCopyJob.
Declaration
Swift
public let idempotencyToken: String?
-
Undocumented
Declaration
Swift
public let lifecycle: Lifecycle?
-
An ARN that uniquely identifies a recovery point to use for the copy job; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
Declaration
Swift
public let recoveryPointArn: String
-
The name of a logical source container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
Declaration
Swift
public let sourceBackupVaultName: String
-
init(destinationBackupVaultArn:iamRoleArn:idempotencyToken:lifecycle:recoveryPointArn:sourceBackupVaultName:)
Undocumented
Declaration
Swift
public init(destinationBackupVaultArn: String, iamRoleArn: String, idempotencyToken: String? = nil, lifecycle: Lifecycle? = nil, recoveryPointArn: String, sourceBackupVaultName: String)
-
Declaration
Swift
public func validate(name: String) throws