本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
CopyJob
Contains detailed information about a copy job.
Contents
- AccountId
-
The account ID that owns the copy job.
Type: String
Pattern:
^[0-9]{12}$
Required: No
- BackupSizeInBytes
-
The size, in bytes, of a copy job.
Type: Long
Required: No
- CompletionDate
-
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.Type: Timestamp
Required: No
- CopyJobId
-
Uniquely identifies a copy job.
Type: String
Required: No
- CreatedBy
-
Contains information about the backup plan and rule that AWS Backup used to initiate the recovery point backup.
Type: RecoveryPointCreator object
Required: No
- CreationDate
-
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.Type: Timestamp
Required: No
- DestinationBackupVaultArn
-
An Amazon Resource Name (ARN) that uniquely identifies a destination copy vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.Type: String
Required: No
- DestinationRecoveryPointArn
-
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
.Type: String
Required: No
- IamRoleArn
-
Specifies the IAM role ARN used to copy the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access
.Type: String
Required: No
- ResourceArn
-
The AWS resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
Type: String
Required: No
- ResourceType
-
The type of AWS resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
Type: String
Pattern:
^[a-zA-Z0-9\-\_\.]{1,50}$
Required: No
- SourceBackupVaultArn
-
An Amazon Resource Name (ARN) that uniquely identifies a source copy vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.Type: String
Required: No
- SourceRecoveryPointArn
-
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
.Type: String
Required: No
- State
-
The current state of a copy job.
Type: String
Valid Values:
CREATED | RUNNING | COMPLETED | FAILED
Required: No
- StatusMessage
-
A detailed message explaining the status of the job to copy a resource.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: