Returns an array of recovery points
Source:R/redshiftserverless_operations.R
redshiftserverless_list_recovery_points.RdReturns an array of recovery points.
See https://www.paws-r-sdk.com/docs/redshiftserverless_list_recovery_points/ for full documentation.
Usage
redshiftserverless_list_recovery_points(
endTime = NULL,
maxResults = NULL,
namespaceArn = NULL,
namespaceName = NULL,
nextToken = NULL,
startTime = NULL
)Arguments
- endTime
The time when creation of the recovery point finished.
- maxResults
An optional parameter that specifies the maximum number of results to return. You can use
nextTokento display the next page of results.- namespaceArn
The Amazon Resource Name (ARN) of the namespace from which to list recovery points.
- namespaceName
The name of the namespace to list recovery points for.
- nextToken
If your initial
list_recovery_pointsoperation returns anextToken, you can include the returnednextTokenin followinglist_recovery_pointsoperations, which returns results in the next page.- startTime
The time when the recovery point's creation was initiated.