RestoreJobsListMember
Contains metadata about a restore job.
Contents
- AccountId
-
The account ID that owns the restore job.
Type: String
Pattern:
^[0-9]{12}$
Required: No
- BackupSizeInBytes
-
The size, in bytes, of the restored resource.
Type: Long
Required: No
- CompletionDate
-
The date and time a job to restore a recovery point 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
- CreatedBy
-
Contains identifying information about the creation of a restore job.
Type: RestoreJobCreator object
Required: No
- CreatedResourceArn
-
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
Type: String
Required: No
- CreationDate
-
The date and time a restore 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
- DeletionStatus
-
This notes the status of the data generated by the restore test. The status may be
Deleting
,Failed
, orSuccessful
.Type: String
Valid Values:
DELETING | FAILED | SUCCESSFUL
Required: No
- DeletionStatusMessage
-
This describes the restore job deletion status.
Type: String
Required: No
- ExpectedCompletionTimeMinutes
-
The amount of time in minutes that a job restoring a recovery point is expected to take.
Type: Long
Required: No
- IamRoleArn
-
The IAM role ARN used to create the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access
.Type: String
Required: No
- PercentDone
-
Contains an estimated percentage complete of a job at the time the job status was queried.
Type: String
Required: No
- RecoveryPointArn
-
An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.Type: String
Required: No
- RecoveryPointCreationDate
-
The date on which a recovery point was created.
Type: Timestamp
Required: No
- ResourceType
-
The resource type of the listed restore jobs; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is Amazon EC2.
Type: String
Pattern:
^[a-zA-Z0-9\-\_\.]{1,50}$
Required: No
- RestoreJobId
-
Uniquely identifies the job that restores a recovery point.
Type: String
Required: No
- Status
-
A status code specifying the state of the job initiated by AWS Backup to restore a recovery point.
Type: String
Valid Values:
PENDING | RUNNING | COMPLETED | ABORTED | FAILED
Required: No
- StatusMessage
-
A detailed message explaining the status of the job to restore a recovery point.
Type: String
Required: No
- ValidationStatus
-
The status of validation run on the indicated restore job.
Type: String
Valid Values:
FAILED | SUCCESSFUL | TIMED_OUT | VALIDATING
Required: No
- ValidationStatusMessage
-
This describes the status of validation run on the indicated restore job.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: