backup_list_restore_jobs_by_protected_resource: This returns restore jobs that contain the specified...

View source: R/backup_operations.R

backup_list_restore_jobs_by_protected_resourceR Documentation

This returns restore jobs that contain the specified protected resource

Description

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.

Usage

backup_list_restore_jobs_by_protected_resource(
  ResourceArn,
  ByStatus = NULL,
  ByRecoveryPointCreationDateAfter = NULL,
  ByRecoveryPointCreationDateBefore = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

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 number of items, NextToken allows you to return more items in your list starting at the location pointed to by the next token.

MaxResults

The maximum number of items to be returned.


paws.storage documentation built on May 29, 2024, 2:03 a.m.