Skip to content

/AWS1/CL_BUP=>LSTRESTOREJOBSBYPROTECTEDR00()

About ListRestoreJobsByProtectedResource

This returns restore jobs that contain the specified protected resource.

You must include ResourceArn. You can optionally include NextToken, ByStatus, MaxResults, ByRecoveryPointCreationDateAfter , and ByRecoveryPointCreationDateBefore.

Method Signature

IMPORTING

Required arguments:

IV_RESOURCEARN TYPE /AWS1/BUPARN /AWS1/BUPARN

Returns only restore jobs that match the specified resource Amazon Resource Name (ARN).

Optional arguments:

IV_BYSTATUS TYPE /AWS1/BUPRESTOREJOBSTATUS /AWS1/BUPRESTOREJOBSTATUS

Returns only restore jobs associated with the specified job status.

IV_BYRECPOINTCREATIONDATEAFR TYPE /AWS1/BUPTIMESTAMP /AWS1/BUPTIMESTAMP

Returns only restore jobs of recovery points that were created after the specified date.

IV_BYRECPOINTCREATIONDATEBFR TYPE /AWS1/BUPTIMESTAMP /AWS1/BUPTIMESTAMP

Returns only restore jobs of recovery points that were created before the specified date.

IV_NEXTTOKEN TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING

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.

IV_MAXRESULTS TYPE /AWS1/BUPMAXRESULTS /AWS1/BUPMAXRESULTS

The maximum number of items to be returned.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_BUPLSTRESTOREJOBSBY01 /AWS1/CL_BUPLSTRESTOREJOBSBY01