View source: R/backup_operations.R
backup_list_restore_jobs_by_protected_resource | R Documentation |
This returns restore jobs that contain the specified protected resource.
See https://www.paws-r-sdk.com/docs/backup_list_restore_jobs_by_protected_resource/ for full documentation.
backup_list_restore_jobs_by_protected_resource(
ResourceArn,
ByStatus = NULL,
ByRecoveryPointCreationDateAfter = NULL,
ByRecoveryPointCreationDateBefore = NULL,
NextToken = NULL,
MaxResults = NULL
)
ResourceArn |
[required] Returns only restore jobs that match the specified resource Amazon Resource Name (ARN). |
ByStatus |
Returns only restore jobs associated with the specified job status. |
ByRecoveryPointCreationDateAfter |
Returns only restore jobs of recovery points that were created after the specified date. |
ByRecoveryPointCreationDateBefore |
Returns only restore jobs of recovery points that were created before the specified date. |
NextToken |
The next item following a partial list of returned items. For example,
if a request ismade to return |
MaxResults |
The maximum number of items to be returned. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.