Returns metadata associated with a restore job that is specified by a job ID.
backup_describe_restore_job(RestoreJobId)
A list with the following syntax:
list(
AccountId = "string",
RestoreJobId = "string",
RecoveryPointArn = "string",
CreationDate = as.POSIXct(
"2015-01-01"
),
CompletionDate = as.POSIXct(
"2015-01-01"
),
Status = "PENDING"|"RUNNING"|"COMPLETED"|"ABORTED"|"FAILED",
StatusMessage = "string",
PercentDone = "string",
BackupSizeInBytes = 123,
IamRoleArn = "string",
ExpectedCompletionTimeMinutes = 123,
CreatedResourceArn = "string",
ResourceType = "string"
)
[required] Uniquely identifies the job that restores a recovery point.
svc$describe_restore_job(
RestoreJobId = "string"
)