Returns the description of a specific Amazon FSx backup, if a BackupIds
value is provided for that backup. Otherwise, it returns all backups owned by your Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling.
See https://www.paws-r-sdk.com/docs/fsx_describe_backups/ for full documentation.
fsx_describe_backups(
BackupIds = NULL,
Filters = NULL,
MaxResults = NULL,
NextToken = NULL
)
The IDs of the backups that you want to retrieve. This parameter value
overrides any filters. If any IDs aren't found, a BackupNotFound
error
occurs.
The filters structure. The supported names are file-system-id
,
backup-type
, file-system-type
, and volume-id
.
Maximum number of backups to return in the response. This parameter
value must be greater than 0. The number of items that Amazon FSx
returns is the minimum of the MaxResults
parameter specified in the
request and the service's internal maximum number of items per page.
An opaque pagination token returned from a previous
describe_backups
operation. If a token is
present, the operation continues the list from where the returning call
left off.