Values.CopyJobSourceContains detailed information about a copy job.
type nonrec t = {accountId : AccountId.t option;The account ID that owns the copy job.
*)copyJobId : string option;Uniquely identifies a copy job.
*)sourceBackupVaultArn : ARN.t option;An Amazon Resource Name (ARN) that uniquely identifies a source copy vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.
*)sourceRecoveryPointArn : ARN.t option;An ARN that uniquely identifies a source recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
*)destinationBackupVaultArn : ARN.t option;An Amazon Resource Name (ARN) that uniquely identifies a destination copy vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.
*)destinationVaultType : string option;The type of destination backup vault where the copied recovery point is stored. Valid values are BACKUP_VAULT for standard backup vaults and LOGICALLY_AIR_GAPPED_BACKUP_VAULT for logically air-gapped vaults.
*)destinationVaultLockState : string option;The lock state of the destination backup vault. For logically air-gapped vaults, this indicates whether the vault is locked in compliance mode. Valid values include LOCKED and UNLOCKED.
*)destinationRecoveryPointArn : ARN.t option;An ARN that uniquely identifies a destination recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
*)destinationEncryptionKeyArn : ARN.t option;The Amazon Resource Name (ARN) of the KMS key used to encrypt the copied backup in the destination vault. This can be a customer-managed key or an Amazon Web Services managed key.
*)destinationRecoveryPointLifecycle : Lifecycle.t option;resourceArn : ARN.t option;The Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
*)creationDate : string option;The date and time a copy job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
*)completionDate : string option;The date and time a copy job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
*)state : CopyJobState.t option;The current state of a copy job.
*)statusMessage : string option;A detailed message explaining the status of the job to copy a resource.
*)backupSizeInBytes : Long.t option;The size, in bytes, of a copy job.
*)iamRoleArn : IAMRoleArn.t option;Specifies the IAM role ARN used to copy the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access.
*)createdBy : RecoveryPointCreator.t option;createdByBackupJobId : string option;The backup job ID that initiated this copy job. Only applicable to scheduled copy jobs and automatic copy jobs to logically air-gapped vault.
*)resourceType : ResourceType.t option;The type of Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
*)parentJobId : string option;This uniquely identifies a request to Backup to copy a resource. The return will be the parent (composite) job ID.
*)isParent : bool option;This is a boolean value indicating this is a parent (composite) copy job.
*)compositeMemberIdentifier : string option;The identifier of a resource within a composite group, such as nested (child) recovery point belonging to a composite (parent) stack. The ID is transferred from the logical ID within a stack.
*)numberOfChildJobs : Long.t option;The number of child (nested) copy jobs.
*)childJobsInState : CopyJobChildJobsInState.t option;This returns the statistics of the included child (nested) copy jobs.
*)resourceName : string option;The non-unique name of the resource that belongs to the specified backup.
*)messageCategory : string option;This parameter is the job count for the specified message category. Example strings may include AccessDenied, SUCCESS, AGGREGATE_ALL, and InvalidParameters. See Monitoring for a list of MessageCategory strings. The the value ANY returns count of all message categories. AGGREGATE_ALL aggregates job counts for all message categories and returns the sum
*)}val make :
?accountId:??? ->
?copyJobId:??? ->
?sourceBackupVaultArn:??? ->
?sourceRecoveryPointArn:??? ->
?destinationBackupVaultArn:??? ->
?destinationVaultType:??? ->
?destinationVaultLockState:??? ->
?destinationRecoveryPointArn:??? ->
?destinationEncryptionKeyArn:??? ->
?destinationRecoveryPointLifecycle:??? ->
?resourceArn:??? ->
?creationDate:??? ->
?completionDate:??? ->
?state:??? ->
?statusMessage:??? ->
?backupSizeInBytes:??? ->
?iamRoleArn:??? ->
?createdBy:??? ->
?createdByBackupJobId:??? ->
?resourceType:??? ->
?parentJobId:??? ->
?isParent:??? ->
?compositeMemberIdentifier:??? ->
?numberOfChildJobs:??? ->
?childJobsInState:??? ->
?resourceName:??? ->
?messageCategory:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `Long of Long.t
| `Map of ([> `Enum of string ] * [> `Long of Long.t ]) list
| `String of AccountId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Long of Long.t
| `String of string ])
list
| `Timestamp of string ])
list ]