This operation returns a list of recovery points that have an associated index, belonging to the specified account
Source:R/backup_operations.R
backup_list_indexed_recovery_points.RdThis operation returns a list of recovery points that have an associated index, belonging to the specified account.
See https://www.paws-r-sdk.com/docs/backup_list_indexed_recovery_points/ for full documentation.
Usage
backup_list_indexed_recovery_points(
NextToken = NULL,
MaxResults = NULL,
SourceResourceArn = NULL,
CreatedBefore = NULL,
CreatedAfter = NULL,
ResourceType = NULL,
IndexStatus = NULL
)Arguments
- NextToken
The next item following a partial list of returned recovery points.
For example, if a request is made to return
MaxResultsnumber of indexed recovery points,NextTokenallows you to return more items in your list starting at the location pointed to by the next token.- MaxResults
The maximum number of resource list items to be returned.
- SourceResourceArn
A string of the Amazon Resource Name (ARN) that uniquely identifies the source resource.
- CreatedBefore
Returns only indexed recovery points that were created before the specified date.
- CreatedAfter
Returns only indexed recovery points that were created after the specified date.
- ResourceType
Returns a list of indexed recovery points for the specified resource type(s).
Accepted values include:
EBSfor Amazon Elastic Block StoreS3for Amazon Simple Storage Service (Amazon S3)
- IndexStatus
Include this parameter to filter the returned list by the indicated statuses.
Accepted values:
PENDING|ACTIVE|FAILED|DELETINGA recovery point with an index that has the status of
ACTIVEcan be included in a search.