Returns the description of specific Amazon FSx for Lustre 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
tasks in a specific lifecycle state. Otherwise, it returns all data
repository tasks owned by your AWS account in the AWS Region of the
endpoint that you\'re calling.
fsx_describe_data_repository_tasks(TaskIds, Filters, MaxResults,
NextToken)
(Optional) IDs of the tasks whose descriptions you want to retrieve (String).
(Optional) You can use filters to narrow the
DescribeDataRepositoryTasks
response to include just tasks for
specific file systems, or tasks in a specific lifecycle state.
svc$describe_data_repository_tasks( TaskIds = list( "string" ), Filters = list( list( Name = "file-system-id"|"task-lifecycle", Values = list( "string" ) ) ), MaxResults = 123, NextToken = "string" )
When retrieving all tasks, you can paginate the response by using the
optional MaxResults
parameter to limit the number of tasks returned in
a response. If more tasks remain, Amazon FSx returns a NextToken
value
in the response. In this case, send a later request with the NextToken
request parameter set to the value of NextToken
from the last
response.