fsx_describe_data_repository_tasks: Returns the description of specific Amazon FSx for Lustre or...

View source: R/fsx_operations.R

fsx_describe_data_repository_tasksR Documentation

Returns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository tasks, if one or more TaskIds values are provided in the request, or if filters are used in the request

Description

Returns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository tasks, if one or more TaskIds values are provided in the request, or if filters are used in the request. You can use filters to narrow the response to include just tasks for specific file systems or caches, or tasks in a specific lifecycle state. Otherwise, it returns all data repository tasks 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_data_repository_tasks/ for full documentation.

Usage

fsx_describe_data_repository_tasks(
  TaskIds = NULL,
  Filters = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

TaskIds

(Optional) IDs of the tasks whose descriptions you want to retrieve (String).

Filters

(Optional) You can use filters to narrow the describe_data_repository_tasks response to include just tasks for specific file systems, or tasks in a specific lifecycle state.

MaxResults
NextToken

paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.